1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 00:06:38 +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:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-07-01 21:32:09 +00:00
parent 0190e74b31
commit 5e079dce4b
5 changed files with 84 additions and 18 deletions
+2
View File
@@ -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]