index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
extra
/
m_httpd.cpp
Age
Commit message (
Expand
)
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
2013-10-27
Fix m_httpd not passing non post data to other modules correctly & close conn...
Adam
2013-08-23
Fix reading post data in m_httpd
Adam
2013-08-23
Remove webpanel:ssl configuration option because its dumb
Adam
2013-08-23
Fix m_httpd handling fragmented http requests
Adam
2013-08-22
Fix m_httpd enabling ssl if m_ssl is loaded after it
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-06
Update the rest of modules.example.conf, default inspircd status modes to a s...
Adam
2013-05-06
Fix extras build
Adam
2013-05-05
That doesn't work either, just don't use references.
Adam
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-11
Pass new config and the new config reader to the OnReload event, aswell as ca...
Adam
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
2013-03-30
Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2012-12-12
Fixed webpanel fail on nondebug builds
Adam
2012-12-09
fixed a log message showing the wrong IP
DukePyrolator
2012-11-30
Change /os reload to not unnecessarially rebuild httpd servers. Change m_http...
Adam
2012-11-28
Rewrite/simplify some of m_httpd
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-03
Made m_xmlrpc use m_httpd
Adam
2012-11-01
Fixed quite a bit of dumbness with m_ssl. Had to
Adam
2012-10-24
BIND's forward ability did not work as I expected
Adam
2012-10-07
Remove the asynchronous identifing hack and replace it with something better....
Adam
2012-09-02
Fix Windows
Adam
2012-09-01
Added a web panel module + a default template
Adam