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
2014-01-19
Use FindNickOnly() in a few more places if a local user is performing an acti...
Attila Molnar
2013-08-31
Improve support for rarely used compilers, EKOPath in this case.
ChrisTX
2012-12-15
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...
attilamolnar
2012-12-08
Fix unsafe iteration in DelMode() when unloading m_permchannels
attilamolnar
2012-11-28
Change empty string assignments to .clear() or remove them entirely
attilamolnar
2012-10-08
Move simple user and channel mode handlers into a single file
attilamolnar
2012-08-08
Remove sprintf from the two implementations of ModeHandler::RemoveMode
attilamolnar
2012-07-06
Improved the SimpleModeHandlers
Shawn Smith
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-07-19
Remove harmless but scary-looking logfile lines
Daniel De Graaf
2010-09-04
Do not apply parameter length restrictions or CleanMask when unsetting modes
Daniel De Graaf
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
[next]