aboutsummaryrefslogtreecommitdiff
path: root/plugins/http.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-181-1/+3
| | | | | | | | | Also implemented SOCKS detection in said language. There are probably going to be some bugs. The program is no longer Valgrind-clean, as that would require plugin deinitialization, in which there is very little point.
* Simplify the plugin APIPřemysl Janouch2014-09-231-24/+21
|
* HTTP: initialize `http_settings' staticallyPřemysl Janouch2014-09-211-8/+8
|
* Implement the HTTP pluginPřemysl Janouch2014-09-211-5/+99
| | | | Ended up including Joyent's http-parser library.
* Implement more of the servicesPřemysl Janouch2014-09-201-4/+19
| | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work
* First set of fixesPřemysl Janouch2014-09-191-21/+3
| | | | There are still some problems but at least it does something now.
* Write stubs for the pluginsPřemysl Janouch2014-09-111-0/+95
Make them compile.