summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-07-25Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu...brain
2007-07-25Turn IsIdent into a functorbrain
2007-07-25Comment the caller0....caller8 classesbrain
2007-07-25Forgot to add thisbrain
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-25svn add I fail itpeavey
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-24Fix comment so it makes sense.peavey
2007-07-24And remove it from the header..w00t
2007-07-24Remove redundant include for a speedup of 0.1 in compile time :ppeavey
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-17Mass header update. Chatspike-Dev => InspIRCd....peavey
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-07-16formatting and ^Mpeavey
2007-07-15Fix for bug #349: NOTE there is important caveat about this in the example co...brain
2007-07-10This should fix the rest of remote kill nick hidingbrain
2007-06-17I think we're done adding comments to headers. Phew.brain
2007-06-17More commentsbrain
2007-06-17Comments (lots of, this was really lacking)brain
2007-06-17Commentsbrain
2007-06-17More commentsbrain
2007-06-17Guess what i added here?brain
2007-06-17Comments :)brain
2007-06-17Comment stuff that lacks itbrain
2007-06-17Comments (lots of)brain
2007-06-17Doxygen comments for command handlersbrain
2007-06-17More commentsbrain
2007-06-17Add commentsbrain
2007-06-17Commentsbrain
2007-06-17Commentsbrain
2007-06-17Tons of stuff added since 1.0 is missing documentation commentsbrain
2007-06-17Extra commentsbrain
2007-06-17Remove static link stuffbrain
2007-06-17Module factory and init function in modules turned into a neat macro:brain
2007-06-14MAXMODES+1 -> MAXMODES+2brain
2007-06-14- Made the recvfrom wrapper a bit neater.burlex
2007-06-14- Fixed UDP Overlapped I/O under windows. (not the best way this could be don...burlex
2007-06-14Some general syntax cleanups.pippijn
2007-06-14Fix for bug #324 reported by HiroPbrain
2007-06-13Fixes for tokenization oddness with metadata, and weird behaviour of std::ist...brain
2007-06-05Sexeger!brain
2007-06-05Add comment to what the table here is forbrain
2007-06-05Refactored InspIRCd::Duration(). The leetcode now lives!brain
2007-06-04Add options:moronbanner. Yes really, thats what its called. See the example c...brain
2007-06-04Excess flood tidyupsbrain
2007-06-02Change the behaviour of insp in windows to keep its window open, with some st...brain
2007-06-01Make valgrind happy and not leak mem.peavey