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
2015-12-31
Rename haader file names to be consistent with module names
Adam
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-10-27
Beginning of new module dependency stuff, seems to compile and link. Move som...
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-07-07
Fix various Clang compiler warnings.
Peter Powell
2015-03-11
Redesign m_ldap to no longer rely on undefined behavior
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-05-28
Mark pure virtual functions with anope_abstract
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-20
Speed up akill xline checks
Adam
2014-04-20
New event system
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2014-03-22
SASL: Also disallow suspended nicks to login using EXTERNAL mechanism. Improv...
Robby-
2014-03-22
Do not allow SASL login to suspended nicks
Adam
2014-03-01
Export interface for cs_entrymsg
Adam
2014-02-24
Log successful SASL auths
Adam
2014-02-22
Store a cert->account map and use it for SASL EXTERNAL and certfp auth
Adam
2014-02-17
Fix os_ignore to work correctly with SQL
Adam
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