7c978fe50f
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 04:16:27 +02:00
8d40122372
Display unexpected messages, too
2018-05-11 23:40:26 +02:00
19e10aaf3e
Fix UTF-8 validation
2018-05-11 22:34:19 +02:00
2e1127e371
Fix sent close code when failing the connection
2018-05-11 22:34:06 +02:00
5c380878d5
Better fix for EOF handling with WebSockets
...
Used to spin.
2018-04-16 22:26:18 +02:00
3002fb32b0
Fix EOF handling with WebSockets
2018-04-16 16:26:00 +02:00
d8fcb22daf
Bump liberty, fix GNUC detection, update README
2018-04-16 16:25:44 +02:00
989825f7eb
Cleanup
2017-02-07 03:28:15 +01:00
c03af00e30
WebSockets are no longer experimental
...
Now that I've made it work at all, at least in some cases.
2017-02-06 21:28:40 +01:00
9531f2b518
WebSocket: fix connection timeout
2017-02-06 21:28:40 +01:00
06e066a491
WebSocket: avoid closing an invalid FD
2017-02-06 21:12:12 +01:00
1be02128e3
WebSocket: fix reconnection
2017-02-06 21:11:17 +01:00
6017ce464d
WebSocket: fix showing the close reason
2017-02-06 20:11:29 +01:00
5946081a91
WebSocket: fix segfault in HTTP parsing
2017-02-06 19:04:58 +01:00
753d5f02ae
WebSocket: remember to send the protocol version
2017-02-06 18:39:33 +01:00
d73aa0436c
WebSocket: fix header parsing
2017-02-06 18:27:40 +01:00
58408ae74a
Fix and update LICENSE
2017-02-03 23:02:29 +01:00
66f1a6afa3
Fix OpenSSL 1.1 compatibility
2017-01-25 18:12:18 +01:00
6ab7219752
Bump liberty
2017-01-23 23:59:03 +01:00
ed77188bfd
Use TMPDIR as a fallback if set
2016-03-13 01:02:07 +01:00
dc8e84d27a
Flush output properly
2016-01-22 14:39:41 +01:00
46b926d9e5
Add ability to pipe output from calls
2016-01-21 09:26:29 +01:00
e70cd4e434
Add JSON syntax highlighting
2016-01-21 07:34:03 +01:00
d6d53a4e70
Fix segfault on config load error
2016-01-20 10:39:46 +01:00
e0aa42fb99
Allow line editing with VISUAL/EDITOR/vi
...
Let's pray I haven't broken anything so far.
2015-12-26 04:13:51 +01:00
dd9bfbe37e
Refactor backends
...
That was fucking ugly.
2015-12-26 01:42:08 +01:00
63df918482
Rewrite the input layer
...
Now we also support libedit for the backend.
2015-12-25 23:38:40 +01:00
3e2728443b
Bump liberty, use newer configuration format
...
So that we don't need to maintain our own string parser for attribute strings.
More or less just plugging in what the old code has evolved into in degesch.
2015-12-13 22:54:14 +01:00
50c8ef12ac
Bump liberty
2015-12-13 01:40:03 +01:00
f1a83abdd8
Fix compile warning
2015-12-13 01:39:27 +01:00
ff64e45988
Reorganize code
2015-12-13 01:38:53 +01:00
ac5c2f40a2
WS: allow leaving out the URL path
...
It defaults to / now, it used to cause undefined behaviour.
2015-06-25 22:32:59 +02:00
be1e424e17
WS: include the part after '?' in the query
2015-06-25 21:54:16 +02:00
a16a7940dd
Fix typo in HTTP request header
2015-06-24 20:46:42 +02:00
1c2c2bccbb
Move a comment
2015-04-08 20:43:49 +02:00
ba659a99e1
Fix an embarrasing logic error
2015-04-08 20:33:42 +02:00
ad094ebb4b
Allow specifying the CA bundle in configuration
2015-04-08 20:29:53 +02:00
e1d2626f10
WS: send messages in blocks
2015-04-08 20:00:47 +02:00
808393c537
WS: only display the "connecting" status on -v
2015-04-08 19:51:57 +02:00
fd4177157e
Fix WS masking logic
2015-04-08 19:49:45 +02:00
01757df58f
Display the IP address while connecting
...
Instead of resolving the domain name.
2015-04-08 19:49:09 +02:00
4b56f09ea6
Non-functional little fixes
2015-04-08 19:48:22 +02:00
3339f43ec9
Watch for SIGINT and SIGTERM
2015-04-08 02:35:32 +02:00
f0d60bb689
Handle quitting a bit better
...
And add some documentation.
2015-04-08 02:35:32 +02:00
ec54630fef
Fix obsolete libev API usage
2015-04-08 02:09:40 +02:00
7333f27159
Give the WebSocket backend some chance of working
...
This is all untested code.
2015-04-08 01:52:20 +02:00
950fc21ecf
Make asynchronous status messages possible
...
I. HATE. GNU. READLINE.
2015-04-07 02:58:59 +02:00
371e52d782
Cleanup, fix handshake, better errors
2015-04-07 02:56:58 +02:00
0f0c5d2617
WebSockets: use Server Name Indication with TLS
2015-04-03 00:15:44 +02:00
bdbfb915d2
Display a warning about WS status
...
So I can finally push this to GitHub.
2015-03-29 03:22:27 +02:00