Commits on Source (53)
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jonah Husson authored
-
Richard T. Carback III authored
-
Jonah Husson authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jake Taylor authored
-
Jake Taylor authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jono Wenger authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
Move the codeset from conversation to each message, since they change over time and can be different between users
-
Richard T. Carback III authored
-
Jonah Husson authored
-
Jonah Husson authored
Add bindings to enable DMs See merge request !73
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jono Wenger authored
-
Jono Wenger authored
XX-4521 / Make JoinChannel blocking See merge request !75
-
Richard T. Carback III authored
Update to use event model changes that add the senderKey in addition to the partnerPubKey on the callbacks
-
Jonah Husson authored
-
Richard T. Carback III authored
Add AreDMsEnabled to channels See merge request !77
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jake Taylor authored
-
Jake Taylor authored
-
Richard T. Carback III authored
-
-
Richard T. Carback III authored
fix reactions not having parent; fixed joining duplicate conversations on message recieve See merge request !78
-
Jake Taylor authored
-
Jake Taylor authored
# Conflicts: # indexedDb/impl/dm/implementation.go
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jake Taylor authored
-
Jake Taylor authored
made byte encoding for indexedDb consistent See merge request !80
-
Richard T. Carback III authored
'Fix' the msg update failure in DMs. This is almost certainly causing an upsert failure when sending messages but it replicates channels behavior. Will mark in a ticket to fix later.
-
Jake Taylor authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jake Taylor authored
-
Jake Taylor authored
added first implementation for disabling users in DM indexedDb package See merge request !76
-
Jake Taylor authored
-
Jake Taylor authored
Showing
- .gitlab-ci.yml 2 additions, 1 deletion.gitlab-ci.yml
- go.mod 8 additions, 8 deletionsgo.mod
- go.sum 16 additions, 16 deletionsgo.sum
- indexedDb/impl/channels/implementation.go 8 additions, 12 deletionsindexedDb/impl/channels/implementation.go
- indexedDb/impl/dm/callbacks.go 39 additions, 5 deletionsindexedDb/impl/dm/callbacks.go
- indexedDb/impl/dm/implementation.go 213 additions, 153 deletionsindexedDb/impl/dm/implementation.go
- indexedDb/impl/dm/implementation_test.go 64 additions, 0 deletionsindexedDb/impl/dm/implementation_test.go
- indexedDb/impl/dm/init.go 2 additions, 7 deletionsindexedDb/impl/dm/init.go
- indexedDb/impl/dm/model.go 8 additions, 8 deletionsindexedDb/impl/dm/model.go
- indexedDb/impl/utils.go 56 additions, 8 deletionsindexedDb/impl/utils.go
- indexedDb/worker/dm/implementation.go 85 additions, 26 deletionsindexedDb/worker/dm/implementation.go
- indexedDb/worker/dm/tags.go 5 additions, 0 deletionsindexedDb/worker/dm/tags.go
- storage/version.go 1 addition, 1 deletionstorage/version.go
- wasm/channels.go 89 additions, 22 deletionswasm/channels.go
- wasm/dm.go 114 additions, 58 deletionswasm/dm.go
... | ... | @@ -10,17 +10,17 @@ require ( |
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
gitlab.com/elixxir/client/v4 v4.3.12-0.20230130171647-cc3cced382ea | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230124220743-2a897bc01c59 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230109222259-f62b2a90b62c | ||
gitlab.com/xx_network/crypto v0.0.5-0.20230124215920-951bed503c49 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20221219230308-4b5550a9247d | ||
gitlab.com/elixxir/client/v4 v4.3.12-0.20230306175532-03839bf94bbd | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c | ||
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd | ||
gitlab.com/xx_network/primitives v0.0.4-0.20230203173415-81c2cb07da44 | ||
golang.org/x/crypto v0.5.0 | ||
) | ||
require ( | ||
filippo.io/edwards25519 v1.0.0 // indirect | ||
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221221204132-2ed1fec765f1 // indirect | ||
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a // indirect | ||
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect | ||
github.com/badoux/checkmail v1.2.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
... | ... | @@ -55,9 +55,9 @@ require ( |
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
github.com/zeebo/blake3 v0.2.3 // indirect | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230116232020-39f76a2aeccc // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230214180204-3aba2e6795af // indirect | ||
gitlab.com/elixxir/ekv v0.2.1 // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20230113193654-a3a18c6bbb90 // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect | ||
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect | ||
gitlab.com/yawning/nyquist.git v0.0.0-20221003103146-de5645224a22 // indirect | ||
... | ... |
indexedDb/impl/dm/implementation_test.go
0 → 100644