Status Protocol implementation in Go
Go to file
Adam Babik c2b7b022b7
move status-react compliant messages storage and API
2019-08-12 12:43:46 +02:00
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 Add confirmations for datasync messages. 2019-08-07 16:48:09 +02:00
encryption Add chats API calls 2019-08-02 07:38:20 +02:00
internal/sqlite Consolidate databases and migrations (#36) 2019-07-27 14:27:31 +02:00
migrations move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
sqlite Consolidate databases and migrations (#36) 2019-07-27 14:27:31 +02:00
subscription move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
transport/whisper move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
tt Unify logging in tests (#38) 2019-07-30 20:36:42 +02:00
v1 move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
vendor Add confirmations for datasync messages. 2019-08-07 16:48:09 +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 Refactor the library (#20) 2019-07-16 12:43:07 +02:00
README.md Add confirmations for datasync messages. 2019-08-07 16:48:09 +02:00
adapters.go Add confirmations for datasync messages. 2019-08-07 16:48:09 +02:00
adapters_test.go Add confirmations for datasync messages. 2019-08-07 16:48:09 +02:00
chat.go Add chats API calls 2019-08-02 07:38:20 +02:00
contact.go Move contacts to status-protocol-go & add delete chat endpoint 2019-08-04 22:06:05 +02:00
go.mod Add confirmations for datasync messages. 2019-08-07 16:48:09 +02:00
go.sum Add confirmations for datasync messages. 2019-08-07 16:48:09 +02:00
message.go move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
messenger.go move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
messenger_test.go Add confirmations for datasync messages. 2019-08-07 16:48:09 +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 move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
persistence_legacy.go move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00
persistence_legacy_test.go move status-react compliant messages storage and API 2019-08-12 12:43:46 +02:00

README.md

status-protocol-go

This is the Status Protocol implementation in Go.

TBD