Age | Commit message (Expand) | Author |
2008-02-14 | Keep count of the number of events in total, and seperate read, write and err... | brain |
2008-02-14 | More OnRawMode fix | w00t |
2008-02-14 | Hopefully fix behaviour of OnRawMode | w00t |
2008-02-14 | Change the Implementation list size from a sizeof which worked by fluke to ju... | om |
2008-02-14 | Fix timer crashes: relying on an iterator after adding to/resorting the vecto... | w00t |
2008-02-14 | More <log> stuff | aquanight |
2008-02-13 | Patch provided by danieldg for fixing 3-figure versions in configure | brain |
2008-02-13 | Fix my compile error. | w00t |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-13 | This doesn't need to be inside the loop. There is only one IP for (potentiall... | w00t |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-02-12 | Support \* in silence flags, do the same thing as a(ll) flag. | w00t |
2008-02-12 | Add SVSWATCH command: services may issue it to modify the watch list of a cli... | w00t |
2008-02-12 | HA, that did it | brain |
2008-02-12 | apparently ar -s is equivalent to ranlib, except it doesnt have a fucking noi... | brain |
2008-02-12 | -Wshadow fixes | brain |
2008-02-12 | Backport r8910: oper quit message would be blank | w00t |
2008-02-12 | Fix missing user->nick in m_callerid | aquanight |
2008-02-12 | -Wshadow fixes for some modules in extra/ | aquanight |
2008-02-11 | Add (empty) testsuite.cpp | brain |
2008-02-11 | Fix trampling on memory in Z/G/K/ELine. | w00t |
2008-02-11 | Move most of startup process to use new logging, adds target 'STARTUP' | w00t |
2008-02-11 | -Woverloaded-virtual fixes | w00t |
2008-02-11 | Fix: Extra duplication of InspIRCd * is not necessary. | w00t |
2008-02-11 | Remove many unneeded headers from spanningtree files | w00t |
2008-02-11 | Last of the -Wshadow fixes. | w00t |
2008-02-11 | More -Wshadow fixes.. not really finished yet | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Fix m_chanlog crashing. | aquanight |
2008-02-10 | Code for loading <log method=file> tags from config, but this still needs to ... | aquanight |
2008-02-10 | Fix case sensitivity | brain |
2008-02-10 | Hide ar and ranlib | brain |
2008-02-10 | Add <badchan:redirect>: redirects users attempting to join a bad channel to a... | w00t |
2008-02-10 | More to quiet down. This will be a really tidy looking build for most users now | brain |
2008-02-10 | Now very tidy make output, with pretty colours :p | brain |
2008-02-10 | Really allow for removal of SWHOIS via specifying blank SWHOIS (thanks for po... | w00t |
2008-02-10 | Each Thread class must have its own thread handle, duh. Someone take away my ... | brain |
2008-02-10 | Add threading engine stuff. Docs to follow, untested and not used anywhere yet | brain |
2008-02-10 | Correctly rewrite bans in 1.2 also, and make zline on nicks actually work. | w00t |
2008-02-10 | Per-logstream loglevels. | aquanight |
2008-02-10 | w00t br0ked it! :p | brain |
2008-02-10 | Move run-cc.pl to make/ directory and update paths, keeps root tidy | brain |
2008-02-10 | Make K|G|Z|ELine actually work with a nickname target (code was there but not... | w00t |
2008-02-09 | Fix a bug in new logging API (global logstreams weren't notified of events if... | w00t |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-09 | Implement bug #492: empty swhois string unsets swhois. | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-02-09 | Use new logging in bancache | w00t |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-09 | Instantiate log manager | w00t |