Age | Commit message (Expand) | Author |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-27 | Fix a comment too. | w00t |
2008-12-27 | Use std::set instead of std::map needlessly. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-12-08 | Fix silly oversight discovered by tra26 (thanks!) where the core tries to han... | brain |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-01 | Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei... | w00t |
2008-12-01 | Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase... | w00t |
2008-12-01 | Remove OverPenalty, saves sizeof(bool) per user. | w00t |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-11-02 | Leak fix on /rehash | w00t |
2008-10-30 | Fix a compiler warning about a redefinition of some symbol. | psychon |
2008-10-29 | Fix for "unknown commands" w/ m_abbreviation, thanks dz for making me underst... | w00t |
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 |