Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTTP: fix header parsing | Přemysl Janouch | 2017-02-06 | 1 | -1/+4 |
| | |||||
* | Aborting units -> stopping units | Přemysl Janouch | 2015-05-13 | 1 | -5/+5 |
| | |||||
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-13 | 1 | -1/+0 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -1/+3 |
| | |||||
* | Implement a Lua 5.3 plugin loader plugin | Přemysl Janouch | 2015-01-18 | 1 | -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 API | Přemysl Janouch | 2014-09-23 | 1 | -24/+21 |
| | |||||
* | HTTP: initialize `http_settings' statically | Přemysl Janouch | 2014-09-21 | 1 | -8/+8 |
| | |||||
* | Implement the HTTP plugin | Přemysl Janouch | 2014-09-21 | 1 | -5/+99 |
| | | | | Ended up including Joyent's http-parser library. | ||||
* | Implement more of the services | Přemysl Janouch | 2014-09-20 | 1 | -4/+19 |
| | | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work | ||||
* | First set of fixes | Přemysl Janouch | 2014-09-19 | 1 | -21/+3 |
| | | | | There are still some problems but at least it does something now. | ||||
* | Write stubs for the plugins | Přemysl Janouch | 2014-09-11 | 1 | -0/+95 |
Make them compile. |