- Update copyright years
- modules: replace MODULE_FLAG_CORE and MODULE_FLAG_NOUNLOAD with dedicated variables; fixed the ircd from crashing in case reloading a module fails
- Make use of the bool data type in some more places
- Fixed style inconsistencies in various places
- Update copyright years
- m_module.c:module_reload(): use EXIT_FAILURE for exit()
- Fixed style inconsistencies in various places
- Update copyright years
- Remove excessive const keyword on dlink_node pointers
- Constifications; style cleanups in some places
- Update copyright years
- Get rid of UMODE_ALL
- 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
- Removed unused header includes:wq
- Renamed variables; const correctness
- Renamed variables
- m_module.c:mo_module(): improve readability; avoid indexing parv[] several times
- Update GPL 2 license headers
- Fixed compile warnings with -Wmissing-field-initializers
- Use unsigned whenever possible
- Create 8.2.x branch
- Further cleanups to m_module.c
- Clean up m_module.c
- Removed useless header includes
- m_module.c:mo_module(): whitespace commit
- doxygen
- Removed client_p pointers from everywhere
- Added sendto_one_notice()
- Applied Adam's sendto_one_numeric() changes
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
- Added modules_get_list() and made modules_list visible to only modules.c - Fixed naming convetion of other linked lists in modules.c
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES mess
- 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
- added improved match() stolen from ircu - fixed compile warning in m_module.c
- changed match() polarity. match() now returns 0 on match and 1 on non-match This cleans up several places where function pointers of different matching functions like irccmp/strcmp/match are passed to other functions. - added improved collapse() to match.c
- Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- m_module.c: if we cannot find a available option, yell at the user
- Don't allow m_module.la to be unloaded
- Added m_module.c and moved mo_module() 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.