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
/
extra
Age
Commit message (
Expand
)
Author
2016-11-11
Fix opers not really being serializable
Adam
2016-10-30
Add new RESTful JSON API and documentation
Adam
2016-10-29
Add sqlite amalgamation and use if no system sqlite is found. Move sqlite mod...
Adam
2016-10-17
Address casemapping issues in sqlite/mysql
Adam
2016-10-15
Various improvements/bugfixes to extdb stuff
Adam
2016-10-09
Various other modname fixes
Adam
2016-10-09
Adjust reading nickserv core config opts
Adam
2016-10-07
m_ssl_openssl: allow certificate chain files to be used
Adam
2016-10-07
m_sqlite: Fix possible memory leak when opening a database fails
Attila Molnar
2016-10-02
Update m_ssl_gnutls Windows library version to libgnutls-30
Adam
2016-10-01
sql_oper: deoper users more reliably
Adam
2016-10-01
sql_oper: various fixups to compile on 2.1
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
2015-12-14
New source tree structure for modules. From commands/cs_access => chanserv/ac...
Adam
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-09-23
Clear regex xlines on unload, which happens on shutdown, even though they are...
Adam
2015-09-06
Merge pull request #126 from SaberUK/2.0+typos
Adam
2015-07-23
Remove unused variables from m_ldap
Adam
2015-07-23
Set LDAP_OPT_PROTOCOL_VERSION 3 etc on reconnect, too
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-04-30
irc2sql: handle away messages.
Jyzee
2015-03-22
Fix m_ldap_oper to build
Adam
2015-03-12
Merge pull request #113 from attilamolnar/2.0+openssl
Adam
2015-03-12
m_ssl_openssl: Allow disabling SSLv3 via the config
Attila Molnar
2015-03-12
m_ssl_openssl: Set sane default context options
Attila Molnar
2015-03-11
Redesign m_ldap to no longer rely on undefined behavior
Adam
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-27
Remove now unnecessary eventhook constructor calls in module init lists
Adam
2014-12-10
Unconst these config Get<Anope::string> calls as it makes no sense
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-12-02
Link m_ldap against ldap_r not ldap
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-10-16
Validate credentials sent via sasl more
Adam
2014-10-14
Fix module event prioritization which was broken with the newer
Adam
2014-09-14
changed the engine of the chanstats table from InnoDB back to MyISAM to avoid...
DukePyrolator
2014-07-11
Fix Log() calls in m_ldap_oper
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-06-09
Correct wording of log message when ldap services are created
Adam
2014-05-30
Fix Windows build and update library names to the newer ones.
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-20
Speed up akill xline checks
Adam
2014-05-01
Pass password to nick register event so modules like m_ldap_authentication ca...
Adam
2014-04-21
Constify message source for OnChannelMode(Un)Set
Adam
2014-04-20
New event system
Adam
2014-04-02
Remove regex mods, use std::regex instead
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2014-03-17
m_ssl_gnutls: Fix deprecation warnings when using newer GnuTLS versions.
Robby-
2014-03-11
Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous
Adam
[next]