Age | Commit message (Expand) | Author |
2006-01-14 | Fixed 'stops responding after server pingout, while using select' but as foun... | brain |
2006-01-14 | Added RemoveSocket as a test fix for merwins bug | brain |
2006-01-14 | Replaced some 'n' with '*n' that was breaking userrec::MakeHost | brain |
2006-01-13 | Added extra safety check for a condition that should NOT happen (in theory, b... | brain |
2006-01-12 | GCC 4.0.2 warns because we assign in an if. we want to assign in an if, so we... | brain |
2006-01-12 | Typo (whoops) | brain |
2006-01-12 | xline tweaks | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2006-01-12 | Test change to level-triggered epoll | brain |
2006-01-12 | I dont know what ive been told, but extra brackets are mighty cold *singing m... | brain |
2006-01-11 | Fixed massivly huge bug in showwhois, MASSIVE undertaking right there :D | frostycoolslug |
2006-01-11 | Fixed compile error | brain |
2006-01-11 | Moved to RC3+SVN | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2006-01-10 | Fixed methods being used for wrong object type | brain |
2006-01-10 | Fixed to not bother pinging an active server | brain |
2006-01-10 | Increased ping frequency from 1 minute to 5 minutes (1 minute is kind of over... | brain |
2006-01-10 | Added anti-newbie warning, if attempt is made to use old-style linking protoc... | brain |
2006-01-09 | Fix to naming scheme | brain |
2006-01-09 | Missing classname | brain |
2006-01-09 | Fixed compile issue | brain |
2006-01-09 | Added Priority method to move this module to end of queue | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-09 | Moved to RC2+KingArthur | brain |
2006-01-09 | Added 'a' flag to STATS c which indicates autoconnect state | brain |
2006-01-09 | Silly brain left off a printf specifier | brain |
2006-01-09 | Fixed warning about missing return value | brain |
2006-01-09 | Only perform check if OperOnlyStats is defined | brain |
2006-01-09 | Changed %s to %c for statschar | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | brain |
2006-01-09 | Added chmodes-with-params | brain |
2006-01-09 | Unneccessary colon | brain |
2006-01-09 | Updated mode lists in 004 to more accurately reflect inspircd's mode features | brain |
2006-01-09 | Added 005 stuff after VERSION | brain |
2006-01-09 | Sync fixes for m_park et al | brain |
2006-01-09 | Double checking to make sure that non-local users dont end up in the local us... | brain |
2006-01-09 | More usertopseudo fixes | brain |
2006-01-09 | m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser) | brain |
2006-01-08 | Used mkstemp trick similar to anope and unreal which copies the .so's to temp... | brain |
2006-01-08 | Aligned % fields in map | brain |
2006-01-08 | Changed printf specifiers in map to right-align digits | brain |
2006-01-08 | Added User Counts to /map | frostycoolslug |
2006-01-04 | Renumber the implement lists after a module is unloaded | brain |
2006-01-04 | Added a TODO | brain |
2006-01-04 | Nicer mode character loop | brain |
2006-01-04 | Revise some serious craq++ in AddBan | w00t |
2006-01-03 | Fixed to not crash on /PARK (still more to test) | brain |
2006-01-03 | Added CASEMAPPING and CHARSET to ISUPPORT (005) | brain |
2006-01-01 | Fixes to typos and change to return by reference on GetClass | brain |