1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 01:26:38 +02:00

- 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).
This commit is contained in:
Bram Matthys
2003-02-24 03:04:23 +00:00
parent 99ee86c9c9
commit 60b77d4485
4 changed files with 18 additions and 4 deletions
+2
View File
@@ -1941,3 +1941,5 @@ seen. gmtime warning still there
- Added set::options::dont-resolve (=hostnames of incomming clients won't be resolved).
- Code cleanup (gcc 3.2 warnings with -Wall).
- Removed/updated some NS stuff
- 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).