summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-12Backport r8910: oper quit message would be blankw00t
2008-02-12Fix missing user->nick in m_calleridaquanight
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-02-12Tidy up run-cc step displayaquanight
2008-02-11Add (empty) testsuite.cppbrain
2008-02-11Fix trampling on memory in Z/G/K/ELine.w00t
2008-02-11Move most of startup process to use new logging, adds target 'STARTUP'w00t
2008-02-11-Woverloaded-virtual fixesw00t
2008-02-11Add -Woverloaded-virtual (fixes to follow)w00t
2008-02-11Fix: Extra duplication of InspIRCd * is not necessary.w00t
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-11More -Wshadow fixes.. not really finished yetw00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-11Tidy up run-cc error reporting (eg: only say 'An error occured' once, and mak...aquanight
2008-02-10Fix here too, to allow FD_SETSIZE > 64. If this doesnt work it will need to b...brain
2008-02-10Fix m_chanlog crashing.aquanight
2008-02-10Brainfartbrain
2008-02-10Code for loading <log method=file> tags from config, but this still needs to ...aquanight
2008-02-10Fix case sensitivitybrain
2008-02-10Add commentsbrain
2008-02-10Hide ar and ranlibbrain
2008-02-10Add <badchan:redirect>: redirects users attempting to join a bad channel to a...w00t
2008-02-10More to quiet down. This will be a really tidy looking build for most users nowbrain
2008-02-10Even tidierbrain
2008-02-10Now very tidy make output, with pretty colours :pbrain
2008-02-10Really allow for removal of SWHOIS via specifying blank SWHOIS (thanks for po...w00t
2008-02-10Each Thread class must have its own thread handle, duh. Someone take away my ...brain
2008-02-10Add -pthread link flagbrain
2008-02-10Add threading engine stuff. Docs to follow, untested and not used anywhere yetbrain
2008-02-10Correctly rewrite bans in 1.2 also, and make zline on nicks actually work.w00t
2008-02-10Per-logstream loglevels.aquanight
2008-02-10Add dirs (empty right now) for thread engines. For the start, there will be t...brain
2008-02-10w00t br0ked it! :pbrain
2008-02-10Move run-cc.pl to make/ directory and update paths, keeps root tidybrain
2008-02-10Make K|G|Z|ELine actually work with a nickname target (code was there but not...w00t
2008-02-09Fix a bug in new logging API (global logstreams weren't notified of events if...w00t
2008-02-09Warnings yellow, errors red. This will help us pick errors out from warnings ...brain
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
2008-02-09Implement bug #492: empty swhois string unsets swhois.w00t
2008-02-09Add destructor for FileLogStream that destroys nonblocking FileLoggerw00t
2008-02-09Add a printf-type override for LogManager::Log(). We need to find a way to se...w00t
2008-02-09Use new logging in bancachew00t
2008-02-09New logging implementation. Also write messages about InspIRCd::Log() being d...w00t
2008-02-09Instantiate log managerw00t
2008-02-09Initial totally untested logger implementation that does nothing.w00t
2008-02-09Add a perl script which will abort compiles for warning messages that don't h...aquanight
2008-02-08Support for /invite <user> <channel> <timeout> - if the user doesn't partake ...aquanight
2008-02-08Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc...w00t
2008-02-08Slight speed improvement in WHOing invisible users, insignificantbrain