applicationmetadata
|
Handle messages in raw method as well
|
2019-07-29 16:19:04 +02:00 |
crypto
|
move code from status-go and status-console-client
|
2019-07-08 11:21:21 +02:00 |
datasync
|
Replace adapter with message processor (#58)
|
2019-08-29 09:01:59 +02:00 |
encryption
|
Remove deprecated bundle field
|
2019-09-10 13:33:37 +02:00 |
internal/sqlite
|
Consolidate databases and migrations (#36)
|
2019-07-27 14:27:31 +02:00 |
migrations
|
Remove deprecated bundle field
|
2019-09-10 13:33:37 +02:00 |
sqlite
|
Add persistent datasync
|
2019-08-28 09:47:58 +02:00 |
subscription
|
move code from status-go and status-console-client
|
2019-07-08 11:21:21 +02:00 |
transport/whisper
|
Replace adapter with message processor (#58)
|
2019-08-29 09:01:59 +02:00 |
tt
|
Add data sync tests (#63)
|
2019-08-31 16:56:28 +02:00 |
v1
|
Replace adapter with message processor (#58)
|
2019-08-29 09:01:59 +02:00 |
vendor
|
Add data sync tests (#63)
|
2019-08-31 16:56:28 +02:00 |
zaputil
|
Unify logging in tests (#38)
|
2019-07-30 20:36:42 +02:00 |
.gitignore
|
Refactor the library (#20)
|
2019-07-16 12:43:07 +02:00 |
.golangci.yml
|
update Travis config (#29)
|
2019-07-25 08:51:30 +02:00 |
.travis.yml
|
update Travis config (#29)
|
2019-07-25 08:51:30 +02:00 |
LICENSE
|
Initial commit
|
2019-07-06 15:05:25 +02:00 |
Makefile
|
add new-migration Makefile target (#56)
|
2019-08-29 22:08:10 +02:00 |
README.md
|
Add confirmations for datasync messages.
|
2019-08-07 16:48:09 +02:00 |
chat.go
|
Add LastMessageTimestamp
|
2019-09-02 10:51:07 +02:00 |
contact.go
|
add Messenger.Init() (#55)
|
2019-08-25 17:48:37 +02:00 |
go.mod
|
Add data sync tests (#63)
|
2019-08-31 16:56:28 +02:00 |
go.sum
|
Add data sync tests (#63)
|
2019-08-31 16:56:28 +02:00 |
message.go
|
Add replies, block contact, remove unused methods
|
2019-08-20 08:54:10 +02:00 |
message_processor.go
|
Replace adapter with message processor (#58)
|
2019-08-29 09:01:59 +02:00 |
message_processor_test.go
|
Replace adapter with message processor (#58)
|
2019-08-29 09:01:59 +02:00 |
messenger.go
|
Replace adapter with message processor (#58)
|
2019-08-29 09:01:59 +02:00 |
messenger_test.go
|
Add data sync tests (#63)
|
2019-08-31 16:56:28 +02:00 |
migrations.go
|
Consolidate databases and migrations (#36)
|
2019-07-27 14:27:31 +02:00 |
migrations_test.go
|
Consolidate databases and migrations (#36)
|
2019-07-27 14:27:31 +02:00 |
persistence.go
|
Add LastMessageTimestamp
|
2019-09-02 10:51:07 +02:00 |
persistence_legacy.go
|
Add LastMessageTimestamp
|
2019-09-02 10:51:07 +02:00 |
persistence_legacy_test.go
|
Add persistent datasync
|
2019-08-28 09:47:58 +02:00 |