index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mode.cpp
Age
Commit message (
Expand
)
Author
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
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
[next]