From: Gabriel B. <sh...@us...> - 2006-03-18 00:36:12
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15968 Modified Files: CHANGES NEW TODO Log Message: fixed shun, readded freeze from solid2.2.20. Index: NEW =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/NEW,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NEW 12 Mar 2006 17:23:58 -0000 1.1 --- NEW 18 Mar 2006 00:36:03 -0000 1.2 *************** *** 19,22 **** --- 19,26 ---- Readded G-line GCC4 compatible. + Readded FREEZE from solid-ircd2.2.20(Freeze works like shun, when set the user will not be + able to send text to the channel, if the user reconnects when freeze is set, it will wear off, + this was readded for the purpose of saving some time, its quicker than setting shun, since freeze + is simply set by doing /freeze nick) *************** *** 27,30 **** --- 31,45 ---- Added the following on config.h -------------------------------- + + + /* + * ERROR_FREEZE_NOTICE + * When a user is freezed if this is defined the user will get a error message of text not send + * when ever they attempt to talk. + */ + + #undef ERROR_FREEZE_NOTICE + + /* * STRICT_LIST Index: CHANGES =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/CHANGES,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CHANGES 12 Mar 2006 19:47:49 -0000 1.20 --- CHANGES 18 Mar 2006 00:36:03 -0000 1.21 *************** *** 42,45 **** --- 42,47 ---- Changes from Sheik ------------------------- + 17/3/2006 - Fixed a bug in shun not been set properly. [BUG ID #63] + 17/3/2006 - Readded the Freeze command from solid-ircd2.2.20 12/3/2006 - Fixed g-lines not showing on stats b. 12/3/2006 - Fixed WHOIS_ACTUALY Not showing host. Index: TODO =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TODO 12 Mar 2006 19:49:31 -0000 1.9 --- TODO 18 Mar 2006 00:36:03 -0000 1.10 *************** *** 49,53 **** Progress: - [/] Fix shun, its not working. [/] G-line & K-line should provide a notice to --- 49,52 ---- |