summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
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
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-03-26Fix bug reported by darix where inspircd process returns 15 for successful st...brain
2007-03-03Rebuild 005 on rehash. Tracker: bug #234peavey
2007-02-05Stuff to make dns work protocol-independentbrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-01-09Have ConvNumeric correctly convert 0 to 0 instead of an empty string.peavey
2007-01-09Add specialization for ConvToStr on a single char, return std::string(in,1) :pbrain
2007-01-09This is better, and proved workingbrain
2007-01-09This is a bit betterbrain
2007-01-09Overloaded template classes for mucho improved ConvToStr speedbrain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-07Update a comment, and touch a header just to make people rebuild stuff >:)brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2006-12-30Properly document support for libhamstersbrain
2006-12-30Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh...brain
2006-12-29Add counter system for umodes to get rid of some O(n)brain