aboutsummaryrefslogtreecommitdiff
path: root/plugin-api.h
Commit message (Collapse)AuthorAgeFilesLines
* Name changePřemysl Eric Janouch2020-09-281-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Aborting units -> stopping unitsPřemysl Janouch2015-05-131-4/+4
|
* Get rid of "All rights reserved"Přemysl Janouch2015-05-131-1/+0
|
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-181-1/+5
| | | | | | | | | 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-7/+4
|
* Add a header guardPřemysl Janouch2014-09-211-0/+5
| | | | I've nearly forgotten what those are.
* Implement the HTTP pluginPřemysl Janouch2014-09-211-2/+2
| | | | Ended up including Joyent's http-parser library.
* Implement more of the servicesPřemysl Janouch2014-09-201-0/+8
| | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work
* Write stubs for the pluginsPřemysl Janouch2014-09-111-1/+1
| | | | Make them compile.
* Random crystallisationPřemysl Janouch2014-09-101-2/+7
| | | | Don't worry, there will be better commit messages eventually.
* Initial commitPřemysl Janouch2014-09-081-0/+81
Nothing's working yet, only some supporting code has been put in place.