aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Name changePřemysl Eric Janouch2020-09-287-7/+7
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-247-21/+14
| | | | | | | | | 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.
* Bump libertyPřemysl Janouch2018-06-243-10/+7
|
* HTTP: fix header parsingPřemysl Janouch2017-02-061-1/+4
|
* Make Lua even greaterPřemysl Janouch2017-01-293-26/+6
|
* Add a plugin for Network UPS ToolsPřemysl Janouch2017-01-291-0/+83
|
* Use readdir instead of readdir_rPřemysl Janouch2017-01-291-13/+6
| | | | To eliminate compiler warnings, we're single-threaded anyway.
* Make Lua code great againPřemysl Janouch2017-01-292-10/+10
|
* Bump libertyPřemysl Janouch2017-01-231-3/+2
|
* Aborting units -> stopping unitsPřemysl Janouch2015-05-136-19/+19
|
* Get rid of "All rights reserved"Přemysl Janouch2015-05-135-5/+0
|
* Add an MPD service detection pluginPřemysl Janouch2015-05-131-0/+45
|
* Bump libertyPřemysl Janouch2015-03-291-171/+3
|
* Move to libertyPřemysl Janouch2015-02-284-4/+9
|
* Introduce Lua API version checkingPřemysl Janouch2015-01-212-5/+21
|
* Comment out the SOCKS4A scannerPřemysl Janouch2015-01-211-5/+6
| | | | It can't really detect if the server really supports SOCKS4A.
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-185-3/+554
| | | | | | | | | 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-233-36/+31
|
* Fix the IRC plugin, and not only thatPřemysl Janouch2014-09-211-2/+4
|
* 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-203-9/+128
| | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work
* First set of fixesPřemysl Janouch2014-09-192-46/+34
| | | | There are still some problems but at least it does something now.
* Even more stuffPřemysl Janouch2014-09-141-0/+95
| | | | Some reorganisation has taken place.
* Write stubs for the pluginsPřemysl Janouch2014-09-112-0/+310
Make them compile.