From: Gabriel B. <sh...@us...> - 2005-09-04 05:24:26
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24987 Modified Files: CHANGES Log Message: updates need to finish m_gline.c Index: CHANGES =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/CHANGES,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CHANGES 9 Jul 2005 20:18:49 -0000 1.6 --- CHANGES 4 Sep 2005 05:24:12 -0000 1.7 *************** *** 31,34 **** --- 31,60 ---- Changes from Sheik ------------------------- + 03/09/2005 - Fixed misc conf parsing issues (from GeniusDex) + 03/09/2005 - Fixed unknown connection reporting in LUSERS + 03/09/2005 - Fixed LIST C> not working at all + 03/09/2005 - Fixed memory leaks in SVSHOLD and LIST options + 03/09/2005 - Fixed busy loops with the epoll socket engine + 03/09/2005 - Fixed LIST wildcard mask detection + 03/09/2005 - Changed oper access flag * to include everything + 03/09/2005 - Changed failed link messages to provide more info to +A opers + 03/09/2005 - Changed cmode +c to block all control codes (except CTCP and ISO-2022) + 03/09/2005 - Added oper access flags for umodes ydb + 03/09/2005 - Reworked memory accounting: + stats z shows short summary + stats Z shows detailed reports + MEMTRACE define in config.h to debug memory leaks, adds to Z report + + 03/09/2005 - Changed general connection reporting format to reduce ambiguity + (affects stats L, trace, etc): + servers: name[host] + clients: nick!user@host + unknown: name([F]ident@host) + where name is a nick or "<unnamed>" + where F is: + ? identd lookup in progress + + valid identd response + - no identd response (ident is "unknown") + 4/7/2005 - removed rquit the code needs to be reviewed and will be delayed for 3.4.8 4/7/2005 - rework memory accounting,add MEMTRACE for debugging, minor memroy leak fix. |