summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-02-02*UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi...brain
2006-01-30Dont check paths on cygwinbrain
2006-01-27Removed unused variable char* targetbrain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-26Removed excessive debug for something thats now fixedbrain
2006-01-25Fixed to not have ohv in CHANMODES type A,brain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...brain
2006-01-23Reordered some stuff to allow a clever trickbrain
2006-01-22Updated 005 to show changeable MAXTARGETSbrain
2006-01-22Wrong nicklen is shown in the 005 numeric, fixed (noticed by ThaPrince)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-12Changed channel user lists from vector to mapbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2006-01-09Missing classnamebrain
2006-01-09Fixed compile issuebrain
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2006-01-04Renumber the implement lists after a module is unloadedbrain
2006-01-04Added a TODObrain
2006-01-03Added CASEMAPPING and CHARSET to ISUPPORT (005)brain
2005-12-30Changed background stuff to occur more oftenbrain
2005-12-30Optimized out some more redundant va_args voodoobrain
2005-12-29Cached ISUPPORTbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...brain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-28Signal handlers were not being set when -nofork was enabledbrain
2005-12-26Fixed and implemented /modules debug <glob>brain
2005-12-26Fixed typobrain
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-19SSL is a fucking mess.brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Added 'this' to LoadAllModulesbrain
2005-12-16Moved serverstats* stats to InspIRCd classbrain
2005-12-16Moved LoadAllModules out of constructor, because value of 'this' isnt assigne...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16Moved mode stuff into modeparserbrain
2005-12-16Fixed, no longer need to call SetupCommandHandler, constructor of CommandPars...brain
2005-12-16Changed to use CommandParser for RemoveCommandsbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Renamed removecommands to remove_commandsbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Moved BoundPortCount into serverstatsbrain
2005-12-16Changed I/O reading stuff for modules to be much faster (and exclusive :()brain