| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrote some of the previous change to deal with some strange issues | codemastr | 2004-11-26 | 1 | -28/+35 |
| * | - 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 | -0/+1 |
| * | Updated modules to use the new macros | codemastr | 2003-09-21 | 1 | -30/+7 |
| * | - Fixed /setident bug | Bram Matthys | 2003-03-02 | 1 | -3/+3 |
| * | - Made set::allow-userhost-change forced-rejoin work.•••- Fixed chmode +u bug when chanop was parting but wasn't sent to normal users.
| Bram Matthys | 2003-02-27 | 1 | -19/+26 |
| * | Code cleanup (in many files heh)... I replaced all:•••IsHidden(sptr) ? sptr->user->virthost : sptr->user->realhost
stuff to a simple GetHost(sptr) macro (defined in struct.h).
Smaller and less error phrone :). Also fixed the if IsHidden -> if (IsHidden
found by codemastr .
| Bram Matthys | 2003-02-04 | 1 | -3/+1 |
| * | Started work on set::allow-userhost-change | codemastr | 2003-02-01 | 1 | -0/+19 |
| * | - Cosmetic fix for /setident, found by juli .. | stskeeps | 2002-03-20 | 1 | -1/+1 |
| * | Updated all modules to use 3.2-b8 format | codemastr | 2002-03-19 | 1 | -3/+3 |
| * | Cleaned up a bunch of -Wall warnings | codemastr | 2002-01-27 | 1 | -0/+1 |
| * | Fixes about stuff | griever | 2002-01-15 | 1 | -1/+1 |
| * | +- Fixed some slave work.. return MOD_SUCCESS; in all command modules.. | stskeeps | 2001-12-24 | 1 | -0/+6 |
| * | More module v3 fixes | codemastr | 2001-12-09 | 1 | -1/+1 |
| * | Fixed some more module v3 problems and upgrade all modules | codemastr | 2001-12-09 | 1 | -12/+11 |
| * | +- Made a /scan fix, and fixed some version numbers found by Morbid | stskeeps | 2001-07-03 | 1 | -1/+1 |
| * | removed a few missed userload.h references | codemastr | 2001-07-02 | 1 | -1/+0 |
| * | +- Moved blackhole into scan.c and removed blackhole.c, and fixed some•••+ blackhole bugs.
| stskeeps | 2001-06-29 | 1 | -0/+7 |
| * | -- Made glob() use GLOB_LIMIT on OpenBSD 2.9 to help prevent a DoS•••+- Fixed autoconf/Makefile screwup caused by codemastr
+- Fixed a problem with IPv6 always enabled (could you check this fix, code?)
- Fixed a bug allowing channek keys to have spaces
- Cleaned up some thread porting code
- Added a new versioning system to allow easy tracking of bugs
+- Made glob() use GLOB_LIMIT on OpenBSD 2.9 to help prevent a DoS
- Fixed makeconf
+- Changed the way modules work. We're now at MOD_VERSION 2
+- Changed ALL MODULES to version 2
| stskeeps | 2001-06-28 | 1 | -9/+7 |
| * | +- Fixed /quote sethost : and /quote setident : exploit, found by ac1d, fixed•••+ by Griever
| stskeeps | 2001-06-10 | 1 | -2/+3 |
| * | +- Moved /sdesc, /setident to modules.•••+- allow { } now supports encrypted passwords -Syzop
| stskeeps | 2001-03-31 | 1 | -0/+223 |