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
2022-01-04
Modernize CXXFLAGS on Unix and enable -Werror on CI.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2022-01-03
Merge branch '2.0' into 2.1.
Sadie Powell
2021-12-28
Add a build time check that OpenLDAP is reentrant.
Sadie Powell
2021-12-28
Reflect OpenLDAP 2.5 upstream change from libldap_r to libldap
Robert Scheck
2021-08-01
Deduplicate code for checking if a user is securely connected.
Sadie Powell
2021-06-17
Fix various spelling issues (#274).
Josh Soref
2021-04-27
Use InnoDB instead of the deprecated MyISAM engine.
Sadie Powell
2021-04-27
Use utf8mb4 instead of utf8 in chanstats and irc2sql.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-10-21
Fix the query used by IRC2SQL for updating server information.
Sadie Powell
2020-01-07
m_chanstats: Make ChanServ's HELP SET CHANSTATS translatable too. (#253)
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-12-14
Fix a bunch of broken indentation.
Peter Powell
2019-09-23
Fix various typos.
Peter Powell
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-03-30
m_regex_posix: use REG_ICASE
Adam
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-11-05
irc2sql: fix changing status modes to update ison modes
Adam
2016-11-05
irc2sql: fix crash on shutdown with no sql
Adam
2016-11-05
irc2sql: update max topic len to 512
Adam
2016-11-04
m_mysql: null empty columns instead of setting to ''
Adam
2016-11-04
irc2sql: fix a couple SQL errors
Adam
2016-09-25
Merge pull request #177 from attilamolnar/2.0+sqliteleak
Adam
2016-09-05
m_ssl_openssl: allow certificate chain files to be used
Adam
2016-08-17
m_sqlite: Fix possible memory leak when opening a database fails
Attila Molnar
2016-04-13
Remove support for DH-AES and DH-BLOWFISH.
Peter Powell
2016-01-28
Update copyright to 2016. This was done with:
Robby
2016-01-23
Update m_ssl_gnutls Windows library version to libgnutls-30
Adam
2016-01-23
Fix m_sql_oper to compile from the cleanup of the other day
Adam
2016-01-19
Fix various inconsistencies/crashes related to having multiple opers configur...
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
2014-12-02
Link m_ldap against ldap_r not ldap
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
[next]