aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_cycle.c
Commit message (Expand)AuthorAgeFilesLines
* - Made m_template.c use CommandAdd() and CMD_FUNC()•••- Modulized a lot of commands and related subfunctions: NICK (750 lines), USER (200), MODE (2300), WATCH (250), JOIN (600), PART (250), MOTD (100), OPERMOTD (100), BOTMOTD (100), LUSERS (100). More will follow soon (probably including more subfunctions related to existing commands). Gravatar Bram Matthys2005-02-031-8/+12
* - Made win32 work again (broke it by /module patch 35 minutes ago).Gravatar Bram Matthys2003-11-111-1/+1
* - Multiple /module changes (the command):••• - Normal users can now get a list, versioninfo will be hidden however. - Opers get some additional details like hooks and commandoverride's. - Opers can use /module <servername> to get a remote list of loaded modules. - Added flag [3RD] to show it's a 3rd party module This was requested by by quite some people because serveradmins started to load "spy modules" without clearly mentioning it in the MOTD (which is highly unethical and in some countries even illegal due to privacy law). Also the remote module list was requested by quite a few opers. Sure, this isn't a 100% guarantee but at least if someone goes hiding stuff then it's clear what their intentions are (and thus will be refused support, ..). - Changed emailaddr in help window at windows to unreal-users mailinglist. - Made the cloak mismatch msg during linking a bit more scary. - Added comment to 'Install as a service' option in installer to help n00bs a bit. Gravatar Bram Matthys2003-11-111-1/+1
* Updated modules to use the new macrosGravatar codemastr2003-09-211-27/+5
* - Added Syzop's various zero-terminate patches and fixes for crashes when••• you send commands like JOIN from a server directly Gravatar stskeeps2002-09-071-1/+4
* Removed some useless code and added more modulesGravatar codemastr2002-08-091-0/+130