From: Gabriel B. <sh...@us...> - 2006-03-12 19:47:54
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29207 Modified Files: CHANGES README TODO Log Message: Refer to CHANGES. Index: README =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 26 Dec 2005 06:42:56 -0000 1.5 --- README 12 Mar 2006 19:47:50 -0000 1.6 *************** *** 7,37 **** - Features that stock bahamut dosen't have that we added. - ------------------------- - * Client side SSL support. - * Clients and Operators host masking support. - * WHATMODES reports what user mode a client currently has on /WHOIS - * MAP shows a graphic map of all servers connected - * +H will hide the IRC operator oper status of an operator, when normal clients perform a /WHOIS on a operator with +H set. - * +C allows the operator to receive Global Connections/Exits. - * SHUN this will freeze a user for the certain amount of time seconds. - * G-line will issue a global server ban. - * AUTO UMODE R this feature will allow you to automatically set +R on connecting users, so that unregistered users will not be able to privmsg them, - this prevents privmsg spams. - * Anope HostServ Support & vident support. - * +D Channel mode that prevents unresolved clients from joining a channel. Only Resolved Clients can set this mode & Opers. - * +S Channel mode, allows only Secure Connection to enter the channel. Only SSL Clients can set this mode & Opers. - * HalfOps Support. - * +N Channel mode that prevent users from changing their nickname. - * /WHOIS Notification notice merged with +y (spy notices) - * STRICT LIST (can be disabled.) only allows registered users and ircops do /list, unregistered users are noticed about this restriction and - are told to use /qlist instead, theres also a special bot_class to use for exception for search bots such as netsplit.de & searchirc.com. - * IRCOP LIST this feature will list all available ircops on the server, if they have +H set they will not be shown on the list. /IRCOPS - * Option to disable DCCALLOW - * STATS P this feature allows the opers to see what ports (also shows ssl ports if any) are available on the server this can be made accessible for users. - * bsd jail support. --- 7,23 ---- + Installation + ------------------------ + Read INSTALL + Services that support solid-ircd + ------------------------ + + Anope (http://www.anope.org) + Atheme (http://www.atheme.org) + Sirv (http://www.sirv.net) + Denora (http://denora.nomadirc.net) *************** *** 39,47 **** ----------------- ! If you're upgrading from solid-ircd 3.4.6 or below, then you will need to review template.conf in docs/template.conf lots of changes have been ! made. *** IMPORTANT *** ! Please send any SECURITY RELATED bugs to gab...@so... - any non-critical bugs can be submitted to our bug tracker at http://www.solid-ircd.com for code discussion. \ No newline at end of file --- 25,33 ---- ----------------- ! If you're upgrading from solid-ircd 3.4.6 or below, then you will need to review template.conf ! in docs/template.conf lots of changes have been made. *** IMPORTANT *** ! Please send any SECURITY RELATED bugs to sh...@so... - any non-critical bugs can be submitted to our bug tracker at http://www.solid-ircd.com for code discussion. \ No newline at end of file Index: CHANGES =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/CHANGES,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CHANGES 12 Mar 2006 17:23:58 -0000 1.19 --- CHANGES 12 Mar 2006 19:47:49 -0000 1.20 *************** *** 42,45 **** --- 42,46 ---- Changes from Sheik ------------------------- + 12/3/2006 - Fixed g-lines not showing on stats b. 12/3/2006 - Fixed WHOIS_ACTUALY Not showing host. 2/1/2006 - Added RESTRICT_C_LINES_ADMINONLY this function will restric stats C & c to admins only. (optional) Index: TODO =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TODO 12 Mar 2006 14:59:21 -0000 1.7 --- TODO 12 Mar 2006 19:47:50 -0000 1.8 *************** *** 49,52 **** --- 49,54 ---- Progress: + [/] Fix shun, its not working. + |