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_set.cpp
Age
Commit message (
Expand
)
Author
2024-01-24
Shuffle modules around a bit.
Sadie Powell
2024-01-23
Mark types that have no inheritors as final.
Sadie Powell
2024-01-23
Improve the layout of types that inherit from another type.
Sadie Powell
2024-01-08
Fix various format string issues.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-20
Merge branch '2.0' into 2.1.
Sadie Powell
2023-12-17
Misc grammar fixes.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2022-01-04
Update more IRCServices references to reflect the current project.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-03-06
Fix the ChanServ SET SUCCESSOR syntax to show that a nickname is optional.
Robby
2019-03-05
Fix missing braces in cs_set.
Peter Powell
2019-02-14
Improve the help text for ChanServ SET SUCCESSOR.
Robby
2019-01-01
Update copyright to 2019.
Robby
2018-06-12
Merge pull request #219 from genius3000/2.0+set_help_hide
Adam
2018-04-25
Update copyright to 2018.
Robby
2018-04-02
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP
genius3000
2017-10-12
No longer try to create persistent channels on the fly
Adam
2017-02-21
cs_set: don't lower ts from own clients joining
Adam
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-11-05
Don't apply secureops to users with chanserv/administration privilege, not pr...
Adam
2016-11-03
Don't apply secureops to protected users
Adam
2016-07-23
cs_set: clear last modes before unserializing them
Adam
2016-02-13
Update chanserv secure help to reflect more accurately what it does
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-09-17
Don't prevent channel destruction because persist is set. Perm mode/a bot sho...
Adam
2015-09-11
Don't assign bots when persist is set if we aren't synced sinec we might not ...
Adam
2015-09-06
Merge pull request #126 from SaberUK/2.0+typos
Adam
2015-07-30
Make secureops help less weird
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-06-29
#1649 don't update keepmodes during inhbait
Adam
2015-03-12
Only apply keepmodes on channel sync
Adam
2015-03-12
Revert "Added kickcheck override for users with protected privs"
Adam
2015-02-11
Added kickcheck override for users with protected privs
H7-25
2014-08-11
cs_set: Fix logging for SET SUCCESSOR to correctly log overrides.
Robby-
2014-08-03
Fix some botserv help entries from showing when they shouldn't
Adam
2014-03-04
Fix 2 crashes from removing the permanent channel mode from channels which do...
Adam
2014-03-01
When unserializing channels with persist, set their ts=now. If we are suppose...
Adam
2014-03-01
When unserializating channels and persist is set, only assign chanserv if the...
Adam
2014-02-27
Do not take modes from users in channels with secureops off if we are always ...
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
[next]