diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-02 06:06:47 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-02 06:06:47 +0000 |
commit | f18d506cad80b9ed28f02ee33f35332320f3ea04 (patch) | |
tree | 2d9d0cd5a48e4677dfefa114aca17e3f28926a79 /Changes | |
parent | 541f11e4b80cbb2cc76da34fb2e1659b5e8b0090 (diff) |
BUILD : 1.7.6 (468) BUGS : N/A NOTES : 1. fixes del_session() warning when LimitSessions is disabled 2. actions.c is doxygen ready, along with code clean up 3. sessions.c cleaned up and moved some items around 4. ChanServ AKICK (pointed to freed memory) 5. servers.c is doxygen ready, along with some code clean up
git-svn-id: svn://svn.anope.org/anope/trunk@468 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@322 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Provided by Trystan <trystan@nomadirc.net> - 2004 11/21 A Opened SGLINE to all ircd that support GEOS bans [ #00] 11/21 A Opened SZLINE to all ircd that support ZLINE's [ #00] 11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00] +12/01 F ChanServ AKICK DEL (reordering) (pointed to freed memory) [ #00] +12/01 F del_session() warning messages when LimitSessions is disabled [ #00] 11/28 F NSSecureAdmins now restricts /NS SET EMAIL [#218] 11/27 F Compiles and Runs under CYGWIN again [ #00] 11/27 F bot_raw_mode() would cause a TSMODE warning [#234] |