Commit Graph

123 Commits

Author SHA1 Message Date
02f87e1604
Bump liberty
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
2024-08-08 09:45:51 +02:00
042bd29094
CMakeLists.txt: declare compatibility with 3.27
All checks were successful
Arch Linux AUR Success
Alpine 3.19 Success
OpenBSD 7.3 Success
Sadly, the 3.5 deprecation warning doesn't go away after this.
2023-08-01 03:24:46 +02:00
d0af81c08d
Try harder to find ncursesw 2023-07-24 09:14:31 +02:00
cabd2bad9b
CMakeLists.txt: link properly 2023-07-04 08:06:31 +02:00
f0583e3d1a
README.adoc: update package information 2023-07-01 21:59:45 +02:00
c420e3ce86
Fix plugin search path on Nix
Even its non-full GNUInstallDirs paths are absolute,
which is apparently allowed.
2023-06-29 02:25:23 +02:00
11567dc05c
Update http-parser submodule URL 2023-06-29 01:50:21 +02:00
462280fd2f
Update .gitignore 2021-10-30 03:28:13 +02:00
c8eb6433cb
Add clang-format configuration 2021-10-30 03:02:16 +02:00
8d7a055b08
Set an upper limit on concurrent FDs
I don't have the time nor will to look into it properly.
2021-07-06 17:25:54 +02:00
4be24e17c3
Bump minimum CMake version and termo
And some related cleanup or unification.
2020-10-29 16:48:00 +01:00
0e147b2ef1
Allow Lua 5.4
It seems to build, and this entire thing is experimental anyway.
2020-09-28 04:58:27 +02:00
47415fd7c6
Bump liberty 2020-09-28 04:57:05 +02:00
338dff4ade
Name change 2020-09-28 04:55:23 +02:00
c22bda4719
Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-24 05:11:50 +02:00
419d9e3080
Update README 2018-06-24 05:11:36 +02:00
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
fa4e874f08
CMakeLists.txt: fix variable name 2018-06-24 04:58:54 +02:00
9c367cfe49
Try to fix Travis CI 2017-06-07 21:35:54 +02:00
f42099e79c
Bump liberty, cleanup 2017-06-07 21:06:40 +02:00
b2456c1cb6
Update README 2017-06-07 20:28:07 +02:00
84bb8e78fc
Add a clarifying comment 2017-05-06 21:03:03 +02:00
8f9e2e6bdf
HTTP: fix header parsing 2017-02-06 18:25:55 +01:00
8ed708106b
Fix LICENSE 2017-02-03 23:08:57 +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
3b3cf82a75
Travis CI: brevify notifications 2017-01-29 20:48:18 +01:00
5825d1b218
Bump liberty 2017-01-23 23:56:08 +01:00
5570898aca
Fix OpenSSL 1.1 compatibility 2017-01-01 16:57:43 +01:00
5f5d58b3da Bump liberty 2016-03-14 21:25:02 +01:00
f8c0d09cda Fix Travis CI notifications 2016-03-14 20:50:48 +01:00
22563d555b Update README 2016-03-13 01:47:15 +01:00
d3d709e994 Fix packaging, update README 2016-03-11 20:34:38 +01:00
9c16e19786 Fix build without Lua 2015-10-01 22:58:18 +02:00
d9d9e1f498 Compile in Lua support opportunistically 2015-10-01 22:53:43 +02:00
58b4b2d06d Convert README to AsciiDoc 2015-09-27 01:51:09 +02:00
396cc0f5f5 Fix library searching 2015-08-06 21:56:21 +02:00
268a359cf4 Bump liberty
Pulling in kqueue support.
2015-08-06 21:14:19 +02:00
c0ff71e9be Fix BSD build 2015-08-06 01:15:11 +02:00
871ae9be8e Hide the indicator while printing info messages 2015-06-27 22:07:52 +02:00
de4009fb4d Aborting units -> stopping units 2015-05-13 06:57:06 +02:00
b2cc2709c6 Add an option to list all services 2015-05-13 06:49:16 +02:00
30997471e7 Use getservbyname() on undetermined ports 2015-05-13 06:31:20 +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
144b8f9c58 Print undetermined services 2015-05-13 05:56:31 +02:00
debebcde96 Don't initialize the transport immmediately
Do it only once we're actually connected.
2015-05-13 04:34:25 +02:00