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
/
sasl.h
Age
Commit message (
Expand
)
Author
2017-10-08
Fix some compiler warnings
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-12-19
m_sasl: log hostname/ip, if provided
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2016-01-23
Put maxlogins logic a few other important places
Adam
2016-01-02
Add sasl log category for auth log messages
Adam
2014-11-24
Rewrite serializable to have field level granularity
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-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-02-24
Log successful SASL auths
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