Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-03 | updated the chanserv section in webcpanel | DukePyrolator | |
2013-08-23 | Merge pull request #20 from Phr33d0m/1.9 | Adam | |
Redesign body of the pages. | |||
2013-08-23 | Make the navbar brand a different font to distinguish it from the rest of ↵ | n0kS Phr33d0m | |
the navbar links. | |||
2013-08-23 | Remove webpanel:ssl configuration option because its dumb | Adam | |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-01 | Change 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-26 | Fix webcpanel build | Adam | |
2013-05-05 | That 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-05 | Rework 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-10 | Move 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-20 | Merge pull request #12 from MatthewM/webcpanel | Adam | |
Web Panel Modifications | |||
2013-01-09 | Update 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-17 | Added a modal window interface to MemoServs page that will automaticly fade ↵ | MatthewM | |
out after a give time (currently 5s) | |||
2012-12-14 | Allow opers to drop channels | MatthewM | |
Added chanserv drop to web panel Allow long lists of akills to scroll | |||
2012-12-12 | Unregister operserv_akill page on unload in cpanel | Adam | |
2012-12-12 | Squashed 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-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-01 | Fixed quite a bit of dumbness with m_ssl. Had to | Adam | |
modify socketengines to allow polling for write & no read, but is it cleaner now. Made m_httpd able to listen using SSL. | |||
2012-10-09 | Cleanup ok if modules with pending identify requests are unloaded | Adam | |
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam | |
2012-10-03 | Some minor fixes/typos | lethality | |
2012-10-02 | added an operserv/akill page to webcpanel | DukePyrolator | |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to ↵ | Adam | |
be a bit more C++ ish | |||
2012-09-01 | Added a web panel module + a default template | Adam | |