| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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).
| Bram Matthys | 2005-02-03 | 1 | -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.
| Bram Matthys | 2004-01-19 | 1 | -5/+2 |
| * | - Made win32 work again (broke it by /module patch 35 minutes ago). | Bram Matthys | 2003-11-11 | 1 | -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.
| Bram Matthys | 2003-11-11 | 1 | -1/+1 |
| * | Updated modules to use the new macros | codemastr | 2003-09-21 | 1 | -27/+5 |
| * | - Fixed ~5 compiler warnings at *NIX and ~20 at windows. Some of them _could_... | Bram Matthys | 2003-08-31 | 1 | -1/+1 |
| * | Made it so it is no longer necessary for modules to copy the ModuleInfo struc... | codemastr | 2003-05-10 | 1 | -3/+3 |
| * | First part of skyper's security audit patch | stskeeps | 2002-04-15 | 1 | -13/+13 |
| * | Module Insanity v1 | codemastr | 2002-03-13 | 1 | -10/+6 |
| * | Cleaned up a bunch of -Wall warnings | codemastr | 2002-01-27 | 1 | -2/+5 |
| * | Recoded hooks to work like events | codemastr | 2002-01-21 | 1 | -4/+4 |
| * | Fixed a module object bug involving static linking | codemastr | 2002-01-20 | 1 | -1/+4 |
| * | Recoded hooks to use module objects | codemastr | 2002-01-20 | 1 | -2/+3 |
| * | +- Fixed some slave work.. return MOD_SUCCESS; in all command modules.. | stskeeps | 2001-12-24 | 1 | -0/+5 |
| * | Fixed some more module v3 problems and upgrade all modules | codemastr | 2001-12-09 | 1 | -11/+10 |
| * | Added headers to all the new modules | codemastr | 2001-10-08 | 1 | -3/+18 |
| * | Made changes so the new modules compile on win32 | codemastr | 2001-10-07 | 1 | -0/+1 |
| * | *** empty log message *** | stskeeps | 2001-10-07 | 1 | -0/+110 |