- Removed client_p pointers from everywhere
- Removed unused header includes here and there
- Applied Adam's sendto_one_numeric() changes
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
- m_services.c: changed HS shortcut to send messages to HostServ
- 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
- Fixed inconsistent svn file properties
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- m_services.c: removed "IDENTIFY". Use "CS/NS IDENTIFY" instead
- m_services.c: remove MODULE_FLAG_CORE
- 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
- add helpserv/statserv service aliases
- set minimum required arguments for services alias message handler to 0, otherwise we don't send a ERR_NOTEXTTOSEND
- 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.
- rename find_server to hash_find_server to satisfy naming convention - pull m_services.c and m_jupe.c from contrib/ - style fixes in some places
- Add service aliases
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.