summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/webcpanel.cpp
AgeCommit message (Collapse)Author
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-09-03updated the chanserv section in webcpanelDukePyrolator
2013-08-23Merge pull request #20 from Phr33d0m/1.9Adam
Redesign body of the pages.
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-01Use MessageSource as the source for many IRCDProto funcsAdam
Keep track of what user modes are oper only/server only/etc
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-05-26Fix webcpanel buildAdam
2013-05-05That doesn't work either, just don't use references.Adam
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. ↵Adam
Mark our modules as VENDOR and allow modules to have multple types.
2013-02-20Merge pull request #12 from MatthewM/webcpanelAdam
Web Panel Modifications
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2012-12-17Added a modal window interface to MemoServs page that will automaticly fade ↵MatthewM
out after a give time (currently 5s)
2012-12-14Allow opers to drop channelsMatthewM
Added chanserv drop to web panel Allow long lists of akills to scroll
2012-12-12Unregister operserv_akill page on unload in cpanelAdam
2012-12-12Squashed commit of the following:Adam
commit 317ead6b395237fd0fcf8a39ef028404fcd0ece2 Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 02:14:06 2012 -0500 Added the HostServ link to the navigation bar commit 6b15d7fc5e68809f282f5d8597f5bc198851b41c Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 01:58:18 2012 -0500 Correct some slight over sights that was missed eariler commit b356a46789fabe4f69af8739e721bc069aa7a348 Author: MatthewM <mcm@they-got.us> Date: Mon Dec 10 23:44:51 2012 -0500 Started work on adding HostServ to the web panel
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
modify socketengines to allow polling for write & no read, but is it cleaner now. Made m_httpd able to listen using SSL.
2012-10-09Cleanup ok if modules with pending identify requests are unloadedAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-03Some minor fixes/typoslethality
2012-10-02added an operserv/akill page to webcpanelDukePyrolator
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to ↵Adam
be a bit more C++ ish
2012-09-01Added a web panel module + a default templateAdam