mirror of
https://github.com/anope/anope.git
synced 2026-07-02 22:25:44 +02:00
BUILD : 1.7.10 (841) BUGS : 400 NOTES : Modules will now get a more random filename in the runtime/ folder, which makes sure that no duplicate filenames will occur, which makes sure listchans can run at the same time as services since they both use the same protocol module, which in turn fixes bug 400. And all modules are now properly unloaded on shutdown :)
git-svn-id: svn://svn.anope.org/anope/trunk@841 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@594 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
0190e74b31
commit
5e079dce4b
@@ -3,6 +3,8 @@ Anope Version S V N
|
||||
Provided by Anope Dev. <dev@anope.org> - 2005
|
||||
06/26 A New module pack module: hs_request. [ #00]
|
||||
06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389]
|
||||
07/01 F Modules will now be properly unloaded on shutdown. [ #00]
|
||||
07/01 F Modules now use a more random filename in the runtime folder. [#400]
|
||||
07/01 F Most core compile warnings when using make strict. [ #00]
|
||||
07/01 F Requesting a -version on startup doesn't require a valid config. [ #00]
|
||||
06/04 F Register script now works again. [#394]
|
||||
|
||||
@@ -839,6 +839,7 @@ E void ntoa(struct in_addr addr, char *ipaddr, int len);
|
||||
|
||||
/**** modules.c ****/
|
||||
E void modules_core_init(int number, char **list);
|
||||
E void modules_unload_all(void); /* Read warnings near function source */
|
||||
E void moduleCallBackRun(void);
|
||||
E void moduleCleanStruct(ModuleData **moduleData);
|
||||
|
||||
|
||||
@@ -275,6 +275,7 @@ static void services_shutdown(void)
|
||||
}
|
||||
send_event(EVENT_SHUTDOWN, 1, EVENT_STOP);
|
||||
disconn(servsock);
|
||||
modules_unload_all(); /* Only legitimate use of this function */
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
+75
-17
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="10"
|
||||
VERSION_BUILD="840"
|
||||
VERSION_BUILD="841"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.10 (841)
|
||||
# BUGS : 400
|
||||
# NOTES : Modules will now get a more random filename in the runtime/ folder, which makes sure that no duplicate filenames will occur, which makes sure listchans can run at the same time as services since they both use the same protocol module, which in turn fixes bug 400. And all modules are now properly unloaded on shutdown :)
|
||||
#
|
||||
# BUILD : 1.7.10 (840)
|
||||
# BUGS :
|
||||
# NOTES : Fixed most core compile warnings when using make strict
|
||||
|
||||
Reference in New Issue
Block a user