index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
commands
/
cs_mode.cpp
Age
Commit message (
Expand
)
Author
2015-12-14
New source tree structure for modules. From commands/cs_access => chanserv/ac...
Adam
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-09-06
Merge pull request #126 from SaberUK/2.0+typos
Adam
2015-07-13
Fix incorrect iteration when destructing modelockimpls
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-02-05
Fix os_mode to handle channels going away due to mode changes, and maybe cs_mode
Adam
2015-01-26
Fix negatively locking param modes in default mlock
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-27
Remove now unnecessary eventhook constructor calls in module init lists
Adam
2014-12-10
Unconst these config Get<Anope::string> calls as it makes no sense
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-08-24
Change Channel::GetModeList to return a copy of the mode list, not a
Adam
2014-08-03
Add cs_mode:max config option
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-06-23
Mostly working language string rewrite with new format strings
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-04-25
Add "virtual mode" support
Adam
2014-04-20
New event system
Adam
2014-04-17
Use OnChanRegistered instead of OnCreateChan to set default mlocks.
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2014-03-04
Fix 2 crashes from removing the permanent channel mode from channels which do...
Adam
2014-03-01
Do not enforce mlock when enforcing mlock
Adam
2014-02-03
Actually just allow mode clear to take any mode name
Adam
2014-02-03
Fix typo in mode clear, exempts -> excepts
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-11-18
Default adding to 1 in mlock add/del, always reply with something even if the...
Adam
2013-10-05
cs_mode: Fix override in /cs mode set.
Robby-
2013-09-27
Allow modifying mlock on nonexistant (but registered) channels
Adam
2013-09-27
Add missing columns to os_forbid. Make most lists with dates use the shorter ...
Robby-
2013-09-27
Make column titles in listings translatable.
Robby-
2013-09-27
Translate listformatter properly
Adam
2013-09-27
Fix typos, remove dead language defines.
Robby-
2013-09-27
Added missing override capabilities and log calls to some ChanServ commands
Robby-
2013-09-27
Fix cs_mode lock reply if nothing is done
Adam
2013-09-20
Readonlyize many commands
Adam
2013-08-27
Move Serialize::Types to construct after the corresponding extensible items t...
Adam
2013-08-26
Log parameters given to /cs mode set. Add logging to /os ignore.
Adam
2013-08-26
Fix status mlocks. Fix reply from lock add.
Adam
2013-08-25
Remove unnecesary mlock code in cs_mode, change mode set events to never boun...
Adam
2013-08-14
Do not default mlock +r, it is unnecessray and only clutters up the mlock list
Adam
2013-07-20
Fix not setting the correct compile flags on modules and fix the resulting wa...
Adam
2013-07-08
Fix deleting badwords/modes/logs etc
Adam
2013-07-07
Move op/deop/etc back to an actual command, its too hard to use cs_log with i...
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-08
Check for peace being on before denying a mode change in cs_mode
Adam
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-11
Merge chanserv saset and set back into one command since it no longer needs t...
Adam
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
[next]