summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel
AgeCommit message (Collapse)Author
2012-12-18Added a click reply function to the MemoServ memos page that autofills the ↵MatthewM
senders name
2012-12-17Bug that was experinced seems to be somewhat related to Windows 8 and maybe ↵MatthewM
an extension on chrome. Reverting to previous commit
2012-12-17Fixed a minor bug that overlapped the nav links and the content from ↵MatthewM
.content in Chrome on Windows
2012-12-17Give the overlay window a rounded edge to make it look a bit nicer and fade ↵MatthewM
the main content a little less
2012-12-17Added a modal window interface to MemoServs page that will automaticly fade ↵MatthewM
out after a give time (currently 5s)
2012-12-15Allow escaping brackets in webpanel templates and redirect users to the ↵Adam
homepage when their session is not found
2012-12-15Merge Adams commit to allow escaping of bracketsMatthewM
2012-12-15Added a large scroll box for the chanserv main pageMatthewM
2012-12-14Fixed some html errors in the last commitAdam
2012-12-14Allow opers to drop channelsMatthewM
Added chanserv drop to web panel Allow long lists of akills to scroll
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-12Unregister operserv_akill page on unload in cpanelAdam
2012-12-12Some small improvements to last few commits, and fixed some problems with ↵Adam
the template engine
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-12-12Fixed webpanel fail on nondebug buildsAdam
2012-12-09fixed a problem with the webcpanel logout when using apache + mod_proxyDukePyrolator
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-30Fixed build errors and warnings with -std=c++11Adam
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-07Remove 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-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-24Fix a few oddball warnings that came up from clang, and also make it so ↵Naram Qashat
webcpanel.so can be compiled under Mac OS X.
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam