diff --git a/BUGS b/BUGS index 7e9cf4e7..bdc25f80 100644 --- a/BUGS +++ b/BUGS @@ -1,11 +1,5 @@ Bug Lists that I've found, but not started working on: ====================================================== -When a module is unloaded (by say, segv) when you attempt to -Load the module again, it *seems* that none of the modbotlist entries, -or modtimerlist entries do not work. -(to reproduct: crash a module and reload it. /msg neostats modbotlist does -not show the reloaded module) (Could be due to -hash code, which I'm doing right now 28.2.2002) +"/msg NeoStats raw :test nick test" strips out all : in the line - -Raw mode strips the first char sent out \ No newline at end of file +sending umodes for Bots is kinda broken. (Esp for Ultimate) diff --git a/ChangeLog b/ChangeLog index 4a2d8ae8..9c9fdca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ NeoStats ChangeLog - Anything we add/remove/fix/change is in here (even our rants) * NeoStats * Fish * Version 2.5.0-Alpha6 - Removed the config option ModulePath, as its always dl/, so its hardcoded in. - + - Fixed up Ultimate IRCD support (beta only. Shmad/Enigma to test + - External Authentication updated and implemented + - ./configure interface updated, and all --enable- removed. Now use --enable-module="statserv spam hostserv" etc etc etc + * NeoStats * Shmad & Enigma * Version 2.5.0-Alpha5c - Module Unlocking on segfaults now (Shmad) - Moved modules to new core dir (damn you fish) (Shmad) diff --git a/main.c b/main.c index 04fc5ea2..3f725c6c 100755 --- a/main.c +++ b/main.c @@ -25,7 +25,7 @@ char s_Debug[MAXNICK] = "Stats_Debug"; char s_Services[MAXNICK] = "NeoStats"; -const char version[] = "NeoStats-2.5_Alpha5c"; +const char version[] = "NeoStats-2.5_Alpha6"; const char version_date[] = __DATE__; const char version_time[] = __TIME__;