- Change accept/callerid related code to no longer re-use the 'struct split_nuh_item' and have its own 'struct AcceptItem' instead. Minor other cleanups to callerid related functions.
- Bump copyright years
- Stylistical changes
- Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
- Replace some occurrences of sprintf with snprintf
- m_accept.c:list_accepts(): replace sprintf with snprintf
- m_accept.c:list_accepts(): minor code readability improvements
- Bump copyright years everywhere
- Command handlers are now of type void again
- Update copyright years
- Fixed style inconsistencies in various places
- Stylistic changes
- Update copyright years
- Update copyright years
- Remove excessive const keyword on dlink_node pointers
- Renamed MyCalloc to xcalloc
- Update copyright years
- Removed that dirty strtoken definition in stdinc.h
- m_accept.c:m_accept(): run collapse() on the mask before using it
- Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
- Removed useless zero initializers from the module_entry as suggested by Adam
- Update copyright years
- Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros
- m_accept.c: whitespace changes
- Renamed variables; const correctness
- Renamed variables
- Renamed 'localClient' Client structure member to just 'connection'
- Update GPL 2 license headers
- Implemented pseudo {} blocks (service aliases) - Fixed compile warnings with -Wmissing-field-initializers
- Renamed structures to meet code conventions
- m_accept.c:list_accepts(): make sure to have one byte left for the space
- m_accept.c:list_accepts(): whitespace changes; fixed typo
- m_accept.c:list_accepts(): fixed magic value to actually fully utilize all 512 bytes. Add some documentation which describes this magic value so other people don't tear their hair out about this value.
- Style corrections; fixed comments
- m_accept.c: style corrections
- Renamed MyMalloc() to MyCalloc()
- m_accept.c:m_accept(): replaced irccmp() swith strcmp()
- doxygen
- Clean up redundant/unused header includes
- Fixed inconsistent style in several places
- Removed client_p pointers from everywhere
- Applied Adam's sendto_one_numeric() changes
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
- find_accept(): solved XXX
- Revert to -r1831
- Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
- Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
- Cleanup unused header file includes - Fixed minor compile warning in conf.c
- First pass of conf parser stabilization/cleanup
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
- cleanup module loader. Make module api more flexible
- Cleanup and restore older parts of the irc-command parser. Gives back ability to specify maximum amount of parameters that are processed within a command.
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- removed all instances of STATIC_MODULES since we don't have static modules anymore - removed m_mkpasswd module from contrib
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- continue doxyfying sources
- Backported new ACCEPT code which adds support for n!u@h masks
create 7.2 branch, we can move/rename it as needed.
- svn:keywords
- svn:keywords
- Fix svn:keywords
- imported sources - can be moved later according to the directory/branching scheme, but we need the svn up
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.