aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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.