postmoogle/vendor/gitlab.com/etke.cc/linkpearl
2023-09-29 16:37:46 +03:00
..
.golangci.yml add vendoring 2022-11-16 12:08:51 +02:00
accountdata.go always reply to a specific message; moved matrix-related utils to the linkpearl; refactoring 2023-09-27 12:43:55 +03:00
config.go Shared secret auth support, contributed by @JeWe37 2023-09-20 10:26:20 +03:00
crypter.go add vendoring 2022-11-16 12:08:51 +02:00
justfile add !pm banlist:totals, fix notices on reactions 2023-09-28 08:30:37 +03:00
LICENSE add vendoring 2022-11-16 12:08:51 +02:00
linkpearl.go automatically ignore known forwarded addresses, fixes #64 2023-09-18 12:35:37 +03:00
README.md add vendoring 2022-11-16 12:08:51 +02:00
send.go add !pm banlist:totals, fix notices on reactions 2023-09-28 08:30:37 +03:00
sync.go handle reactions in encrypted rooms 2023-09-29 16:37:46 +03:00
utils.go handle reactions in encrypted rooms 2023-09-29 16:37:46 +03: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