summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Expand)Author
2014-03-09irc2sql: removed the currentusers field from the chan table, keeping it updat...DukePyrolator
2014-02-24Fix m_ssl_gnutls to send its cert. Most of this is from Attila.Adam
2014-02-22Make m_ssl_gnutls work with at least GnuTLS v2.8Attila Molnar
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li...Daniel Vassdal
2014-02-17Merge pull request #52 from attilamolnar/2.0+gnutlsAdam
2014-02-17Move encryption.h to include/modulesAdam
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16Fix Windows buildAdam
2014-02-16enc_bcrypt: Add moduleDaniel Vassdal
2014-02-14m_sasl_dh-blowfish: Add moduleDaniel Vassdal
2014-02-14m_sasl_dh-aes: Add moduleDaniel Vassdal
2014-02-05Ignore nonblocking errnors on socket operationsAdam
2014-01-21Fix missing colon in stats and top, fix smileys and actions count. Patch by b...Adam
2014-01-21Made the chanstats confs try and look similar to every other configuration fileAdam
2014-01-19m_chanstats: fixed the config options NSDefChanstats and CSDefChanstatsDukePyrolator
2014-01-17m_chanstats: do not count negative words if you have more smileys in a line t...DukePyrolator
2014-01-14Mark m_sql_log, m_rewrite, and m_dnsbl as extra so they show up in modlist wi...Adam
2014-01-06Fix compile with -std=c++11Adam
2014-01-04Allow m_sql_authentication to disable email changing similar to m_ldap_authen...Adam
2014-01-04Also make m_sql_authentication block nick grouping if it is disabling registr...Adam
2014-01-03Move modules/stats under extras because it depends on m_mysql, update its con...Adam
2014-01-02Move modules out of extras that dont have external dependenciesAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-30Set last_realname in m_ldap_authentication when new nicks are registeredAdam
2013-12-30Also have m_ldap_authentication disable nick grouping if registration is disa...Adam
2013-12-26Don't leak ldap resultsAdam
2013-12-26Fix dropping channels in the webpanelAdam
2013-12-24Make webcpanel's nickserv alist behave more like /ns alistAdam
2013-12-19Don't leak opers and opertypes on /os reload, fix not updating opertypes on n...Adam
2013-12-19Fix a few commands not being able to find non conf opersAdam
2013-11-22fixed webcpanel not html escaping displayed memos, bug reported by MietzieDukePyrolator
2013-11-17Fix placeholder for akill.htmlCronus89
2013-11-04Add a couple of usability and aesthetic changes, fix the half-broken chanlist...Denis M. (Phr33d0m)
2013-10-27Fix m_httpd not passing non post data to other modules correctly & close conn...Adam
2013-09-29display modechars instead of modenames in cpanel channelmodesDukePyrolator
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-09-08Alpabetize channels in /ns alist and on webcpanels chanserv pageAdam
2013-09-03Cleanup previous commitAdam
2013-09-03updated the chanserv section in webcpanelDukePyrolator
2013-08-23Merge pull request #21 from Phr33d0m/1.9Jens Voß
2013-08-23Use CDN for the rest of the .js filesDenis M. (Phr33d0m)
2013-08-23Merge branch '1.9' of github.com:anope/anope into 1.9Adam
2013-08-23Remove SSL cert verification because we dont use itAdam
2013-08-23Fix reading post data in m_httpdAdam
2013-08-23Merge pull request #20 from Phr33d0m/1.9Adam
2013-08-23Fixed an incorrect layout, a couple of typos and a wrong form actionn0kS Phr33d0m
2013-08-23Use a local copy of the background imagen0kS Phr33d0m
2013-08-23Make the navbar brand a different font to distinguish it from the rest of the...n0kS Phr33d0m
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam