Age | Commit message (Expand) | Author |
2009-09-14 | Properly spacify opertypes in error messages. Patch by dKingston | special |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Valgrind cleanup: finish destructor creation | danieldg |
2009-09-02 | Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co... | danieldg |
2009-09-02 | Include explicit routing information in Command, will replace CMD_LOCALONLY r... | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-08-14 | Apply fake lag on garbage input to discourage crap | w00t |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-27 | Make the message when reloading a command fails more accurate, and fix reload... | dz |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Allow commands to be reloaded when they previously failed to load | danieldg |
2009-03-11 | Send denied commands to the correct snomask (t, not d). Reported by HiroP. | w00t |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
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 |