Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services". | |||
2022-01-03 | Replace anope_{final,override} with their C++11 equivalent. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
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 | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-06-12 | Merge pull request #219 from genius3000/2.0+set_help_hide | Adam | |
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2018-04-02 | Check for 'hide' flag in commands in (bs,cs,ns)_set HELP | genius3000 | |
This code is duplicated from help.cpp to (bs,cs,ns)_set.cpp for listing the available SET commands. The check for the 'hide' flag was missed and this incorrectly listed commands that were configured as hidden. | |||
2017-10-12 | No longer try to create persistent channels on the fly | Adam | |
Change initial channel creation to on post init so it will be part of the burst. | |||
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 | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-11-05 | Don't apply secureops to users with chanserv/administration privilege, not ↵ | Adam | |
protected | |||
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 | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-09-17 | Don't prevent channel destruction because persist is set. Perm mode/a bot ↵ | Adam | |
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs | |||
2015-09-11 | Don't assign bots when persist is set if we aren't synced sinec we might not ↵ | Adam | |
know of all modes | |||
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
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 | |
Not sure why this was this way originally, it interfears with the chanserv +r check to determine how new the channel is because it restores +r. This seems to still work okay, though. | |||
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 ↵ | Adam | |
do not exist | |||
2014-03-01 | When unserializing channels with persist, set their ts=now. If we are ↵ | Adam | |
supposed to lower it later we will then. | |||
2014-03-01 | When unserializating channels and persist is set, only assign chanserv if ↵ | Adam | |
the perm channel mode doesnt exist | |||
2014-02-27 | Do not take modes from users in channels with secureops off if we are always ↵ | Adam | |
lowering channels timestamps to their creations | |||
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-26 | Add a config option for whether or not to reset the TS of persistent ↵ | Adam | |
channels to their registration date | |||
2013-12-17 | Update last_modes when keepmodes is set on or off | Adam | |
2013-12-17 | Set pending mode changes immediately when an object is removed from the mode ↵ | Adam | |
stacker. And fix mlock creator from cs set persist on. | |||
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ↵ | Adam | |
after unserializing persist on | |||
2013-11-16 | Add help for /cs set keepmodes | Adam | |
2013-10-05 | Hide expires in /cs info if the channel is actively in use as it confuses people | Adam | |
2013-10-05 | Hide privileged commands in ns help set and cs help set if configured | Adam | |
2013-10-05 | Don't explicitly reference services nicks. | Robby- | |
os_forbid: If NickServ is available, have it send the forbid reason instead of OperServ. |