Age | Commit message (Expand) | Author |
2007-07-26 | Move a ton of stuff into caller* functors | brain |
2007-07-25 | Un-static InspIRCd::Exit and use SignalHandler instead. | peavey |
2007-07-25 | Rehash from console works again due to new signalhandler. TODO: Use this to c... | peavey |
2007-07-25 | Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu... | brain |
2007-07-25 | Turn IsIdent into a functor | brain |
2007-07-25 | Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b... | brain |
2007-07-25 | Begin move of rehash to server.cpp - broken rehash from cmdline for now. | peavey |
2007-07-25 | Put FileLogger in it's own class. Useful when logging doing more focused logging | peavey |
2007-07-24 | Replace some voodoo with a define | w00t |
2007-07-24 | And remove it from the header.. | w00t |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-16 | OOPS! 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-17 | Comment stuff that lacks it | brain |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-06-05 | Sexeger! | brain |
2007-06-05 | Refactored InspIRCd::Duration(). The leetcode now lives! | brain |
2007-06-04 | Excess flood tidyups | brain |
2007-05-21 | I think this was the source of burlex's confusion with the spanningtree propo... | brain |
2007-05-19 | Space indents must die. | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-11 | Remove some stuff deprecated since 1.0 | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-04-26 | Make error reporting work properly, it seemed to loose errors. | brain |
2007-04-06 | We had to roll our own time function because some craqsmoker thought having a... | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-04-01 | Add -config parameter to bin/inspircd which allows a user to specify the conf... | brain |
2007-03-26 | Fix bug reported by darix where inspircd process returns 15 for successful st... | brain |
2007-03-03 | Rebuild 005 on rehash. Tracker: bug #234 | peavey |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-09 | Have ConvNumeric correctly convert 0 to 0 instead of an empty string. | peavey |
2007-01-09 | Add specialization for ConvToStr on a single char, return std::string(in,1) :p | brain |
2007-01-09 | This is better, and proved working | brain |
2007-01-09 | This is a bit better | brain |
2007-01-09 | Overloaded template classes for mucho improved ConvToStr speed | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-07 | Update a comment, and touch a header just to make people rebuild stuff >:) | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2006-12-30 | Properly document support for libhamsters | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-26 | Add Template itoa to convert integer to char* | peavey |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Close logfile on rehash and reopen (it was only doing this on sighup for some... | brain |
2006-12-23 | Fix exit in wrong place, and add new exitcodes.h | brain |
2006-12-23 | Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d... | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |