Age | Commit message (Expand) | Author |
2010-03-01 | Cap masks and bans at 250 characters | danieldg |
2010-02-11 | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense | danieldg |
2010-02-06 | Fail adding of new mode when its prefix is already in use | danieldg |
2010-02-03 | Fix mode required error message | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-16 | Search for correct access level for mode changes, remove hardcoded halfop ref... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-15 | Add ParamChannelModeHandler | danieldg |
2009-11-15 | Add ModeHandler* versions of channel mode access | danieldg |
2009-11-03 | Create m_halfop | danieldg |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-19 | Clean up some log messages | danieldg |
2009-10-19 | Close files opened by configreader | danieldg |
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 |