summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorViper <Viper@Anope.org>2011-04-28 21:00:46 +0200
committerViper <Viper@Anope.org>2011-04-28 21:00:46 +0200
commit01946cb46701aed6161e96ec8455bfacd8c3b164 (patch)
tree66ca44fe4dfac7d38541a919c78edab45460bd4d /Changes
parent0e0538408dac890d23e888c5692924cb7fc64e6c (diff)
Added events for module loading/unloading and command creation/deletion.
Enables modules expanding on other modules to adjust hooks if needed. - Related to bug #1263.
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index a84470a6c..2927d7e6f 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Anope Version 1.8 - GIT
10/31 A Added support for plexus3's channel mode +z [#1202]
02/23 A Added account tracking support to ratbox protocol module [ #00]
03/21 A Added support for Hybrid's m_services and m_change [ #00]
+03/28 A Added internal events called when a module is loaded/unloaded. [ #00]
+03/28 A Added internal events called when a command is added/deleted. [ #00]
09/11 F Fixed db-convert handling some vhost collisions [ #00]
09/14 F Fixed ./configure failing with partial SQL installations [ #00]
09/28 F Fixed ForkForMail to always work [ #00]