Bram Matthys
8a4856fa8b
Fixed MAJOR "messages are lost" caused by BUFFERPOOL being to low and bad return checking of dbuf_put.
...
If BUFFERPOOL dbuf_put would return -1, but at some places !dbuf_put was used,
I've changed it so it will return 0 (so use !dbuf_put now, don't use dbuf_put(...) < 0 :P).
I also added some nice warning thing. I couldn't send from the send routine because that's risky ;).
And...... I also doubled the default BUFFERPOOL, so if you leave everything the default then
BUFFERPOOL is now 52Mb instead of 26Mb, which should be ok for now.
2003-04-11 00:09:46 +00:00
codemastr
d41d26a163
SQLINE/UNSQLINE and SVSNLINE fixes
2003-04-10 21:13:36 +00:00
Bram Matthys
7c9ba1feda
- Added SSL quit error messages
2003-04-10 19:58:30 +00:00
Bram Matthys
49aa8d9921
- Changed throttling errormsg so mIRC recognizes it and waits a while.
2003-04-10 18:48:38 +00:00
Bram Matthys
152be25b08
- Fixed opermode bug which could cause the ircd to crash a while later ( #0000823 ).
2003-04-10 17:59:17 +00:00
codemastr
27928952dd
Possibly fixed an SSL crash
2003-04-08 23:49:01 +00:00
codemastr
318cd17c06
example.conf typo
2003-04-08 23:15:06 +00:00
codemastr
f21a9758cf
Fixed a bug with precedence in TKL
2003-04-07 21:46:47 +00:00
codemastr
6a990f2b05
Fixed a bug with ban version {} with NOSPOOF
2003-04-07 18:42:48 +00:00
Bram Matthys
5e95ab5595
- Fixed a fast badword replace crash ( #0000834 ) reported by orga
2003-04-07 00:20:13 +00:00
codemastr
b190794a4b
Docs typo fix
2003-04-06 22:12:41 +00:00
Bram Matthys
94adac199e
- Fixed yet another oob read in config parser (ie: #0000841 ).
...
Boring.. boring..
2003-04-05 22:37:20 +00:00
Bram Matthys
3348c84048
- Fixed 2 other oob reads in config parser (parsing of size and time).
2003-04-05 22:16:14 +00:00
Bram Matthys
daf80ca716
- Fixed an oper bug with /names on a +s channel ( #0000816 ).
2003-04-05 21:26:18 +00:00
Bram Matthys
629d0d59f7
- Fixed a set::modes-on-join bug and fixed an oob read in config parser.
...
(1st=someone forgot a bzero)
2003-04-05 21:16:21 +00:00
stskeeps
c1dd98ece4
- Made throttling use DelListItem and fixed some confusing regarding
...
undeffing of THROTTLING
2003-04-01 12:25:59 +00:00
codemastr
4c23c4eeae
Fixed some set::allow-userhost-change problems
2003-03-29 00:06:12 +00:00
codemastr
7424fa2904
Moved the 'missing user in SJOIN' notice to snomask +j
2003-03-24 17:36:27 +00:00
codemastr
b71c11416a
Away flood stopper patch
2003-03-24 01:07:57 +00:00
codemastr
21416a3a14
Added set::modes-on-join and fixed some docs typos
2003-03-23 17:27:04 +00:00
codemastr
b6f456471e
docs typo fix
2003-03-22 17:21:58 +00:00
codemastr
f006ffe3c9
Added usermode +p 'hide channels in whois'
2003-03-21 21:43:38 +00:00
codemastr
fe1dcfb6c2
Docs update
2003-03-21 17:23:55 +00:00
codemastr
a2f68d0ae3
Docs updates
2003-03-21 00:49:08 +00:00
codemastr
dc7564d5b8
Zip links fixes
2003-03-18 17:45:26 +00:00
codemastr
df15fa62e1
Documentation update
2003-03-18 16:48:26 +00:00
codemastr
ead651585e
Rewrote the unknown connection flood system
2003-03-18 00:19:00 +00:00
codemastr
45a1b02ec2
Added ban version {}
2003-03-17 19:30:57 +00:00
codemastr
149a544fcf
Fixed a bug where +x made hosts lowercase
2003-03-15 19:49:01 +00:00
codemastr
e01932f2ba
Added chmode +M to numeric 005 and a /restart and /die cleanup
2003-03-15 19:06:34 +00:00
Bram Matthys
631bf5823c
- Fixed a restrict-usermodes bug reported by Rocko ( #0000796 )
...
Also some additional cleanups
2003-03-12 17:37:19 +00:00
Bram Matthys
1afff0c681
- Fixed compile error
2003-03-12 05:05:03 +00:00
codemastr
3e5953bfff
Moved 'unknown connection flood' to snomask +f
2003-03-11 22:10:01 +00:00
Bram Matthys
0690d9bf2f
- Fixed "proxyscan on quit" bug ( #0000788 )
2003-03-10 19:44:26 +00:00
codemastr
4ab745e0eb
Updated some docs
2003-03-10 17:31:19 +00:00
codemastr
5250f5907e
Added set::throttle::period
2003-03-10 17:09:51 +00:00
codemastr
6f78df5776
help.conf updates
2003-03-10 00:25:12 +00:00
Bram Matthys
3ff5f281a9
- Improved previous /version bugfix
2003-03-09 22:09:02 +00:00
Bram Matthys
9d6afdb321
- Improved fake lag stuff
2003-03-09 17:17:07 +00:00
Bram Matthys
9223dec1ee
- Fixed a version bug.
2003-03-09 15:35:19 +00:00
Bram Matthys
45e2b69a07
- Fixed a match() bug
...
In case of a mask like '*\' it was trying to read out of bounds data.
2003-03-09 03:07:59 +00:00
Bram Matthys
fa1f8c3d0f
- Fixed a /who big which could make the server crash (oper only).
2003-03-08 20:53:15 +00:00
codemastr
f5baa63cce
Fixed a /list bug with +s channels and opers
2003-03-08 17:41:04 +00:00
stskeeps
53f30bda07
- Fixed a buffer overflow that could be used against setuid setups,
...
found by rave@dtors.net , reported by kokanin
- Disabled CMDLINE_CONFIG(-f) by default
2003-03-07 14:37:26 +00:00
Bram Matthys
577125079e
- Doc updates (SSL/stunnel example was wrong)
2003-03-04 21:08:47 +00:00
stskeeps
8ad07e6a5e
h
...
:q
h
:q
2003-03-04 08:48:07 +00:00
stskeeps
849487df98
beta15 release
2003-03-03 18:37:55 +00:00
Bram Matthys
93a2477f3b
- Fixed /setident bug
2003-03-02 23:13:33 +00:00
stskeeps
2271adf889
bah
2003-03-02 21:07:03 +00:00
Bram Matthys
4d5987adee
Documentation updates, and some replaces beta14->beta15 already (not yet
...
the version.h thing)
2003-03-01 21:33:41 +00:00