Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam | |
Also fix crash on Windows when unloading a module because it threw an exception. | |||
2014-05-20 | Speed up akill xline checks | Adam | |
Cache xline nick, user, host, etc instead of rebuilding it everytime its requested. Store users ip in sockaddr form and not string form to prevent having to rebuild sockaddrs when checking xlines. Also do not try to convert empty config values in Config::Get as this can be rather common if a non string configuration value is not set, and the cost of the ConvertException is great. | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
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 | |
library cals from blocking... Fix multiple possible null pointer derefs if modules pass null interfaces (none currently do, but it is allowed) Fix memory leak from results when services are destructed Timeout queries that never come back. | |||
2014-03-10 | Fix compile error in m_sasl_dh-aes and m_sasl_dh-blowfish on unusually old ↵ | Adam | |
g++ versions | |||
2014-03-09 | irc2sql: removed the currentusers field from the chan table, keeping it ↵ | DukePyrolator | |
updated on each join/part eats too many ressources | |||
2014-02-24 | Fix m_ssl_gnutls to send its cert. Most of this is from Attila. | Adam | |
2014-02-22 | Make m_ssl_gnutls work with at least GnuTLS v2.8 | Attila Molnar | |
2014-02-20 | enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from ↵ | Daniel Vassdal | |
libxcrypt, and move enc_bcrypt out of extras | |||
2014-02-17 | Merge pull request #52 from attilamolnar/2.0+gnutls | Adam | |
Add support for SSL connections powered by GnuTLS | |||
2014-02-17 | Move encryption.h to include/modules | Adam | |
2014-02-17 | Add m_ssl_gnutls | Attila Molnar | |
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar | |
2014-02-16 | Fix Windows build | Adam | |
2014-02-16 | enc_bcrypt: Add module | Daniel Vassdal | |
2014-02-14 | m_sasl_dh-blowfish: Add module | Daniel Vassdal | |
2014-02-14 | m_sasl_dh-aes: Add module | Daniel Vassdal | |
2014-02-05 | Ignore nonblocking errnors on socket operations | Adam | |
2014-01-21 | Fix missing colon in stats and top, fix smileys and actions count. Patch by ↵ | Adam | |
bush. | |||
2014-01-21 | Made the chanstats confs try and look similar to every other configuration file | Adam | |
2014-01-19 | m_chanstats: fixed the config options NSDefChanstats and CSDefChanstats | DukePyrolator | |
2014-01-17 | m_chanstats: do not count negative words if you have more smileys in a line ↵ | DukePyrolator | |
than words | |||
2014-01-14 | Mark m_sql_log, m_rewrite, and m_dnsbl as extra so they show up in modlist ↵ | Adam | |
with no parameters, as they are "unusual" | |||
2014-01-06 | Fix compile with -std=c++11 | Adam | |
2014-01-04 | Allow m_sql_authentication to disable email changing similar to ↵ | Adam | |
m_ldap_authentication | |||
2014-01-04 | Also make m_sql_authentication block nick grouping if it is disabling ↵ | Adam | |
registration | |||
2014-01-03 | Move modules/stats under extras because it depends on m_mysql, update its ↵ | Adam | |
config a bit to look similar to all of the other config files | |||
2014-01-02 | Move modules out of extras that dont have external dependencies | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-30 | Set last_realname in m_ldap_authentication when new nicks are registered | Adam | |
2013-12-30 | Also have m_ldap_authentication disable nick grouping if registration is ↵ | Adam | |
disabled | |||
2013-12-26 | Don't leak ldap results | Adam | |
2013-12-26 | Fix dropping channels in the webpanel | Adam | |
2013-12-24 | Make webcpanel's nickserv alist behave more like /ns alist | Adam | |
2013-12-19 | Don't leak opers and opertypes on /os reload, fix not updating opertypes on ↵ | Adam | |
non conf opers on rehash | |||
2013-12-19 | Fix a few commands not being able to find non conf opers | Adam | |
2013-11-22 | fixed webcpanel not html escaping displayed memos, bug reported by Mietzie | DukePyrolator | |
2013-11-17 | Fix placeholder for akill.html | Cronus89 | |
2013-11-04 | Add a couple of usability and aesthetic changes, fix the half-broken ↵ | Denis M. (Phr33d0m) | |
chanlist functionality, add a couple of missing ESCAPED_CHANNEL vars Add missing ESCAPED_CHANNEL Changed EMAIL_TYPE to FORCE_EMAIL. Now makes more sense Make it more obvious when the 'email' field is optional Add a 'Retry' button to go back to the registration page Fixed broken chanlist functionality. Before even if the user clicked on the channels nothing happened, now it goes straight to the 'set' page (at least something happens) Small fix, disable the 'Save' button if user has no SET powers Add another missing ESCAPED_CHANNEL Add a more clear definition of what hostmasks are allowed in that field, either user@host or nick\!user@host Fix wrongly placed var Changed some aesthetics | |||
2013-10-27 | Fix m_httpd not passing non post data to other modules correctly & close ↵ | Adam | |
connections immediately when we are done flushing data | |||
2013-09-29 | display modechars instead of modenames in cpanel channelmodes | DukePyrolator | |
2013-09-16 | Remove static variables from functions in modules which causes them to be ↵ | Adam | |
marked as gnu unique objects, which breaks dlclose()/dlopen() on g++ 4.5+ | |||
2013-09-08 | Alpabetize channels in /ns alist and on webcpanels chanserv page | Adam | |
2013-09-03 | Cleanup previous commit | Adam | |
Fix log messages from commands send through webpanel Don't show OperServ section to non opers | |||
2013-09-03 | updated the chanserv section in webcpanel | DukePyrolator | |
2013-08-23 | Merge pull request #21 from Phr33d0m/1.9 | Jens Voß | |
Use CDN for the rest of the .js files | |||
2013-08-23 | Use CDN for the rest of the .js files | Denis M. (Phr33d0m) | |
2013-08-23 | Merge branch '1.9' of github.com:anope/anope into 1.9 | Adam | |
2013-08-23 | Remove SSL cert verification because we dont use it | Adam | |