Commit Graph

12 Commits

Author SHA1 Message Date
osmarks 1e5e2c1165 Hopefully improve autoreconnect a bit more 2018-10-05 19:58:14 +01:00
osmarks 2101cee26e Deal slightly better with unavailable server 2018-10-05 19:47:04 +01:00
Oliver Marks e5c2a6724f
Switch to a decent JSON library
This had better work.
2018-10-04 17:10:59 +01:00
Oliver Marks 0576be1d26
Fix JSON handling
The JSON library we used does not follow the spec in case of chars 0-31. I patched it to hopefully do this, so weird edge cases ought to be handled properly. Most of them. Lua strings are weird.
2018-10-03 21:12:37 +01:00
osmarks 548ca39149 Add start/end parameters to log download 2018-10-03 18:32:23 +01:00
osmarks 62e2865b63 Log fetching in client 2018-10-03 18:30:11 +01:00
Oliver Marks bdc9668e7e
Refactor client a bit 2018-10-03 18:03:36 +01:00
Oliver Marks a806b4ae1e
Expose message metadata to user 2018-09-16 14:56:16 +01:00
Oliver Marks 0e9ad11ced
Expose skynet's json library 2018-09-16 10:45:45 +01:00
Oliver Marks f266185cc3
Remove send retrying, make connecting reopen last channels 2018-09-16 09:59:34 +01:00
Oliver Marks cd60f3741a
Remove one-listener-at-once thing
It did not work properly anyway, as it only allowed one skynet.receive call to function... oops.
2018-09-15 18:39:42 +01:00
osmarks 525b1245f7 Initial commit 2018-09-15 18:27:45 +01:00