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
/
pseudoclients
/
chanserv.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-05
Merge branch '2.0' into 2.1.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2024-01-01
Fix a copy/paste error in the default channel settings.
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
2023-06-03
Merge branch '2.0' into 2.1.
Sadie Powell
2023-05-28
regchannels: remove dependency on no-delete-null-pointer-checks
Adam
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
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
Replace all uses of push_back with emplace_back.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-12-03
Send mode changes from ChanServ if the channel is not registered.
Sadie Powell
2021-10-17
Increase the default channel expiry to 30 days.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-12-14
Fix a bunch of broken indentation.
Peter Powell
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-10-12
No longer try to create persistent channels on the fly
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-01-28
Update copyright to 2016. This was done with:
Robby
2015-09-25
Fix chanserv botmodes.
Robby
2015-06-29
#1649 don't update keepmodes during inhbait
Adam
2014-12-12
Changed calls to Get() for bool extensible items to HasExt in the chanserv mo...
MichaĆ Zegan
2014-05-14
Fix access lists showing the wrong mask if the display nick for a group
Adam
2014-03-04
Fix 2 crashes from removing the permanent channel mode from channels which do...
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
2013-12-31
I don't think this OnBotKick to hold channels is necessary anymore as Sync sh...
Adam
2013-12-27
Fix crash when channels are registered that do not exist by non users
Adam
2013-12-26
Fix not setting the persist flag on newly registered channels when the perman...
Adam
2013-10-05
Hide expires in /cs info if the channel is actively in use as it confuses people
Adam
2013-10-05
Fix logging for log type 'other'.
Robby-
2013-10-05
Fix not setting -r when channels are deleted
Adam
2013-09-29
Exempt ulines/myself from bounce mode check
Adam
2013-09-29
Fix NickServ default nick expiry time.
Robby-
2013-09-29
Add chanserv:always_lower_ts config option to always lower registered
Adam
2013-09-27
Fix typos, remove dead language defines.
Robby-
2013-09-27
Remove +r etc when channels are deleted
Adam
2013-08-27
Make chanserv:require not default to r
Adam
2013-08-25
Create persistent channels on startup, which used to work and got lost somewhere
Adam
2013-08-21
Always require the registered channel mode is set. Comment out default config...
Adam
[next]