summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2005-12-19Added commentsbrain
2005-12-19Adding AES encryption to spanningtree linksbrain
2005-12-19Added AES stuffbrain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-18Added requirement for at least one parameterbrain
2005-12-16Commented why this is seriously fucked-up-looking :pbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Missing semicolonbrain
2005-12-16Moved serverstats stuff outbrain
2005-12-16Moved serverstats* stats to InspIRCd classbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16More defines movedbrain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16GROK!brain
2005-12-16Moved mode stuff into modeparserbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Made remove_commands publicbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Moved BoundPortCount into serverstatsbrain
2005-12-15Bigger read buffers on ibufbrain
2005-12-15Added Buffer memberbrain
2005-12-15Added FlushWriteBufferbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Removed inspircd_util.cpp, this was NEVER really used!brain
2005-12-15Optimized helperfuncsbrain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain