summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Expand)Author
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed some...Adam
2012-12-23Made the overlay resize and the alert box reposition when the window is resizedMatthewM
2012-12-22Combine all of the set modules now that having them split apart is almost com...Adam
2012-12-20Move the var to set the time out into the same javascript tag that is used fo...MatthewM
2012-12-20Added the overlay to the vHost request functionMatthewM
2012-12-20Moved the javascript to header.html from memos.html to make it easier to inte...MatthewM
2012-12-20Made the table cells for the memo table have no spacing and color the read an...MatthewM
2012-12-19Minor style tweaks to make the links look more like a buttonMatthewM
2012-12-18Cleaned up the overlay layout, added some minor visual and js fixesMatthewM
2012-12-18Added a click reply function to the MemoServ memos page that autofills the se...MatthewM
2012-12-17Bug that was experinced seems to be somewhat related to Windows 8 and maybe a...MatthewM
2012-12-17Fixed a minor bug that overlapped the nav links and the content from .content...MatthewM
2012-12-17Give the overlay window a rounded edge to make it look a bit nicer and fade t...MatthewM
2012-12-17Added a modal window interface to MemoServs page that will automaticly fade o...MatthewM
2012-12-15Allow escaping brackets in webpanel templates and redirect users to the homep...Adam
2012-12-15Merge Adams commit to allow escaping of bracketsMatthewM
2012-12-15Move DNS handling to a moduleAdam
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
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 the...Adam
2012-12-12Squashed commit of the following:Adam
2012-12-12Fixed webpanel fail on nondebug buildsAdam
2012-12-09fixed a problem with the webcpanel logout when using apache + mod_proxyDukePyrolator
2012-12-09fixed a log message showing the wrong IPDukePyrolator
2012-11-30Change /os reload to not unnecessarially rebuild httpd servers. Change m_http...Adam
2012-11-29Fix warnings from classes with virtual functions not having virtual destructorsAdam
2012-11-28Rewrite/simplify some of m_httpdAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-03Made m_xmlrpc use m_httpdAdam
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
2012-10-30Fixed build errors and warnings with -std=c++11Adam
2012-10-27Add a module log typeAdam
2012-10-24BIND's forward ability did not work as I expectedAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
2012-10-13Add m_sql_operAdam
2012-10-10Fix m_ldap to reconnect automatically if the ldap server goes awayAdam
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 better....Adam
2012-10-03Some minor fixes/typoslethality
2012-10-02Attempt #2 at silly topic ts thing, this is actually must cleanerAdam
2012-10-02added an operserv/akill page to webcpanelDukePyrolator
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-30timestamp column is a special case tooAdam
2012-09-30Bug #1445 - Empty out columns in SQL we have no data for onAdam
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat