Bram Matthys
6cf476ff8e
crash on invalid fd usage if DEBUGMODE (so we can trace things)
2015-07-17 18:10:06 +02:00
Bram Matthys
920e260e89
crash on invalid fd close if in DEBUGMODE
2015-07-12 22:06:57 +02:00
Bram Matthys
020bf7db2f
this is probably a better idea.
2015-07-12 20:00:57 +02:00
Bram Matthys
101d2dd6a3
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
...
user & channel modes. Fixing Windows build. Etc..
2014-05-11 20:56:02 +02:00
William Pitcock
bdf6ecf552
- fdlist: do not update the backend if it is not actively tracking an FD
2013-05-25 00:30:38 +00:00
William Pitcock
5980dda3d1
- fix some various warnings
2013-05-24 21:02:55 +00:00
William Pitcock
a10f48d470
- Keep the log file open and track it on the FD list. ( #2943 )
2013-05-06 23:49:14 +00:00
William Pitcock
4c2f110e19
- Add fd_fileopen() which wraps open(2) but tracks the FD in the FD table.
2013-05-06 23:16:39 +00:00
William Pitcock
5d586cfc69
- All the remaining code in fdlist.c is mine since rev. 16a9ba0
2012-11-24 21:00:09 +00:00
William Pitcock
4ca0156f84
- Remove remainder of fdlist code.
2012-11-24 20:55:38 +00:00
William Pitcock
04362c8783
- Remove default_fdlist.
2012-11-24 20:48:59 +00:00
William Pitcock
275b4f507d
- Replace oper_fdlist with oper_list.
2012-11-24 20:45:11 +00:00
William Pitcock
092d928b99
- Remove serv_fdlist.
2012-11-24 20:17:04 +00:00
William Pitcock
31c357bf76
- Kill busycli_fdlist with fire.
2012-11-05 05:30:34 +00:00
William Pitcock
b69b78de4b
- Add support for tracking backend state for FD table entries.
2012-10-26 00:06:16 +00:00
William Pitcock
ae7a3912e7
- Call fd_refresh() when closing an FD. This way events may be dequeued from the event system.
2012-10-05 13:07:51 +00:00
William Pitcock
b26207df50
- Add support for proper FD accounting (rewrite of the fdlist code).
...
This is the first step to adding evented I/O. Infact, writing the evented I/O code
should now be quite easy.
2012-10-05 03:42:44 +00:00
Bram Matthys
b537553d2e
- example.conf: added +i in modes-on-connect.
...
- Temporarely added fdlist debugcode, please report any bugreports it gives,
it would especially be helpful if you know _what_ triggered the error :).
2003-11-30 23:17:33 +00:00
Bram Matthys
c25223913c
- (Internal) Added __attribute__ format checking for most format string functions,
...
this will currently produce a lot of warnings with -Wall.
- Fixed 159 of 184 warnings detected by the above, the other warnings are false.
Most warnings had to do with long vs int, and thus the format strings (%d->%ld)
or the vars (int->long) have been changed (many of these were time_t/TS vs int).
Only a few rare crashbugs were discovered.
- Module coders: for HOOKTYPE_LOCAL_CHANMODE the 'sendts' parameter was changed
from type 'int' to 'time_t', while in most circumstances (like on ia32)
you won't notice, I suggest you to update your callback functions anyway.
- Possibly fixed an issue with set::modes-on-join and mode +f, it could have
set random remove-chanmode times in the default chanmode line.
2003-11-02 02:58:11 +00:00
Bram Matthys
372814470f
- Fixed ~5 compiler warnings at *NIX and ~20 at windows. Some of them _could_ have caused problems. // - Moved EOS debugging code to DEBUGMODE.
2003-08-31 00:36:31 +00:00
Bram Matthys
f6cd86a00a
added readme and fdlist bounds checking.
2003-06-22 21:33:50 +00:00
codemastr
65a2668ede
Added log {} syslog support
2002-03-18 23:26:12 +00:00
griever
104e7200f5
FOO!
2002-03-05 00:49:03 +00:00
stskeeps
2ac54ecc8b
*** empty log message ***
2001-10-07 08:56:11 +00:00
stskeeps
a7f0efe61f
+- More winlocal fixes, and a +f bugfix
2001-05-24 15:17:28 +00:00
stskeeps
767acc2d61
.
2001-05-19 16:38:13 +00:00
stskeeps
c5c6be51ce
+- Applied McSkaf's winlocal patch II, only changed Debug() and removed
...
+ DEBUGMODE from config.h. Still cores, but we might be closer to a
+ solution. Broken code, do not use devel right now
2001-05-17 18:44:04 +00:00
stskeeps
9d9b27fbcb
- Fixed the loop, made htmcalc more clean
2001-05-16 14:43:21 +00:00
stskeeps
2da8a5fd52
converted htmcalc/lcf to events
2001-05-15 12:02:39 +00:00
codemastr
464e787aac
added a new logging system using log {}
2001-03-21 20:42:15 +00:00
stskeeps
a3ec5a5fb8
+- Removed the old GLINE system, TKL is now standard.
...
+- Added INV_TRACK define, we want people testing this.
2000-08-17 19:28:00 +00:00
cmunk
0d30ef8540
Import of Unreal3.1-beta3
2000-05-28 08:55:44 +00:00
cmunk
f110f47e65
Import of Unreal3.0 (STABLE)
2000-02-28 22:45:44 +00:00