codemastr
b9558cebe4
...
2004-09-04 00:00:49 +00:00
codemastr
e1d088de41
Fixed a few compile warnings, made +b apply to IPs correctly
2004-09-03 23:48:15 +00:00
codemastr
d4059fec92
Rewrote the 005 system to be dynamic and added an API to manipulate it
2004-09-03 21:46:32 +00:00
codemastr
2a1844812f
Added a fix for installing unreal as a service under win2003
2004-08-24 16:18:05 +00:00
codemastr
ed476aaf75
Added snomasks to /whois usermode output and made usermodes available to all opers not just +e
2004-08-22 18:05:04 +00:00
Bram Matthys
acf99712e9
- Oops.. made spamfilter for msgs/notices not working ;p.. fixed.
2004-08-02 03:16:54 +00:00
Bram Matthys
fa1c1d4db7
- Windows: the 'notice' parameter in the usermsg callback was always 0 due some windows/vc
...
weirdness, this also affected spamfilter (so any spamfilters added only at notice
and not at msg on windows would not work). Now using the real 'notice' parameter.
2004-07-29 19:52:39 +00:00
Bram Matthys
d97c8de0b1
- Improved doc/compiling_win32.txt a lot: now VC7 only, and has instructions on:
...
compiling modules and their (binary) compatability, zip links (zlib), ssl (OpenSSL)...
Remote includes (curl and c-ares) instructions still need to be added.
- Made 'Install as a service' unchecked by default, this should help beginners a lot.
2004-07-25 00:49:05 +00:00
Bram Matthys
1bd085164b
- Fixed possible crash id /rehash'ing and a servername was just resolving (due to
...
/connect or autoconnect) and was not present in the cache. Reported and traced by sh0
(#0001976 ).
- Fixed compile bug at *NIX caused by ModuleGetErrorStr fix.
2004-07-22 21:57:44 +00:00
Bram Matthys
0597307562
- Fixed bugs regarding HOOKTYPE_SERVER_QUIT: was sometimes called twice and could cause
...
crashes due read-after-free. Reported by SET (#0001988 ).
2004-07-22 21:29:48 +00:00
Bram Matthys
c665636045
- Applied patch from slePP for bug #0001252 : if IPv6 was enabled then in some cases names
...
were not properly resolved. Original bug reported by kormat.
2004-07-22 21:12:42 +00:00
codemastr
e578ae4ad1
Added a missing message to ModuleGetErrorStr
2004-07-22 16:28:14 +00:00
Bram Matthys
9b9aa1d80f
- Fixed a bug if me::info was set to "".
2004-07-21 20:57:22 +00:00
Bram Matthys
c38621994b
- Fixed an MacOS X crash-on-first-connect if SSL was enabled ( #0001982 ), reported by bit.
2004-07-21 15:57:06 +00:00
codemastr
8440b94865
Added oper::modes
2004-07-18 22:35:55 +00:00
codemastr
c0ea216165
Added a new modules makefile
2004-07-18 22:18:19 +00:00
codemastr
ef85e44157
Fixed an NT service bug and a win32 lockup
2004-07-13 22:27:28 +00:00
codemastr
70b32d0164
Added sapart and svspart comments
2004-07-12 17:00:46 +00:00
codemastr
7d1c6344bb
Fixed some who ? flag bugs
2004-07-09 17:36:57 +00:00
codemastr
9bc2c3ffcc
Added src/win32/editor.c
2004-07-09 16:34:20 +00:00
codemastr
cad4c1d4b3
Win32 code cleanups
2004-07-08 21:54:40 +00:00
codemastr
72c94cb5c1
Fixed a whois bug when PREFIX_AQ is undefined
2004-07-07 20:57:24 +00:00
codemastr
ec6dcdb573
Win32 code cleanups
2004-07-07 18:22:27 +00:00
codemastr
8f196cd879
Removed the * and ^ flags from /whois if PREFIX_AQ is not enabled, Updated the /who docs to use correct English, Added documentation for the /who and /whois flags
2004-07-07 04:19:01 +00:00
codemastr
3f9d00a84d
Fixed a bug where an ident in a vhost {} was never sent out to other servers and added user@host support for set::hosts
2004-07-06 21:55:34 +00:00
Bram Matthys
791152587c
- Fixed ban bug: halfops were also prevented from doing nickchanges if banned, plus..
...
+b ~n:*!*@* also made nickchanges impossible for voiced(&halfop'ed) people (so like half
of the purpose of it was defeated @$#&@#). Reported by Rocko.
2004-07-06 14:56:53 +00:00
codemastr
08bd0aa006
Make allow-userhost-change force-rejoin apply to /oper, and removed /hs -> helpserv from anope.conf
2004-07-05 22:00:14 +00:00
codemastr
ce913cd127
Fixed a win32 module problem where file not found errors would display random characters
2004-07-05 16:54:29 +00:00
Bram Matthys
5cc04d4020
temporary -> temporarily
2004-07-03 18:41:51 +00:00
codemastr
bd9a57f90f
Changed version to 3.2.1 and moved 3.2 changes to Changes.old
2004-07-03 18:28:20 +00:00
Bram Matthys
add996a92a
- Made release notes a bit more scary + some other text updates (mainly english grammar/spelling)
2004-07-03 16:19:46 +00:00
codemastr
7b12465473
Updated /Credits and added a donator.
2004-07-03 05:00:36 +00:00
codemastr
67598ba37e
Fixed a win32 installer bug
2004-07-02 17:43:12 +00:00
Bram Matthys
1f1cdab0a6
** internal 3.2.1-pre2 release **
2004-06-28 20:10:19 +00:00
Bram Matthys
0b5524cf7b
- Fixed serious crashbug due to quick-rehashing bug! Basically if you did a /REHASH and
...
the clientcount for a class reached 0 (due to quits) it would crash.
2004-06-28 19:47:09 +00:00
Bram Matthys
ae9d78e845
- Changed version to 3.2.1-pre1 and updated protocol # to 2304.
2004-06-26 19:47:20 +00:00
Bram Matthys
5877a32b3b
- Fixed "quickly-rehashing + autoconnect linkblocks = crash"-bug. This involved fixing
...
multiple reference count bugs, one related to sptr->serv->conf, and another one related
to sptr->serv->class. Both caused problems when someone did a /rehash when a server
was in the process of connecting (so it might also happen when connfreq was hit and you
did a /rehash). Original bug was reported by sh0 (#0001872 ).
2004-06-25 23:50:08 +00:00
Bram Matthys
af3c66dea5
- Updated HOOKTYPE_TKL_ADD/HOOKTYPE_TKL_DEL to cptr, sptr, tk, parc, parv, else it was
...
impossible to tell *who* removed a *line. Again, parc/parv are 0/NULL for expires.
2004-06-25 20:17:18 +00:00
codemastr
638d17fbaa
Fixed a problem where the tmp directory was created in the wrong place
2004-06-25 19:36:56 +00:00
codemastr
283014822d
Made the new numerics use nicknames
2004-06-25 19:28:38 +00:00
Bram Matthys
ad82656408
- Added new logtype 'spamfilter' to log spamfilter matches
...
- Updated example.conf: added all new flags we added in the example block, removed
old confusing comment on SEGV logging, config.h: ripped out lPATH since that define
isn't anywhere used and is only confusing.
2004-06-25 01:37:56 +00:00
Bram Matthys
9c51507d36
- Made IPv6 bans work the way they should again, reported by al5001 ( #0001876 ).
2004-06-25 01:03:32 +00:00
Bram Matthys
ec338581d9
- Fixed '/stats P' negative usercount bug ( #0001691 ).
2004-06-25 00:15:37 +00:00
codemastr
c4ee6e5114
Converted a bunch of notices to numerics
2004-06-23 19:47:40 +00:00
codemastr
1671c330bf
Fixed a CIDR bug
2004-06-22 18:37:00 +00:00
Bram Matthys
d75ca39f78
- Made Mod_Version required (this should be no problem since it's done automatically).
...
- Added HOOKTYPE_LOG [int type, char *timebuf, char *logbuf]
- Updated the release notes.
2004-06-22 01:20:31 +00:00
codemastr
8e5fb728a4
Added ELIST support
2004-06-21 18:40:02 +00:00
Bram Matthys
5385bd3f89
- internal: Added GetIP() which we will now use instead of all the Inet_ia2p() stuff
...
because it's slightly faster (already replaced all of them in src/s_kline.c).
GetIP(acptr) will return the ip for local users and remote users that support NICKIP,
it returns NULL for remote users that are on non-NICKIP servers (or have non-NICKIP
servers along their path).
- internal: tkl_add_line now returns aTKline *
- Added some more hooks:
- HOOKTYPE_TKL_ADD [aClient *cptr, aClient *sptr, aTKline *tk]
- HOOKTYPE_TKL_DEL [aClient *cptr, aClient *sptr, aTKline *tk]
NOTE: 'NULL, NULL, tk' is used for *lines that are removed due to expiring
- HOOKTYPE_LOCAL_KILL [aClient *sptr, aClient *target, char *comment]
2004-06-19 22:49:02 +00:00
codemastr
05a96a3b56
Fixed an SVSNICK bug that could lead to duplicate users in very rare circumstances
2004-06-18 17:02:01 +00:00
codemastr
54ff17f164
Fixed a CIDR bug when compiled without IPv6 support
2004-06-18 16:07:35 +00:00