[NeoStats-Devel] [Commits] r2715 - in trunk: . modules/extauth
[email protected] Sat, 13 Aug 2005 21:40:14 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Fish
Date: Sat Aug 13 19:40:07 2005
New Revision: 2715
Modified:
trunk/TODO
trunk/modules/extauth/extauth.c
Log:
fix extauth crash with /msg neostats access
Modified: trunk/TODO
==============================================================================
--- trunk/TODO (original)
+++ trunk/TODO Sat Aug 13 19:40:07 2005
@@ -4,14 +4,10 @@
http://bugs.neostats.net)
-/msg neostats access - causes segv
<StatServ> rollergirl.sg.as.irc-chat.net is lagged out with a ping of 1123867742
=FloodServ= HOST: - default host is always empty
-unloading connectserv segv's neostats
-
My NeoStats is using 29Mb of memory on 150 users.... most modules loaded. Valgrind is overdue
just to check memory allocations
-hostserv unet style vhosts is broken?
Modified: trunk/modules/extauth/extauth.c
==============================================================================
--- trunk/modules/extauth/extauth.c (original)
+++ trunk/modules/extauth/extauth.c Sat Aug 13 19:40:07 2005
@@ -89,7 +89,7 @@
/** Bot comand table */
bot_cmd extauth_commands[] =
{
- {"ACCESS", ea_cmd_access, 0, NS_ULEVEL_ROOT, ea_help_access},
+ {"ACCESS", ea_cmd_access, 1, NS_ULEVEL_ROOT, ea_help_access},
{NULL, NULL, 0, 0, NULL}
};