From: Gabriel B. <sh...@us...> - 2007-04-10 20:13:18
|
Update of /cvsroot/solidircd/solidircd-stable In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7252 Modified Files: CHANGES README Log Message: Bahamut 1.8.4 latest changes part 4 Index: README =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 25 Jun 2006 22:53:00 -0000 1.7 --- README 10 Apr 2007 20:13:07 -0000 1.8 *************** *** 34,36 **** 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 --- 34,36 ---- 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.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** CHANGES 9 Apr 2007 16:01:10 -0000 1.30 --- CHANGES 10 Apr 2007 20:13:07 -0000 1.31 *************** *** 411,412 **** --- 411,441 ---- - Updated m_module to allow non-admin viewing of hooks and loaded modules - Added module hooks for user and channel targetted privmsgs + _IDENT_SYSTYPE_OTHER + - NO_MIXED_CASE + - OLD_Y_LIMIT + - USE_REJECT_HOLD + This code is no longer used. + - Removed define options for: + - CLIENT_COUNT + This code is now manditory. + - Completely rewrote configuration structures. + - Rewrote methods for connecting to servers. + - Outdated Link structure config linking, now linking directly from + aClient(user/serv) structures to appropriate conf strucutures. + - Backported lucas's aListener structure and routines from defunct + bahamut-devel tree. + - Implemented +I/+e channel lists - thanks seddy. + - Ports now can be opened and closed on /rehash + - config file format changed to bind-style + - klinefile outdated + - replaced dbufs with sbufs - shared buffers. + - removed old High Traffic Mode (HTM) code + - config option block added to outdate use of ./config script + - fixes for solaris and OSX compatibility + - Added support for /dev/poll and epoll socket engines - thanks seddy. + - Moved m_server and m_dkey into m_server.c + - Moved m_stats into m_stats.c + - Fixed memory counting routines. Thanks Quension! + - Outdated modules.ini and all inifile uses - now a modules {} conf block + - Updated m_module to allow non-admin viewing of hooks and loaded modules + - Added module hooks for user and channel targetted privmsgs |