aboutsummaryrefslogtreecommitdiffstats
path: root/src/fdlist.c
Commit message (Expand)AuthorAgeFilesLines
* - 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 :). Gravatar Bram Matthys2003-11-301-0/+41
* - (Internal) Added __attribute__ format checking for most format string funct...••• 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. Gravatar Bram Matthys2003-11-021-4/+4
* - Fixed ~5 compiler warnings at *NIX and ~20 at windows. Some of them _could_...Gravatar Bram Matthys2003-08-311-0/+1
* added readme and fdlist bounds checking.Gravatar Bram Matthys2003-06-221-0/+29
* Added log {} syslog supportGravatar codemastr2002-03-181-3/+0
* FOO!Gravatar griever2002-03-051-0/+1
* *** empty log message ***Gravatar stskeeps2001-10-071-79/+0
* +- More winlocal fixes, and a +f bugfixGravatar stskeeps2001-05-241-1/+1
* .Gravatar stskeeps2001-05-191-0/+3
* +- 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 Gravatar stskeeps2001-05-171-2/+2
* - Fixed the loop, made htmcalc more cleanGravatar stskeeps2001-05-161-0/+15
* converted htmcalc/lcf to eventsGravatar stskeeps2001-05-151-0/+62
* added a new logging system using log {}Gravatar codemastr2001-03-211-2/+1
* +- Removed the old GLINE system, TKL is now standard.•••+- Added INV_TRACK define, we want people testing this. Gravatar stskeeps2000-08-171-1/+1
* Import of Unreal3.1-beta3Gravatar cmunk2000-05-281-44/+61
* Import of Unreal3.0 (STABLE)Gravatar cmunk2000-02-281-0/+70