6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-28 17:51:04 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
James Mills
02842fd49c pwa: Playing around with material design 2022-03-24 13:37:18 -05:00
James Mills
7ffefb042e Refactor Endpoint for automatic endpoint discovery and less configuration (#46)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/46
2022-03-23 12:39:31 +00:00
James Mills
801d6b93bb Add support for client and server (broker) registration (#43)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/43
2022-03-22 22:59:09 +00:00
James Mills
a37f578544 Add support for generating ULID(s) for User's Endpoints 2022-03-22 22:14:46 +10:00
James Mills
c8bbcad0db Set go.mod to require Go 1.17 (since go-app requires it) and update deps 2022-03-22 11:29:52 +10:00
James Mills
be4b4a5e9d Add a basic structure for a go-app PWA + integrated Broker (#36)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Co-authored-by: Jon Lundy <jon@xuu.cc>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/36
2022-03-21 22:27:35 +00:00
James Mills
8993981e81 Refactor the code (#38)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/38
2022-03-21 14:46:16 +00:00
James Mills
024fbd7169 Make lookups less noisey, remove use of beeep 2022-03-21 11:21:18 +10:00
James Mills
6020106199 Update to msgbus v0.1.6 2022-03-21 02:14:10 +10:00
James Mills
18de067072 Upgrade to msgbus v0.1.5 2022-03-21 01:12:39 +10:00
James Mills
b2a648a2bc Further improve the formatting 2022-03-20 15:46:38 +10:00
James Mills
663edd1bc6 Fix bugs with the TUI client 2022-03-20 13:44:22 +10:00
James Mills
4c7835f394 Rebuild the shitty UI using tcell/tview 2022-03-20 11:19:21 +10:00
James Mills
ea059f3cb6 Re-add beeep desktop notifications 2022-03-20 00:46:21 +10:00
James Mills
e64001715f Update deps 2022-03-19 23:31:55 +10:00
James Mills
02f68a45d9 Add GoRelaser config 2022-03-19 22:56:23 +10:00
James Mills
d4bce14370 Upgrade deps 2022-03-19 22:30:57 +10:00
James Mills
8f0914ef22 Add make-user command (#9)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/9
2022-03-19 11:42:36 +00:00
James Mills
34f76e4294 Add chat command 2022-03-19 15:35:31 +10:00
James Mills
14d08150a5 Format and colorize the messages nicely 2022-03-19 13:50:12 +10:00
James Mills
c2b6b44374 Add builtin support for sending desktop notifications 2022-03-19 12:46:37 +10:00
James Mills
7eec2da5a4 Add read command 2022-03-19 12:35:04 +10:00
James Mills
6a31d35397 go mod tidy 2022-03-19 11:25:04 +10:00
James Mills
a78e5c191a Minor improvements to the send command 2022-03-19 11:06:17 +10:00
xuu
78417dd472 feat: add send message functionality (#8)
I added sha256 for discovery and fallback ability.
And implemented sending message using msgbus.

Co-authored-by: Jon Lundy <jon@xuu.cc>
Reviewed-on: https://git.mills.io/prologic/salty-chat/pulls/8
Co-authored-by: xuu <xuu@noreply@mills.io>
Co-committed-by: xuu <xuu@noreply@mills.io>
2022-03-18 22:50:04 +00:00
James Mills
7e6c4b2dc7 Add lookup command (#4)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/prologic/salty-chat/pulls/4
2022-03-18 14:48:59 +00:00