Age | Commit message (Expand) | Author |
2008-10-25 | Explain the duplicate OnPreCommand call. | w00t |
2008-10-25 | By moving OnPreCommand call in two places, modules (even with unverified comm... | w00t |
2008-10-25 | Add optional max_params for commands, which means that we can compress 'extra... | w00t |
2008-08-27 | Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju... | w00t |
2008-08-23 | nuke some debug not needed anymore | peavey |
2008-08-22 | Match with the right args at least.. | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-20 | 304 -> RPL_SYNTAX | brain |
2008-07-13 | More conversion, and a note to client coders. | w00t |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-05-20 | Update comment | w00t |
2008-05-20 | char -> std::string conversion | w00t |
2008-05-19 | Convert connection::host | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-05 | Add sanity checks to LoopCall to prevent miscalls like this by broken 3rd par... | brain |
2008-05-04 | *param.c_str() -> param[0] | brain |
2008-05-04 | < MAXPARAMETERS for the size() check here can now be <= instead | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-20 | Fix RemoveCommands to remove all commands (this function had some really odd ... | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-20 | Seems trivial now, looking at it. Still to test then will commit to trunk. | brain |
2008-02-17 | Seperate USERIO into USERINPUT and USEROUTPUT | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-15 | Fix a stupid crash on unknown commands caused by me blindly applying a 1.1 pa... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-08 | Don't send 421 to unregistered clients, per RFC (thanks nenolod) | w00t |
2007-10-25 | this should fix any of the crashes w00t outlined where User::MyClass == NULL. | brain |
2007-10-24 | Tidyups | brain |
2007-10-24 | Pedantic safety | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-21 | Use the new IncreasePenalty rather than directly using += on the Penalty value. | brain |
2007-10-21 | Add the check for user->ExemptFromPenalty | brain |
2007-10-21 | Yay, all works! | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-17 | UID translator broken with space or comma seperated lists (thanks danieldg) | brain |
2007-10-15 | Apply some readability changes to ProcessCommand, which coincidentally may sp... | w00t |
2007-10-15 | Move some other stuff to helperfuncs (uline related, and timestring) | w00t |
2007-10-15 | Fuck. Press save, then commit. | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |