Files
postmoogle/vendor/gitlab.com/etke.cc/linkpearl
2022-11-16 23:00:58 +02:00
..
2022-11-16 12:08:51 +02:00
2022-11-16 12:08:51 +02:00
2022-11-16 12:08:51 +02:00
2022-11-16 12:08:51 +02:00
2022-11-16 12:08:51 +02:00
2022-11-16 12:08:51 +02:00
2022-11-16 23:00:58 +02:00
2022-11-16 23:00:58 +02:00

linkpearl ko-fi Go Report Card Go Reference

more about that name

A wrapper around mautrix-go with infrastructure/glue code included

How to get

go get gitlab.com/etke.cc/linkpearl
lp, err := linkpearl.New(&linkpearl.Config{
	// your options here
})
if err != nil {
	panic(err)
}

go lp.Start()

TODO

  • Unit tests

Features

  • Zero configuration End-to-End encryption
  • Zero configuration persistent storage
  • Zero configuration session restores
  • Zero configuration room and user account data encryption with AES GCM (both keys and values)
  • Zero configuration room and user account data caching
  • All wrapped components exported