Commit graph

426 commits

Author SHA1 Message Date
fishwaldo
35a928a3cd a huge amount of fixes with regards to memory leaks and fixed a bugger of a memleak in connectserv
made connectserv support SMODE for ultimate3 now as well
2003-01-23 10:53:38 +00:00
fishwaldo
6f1a19b61c bunch of smallish fixes to get it running on irc-chat.net 2003-01-22 16:37:38 +00:00
fishwaldo
261fb698a0 a bunch of smallish fixes I gotta sanity check. these got it running on irc-chat.net 2003-01-22 16:36:58 +00:00
fishwaldo
baae6b598e Hwy's fix for some socket code 2003-01-21 14:50:18 +00:00
fishwaldo
8aa769df0e stopped double globalops when modules are loaded/unloaded 2003-01-21 13:15:35 +00:00
fishwaldo
e38e2a4062 fixed a bunch of stuff... Ultimate3 SMODE fixes and so on. ConnectServ is broken with Ultiamte3 2003-01-21 13:09:24 +00:00
fishwaldo
d826c9ac50 i love memprof... found me a few leaks, and I fixed them up. One of the leaks with "AddToList" was pretty serious 2003-01-15 14:18:47 +00:00
fishwaldo
1f7833d8c1 minor doco updates 2003-01-13 07:32:40 +00:00
fishwaldo
f99a59f4eb compile fixes and warnings removed. I'm ready for RC3 release... just need through testing on the relevent IRCd's first :) 2003-01-13 07:20:54 +00:00
shmad
711e9c85cf made changelog readable 2003-01-07 18:13:14 +00:00
fishwaldo
e7a4c7abb2 ok, I know statserv dels old chan, no need to log every single one 2003-01-07 13:30:36 +00:00
fishwaldo
67506c2cd0 fixed a away bug in NeoStats and some compile errors in Ultimate3 statserv support 2003-01-07 13:23:14 +00:00
fishwaldo
6e5cf1034e banned vhosts, changepass support, and hostserv works! 2003-01-07 13:07:08 +00:00
fishwaldo
7280099886 fixed hostserv, it now works... added some channel messages now 2003-01-07 12:22:33 +00:00
fishwaldo
4a89cf1ffd updated TODO list 2003-01-06 15:26:26 +00:00
fishwaldo
ab1a850975 HOSTSERV is broken atm.. ported hostserv to use Hash's.
All lists are now Dynamic, meaning we no longer need --enable-bignet
2003-01-06 15:03:20 +00:00
fishwaldo
3bbad80adb updated TODO 2003-01-06 12:26:02 +00:00
fishwaldo
019bf3f8c6 few things here and there... 2003-01-06 12:25:04 +00:00
fishwaldo
03cf50e543 fixed a weird _init problem... HostServ Levels WORK! (Yippieeeeee) 2003-01-06 12:16:24 +00:00
fishwaldo
70d6578f11 Ultimate a28 Smode added, but what did I break? 2003-01-06 12:07:27 +00:00
fishwaldo
5f139e5eac removed hostserv.h 2003-01-06 08:41:01 +00:00
fishwaldo
929405757d moved level defininions to config file. Compiles but NOT TESTED! 2003-01-06 08:40:09 +00:00
shmad
c84334bbda Fixed a segfault when upgrading from earlier versions if a passwd field
wasnt present.
2003-01-05 07:24:07 +00:00
shmad
c334a6bd43 log who added vhost in db, show who added in view, and external hostserv.h
for access levels for each command add/del/view/list
2003-01-05 07:21:02 +00:00
fishwaldo
17442e8255 removed a lot of crap from MS 2003-01-04 04:56:03 +00:00
shmad
03d1b28860 Fixed fish's mistake reversal of my reversal of the reversal of hostserv
levels
2003-01-04 04:48:26 +00:00
fishwaldo
f9560e2232 added serveradmin to ultimate levels 2003-01-04 04:46:58 +00:00
fishwaldo
f73d55f577 fixed up some umodes in Ultimate 2003-01-04 04:44:09 +00:00
fishwaldo
8bfd7b5b69 fix up sjoin code again 2002-12-30 12:12:24 +00:00
fishwaldo
ce428fe8e7 lots of little fixes here and there 2002-12-30 12:09:38 +00:00
shmad
dd50be1f67 Updated permissions again due to the bitchfest about 100+ for all commands
If anyone else wants to update this further, just edit your hostserv.c
and change 40's to 100 if you only want yer admins to be able to do any of
it.
2002-12-29 21:52:57 +00:00
fishwaldo
f05d96dbb6 fixed a prob with hostserv permissions 2002-12-27 15:03:50 +00:00
fishwaldo
2cb07e3b5c doco updates of internal functions... see fish.dynam.ac/neo for sample 2002-12-26 15:15:04 +00:00
fishwaldo
c9f7d5fbfd started documenting code for doxygen 2002-12-26 14:15:07 +00:00
shmad
2077bf8ef3 Updated README file, parsed to 80 char lines. 2002-12-26 05:21:44 +00:00
fishwaldo
70a9e4ce78 still a bug in DelOldStats :( 2002-12-19 09:38:27 +00:00
fishwaldo
47aaa73d66 fixed a DelOldChans bug 2002-12-19 01:06:08 +00:00
fishwaldo
b6f5855888 fixed a bug with not deleting old channels while online 2002-12-18 14:17:30 +00:00
fishwaldo
21a693cd9d ehhh, we don't kill for floods on channels :) 2002-12-15 04:02:08 +00:00
shmad
8ae32ed69f updated changelog 2002-12-15 01:21:40 +00:00
shmad
7cdadf748e updates to makeconf to support WALLOP_INTERVAL 2002-12-15 01:20:54 +00:00
fishwaldo
9112a16180 bignet support for more than 2000 users 2002-12-14 10:23:28 +00:00
fishwaldo
f2b73e7249 bugfix with sjoin code again 2002-12-14 09:58:37 +00:00
fishwaldo
5ead50bcca smallish fixup with compiling and -Wall 2002-12-14 09:14:21 +00:00
fishwaldo
db0704f1ef try to fix a cvs compile prob 2002-12-14 09:06:45 +00:00
fishwaldo
a4fe8afc06 lets see if this fixed adns compile probs 2002-12-14 09:05:58 +00:00
fishwaldo
987b185497 flood control really works now 2002-12-13 11:24:49 +00:00
fishwaldo
d6b9a0c227 flood control works for all bots now 2002-12-13 11:19:49 +00:00
fishwaldo
75632fa84a fix some of statservs bugs, and wallops 2002-12-13 10:50:10 +00:00
fishwaldo
80a7d00ca9 fixed a sjoin bug 2002-12-13 09:23:55 +00:00