summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Collapse)Author
2014-01-21Fix missing colon in stats and top, fix smileys and actions count. Patch by ↵Adam
bush.
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 ↵DukePyrolator
than words
2014-01-14Mark 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-06Fix compile with -std=c++11Adam
2014-01-04Allow m_sql_authentication to disable email changing similar to ↵Adam
m_ldap_authentication
2014-01-04Also make m_sql_authentication block nick grouping if it is disabling ↵Adam
registration
2014-01-03Move 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-02Move modules out of extras that dont have external dependenciesAdam
2014-01-01Update 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-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 ↵Adam
disabled
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 ↵Adam
non conf opers on rehash
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 ↵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-27Fix m_httpd not passing non post data to other modules correctly & close ↵Adam
connections immediately when we are done flushing data
2013-09-29display modechars instead of modenames in cpanel channelmodesDukePyrolator
2013-09-16Remove 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-08Alpabetize channels in /ns alist and on webcpanels chanserv pageAdam
2013-09-03Cleanup previous commitAdam
Fix log messages from commands send through webpanel Don't show OperServ section to non opers
2013-09-03updated the chanserv section in webcpanelDukePyrolator
2013-08-23Merge pull request #21 from Phr33d0m/1.9Jens Voß
Use CDN for the rest of the .js files
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
Redesign body of the pages.
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 ↵n0kS Phr33d0m
the navbar links.
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-23Removed innecessary logo width, the img-responsive will take care of that.n0kS Phr33d0m
2013-08-23Don't use an external svg logo anymore, but a local png one.n0kS Phr33d0m
2013-08-23Fix m_httpd handling fragmented http requestsAdam
2013-08-23Redesign body of the pages. Now they have a distiguished panel heading and ↵n0kS Phr33d0m
panel body. Also added background colour to currently selected section.
2013-08-22Fix m_httpd enabling ssl if m_ssl is loaded after itAdam
2013-08-22Fix a typo and remove unnecessary 'effects'n0kS Phr33d0m
2013-08-22A completely rewritten Control Panel using some bootstrapping, jquery and ↵n0kS Phr33d0m
lots of CSS
2013-08-22Nuking the old design with firen0kS Phr33d0m
2013-08-22Fix incorrect GET method as we are submitting POST datan0kS Phr33d0m
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
Keep track of what user modes are oper only/server only/etc
2013-07-29Move chanstats stuff to stats/Adam
2013-07-21Fix m_ldap service names from defaulting ldap/ldap/mainAdam
2013-07-20Fix removing old connections in m_ldap and m_mysqlAdam