From: Gabriel B. <sh...@us...> - 2005-12-26 06:43:04
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5265 Modified Files: README Log Message: Minimum document update. Index: README =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 9 Jul 2005 15:11:12 -0000 1.4 --- README 26 Dec 2005 06:42:56 -0000 1.5 *************** *** 3,16 **** solid-ircd 3.4.7 is an Internet Relay Chat Daemon based on bahamut 1.8.4 developed by the bahamut team. Our main goal is to provide users with a stable server, ! and at the same time, a more secure server, while having all the features of bahamut and more. ! Feel free to drop by our irc channel at irc.vidgamechat.net #Solid - ------------------------- Features that stock bahamut dosen't have that we added. ------------------------- * Client side SSL support. - * OpenSSL encryption for server<->server connections * Clients and Operators host masking support. * WHATMODES reports what user mode a client currently has on /WHOIS --- 3,15 ---- solid-ircd 3.4.7 is an Internet Relay Chat Daemon based on bahamut 1.8.4 developed by the bahamut team. Our main goal is to provide users with a stable server, ! and at the same time, a more secure server, while having all the features of bahamut. ! ! 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 *************** *** 19,27 **** * +C allows the operator to receive Global Connections/Exits. * SHUN this will freeze a user for the certain amount of time seconds. * 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. --- 18,27 ---- * +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. *************** *** 30,44 **** 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 - * +c blocks all control codes * 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. ! ----------------- ! Suggestions ----------------- ! This is a our first stable release is different than solid3.4.6 so please review template.conf and include/config.h ! carefully alot of things have changed. *** IMPORTANT *** --- 30,44 ---- 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. ! ! ! Note ----------------- ! 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 *** |