1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 20:46:38 +02:00
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
2003-02-01 19:18:06 +00:00
...
2003-02-05 00:59:51 +00:00
2003-04-08 23:15:06 +00:00
2000-12-30 18:01:48 +00:00
2000-08-07 17:48:06 +00:00
2002-11-27 20:45:42 +00:00
2001-08-05 17:50:38 +00:00
2000-08-13 14:39:49 +00:00
2003-03-01 23:10:27 +00:00
2000-11-19 19:45:02 +00:00
.
2001-07-08 16:24:41 +00:00
.
2001-07-08 16:24:41 +00:00
2001-10-08 17:29:46 +00:00
..
2000-12-13 15:12:45 +00:00
...
2001-06-18 20:21:57 +00:00
...
2001-06-18 20:21:57 +00:00
...
2003-02-05 00:59:51 +00:00
2000-02-28 22:45:44 +00:00
.
2001-07-02 08:26:25 +00:00
2003-03-10 00:25:12 +00:00
2000-02-28 22:45:44 +00:00
2000-05-30 21:46:13 +00:00
2000-02-28 22:45:44 +00:00
2002-08-23 17:44:27 +00:00
S
Description
No description provided
GPL-2.0 311 MiB
Languages
C 94.6%
M4 1.8%
Shell 1.5%
Rich Text Format 1%
Makefile 0.6%
Other 0.5%