summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2008-04-13Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.brain
2008-04-04Remove deprecated InspIRCd::Log() method so people don't use it etcw00t
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain
2008-04-02Better generation. This is still fucked up, but less spectacularly and in a m...w00t
2008-04-02Unneededw00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
2008-02-26Left out CoreExportbrain
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain
2008-02-24First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er...brain
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
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-03Clear up header insanityw00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Instantiate BanCache in InspIRCd class.w00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-23More pedantic safetybrain
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-21Remove next_call garbage.. It didn't really do much more than obfuscate thing...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-09-26Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...special
2007-09-23Remove InspIRCd::DoOneIteration, throwback to software threading (lulz)brain
2007-08-31This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu...w00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Document the need for the fake clientw00t
2007-08-28Oops. This is supposed to be a public memberw00t
2007-08-28Add a global fake client to class InspIRCd used instead of instantiating a fa...w00t
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou...w00t
2007-08-26Add skeleton functions for UID stuff.w00t
2007-08-23Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'...brain
2007-08-09Remove an un-needed define while I poke around in herew00t