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
/
operserv
Age
Commit message (
Expand
)
Author
2017-11-19
Add subcommand syntax help, and reference subcommand help in syntax error mes...
Adam
2017-10-22
Store full and masked message in logger for chanserv/log
Adam
2017-10-08
Fix caching xline mask
Adam
2017-10-08
Fix some compiler warnings
Adam
2017-06-21
Convert ModuleReturn to an enum class
Adam
2017-04-24
Merge commit '34bf21f7d199e3c744ca7a38f2ebd81cbbdaa2ec'
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-04-07
Merge commit '46aeb8b70b116ffe37a6f1a72ddb9c69b7cccc98'
Adam
2017-04-07
Merge commit '437a6dbb2997c51c260115e8514c8cd6150cfaf5'
Adam
2017-04-07
Merge commit 'ef32505633ad40bd3937edfa739f6b13ecdda599'
Adam
2017-04-06
Merge commit '07f72a3122479bb10c923a5f72b316297e388a7f'
Adam
2017-03-19
Get rid of relying on if(this) in WhoSends()
Adam
2017-02-07
Normalize databases by not allowing generic Object references
Adam
2017-02-06
Track override in CommandSource and use it in the logger
Adam
2017-01-27
Store CommandInfo in CommandSource instead of just command/permission
Adam
2017-01-23
Make log system use newer format strings
Adam
2016-12-17
Split ircdproto send functions out into separate services
Adam
2016-12-07
Remove C style var args from Channel::Kick
Adam
2016-12-01
Allow objects to opt out of gc, don't gc accounts with users logged in
Adam
2016-11-11
Update info.cpp (#181)
Gavin
2016-11-11
Fix opers not really being serializable
Adam
2016-11-11
Remove database save and related commands/config
Adam
2016-11-09
Change default database to sqlite, begin 2.0 db_flatfile support
Adam
2016-11-06
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
Peter Powell
2016-10-22
Various codestyle cleanup in most of the core modules
Adam
2016-10-09
Various other modname fixes
Adam
2016-10-09
Adjust reading operserv core config opts
Adam
2016-10-09
Adjust reading chanserv core config opts
Adam
2016-10-09
Adjust reading nickserv core config opts
Adam
2016-10-09
Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per acco...
Adam
2016-10-06
os_defcon: find module by name, it might not be loaded yet
Adam
2016-10-06
chankill: don't add duplicate akills
Adam
2016-10-06
#1677 apply sqlines even if the ircd doesn't on non opers
Adam
2016-10-01
Apply regex sqlines on connect too
Adam
2016-10-01
Show akill/xline ids in view
Adam
2016-09-30
operserv/oper: don't allow deleting conf opers
Adam
2016-09-28
Move CanAdd() check to after mask sanitization as it will remove other entrie...
Adam
2016-09-28
os_akill: Sanity check AKILLing before modifing the akill list
Matt Ullman
2016-09-23
operserv/news: rewrite logic, include various fixes from 2.0
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Add missing operserv/stats header
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2015-12-31
Rename haader file names to be consistent with module names
Adam
2015-12-31
Add missing override keyword to methods that require it.
Peter Powell
2015-12-14
New source tree structure for modules. From commands/cs_access => chanserv/ac...
Adam