Bram Matthys
60b77d4485
- Added EventMarkDel which marks an event for deletion for the (next) DoEvents() call.
...
- Fixed /rehash stall caused by delayed unloading of the scan module (deadlock).
2003-02-24 03:04:23 +00:00
Bram Matthys
08eb667db8
- Fixed some case insensitive checks in configfile parsing, fixed to be case sensitive.
...
- Module changes: added two hooks: HOOKTYPE_USERMSG and HOOKTYPE_CHANMSG, changed umode_get.
The HOOKTYPE_USERMSG has been tested with a +D (deaf for private msgs except for opers)
module, the channel thing not yet...
added global/local mode flag to umode_get, or use umode_lget (local) / umode_gget (global) :P.
Blah.
2003-02-18 18:29:07 +00:00
codemastr
9dd4b699b8
Cleaned up module code
2002-11-27 17:40:28 +00:00
codemastr
0ba49b9c4e
Made modules rehash under dynamic linking
2002-11-26 19:52:02 +00:00
codemastr
ce64bf6f6c
Changes to the module config system
2002-11-18 20:04:36 +00:00
codemastr
594f8646d3
Made modules able to have config directives
2002-11-18 00:54:05 +00:00
codemastr
b516697885
Dynamic hook type system
2002-03-20 19:45:20 +00:00
codemastr
f10832a977
Changed HOOKTYPE_JOIN to HOOKTYPE_LOCAL_JOIN
2002-03-19 16:41:43 +00:00
codemastr
7587d594da
Added HOOKTYPE_JOIN
2002-03-19 15:19:34 +00:00
codemastr
0c540e883f
Converted commands to use module objects
2002-03-15 23:35:55 +00:00
codemastr
fd925b3c28
Module Insanity v1
2002-03-13 20:42:40 +00:00
codemastr
c4d3ae9df1
Clean compile with -Wall
2002-03-04 21:31:01 +00:00
stskeeps
4aa8f59611
- Fixed #undef STRIPBADWORDS problem, patch by light
2002-02-18 15:37:52 +00:00
stskeeps
4fd3ec7525
.
2002-02-15 22:48:51 +00:00
stskeeps
19cd68a204
- lack of time sucks. openbsd problem
2002-02-15 22:46:33 +00:00
codemastr
d29b6498fb
Modified the _ fix to work on all OSes that need it
2002-02-11 17:08:18 +00:00
stskeeps
7c54ce70c9
- Added andi's OpenBSD fix for the symbol issue with prefix _
2002-02-11 12:24:15 +00:00
stskeeps
9daf3d0b73
- BEFORE you use event functions, LockEventSystem(), after,
...
UnlockEventSystem(). In EVENT() functions, the system _is_ locked.
This might fix the double recursion mutex problem we got.
2002-02-03 15:09:49 +00:00
codemastr
5a366beda7
Scanner config changes
2002-01-29 00:21:57 +00:00
codemastr
6b8c83ba85
Cleaned up a bunch of -Wall warnings
2002-01-27 20:28:41 +00:00
codemastr
e306a6e55c
Recoded hooks to work like events
2002-01-21 18:25:20 +00:00
codemastr
e72587c252
...
2002-01-20 20:19:40 +00:00
codemastr
0b873a2b6b
Recoded hooks to use module objects
2002-01-20 15:42:48 +00:00
codemastr
de2c5e6cc7
Various changes to the module system
2002-01-19 17:04:04 +00:00
stskeeps
ea1e7b3f70
win32 fixes, again
2001-12-21 17:18:16 +00:00
codemastr
2b2f767ca5
Added more HP-UX code
2001-12-12 21:19:30 +00:00
codemastr
c4a8e970d3
Module v3 changes
2001-12-11 23:02:58 +00:00
stskeeps
db82fc23b5
+- Module v3 bugfixes. cause: codemastr lack find n replace skill
2001-12-10 14:35:15 +00:00
stskeeps
07adb99680
+- Added module v3 code. Needs testing, and NO MODULES DOES NOT COMPILE
2001-12-09 10:44:11 +00:00
codemastr
89caaab24c
Added HOOKTYPE_SERVER_CONNECT and HOOKTYPE_SERVER_QUIT
2001-12-05 23:02:33 +00:00
codemastr
e57336c9c7
Changed some function names
2001-11-19 20:30:30 +00:00
codemastr
49cf99c68a
Updated module dependancies to allow a module to load the module containing the symbol
2001-11-01 20:57:19 +00:00
stskeeps
2ac54ecc8b
*** empty log message ***
2001-10-07 08:56:11 +00:00
stskeeps
4d24208f23
*** empty log message ***
2001-07-08 16:19:01 +00:00
stskeeps
615936938b
Made win32 work
2001-07-04 14:10:08 +00:00
codemastr
0a5b46f054
Win32 fixes
2001-07-02 22:47:00 +00:00
stskeeps
5795f3c489
+- Fixed some minor mod_load troubles, and made it go a little more sensible
...
+ regarding retarded rehashes
2001-06-29 23:28:18 +00:00
codemastr
09e4767c45
module changes
2001-06-29 14:57:21 +00:00
stskeeps
7680ec834a
-- Made glob() use GLOB_LIMIT on OpenBSD 2.9 to help prevent a DoS
...
+- Fixed autoconf/Makefile screwup caused by codemastr
+- Fixed a problem with IPv6 always enabled (could you check this fix, code?)
- Fixed a bug allowing channek keys to have spaces
- Cleaned up some thread porting code
- Added a new versioning system to allow easy tracking of bugs
+- Made glob() use GLOB_LIMIT on OpenBSD 2.9 to help prevent a DoS
- Fixed makeconf
+- Changed the way modules work. We're now at MOD_VERSION 2
+- Changed ALL MODULES to version 2
2001-06-28 20:30:54 +00:00
codemastr
2fe33658f3
cleaned up mod_depend a bit to look nicer
2001-06-26 17:08:54 +00:00
stskeeps
0246583fe1
+- Added mod_depend checking, see scan_socks.c for example
2001-06-25 23:34:15 +00:00
codemastr
49030ee0dd
Added hook HOOKTYPE_PRE_LOCAL_CONNECT
2001-06-11 14:39:08 +00:00
codemastr
d9941457ad
Added hooks to allow you to add config blocks
2001-06-08 16:55:53 +00:00
stskeeps
ad0e3539da
- Changed how hooks work, making them support voidfuncs
...
- Added src/modules/scan.c and src/modules/scan_dummy.c
2001-06-04 10:17:16 +00:00
stskeeps
b2dbb8d42e
winlocal stuff
2001-05-24 15:56:24 +00:00
stskeeps
9f8c142981
Removed SJOIN/SJOIN2 support
2001-04-30 17:17:56 +00:00
stskeeps
d0f426eafb
+- Fixed RTLD_NOW problem with openbsd
2001-04-29 20:31:58 +00:00
stskeeps
659140348d
+- Added #define HOOKTYPE_LOCAL_NICKCHANGE
2001-03-24 07:55:50 +00:00
stskeeps
a3a445dc77
+- Added Hooks, only one working now is HOOKTYPE_LOCAL_QUIT
2001-03-21 18:14:43 +00:00
stskeeps
e1b5d6fae0
+- Added module_sym("functionname"), for modules, like, sajoin might want to
...
+ do fp_m_join = module_sym("m_join");
2001-03-15 21:02:00 +00:00