Age | Commit message (Expand) | Author |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Instantiate 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-23 | More pedantic safety | brain |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-09-23 | Remove InspIRCd::DoOneIteration, throwback to software threading (lulz) | brain |
2007-08-31 | This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu... | w00t |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Document the need for the fake client | w00t |
2007-08-28 | Oops. This is supposed to be a public member | w00t |
2007-08-28 | Add a global fake client to class InspIRCd used instead of instantiating a fa... | w00t |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-27 | Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou... | w00t |
2007-08-26 | Add skeleton functions for UID stuff. | w00t |
2007-08-23 | Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'... | brain |
2007-08-09 | Remove an un-needed define while I poke around in here | w00t |
2007-07-27 | Move a bunch of stuff around for tidyness, win32 functions keep creeping into... | brain |
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 |