From: Gabriel B. <sh...@us...> - 2006-01-07 22:30:12
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30244 Modified Files: CHANGES Log Message: Needed to sort the changes list. Index: CHANGES =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/CHANGES,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CHANGES 7 Jan 2006 22:13:26 -0000 1.15 --- CHANGES 7 Jan 2006 22:29:59 -0000 1.16 *************** *** 34,40 **** 03/05/2005 - Fixed halfops cannot voice or devoice a user. [ #1193540 ] ! ------------------ Changes from Trystan ! --------------- 07/01/2006 - Fixed GCC4 compiler warnings --- 34,40 ---- 03/05/2005 - Fixed halfops cannot voice or devoice a user. [ #1193540 ] ! -------------------- Changes from Trystan ! -------------------- 07/01/2006 - Fixed GCC4 compiler warnings *************** *** 45,48 **** --- 45,87 ---- 30/12/2005 - Fixed compile error when openssl was disabled. 03/09/2005 - Added g-line + 30/05/2005 - Fixed some typos in s_user.c + 30/05/2005 - Added Deaf Mode, This mode will prevent user with said mode from receiving channel messages. + This mode can be applied by the user or an oper. It can decrese bandwidth usage. + 21/05/2005 - Applied a hostmask tweak from Crako thnx. + 21/05/2005 - Fixed a minor bug, when user was kicked, it would show on their whois that they were still there. thanks to Crako for reporting this. + 17/05/2005 - Applied Unim4trix0's patch,This patch notifies +R users when their target cannot reply becuase they are not +r. + 17/05/2005 - Readded bsd jail support. + 17/05/2005 - Fixed OperMode givin false oper notices. + 16/05/2005 - Merged WHOIS notice with umode +y + 15/05/2005 - Added /Stats P this will display the port range on your local ircd and available SSL ports if any. + 16/05/2005 - Fixed bug were halfops were not able to set any chanel modes, they're now able to ban set +ntm etc.. [ #1200237 ] + 15/05/2005 - Disabled multiple buffer support for iovecs for ssl are impractical. + found in ssl engine: + /* + * There is no SSL_writev() provided by OpenSSL. The reason is mainly because + * OpenSSL has to fragment the data itself again for the SSL record layer, so a + * writev() like interface makes not much sense. What we do is to emulate it + * to at least being able to use the write() like interface. But keep in mind + * that the network I/O performance is not write() like, of course. + */ + When this was enable it was causing alot of times for users. + 15/04/2005 - Optimized and fixed SSL we now support multiple buffers. + 15/04/2005 - Added /IRCOPS command this will show all online irc operators this can be enable/disabled in include/config.h + 15/04/2005 - Updated /INFO to show our latest team members ;) + 15/04/2005 - Added SVIDENT and SETIDENT this will allow hostserv to set virtual idents for users. + 01/10/2005 - Removed the saadmin,ircop, blocks we will now be using the staff host for operhostmasking + 01/10/2005 - Changed the ircop status, to bahamut defaults ircop status, ex (IRC Operator - Server Administrator) + 01/10/2005 - Changed our elmer,silly,normal to be a optional features now admins who don't like to have this on can easily turn it off in config.h + 01/10/2005 - Added md5.h and md5.c this currently does not do anything is just there for future use. + 01/10/2005 - Tweaked ssl.c up a bit. + 01/10/2005 - Added ssl notification on user connections, we can now tell if a user is a ssl connection when they connect. ;) + 01/10/2005 - List is now restricted to registered users and ircops, this is to prevent spambots from getting our channel list + a new "bot" class has also been added in the template.conf to allow bots such as from netsplit.de etc.. to get our channel + list. This can be enable or disable just look in config.h for STRICT_LIST + + --------------------- + Applied Bahamut Changes for bahamut 1.8.4 + ---------------------- + 03/09/2005 - Fixed misc conf parsing issues (from GeniusDex) 03/09/2005 - Fixed unknown connection reporting in LUSERS *************** *** 59,63 **** 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): --- 98,101 ---- *************** *** 70,86 **** + valid identd response - no identd response (ident is "unknown") - - 4/7/2005 - rework memory accounting,add MEMTRACE for debugging, minor memroy leak fix. 26/06/2005 - Fixed a bug were users real host would show on watch when they connected. - 30/05/2005 - Fixed some typos in s_user.c - 30/05/2005 - Added Deaf Mode, This mode will prevent user with said mode from receiving channel messages. - This mode can be applied by the user or an oper. It can decrese bandwidth usage. - 21/05/2005 - Applied a hostmask tweak from Crako thnx. - 21/05/2005 - Fixed a minor bug, when user was kicked, it would show on their whois that they were still there. thanks to Crako for reporting this. 17/05/2005 - Fixed LIST C>this was broken in dreamforge... - 17/05/2005 - Applied Unim4trix0's patch,This patch notifies +R users when their target cannot reply becuase they are not +r. - 17/05/2005 - Readded bsd jail support. - 17/05/2005 - Fixed OperMode givin false oper notices. 17/05/2005 - Applied a fix for m_server don't broadcast a server IP (from David Friedman) 17/05/2005 - Fixed some lusers bugs. --- 108,114 ---- *************** *** 94,100 **** 17/05/2005 - Work around a potential race condition 17/05/2005 - clean up get_client_name handling fixes several cosmetic ambiguitites reported by various people - 16/05/2005 - Fixed bug were halfops were not able to set any chanel modes, they're now able to ban set +ntm etc.. [ #1200237 ] - 16/05/2005 - Added Oper Umode +E This will notify opers when a user does a whois on them, I might make this a optional feature later on. - 15/05/2005 - Added /Stats P this will display the port range on your local ircd and available SSL ports if any. 15/05/2005 - Removed support for wildcard nick targets in remotable commands 15/05/2005 - Fixed channel modes not showing both +s and +p --- 122,125 ---- *************** *** 104,132 **** 15/05/2005 - Fixed an obscure bug with remotely targeted commands and local clients (from toucan) - 15/05/2005 - Disabled multiple buffer support for iovecs for ssl are impractical. - found in ssl engine: - /* - * There is no SSL_writev() provided by OpenSSL. The reason is mainly because - * OpenSSL has to fragment the data itself again for the SSL record layer, so a - * writev() like interface makes not much sense. What we do is to emulate it - * to at least being able to use the write() like interface. But keep in mind - * that the network I/O performance is not write() like, of course. - */ - When this was enable it was causing alot of times for users. - 15/04/2005 - Optimized and fixed SSL we now support multiple buffers. - 15/04/2005 - Added /IRCOPS command this will show all online irc operators this can be enable/disabled in include/config.h - 15/04/2005 - Updated /INFO to show our latest team members ;) - 15/04/2005 - Added SVIDENT and SETIDENT this will allow hostserv to set virtual idents for users. - 01/10/2005 - Removed the saadmin,ircop, blocks we will now be using the staff host for operhostmasking - 01/10/2005 - Changed the ircop status, to bahamut defaults ircop status, ex (IRC Operator - Server Administrator) - 01/10/2005 - Changed our elmer,silly,normal to be a optional features now admins who don't like to have this on can easily turn it off in config.h - 01/10/2005 - Added rehash ssl now we can rehash our ssl certificate by doing /rehash SSL - 01/10/2005 - Added md5.h and md5.c this currently does not do anything is just there for future use. - 01/10/2005 - Tweaked ssl.c up a bit and added some new functions such as rehash ssl,disable ssl. - 01/10/2005 - Added ssl notification on user connections, we can now tell if a user is a ssl connection when they connect. ;) - 01/10/2005 - List is now restricted to registered users and ircops, this is to prevent spambots from getting our channel list - a new "bot" class has also been added in the template.conf to allow bots such as from netsplit.de etc.. to get our channel - list. This can be enable or disable just look in config.h for STRICT_LIST - Applied the following bahamut changes : 01/10/2005 - Fixed recursive server removal for non-NOQUIT links 01/10/2005 - Fixed TS desync during nick changes --- 129,132 ---- *************** *** 148,152 **** 01/10/2005 - Removed 2-user minimum default for LIST filters 01/10/2005 - Changed join rate warnings to show IP instead of hostname - 01/10/2005 - Reworked m_message(). Behavior changes: - corrected error responses --- 148,151 ---- *************** *** 169,173 **** - GOPER/GNOTICE/GLOBOPS/CHATOPS never sent to super servers - channel PRIVMSG/NOTICE never sent to super servers - 01/10/2005 - Server protocol changes: Added CHANKILL <channel> [reason] --- 168,171 ---- |