Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
2017-04-07 | irc2sql: fix changing status modes to update ison modes | Adam | |
2017-04-07 | Merge commit '7453c71c005671f729e26f2bbeeb750d32c88718' | Adam | |
2017-04-07 | Merge commit '76ea11198028b6a1ab4f739d239bf890ce6d937e' | Adam | |
2017-02-07 | Normalize databases by not allowing generic Object references | Adam | |
Remove redis database support | |||
2017-01-23 | Make log system use newer format strings | Adam | |
Also allow log messages to be translatable | |||
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-11-11 | Fix opers not really being serializable | Adam | |
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-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 ↵ | Adam | |
module out of extras. | |||
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-09-25 | Merge pull request #177 from attilamolnar/2.0+sqliteleak | Adam | |
m_sqlite: Fix possible memory leak when opening a database fails | |||
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-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 | |
Split service management code nito a proper servicemanager. Make service references managed instead of lazy lookup. Also made events and serializable use service manager instead of their respective systems for management | |||
2016-04-13 | Remove support for DH-AES and DH-BLOWFISH. | Peter Powell | |
These SASL mechanisms are considered insecure and should not be used anymore. | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
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 ↵ | Adam | |
configured for the same user through combinations of os_oper/config/m_sql_oper | |||
2015-12-14 | New source tree structure for modules. From commands/cs_access => ↵ | Adam | |
chanserv/access etc. | |||
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 ↵ | Adam | |
are perm modules | |||
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
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 | |
m_ssl_openssl: SSL context option changes | |||
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 | |
Accessing the same LDAP* from multiple threads at once is always undefined, even if one thread is just polling ldap_result. Instead keep one thread per connection and issue blocking queries on the thread. | |||
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock | |||
2015-01-05 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: CMakeLists.txt include/modules.h include/serialize.h modules/commands/bs_assign.cpp modules/commands/bs_badwords.cpp modules/commands/bs_bot.cpp modules/commands/bs_control.cpp modules/commands/bs_kick.cpp modules/commands/cs_access.cpp modules/commands/cs_akick.cpp modules/commands/cs_drop.cpp modules/commands/cs_entrymsg.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_invite.cpp modules/commands/cs_kick.cpp modules/commands/cs_mode.cpp modules/commands/cs_register.cpp modules/commands/cs_seen.cpp modules/commands/cs_set.cpp modules/commands/cs_suspend.cpp modules/commands/cs_topic.cpp modules/commands/cs_unban.cpp modules/commands/cs_xop.cpp modules/commands/hs_del.cpp modules/commands/hs_list.cpp modules/commands/hs_request.cpp modules/commands/ms_ignore.cpp modules/commands/ms_send.cpp modules/commands/ns_recover.cpp modules/commands/ns_register.cpp modules/commands/ns_suspend.cpp modules/commands/os_dns.cpp modules/commands/os_noop.cpp modules/commands/os_oper.cpp modules/commands/os_session.cpp modules/database/db_sql_live.cpp modules/encryption/enc_bcrypt.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_ldap_oper.cpp modules/fantasy.cpp modules/m_dnsbl.cpp modules/m_sasl.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp modules/webcpanel/webcpanel.cpp modules/webcpanel/webcpanel.h src/command.cpp src/messages.cpp src/modulemanager.cpp src/regchannel.cpp src/serialize.cpp | |||
2014-12-27 | Remove now unnecessary eventhook constructor calls in module init lists | Adam | |