status-go/vendor/github.com/gomarkdown/markdown/parser
Andrea Maria Piana baa0767c26
Handle membership update message
This commit does a few things:

1) Handle membership updates using protobuf and adds the relevant
endpoints.
2) Store in memory a map of chats + contacts for faster lookups, which
are then flushed to disk on each update
3) Validate incoming messages

Sorry for the large pr, but you know, v1 :)
2019-12-10 15:20:28 +01:00
..
aside.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
attribute.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
block.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
callout.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
caption.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
citation.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
esc.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
figures.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
include.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
inline.go Handle membership update message 2019-12-10 15:20:28 +01:00
matter.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
options.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00
parser.go Handle membership update message 2019-12-10 15:20:28 +01:00
ref.go Add PrepareContent and upgrade status-go (#1674) 2019-11-15 09:52:28 +01:00