X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/ce439f518660cda6bcdeb0c08024b7410b7d59df..307328bb13d557f8877d7b8cdc81c7a3c8d92108:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e0a616c..a41a92b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +jilles 2007/03/06 14:07:11 UTC (20070306-3255) + Log: + Move username check after xline and dnsbl checks, so it + will not complain to opers about clients who are xlined + or blacklisted anyway (both of which silently reject). + + + Changes: Modified: + +15 -15 trunk/src/s_user.c (File Modified) + + +nenolod 2007/03/05 19:01:05 UTC (20070305-3253) + Log: + - MASTER_MAX is no longer relevant + + + Changes: Modified: + +0 -7 trunk/modules/m_set.c (File Modified) + + +nenolod 2007/03/05 18:58:38 UTC (20070305-3251) + Log: + - add config option for setting max_clients. + + + Changes: Modified: + +5 -0 trunk/doc/example.conf (File Modified) + +5 -0 trunk/doc/reference.conf (File Modified) + +2 -0 trunk/include/s_conf.h (File Modified) + +1 -1 trunk/src/ircd.c (File Modified) + +2 -0 trunk/src/newconf.c (File Modified) + +2 -1 trunk/src/s_conf.c (File Modified) + + +nenolod 2007/03/05 18:51:17 UTC (20070305-3249) + Log: + - remove get_maxrss() and all of that insecure and unsafe nonsense + + + Changes: Modified: + +3 -38 trunk/src/ircd.c (File Modified) + +1 -1 trunk/src/restart.c (File Modified) + +0 -4 trunk/src/s_stats.c (File Modified) + + +nenolod 2007/03/05 18:42:24 UTC (20070305-3247) + Log: + - avoid some potential NULL dereferencing + + + Changes: Modified: + +1 -1 trunk/libcharybdis/commio.c (File Modified) + + +nenolod 2007/03/05 18:41:14 UTC (20070305-3245) + Log: + - fix a typo + + + Changes: Modified: + +1 -1 trunk/libcharybdis/poll.c (File Modified) + + +nenolod 2007/03/05 18:40:39 UTC (20070305-3243) + Log: + - rework poll a bit for the MAXCONNECTIONS changes. + + + Changes: Modified: + +46 -23 trunk/libcharybdis/poll.c (File Modified) + + jilles 2007/03/05 17:52:28 UTC (20070305-3241) Log: Our way of using kqueue may cause it to report fds we