Commit Graph

42 Commits

Author SHA1 Message Date
Robert Miles 809a9c94c7 Upgrade package versions to allow dependencies to run 2019-04-04 09:41:27 -04:00
osmarks 6a618da809 Yet more slight logview improvements 2018-10-07 17:10:23 +01:00
osmarks 38daecd61f Merge branch 'master' of https://github.com/osmarks/skynet 2018-10-06 18:12:49 +01:00
osmarks 0507a79447 Logview improvements 2018-10-06 18:12:40 +01:00
Oliver Marks 5bf5670a1d
Update PROTOCOL.md 2018-10-06 15:00:57 +01:00
osmarks 02743009e6 24-hour time on logviewer 2018-10-06 13:07:49 +01:00
osmarks 299dc14e42 Add connected message 2018-10-06 13:05:32 +01:00
osmarks b802d25ae5 Yet more XSS fixing 2018-10-06 12:38:18 +01:00
osmarks b6e972da47 Fix XSS bug 2018-10-06 12:26:41 +01:00
osmarks 630640ced2 Colorized channel names! 2018-10-06 11:57:49 +01:00
osmarks 99dcba1d80 Make log viewer mobile-friendly 2018-10-06 11:45:14 +01:00
osmarks ab2760fb28 Remove random debug message 2018-10-06 11:30:54 +01:00
osmarks ffdec741ab Put logs right way round 2018-10-06 11:30:24 +01:00
osmarks 8a18b5f543 Improved log viewer 2018-10-06 11:28:04 +01:00
osmarks d2a7ef7585 Stop sending messages back to their senders 2018-10-06 11:08:24 +01:00
osmarks 83f0dc76f1 Add version indicator 2018-10-06 10:49:12 +01:00
osmarks a1d6c273b3 Add log to protocol docs 2018-10-06 10:11:12 +01:00
osmarks db95bdf1c5 Add protocol docs 2018-10-06 10:09:27 +01:00
osmarks 1f54b9d0f1 Refactor server 2018-10-06 09:38:21 +01:00
osmarks 14c7bb1b4a Fix typing in messages while messages are sent 2018-10-05 21:43:38 +01:00
osmarks f085882acb Add log viewer 2018-10-05 20:44:11 +01:00
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
osmarks c7f7b9d624 Merge branch 'master' of https://github.com/osmarks/skynet 2018-10-05 19:30:33 +01:00
Oliver Marks 54f09620be
Create LICENSE 2018-10-05 16:08:21 +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 6537a323a7 Add timestamp on messages 2018-10-03 18:34:03 +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
osmarks 7756394588 Rename stuff, add message log 2018-10-03 18:18:11 +01:00
Oliver Marks bdc9668e7e
Refactor client a bit 2018-10-03 18:03:36 +01:00
osmarks 8e5bcf3e7f Make debug message not not work 2018-09-16 16:19:21 +01:00
osmarks d986327767 Make things not receive messages from themselves 2018-09-16 16:15:33 +01:00
osmarks 8b64a05d1c Consistent-er formatting 2018-09-16 15:05:58 +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
osmarks aa40ec1285 Add a debug message. 2018-09-15 22:08:32 +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
Oliver Marks 94d424680d
Create README.md 2018-09-15 18:30:07 +01:00
osmarks 525b1245f7 Initial commit 2018-09-15 18:27:45 +01:00