Age | Commit message (Expand) | Author |
2008-07-11 | Pull in limits.h to fix PATH_MAX problems, thanks to Uli Slachter (psychon)..... | w00t |
2008-07-01 | include limits to get correct PATH_MAX where available | peavey |
2008-06-15 | Defined too early | brain |
2008-06-15 | Define PATH_MAX if its not already defined | brain |
2008-06-12 | revert for now.. | pippijn |
2008-06-12 | we are C++, not C | pippijn |
2008-06-12 | optimise string-to-literal comparison while we are at it | pippijn |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-20 | char -> std::string conversion | w00t |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
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 |