- Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
- Bump copyright years everywhere
- Command handlers are now of type void again
- Update copyright years
- m_cap.c: change most functions to void type
- Stylistic changes
- Stylistic changes
- Update copyright years
- Update copyright years
- Style corrections in several places
- Update copyright years
- Implement ircv3.2 chghost client capability support
- Implement ircv3.2 invite-notify client capability support
- m_cap.c:cap_ack(): don't allow CAP ACK to set prohibited caps, or clear sticky ones
- Implement ircv3.1 account-notify extension
- 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
- m_cap.c: minor optimization to send_caplist()
- m_cap.c: fixed some issues which have been introduced when it was ported from ircu
- Removed unused header includes:wq
- Style corrections; constifications
- Added support for the "extended-join" client capability
- 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
- m_cap.c: moved qsorting of the capab_list to module_init()
- Style corrections; fixed comments
- Style corrections
- m_cap.c: from p4: Ignore trailing spaces from CAP REQ/ACKs to prevent rejecting requests
- Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
- doxygen
- Removed client_p pointers from everywhere
- Removed unused header includes here and there
- Applied Adam's sendto_one_numeric() changes
- Implemented "userhost-in-names" client capability
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
- White-space commit / style corrections
- 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
- Add support for "away-notify" client capability
- 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
- minor correction to m_cap(): sptr->name can be empty when sending ERR_INVALIDCAPCMD back to client. Must use '*' instead of sptr->name
- 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
- Sort out unneeded arguments of some user registration functions
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- propset keywords
- Add sanity check to m_cap
- Fixed a bunch of compile warnings
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x
+ fixed linking error on bcc/win32 about _strcasecmp
- Backported CAP changes from HEAD since it doesn't affect any of the ircd's core components and should be supported as soon as possible.
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.