6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-16 11:58:24 +00:00
saltyim is the Go library and reference client and broker implementation for Salty IM it contains a command-line client (cli), a terminal user interface (tui), builtin server/broker and a Mobile / Desktop App PWA (progressive web app)
Go to file
mlctrez 969a263d06 support for contacts, multiple chat threads, and persistence (#77)
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Co-authored-by: James Mills <james@mills.io>
Co-authored-by: mlctrez <mlctrez@gmail.com>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/77
Co-authored-by: mlctrez <mlctrez@noreply@mills.io>
Co-committed-by: mlctrez <mlctrez@noreply@mills.io>
2022-03-28 21:49:01 +00:00
.chglog Add chglog config 2022-03-20 00:49:56 +10:00
.dockerfiles Tidy up the Docker image's entrypoint 2022-03-27 00:58:28 +10:00
bin Make the service bot actually work finally (#73) 2022-03-27 05:25:09 +00:00
certs Add clean-all target to Makefile 2022-03-28 11:08:19 -06:00
cmd support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
data xuu/bot (#64) 2022-03-26 14:43:05 +00:00
hooks support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
internal support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
tools Add lookup command (#4) 2022-03-18 14:48:59 +00:00
.drone.yml Why won't you push you stupid Docker hub 2022-03-26 11:40:22 +10:00
.gitattributes Add clean-all target to Makefile 2022-03-28 11:08:19 -06:00
.gitignore support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
.goreleaser.yml Add saltyd to the reelase process for precompiled binaries 2022-03-23 01:20:40 +10:00
Caddyfile fix: stuff (#69) 2022-03-26 23:35:53 +00:00
CHANGELOG.md Update CHANGELOG for 0.0.19 2022-03-23 23:25:50 +10:00
client.go support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
Dockerfile Fix Dockerfile's default CMD to saltyd to make it easier on Synology users 2022-03-25 21:28:17 +10:00
example-config.yml feat: make endpoint uniform. add profiles (#30) 2022-03-21 00:31:59 +00:00
format_test.go Add unit tests (#55) 2022-03-25 01:52:59 +00:00
format.go Refactor Endpoint for automatic endpoint discovery and less configuration (#46) 2022-03-23 12:39:31 +00:00
go.mod support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
go.sum support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
identity_test.go Fix GetIdentity() 2022-03-27 01:55:24 +10:00
identity.go Fix svc user (bot) so it actually starts 2022-03-27 02:59:23 +10:00
LICENSE Add lookup command (#4) 2022-03-18 14:48:59 +00:00
lookup_test.go Add unit tests (#55) 2022-03-25 01:52:59 +00:00
lookup.go fix: stuff 2022-03-26 14:42:39 -06:00
Makefile support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
OLDREADME.md Update 'OLDREADME.md' 2022-03-23 00:18:30 +00:00
preflight.sh feat: hax for great justice (#14) 2022-03-19 21:33:03 +00:00
README.md Fix README Build Status badge 2022-03-26 10:48:01 +10:00
resolv.go fix: stuff 2022-03-26 14:42:39 -06:00
Roadmap.md Update 'Roadmap.md' 2022-03-25 21:38:44 +00:00
service.go support for contacts, multiple chat threads, and persistence (#77) 2022-03-28 21:49:01 +00:00
types.go xuu/bot (#64) 2022-03-26 14:43:05 +00:00
utils_test.go Add unit tests (#55) 2022-03-25 01:52:59 +00:00
utils.go Fix bild issue on small machines by restructing some of the cli code and only build the cli by default 2022-03-22 23:46:44 +10:00
version_test.go Add unit tests (#55) 2022-03-25 01:52:59 +00:00
version.go Add lookup command (#4) 2022-03-18 14:48:59 +00:00

Salty IM

Build Status

Quick Start

$ go install go.mills.io/saltyim/cmd/salty-chat@latest
$ salty-chat make-user user@domain
$ salty-chat chat prologic@mills.io

Documentation

Coming soon™ -- See also the Old Readme for how this implementation started out as a simple shell script which you can still find at salty-chat.sh.

Roadmap

Please refer to the Roadmap document.

License

salty-msgbus-chat is licensed under the terms of the WTFPL license.