Commit Graph

24 Commits

Author SHA1 Message Date
6fa5c8daaa
Relicense to 0BSD, update mail address
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.
2018-06-24 05:11:10 +02:00
87f70c1813
Bump liberty 2018-06-24 05:10:23 +02:00
8f9e2e6bdf
HTTP: fix header parsing 2017-02-06 18:25:55 +01:00
54ec44b6b5
Make Lua even greater 2017-01-29 22:52:22 +01:00
c353117c0c
Add a plugin for Network UPS Tools 2017-01-29 22:49:34 +01:00
38a1214af1
Use readdir instead of readdir_r
To eliminate compiler warnings, we're single-threaded anyway.
2017-01-29 21:04:50 +01:00
aceeb3f4c9
Make Lua code great again 2017-01-29 20:56:27 +01:00
5825d1b218
Bump liberty 2017-01-23 23:56:08 +01:00
de4009fb4d Aborting units -> stopping units 2015-05-13 06:57:06 +02:00
7954f504a6 Get rid of "All rights reserved" 2015-05-13 06:10:44 +02:00
2e32296dfc Add an MPD service detection plugin 2015-05-13 06:08:49 +02:00
2c19df6bdd Bump liberty 2015-03-29 04:03:16 +02:00
2e44af621d Move to liberty 2015-02-28 21:57:57 +01:00
d8ecd402c9 Introduce Lua API version checking 2015-01-21 00:12:41 +01:00
8ecdab1ddd Comment out the SOCKS4A scanner
It can't really detect if the server really supports SOCKS4A.
2015-01-21 00:06:44 +01:00
eb0f8a028c Implement a Lua 5.3 plugin loader plugin
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.
2015-01-18 04:14:45 +01:00
1f9f9b9a39 Simplify the plugin API 2014-09-23 22:59:01 +02:00
6c90cc85db Fix the IRC plugin, and not only that 2014-09-21 03:29:35 +02:00
d453a1226c HTTP: initialize `http_settings' statically 2014-09-21 01:12:15 +02:00
47aaedd26a Implement the HTTP plugin
Ended up including Joyent's http-parser library.
2014-09-21 01:02:16 +02:00
2b74a18833 Implement more of the services
- SSH: ready for action
 - IRC: ready for action
 - HTTP: needs some work
2014-09-20 22:03:55 +02:00
4662e84995 First set of fixes
There are still some problems but at least it does something now.
2014-09-19 01:02:26 +02:00
7d3f0ca4c8 Even more stuff
Some reorganisation has taken place.
2014-09-14 22:45:12 +02:00
a133946688 Write stubs for the plugins
Make them compile.
2014-09-11 08:10:33 +02:00