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
/
modes
Age
Commit message (
Expand
)
Author
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-11
Create a base class for prefix modes
attilamolnar
2013-07-24
umode_s Rewrite ProcessNoticeMasks() and remove a few related useless functions
attilamolnar
2013-07-19
Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U...
attilamolnar
2013-07-01
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...
attilamolnar
2013-06-13
Call Channel::SetModeParam() from the mode parser when needed instead of requ...
attilamolnar
2013-06-06
Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()...
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-05-27
Simplify user mode removal via ModeHandler::RemoveMode()
attilamolnar
2013-05-27
Deduplicate RemoveMode() implementations
attilamolnar
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
2013-04-08
Unite include/modes/*.h into include/builtinmodes.h
attilamolnar
2013-04-01
Purge the deprecated hash_map from existance.
Peter Powell
2013-01-03
cmode_b: Correction to the maxbans conditional
Robby-
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-07-01
Fix maxbans not being enforced
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-09-04
Do not apply parameter length restrictions or CleanMask when unsetting modes
Daniel De Graaf
2010-02-06
rename channel modes +it to distinguish them from commands
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
2009-11-15
Add ParamChannelModeHandler
danieldg
2009-11-15
Hide channel mode structures
danieldg
2009-11-03
Create m_halfop
danieldg
2009-10-24
Get rid of ModePair
danieldg
2009-10-21
Change User::oper to an OperInfo reference
danieldg
2009-10-08
Add names for all modes (part 1 of named channel mode list)
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-13
Simplify ModeHandler constructor
danieldg
2009-09-13
Replace OnAccessCheck with OnPreMode to remove a number of redundant checks
danieldg
2009-09-13
Membership* changes
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
Use CheckTimeStamp to merge modes on netburst
danieldg
2009-09-01
Re-implement dependency generation in perl to increase speed
danieldg
2009-06-01
Makefile updates: Allow run-cc wrapper to be disabled by "make V=1"
danieldg
2009-06-01
Makefile updates: clean up command lines
danieldg
2009-04-29
Overloading SetMode seems to cause the compiler to interpret "" as a bool and...
danieldg
2009-04-17
Fix SetModeParam to use std::string and handle edge cases.
danieldg
2009-04-16
Fix bug #826: setting +l 0 doesn't work in some cases. Just don't check for +...
w00t
[next]