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
/
include
/
modules
Age
Commit message (
Expand
)
Author
2014-02-17
Move most of the implementation details out of os_forbid.h, fixes crashing if...
Adam
2014-02-17
Move encryption.h to include/modules
Adam
2014-02-14
sasl.h, m_sasl.cpp: Move IdentifyRequest to the header
Daniel Vassdal
2014-02-14
sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active se...
Daniel Vassdal
2014-02-12
Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.
Adam
2014-02-07
Allow other modules to suspend nicknames and channels without having to subcl...
Adam
2014-02-07
Allow other modules to be able to view and modify cs and ns set_misc data
Adam
2014-01-02
Have db_old load news.db too
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-12-01
Fix crash from loading exceptions with db_old and then unloading db_old
Adam
2013-09-27
Fix compile warnings and errors found by clang
Adam
2013-08-23
Remove webpanel:ssl configuration option because its dumb
Adam
2013-08-12
Fix some issues with suspend
Adam
2013-08-11
Add DNS Notify support
Adam
2013-08-10
Support DNS ANY query type
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
Adam
2013-07-20
Fix more compile warnings found on newer g++ versions
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-04
Fix deleting mode locks
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-18
Fix Windows build
Adam
2013-05-17
Add Redis database support
Adam
2013-05-05
Move module header files to include/modules to fix naming conflicts with syst...
Adam