aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_guest.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-2/+3
* - Changed random number generator to use arc4random-alike routines so we can ...••• random numbers. We will also no longer be using rand()/random() anywhere. Thanks to dek\ for pointing out this is potentionally dangerous, especially on win32 with NOSPOOF enabled. Gravatar Bram Matthys2004-01-191-5/+2
* - 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
* - Fixed ~5 compiler warnings at *NIX and ~20 at windows. Some of them _could_...Gravatar Bram Matthys2003-08-311-1/+1
* Made it so it is no longer necessary for modules to copy the ModuleInfo struc...Gravatar codemastr2003-05-101-3/+3
* First part of skyper's security audit patchGravatar stskeeps2002-04-151-13/+13
* Module Insanity v1Gravatar codemastr2002-03-131-10/+6
* Cleaned up a bunch of -Wall warningsGravatar codemastr2002-01-271-2/+5
* Recoded hooks to work like eventsGravatar codemastr2002-01-211-4/+4
* Fixed a module object bug involving static linkingGravatar codemastr2002-01-201-1/+4
* Recoded hooks to use module objectsGravatar codemastr2002-01-201-2/+3
* +- Fixed some slave work.. return MOD_SUCCESS; in all command modules..Gravatar stskeeps2001-12-241-0/+5
* Fixed some more module v3 problems and upgrade all modulesGravatar codemastr2001-12-091-11/+10
* Added headers to all the new modulesGravatar codemastr2001-10-081-3/+18
* Made changes so the new modules compile on win32Gravatar codemastr2001-10-071-0/+1
* *** empty log message ***Gravatar stskeeps2001-10-071-0/+110