summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authortrystan 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
committertrystan 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
commitf18d506cad80b9ed28f02ee33f35332320f3ea04 (patch)
tree2d9d0cd5a48e4677dfefa114aca17e3f28926a79 /Changes
parent541f11e4b80cbb2cc76da34fb2e1659b5e8b0090 (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--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 8dd4563a7..731e5b97e 100644
--- a/Changes
+++ b/Changes
@@ -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]