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-12-26 | Fix dropping channels in the webpanel | Adam | |
2013-12-24 | Make webcpanel's nickserv alist behave more like /ns alist | Adam | |
2013-11-22 | fixed webcpanel not html escaping displayed memos, bug reported by Mietzie | DukePyrolator | |
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-09-29 | display modechars instead of modenames in cpanel channelmodes | DukePyrolator | |
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 #20 from Phr33d0m/1.9 | Adam | |
Redesign body of the pages. | |||
2013-08-23 | Remove webpanel:ssl configuration option because its dumb | Adam | |
2013-08-23 | Redesign 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-22 | Fix incorrect GET method as we are submitting POST data | n0kS Phr33d0m | |
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-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Fix webcpanel build | Adam | |
2013-05-06 | Fix extras build | Adam | |
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-03-02 | Fix compile warning in webcpanel/memos | Adam | |
2013-02-20 | Merge pull request #12 from MatthewM/webcpanel | Adam | |
Web Panel Modifications | |||
2013-02-14 | Switch Destroy methods to delete | Adam | |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent ↵ | Adam | |
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist | |||
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam | |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
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-20 | Added the overlay to the vHost request function | MatthewM | |
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-13 | Optimize much of the database code and serialize code. | Adam | |
2012-12-12 | Some small improvements to last few commits, and fixed some problems with ↵ | Adam | |
the template engine | |||
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-12-09 | fixed a problem with the webcpanel logout when using apache + mod_proxy | DukePyrolator | |
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-30 | Fixed build errors and warnings with -std=c++11 | Adam | |
2012-10-09 | Cleanup ok if modules with pending identify requests are unloaded | Adam | |
2012-10-07 | Remove the asynchronous identifing hack and replace it with something ↵ | Adam | |
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify | |||
2012-10-02 | added an operserv/akill page to webcpanel | DukePyrolator | |
2012-09-02 | Fix Windows | Adam | |
2012-09-01 | Added a web panel module + a default template | Adam | |