Age | Commit message (Expand) | Author |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa... | danieldg |
2009-10-16 | Clean up crash on destruction of statics at exit | danieldg |
2009-10-15 | Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes... | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-05 | Make builtin modes static to eliminate confusing destructor exception | danieldg |
2009-10-05 | Deny TR_NICK mode changes with an invalid nick parameter | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-14 | Properly spacify opertypes in error messages. Patch by dKingston | special |
2009-09-13 | Fix access checks on chanprotect preventing use of SAMODE | danieldg |
2009-09-13 | Translate TR_NICK back from UID on mode parse | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-02 | Change SAMODE to source from the acting user, not the server | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
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 |