summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
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
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-26Move a ton of stuff into caller* functorsbrain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-25Rehash from console works again due to new signalhandler. TODO: Use this to c...peavey
2007-07-25Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu...brain
2007-07-25Turn IsIdent into a functorbrain
2007-07-25Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b...brain
2007-07-25Begin move of rehash to server.cpp - broken rehash from cmdline for now.peavey
2007-07-25Put FileLogger in it's own class. Useful when logging doing more focused loggingpeavey
2007-07-24Replace some voodoo with a definew00t
2007-07-24And remove it from the header..w00t
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Comment stuff that lacks itbrain
2007-06-14Some general syntax cleanups.pippijn
2007-06-05Sexeger!brain
2007-06-05Refactored InspIRCd::Duration(). The leetcode now lives!brain
2007-06-04Excess flood tidyupsbrain
2007-05-21I think this was the source of burlex's confusion with the spanningtree propo...brain
2007-05-19Space indents must die.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-11Remove some stuff deprecated since 1.0w00t
2007-05-11Refactor port binding, warning not yet tested fullybrain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain