6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-30 18:51:03 +00:00
Commit Graph

283 Commits

Author SHA1 Message Date
James Mills
d7fd0ddde3 Improve the UX colors 2022-03-20 13:57:20 +10:00
James Mills
ffcf845965 Update CHANGELOG for 0.0.6 2022-03-20 13:44:49 +10:00
James Mills
663edd1bc6 Fix bugs with the TUI client 2022-03-20 13:44:22 +10:00
James Mills
e3e3e825ac Fix inbox behaviour and configurability 2022-03-20 12:37:36 +10:00
James Mills
1702b0e36d Add title back that @xuu added 2022-03-20 11:40:32 +10:00
James Mills
1bdd463e2c Update CHANGELOG for 0.0.5 2022-03-20 11:27:07 +10:00
James Mills
83083f1b50 Fix log-posthook script 2022-03-20 11:26:11 +10:00
James Mills
dbdf724ed0 Fix syntax error 2022-03-20 11:24:42 +10:00
James Mills
b8cb2437e7 Update CHANGELOG for 0.0.5 2022-03-20 11:20:49 +10:00
James Mills
fbaab7a86b Update CHANGELOG for 0.0.5 2022-03-20 11:19:31 +10:00
James Mills
4c7835f394 Rebuild the shitty UI using tcell/tview 2022-03-20 11:19:21 +10:00
James Mills
166a7c0847 Fix getting -u/--broker-uri flags 2022-03-20 10:14:14 +10:00
James Mills
23a51dd946 Rename the -u/--uri flag to -u/--broker-uri (SALTY_BROKER_URI) and other flags and improve a lot of the help 2022-03-20 10:02:20 +10:00
James Mills
24dee80aba Fix pre/post hook support to accept stdin 2022-03-20 09:55:20 +10:00
James Mills
2f62274265 Add spport for pre/post hooks for read command 2022-03-20 09:35:47 +10:00
xuu
d1d33e45c6 feat: hax for great justice (#14)
- Dont send message on empty
- inbox flag to override $USER
- Filter messages to only chat with partner.

NOTE: might be better to parse the message in loop to handle events outside the formatting code.

NOTE NOTE: i think we might need to revisit read recipts.. maybe including user@domain?

Co-authored-by: Jon Lundy <jon@xuu.cc>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/14
Co-authored-by: xuu <xuu@noreply@mills.io>
Co-committed-by: xuu <xuu@noreply@mills.io>
2022-03-19 21:33:03 +00:00
xuu
a2ac6a9ef3 fix: some fixes to display artifacts (#13)
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/13
Co-authored-by: xuu <xuu@noreply@mills.io>
Co-committed-by: xuu <xuu@noreply@mills.io>
2022-03-19 21:32:08 +00:00
James Mills
b694dca713 Update CHANGELOG for 0.0.4 2022-03-20 02:38:20 +10:00
James Mills
2a93983603 Simplify identity creationg and management 2022-03-20 02:34:39 +10:00
James Mills
a1b00f1bd8 Fix make-user to create the identity as prologic.key (by default) 2022-03-20 02:19:12 +10:00
James Mills
158c7f9231 Don't double log errors in Request() 2022-03-20 01:24:21 +10:00
James Mills
e602f0f3ce Update CHANGELOG for 0.0.3 2022-03-20 00:50:52 +10:00
James Mills
335dac958c Ooops 2022-03-20 00:50:43 +10:00
James Mills
4f977af349 Add chglog config 2022-03-20 00:49:56 +10:00
James Mills
c93e7bd241 Publish releases straight away 2022-03-20 00:46:54 +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
2bf318388b Update 'README.md' 2022-03-19 13:05:36 +00:00
James Mills
f77d6d4340 Ignore /dist directory 2022-03-19 22:59:26 +10:00
James Mills
02f68a45d9 Add GoRelaser config 2022-03-19 22:56:23 +10:00
James Mills
25cefb9d74 Fix args for make-user 2022-03-19 22:31:19 +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
005a013753 Add support for looking for a default identity 2022-03-19 16:34:33 +10:00
James Mills
7a3f2e5159 Improve error handling for GetIdentity() and missing User address 2022-03-19 16:02:40 +10:00
James Mills
f5838a65a7 Update README 2022-03-19 15:48:42 +10:00
James Mills
d097dedd77 Ooops 2022-03-19 15:45:08 +10:00
James Mills
767e62a178 Update README 2022-03-19 15:43:43 +10:00
James Mills
34f76e4294 Add chat command 2022-03-19 15:35:31 +10:00
James Mills
522db3548c Ignore desktop notification errors silently 2022-03-19 14:41:53 +10:00
James Mills
365d000381 Fix Lookup not returning an error parsing invalid configs 2022-03-19 14:12:33 +10:00
James Mills
eefeb944e7 Improve display of date/time 2022-03-19 14:10:56 +10:00
James Mills
53c7bd5cad Fix shell readmsgs() so no arguments work properly 2022-03-19 14:01:26 +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
e92052dccc Refactor lookup and send and bild a Request utility function 2022-03-19 11:24:07 +10:00
James Mills
a78e5c191a Minor improvements to the send command 2022-03-19 11:06:17 +10:00
James Mills
3854b869f8 Fix help message 2022-03-19 10:43:34 +10:00