Age | Commit message (Expand) | Author |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-04 | Remove deprecated InspIRCd::Log() method so people don't use it etc | w00t |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Unneeded | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-17 | Fix the warnings that are worth fixing, ignore the rest of gcc's nannying | brain |
2008-02-26 | Left out CoreExport | brain |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er... | brain |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-09 | Instantiate log manager | w00t |
2008-02-09 | Initial totally untested logger implementation that does nothing. | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
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 |