summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-01-31Key hiding when youre not on the channelbrain
2006-01-30Remainder of TYPE_OTHER metadatabrain
2006-01-30Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ...brain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-28Changed length of password field to 64, giving us a maximum password length o...brain
2006-01-28Fixed uninitialized ExtMode::listbrain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-25Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...om
2006-01-25Documented some functions that were missing commentsbrain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...brain
2006-01-25Oh noes, a typoed comment :xom
2006-01-25remove redundant variable and fix log outputom
2006-01-25Adding the +e and +I modules m_banexception and m_inviteexception, also addin...om
2006-01-22Allowed for configuration of maxtargets in <options:maxtargets>brain
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Changed lots of icky #define's to enumsbrain
2006-01-15CleanFilename movagebrain
2006-01-15Fixes to make this actually WORK.brain
2006-01-15Added checks to forbid declaring certain config tags twice (ones which should...brain
2006-01-15Added support for <options customversion> to customize the second part of VER...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-15Made inspircd close and reopen its log on rehashbrain
2006-01-14Added RemoveSocket as a test fix for merwins bugbrain
2006-01-12Replaced sprintf's with some char* voodoobrain
2006-01-12Changed channel user lists from vector to mapbrain
2006-01-12<Bender> Who put this in here? O_obrain
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2006-01-02GCC 4.1 is more strict about extra qualification on membersbrain
2006-01-01Fixes to typos and change to return by reference on GetClassbrain
2006-01-01Class lookup adjustmentbrain
2005-12-31Removed cvsignores, set svn:ignore property using -F .cvsignorebrain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-29Cached ISUPPORTbrain
2005-12-29Changed 65535 to MAX_DESCRIPTORS calculated at configure-timebrain
2005-12-29Added extra checking to socketengine to refuse connections after we reach the...brain
2005-12-29Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-28Added SetSignals()brain
2005-12-28Changed from std::map to hash_mapbrain
2005-12-28EXPERIMENTAL: Command search function now uses std::map, should be faster (i ...brain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-26Added global_implementation array, bypasses calls which *NO* modules are curr...brain
2005-12-26Fixed support for implementation hooksbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain