index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notices to 2011
Jackmcbarn
2011-05-04
1
-1
/
+1
*
Allow listing of modes with +Z
Jackmcbarn
2011-02-24
1
-11
/
+43
*
Remove some gotos
Jackmcbarn
2010-11-27
1
-2
/
+1
*
Fix unsafe iteration in DelMode
Jackmcbarn
2010-11-09
1
-4
/
+4
*
Fix duplicate mode character error message
Daniel De Graaf
2010-10-17
1
-1
/
+1
*
Translate TR_NICK modes inside TryMode
Jackmcbarn
2010-09-28
1
-3
/
+9
*
Allow +Z to be used to list listmodes
Jackmcbarn
2010-09-15
1
-0
/
+8
*
Call OnParameterMissing when +Z is used if the given mode needs one
Jackmcbarn
2010-09-11
1
-3
/
+9
*
Clarify the configuration tag function names
Daniel De Graaf
2010-08-22
1
-2
/
+2
*
Change modelist back to 2.0 definition to remove double-dereference in BanItem
Daniel De Graaf
2010-08-21
1
-16
/
+10
*
Fix crash when m_chanregister is initialized prior to permchannels
Daniel De Graaf
2010-08-21
1
-0
/
+2
*
Change ResolveModeConflict to a simpler parameter ordering function
Daniel De Graaf
2010-08-18
1
-2
/
+2
*
Change ModeHandler::AccessCheck to use PermissionData
Daniel De Graaf
2010-08-18
1
-3
/
+2
*
Fix unload of prefix modes not unsetting prefixes
Daniel De Graaf
2010-08-15
1
-0
/
+19
*
Replace dynamic_cast with faster explicit type marking
Daniel De Graaf
2010-08-14
1
-5
/
+5
*
Don't try to process mode changes with an invalid target
Daniel De Graaf
2010-08-14
1
-4
/
+7
*
Add mode-merge indicator to FMODE
•••
This introduces explicit mode-merge request, rather than forcing all server-sourced mode changes to be merged. Syntax: :SID FMODE #chan TS =mode params For protocol 1202 and below, this is converted back to +.
Daniel De Graaf
2010-08-13
1
-0
/
+3
*
Don't try to merge an unset of a parameterized mode
Daniel De Graaf
2010-08-11
1
-2
/
+2
*
Finish header file #include untangle
Daniel De Graaf
2010-08-08
1
-32
/
+1
*
Prevent kicks of users who have a protecting low-rank prefix set
Daniel De Graaf
2010-08-07
1
-1
/
+1
*
Change irc::modestacker output in FORMAT_PERSIST to always use long modes
Daniel De Graaf
2010-08-06
1
-1
/
+9
*
Fix DelMode failing on modes using the default ParamChannelModeHandler::OnMod...
Daniel De Graaf
2010-08-05
1
-5
/
+7
*
Allow OnParameterMissing to fill in the missing parameter
Daniel De Graaf
2010-08-05
1
-3
/
+4
*
Send error strings to users on mode change denials
Daniel De Graaf
2010-08-03
1
-0
/
+4
*
Fix /MODE allowing anyone to change modes in channels
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Check maximum length of ban list for local users, not remote
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Funnel access checks through the OnPermissionCheck hook
Daniel De Graaf
2010-08-03
1
-3
/
+5
*
Drop useless default OnModeChange handler
Daniel De Graaf
2010-08-03
1
-5
/
+0
*
Allow m_autoop to grant channel flags, source its mode changes from the joini...
Daniel De Graaf
2010-08-03
1
-3
/
+1
*
Cap masks and bans at 250 characters
Daniel De Graaf
2010-08-03
1
-0
/
+4
*
Omit opflags from permchannel database
Daniel De Graaf
2010-08-03
1
-12
/
+18
*
Add m_opflags
Daniel De Graaf
2010-08-03
1
-0
/
+21
*
Fix modechange constructor
Daniel De Graaf
2010-08-03
1
-0
/
+1
*
m_modeaccess, channel mode +W, allows the prefix required to set a mode to be...
Daniel De Graaf
2010-08-03
1
-31
/
+2
*
Add <options:nameonlymodes>
Daniel De Graaf
2010-08-03
1
-20
/
+28
*
Allow digits 0-9 to be used as mode characters
Daniel De Graaf
2010-08-03
1
-10
/
+16
*
Allow named modes to be disabled with <disabled:modes>
Daniel De Graaf
2010-08-03
1
-13
/
+8
*
Extend ChanModes to use a modestacker for output
Daniel De Graaf
2010-08-03
1
-5
/
+11
*
Convert ban list elements to be Extensible
Daniel De Graaf
2010-08-03
1
-15
/
+23
*
Strip channel mode Z from list sent to 1201-compat servers
Daniel De Graaf
2010-08-03
1
-1
/
+2
*
Display mode Z in 004/005 line
Daniel De Graaf
2010-08-03
1
-1
/
+5
*
Better support for letterless modes
Daniel De Graaf
2010-08-03
1
-12
/
+12
*
Convert allowed oper-only modes to use names instead of letters
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Add the rest of the <modeletters> support
Daniel De Graaf
2010-08-03
1
-0
/
+2
*
Add support for <modeletters> config block to adjust mode letters
Daniel De Graaf
2010-08-03
1
-8
/
+16
*
Add support for parsing named mode changes from +Z to core
Daniel De Graaf
2010-08-03
1
-6
/
+32
*
Fix some mode letter sorting bugs
Daniel De Graaf
2010-08-03
1
-3
/
+9
*
Implement missing modechange constructors
Daniel De Graaf
2010-08-03
1
-2
/
+21
*
Remove duplication of some huge functions
Daniel De Graaf
2010-08-03
1
-0
/
+187
*
Fixups for s2s sync (currently limited to lettered modes)
Daniel De Graaf
2010-08-03
1
-11
/
+7
[next]