summaryrefslogtreecommitdiff
path: root/modules/extra/m_httpd.cpp
AgeCommit message (Expand)Author
2014-01-02Move modules out of extras that dont have external dependenciesAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-10-27Fix m_httpd not passing non post data to other modules correctly & close conn...Adam
2013-08-23Fix reading post data in m_httpdAdam
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-23Fix m_httpd handling fragmented http requestsAdam
2013-08-22Fix m_httpd enabling ssl if m_ssl is loaded after itAdam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-06Fix extras buildAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-12Fixed webpanel fail on nondebug buildsAdam
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-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-24BIND's forward ability did not work as I expectedAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam