Age | Commit message (Expand) | Author |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist | danieldg |
2009-09-02 | Use CheckTimeStamp to merge modes on netburst | danieldg |
2009-09-02 | Rework mode parser into slightly smaller chunks | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-06-01 | Makefile updates: clean up command lines | danieldg |
2009-05-13 | Show correct server source to users on FTOPIC and FMODE | danieldg |
2009-04-18 | Use server source for RemoveMode, fixes bug #838 | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-13 | Follow-up fix to r11081. Escalate minimum privileges from '%' to '@' if halfo... | peavey |
2009-03-09 | Correctly fill LastParseParams on servermode. Fixes bug 763, thanks Ankit | danieldg |
2009-03-08 | m_override: fix messages on multi-mode changes | danieldg |
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-11 | Remove/Add cmode h according to <option:allowhalfop>. Fixes bug #715 reported... | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-27 | Add user/channel mode synchronisation detection to CAPAB - link will now drop... | w00t |
2008-10-25 | Missed one, w00t :) | aquanight |
2008-10-25 | Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ... | w00t |
2008-10-18 | Tie settings in mode and whowas to privs. | w00t |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-17 | Add OnParameterMissing to modehandler, called when the mode handler should ha... | brain |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-29 | Move umode_n to umode_s, second half of last commit | w00t |
2008-07-29 | After discussions and thought, move umode +n to +s. This increases cross-ircd... | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |
2008-07-14 | More broken compile stuff | w00t |
2008-07-13 | Convertage. | w00t |
2008-07-12 | Allow opers to view modelists regardless of <security:hidemodelists> | w00t |
2008-07-12 | Make m_gecosban work. We can't make assumptions about how an extban banmask m... | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-05-02 | Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checks | brain |
2008-05-01 | Simple user/channel mode patch | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-13 | Only restrict set with <class:usermodes/chanmodes>, not unset | brain |
2008-04-05 | Fix a cosmetic issue: 'oper type does not have access' | w00t |
2008-04-04 | The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba... | w00t |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-01 | Add an optional bool to ModeParser::ModeString() to not give the nickname n t... | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-26 | Fix for bug #466 reported by John | 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 |