- Bump copyright years
- Bump copyright years
- Fixed remaining style issues
- Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
- Stylistic changes
- Bump copyright years everywhere
- Command handlers are now of type void again
- m_*line.c: use const on 'aline'
- Expire gecos and resv denies on the fly while looking them up
- Update copyright years
- More parse_aline() tweaks
- Cleanup xline_remove()
- Cleanup parse_aline() related code
- Make use of the bool data type in some more places
- Update copyright years
- Move all CAPAB related code to server_capab.c, and server_capab.h
- Update copyright years
- parse_aline() cleanups
- Cleanup/separate XLINE / gecos{} conf implementation
- Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure. This introduces a little bit of code duplication, but increases readability, is less error prone, and reduces memory consumption a bit.
- Improve documentation
- Update copyright years
- Rename 'xconf_item' list to 'gecos_items'
- Rename uconf_items to shared_items and oconf_items to operator_items
- Rename server capabilities flags from CAP_* to CAPAB_*
- Get rid of UMODE_ALL
- Set keyword and eol-style properties
- Removed useless header includes
- Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
- Style corrections; removed trailing whitespaces
- Removed useless zero initializers from the module_entry as suggested by Adam
- m_undline.c, m_unkline.c: deduplication - m_unxline.c: renamed functions
- Changed some function to void if we don't need a return value - Have some other functions return saner values
- Update copyright years
- Style corrections
- Renamed variables
- m_unxline.c: renamed remove_xline_match to remove_xline_exact
- m_xline.c, m_unxline.c: allow servers to add/remove XLINEs
- Update GPL 2 license headers
- Fixed compile warnings with -Wmissing-field-initializers
- m_xline.c, m_unkline.c: whitespace commit
- Create 8.2.x branch
- Style corrections
- m_unxline.c:remove_xline_match(): replaced DLINK_FOREACH_SAFE with DLINK_FOREACH
- doxygen
- Doxygen - Update help/undline
- svn propset on m_unxline.c
- Added m_unxline.c and moved all UNXLINE related code into it
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.