Commit graph

72 commits

Author SHA1 Message Date
Mark
ccba57fac3 new channel set type, quick and dirty module auth for secureserv, fix warnings 2004-02-26 22:07:32 +00:00
Mark
e9faf5c2ba berkeley db support for statserv, command processor updates, Unreal EOS support 2004-02-25 23:39:10 +00:00
Mark
018ed6f00b bot_message/event fix plus validation routines for nick/user/host in new set options 2004-02-21 21:59:09 +00:00
Mark
eb05d381a1 more makefile and build updates 2004-02-02 23:00:38 +00:00
Mark
0fcce08ada ircd fixes for server infoline, more build tidy ups, dlxxx wrappers for supporting systems needing leading underscores on symbols, restore botcomand NULL, fix Unreal server info line on main uplink 2004-02-02 20:19:17 +00:00
Fish
35e980dfbf Some Valgrind fixes 2004-01-31 06:26:56 +00:00
Mark
3dff21ac28 lots of ircd cleanups 2004-01-25 23:38:53 +00:00
Mark
c237b43b15 splitbuf updates, extended notice support, cleaned up ctcp core processing 2004-01-23 22:39:09 +00:00
Fish
1aa45a8ec6 updated copyright year 2004-01-14 11:36:37 +00:00
Mark
caee8786b9 commit early hidden host system so it can be added to secureserv 2003-12-17 18:13:29 +00:00
Mark
b8da3ac4d3 ircd and module updates 2003-12-14 21:57:45 +00:00
Mark
987268169d apply user level checks to BOT SET command (bug 99) 2003-12-12 19:48:06 +00:00
Mark
34c2fabe0c begin work on bot_set function 2003-12-02 22:54:00 +00:00
Mark
c41dfb3cb6 rename new cmd_list vars to bot_cmd_list to avoid confusion with ircd cmd_list 2003-11-29 21:19:55 +00:00
Mark
14e9b09730 bot msg cleanups 2003-11-29 20:31:30 +00:00
Mark
2d27bb3a7e cleanup 2003-11-28 21:06:08 +00:00
Mark
225f75329d more bot message processing 2003-11-27 22:49:10 +00:00
Mark
da74e9cd13 botflags support for message processing 2003-11-25 22:37:10 +00:00
Mark
39f9d14f58 comments, cleanups and botmessage stuff 2003-11-25 21:52:38 +00:00
Mark
01534b377e remove unused add_ld_path reference 2003-11-25 19:28:39 +00:00
Mark
3801b27335 more bot command message processing updates 2003-11-23 21:36:35 +00:00
Mark
0b5cbe65ee command system processing 2003-11-23 00:03:46 +00:00
Mark
cc44305236 command list system updates 2003-11-21 22:18:17 +00:00
Mark
b4ee3fe4c9 command list system updates 2003-11-21 22:01:44 +00:00
Mark
ca5ed613ec remove unused hash entry in structures 2003-11-21 21:12:03 +00:00
Mark
07ac42b2d7 add timer interval change function 2003-11-20 22:23:03 +00:00
Fish
66d244268d merge /devel and /trunk.... update configure.in. we can start working again on /trunk 2003-11-18 11:51:09 +00:00
Fish
60c14c1f0d some more mem leak cleanups 2003-11-07 13:02:02 +00:00
Fish
2c403b610f a few memleaks fixed up... a few more to go 2003-11-05 15:00:12 +00:00
Fish
3cff845f8a Merge in the /branches/devel into mainstream in prep for 2.5.8. Mark, we can now continue our extended hacking on the /branches... Please check the /trunk though for merge problems 2003-11-03 13:57:11 +00:00
Mark
e042570a73 Improvements to return values and error checking 2003-10-14 15:03:55 +00:00
Fish
b281289e7a Hwy's Cleanups for Hybrid. findtimer could be a global function (to allow a module to change the interval I guess, so added a entry in dl.h for it. Fixes a compile warning 2003-10-11 15:46:09 +00:00
Mark
3ebb09cd05 comments etc 2003-10-10 23:07:30 +00:00
Mark
430c0c4764 Moved sctime and sftime funcs from sock.c to main.c since they have nothing to do with socket code 2003-10-09 16:27:12 +00:00
Fish
605a56ba6c with Marks dl updates, update the MODAPI to 2 (even though no module uses it at the moment... still worthwhile tracking this) 2003-10-08 15:57:50 +00:00
Mark
57e04d2347 Module API updates 2003-10-07 15:00:03 +00:00
Fish
cddb53aabe fixed a few compile warnings. HostServ now supports Undernet Style hidden hosts for registered nicks. moved unload_modules from services.c to dl.c (more logical IMHO) 2003-10-07 12:16:32 +00:00
Mark
8a2aca03ff Help text cleanup, some code cleanups and more on custom log formatting 2003-10-06 16:33:42 +00:00
Fish
4aa6da7413 a bunch of updates from Mark. Thanks :) 2003-09-29 12:46:22 +00:00
Fish
377c16dd18 allow keywords to function on these files 2003-09-22 15:04:15 +00:00
Fish
eb369f1ff9 remove executable bit form these files 2003-09-22 13:16:24 +00:00
Fish
2b941ac98c import the recent 2.0 changes after we moved to svn repository 2003-09-22 12:52:18 +00:00
fishwaldo
940fa600e5 I thought I fixed a bug, but then I think it wasn't a bug. Oh bug, are you a bug or not a bug, do tell me 2003-08-18 15:20:21 +00:00
fishwaldo
230f800d03 exports a API version for checking when modules are loading, and also called __ModInit and __ModFini when loading and unload modules instead of traditional _init and _fini (but backwards compatible) 2003-08-07 12:31:43 +00:00
fishwaldo
acbc8d4a3d minor updates and bugfixes 2003-07-30 13:58:22 +00:00
fishwaldo
6df28c5772 updates 2003-07-11 13:43:27 +00:00
fishwaldo
9be43551d6 updated copywrite notices and a updated makeconf file from M 2003-05-26 09:18:31 +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
457ab5a617 Waaa, lots of updates. GPL headers updated. backtrace made more reliable. segv in module code added to timers.c The list goes on and on 2002-09-04 08:40:29 +00:00
fishwaldo
82f30c427f socket functions updated, and updates to opsb.
This stops modules from closing the server socket
2002-08-28 09:11:47 +00:00