Updated README for new project location
This commit is contained in:
parent
cb1aa162ce
commit
7d6f6f232c
1 changed files with 9 additions and 22 deletions
31
README.md
31
README.md
|
@ -1,11 +1,12 @@
|
|||
# Pantalaimon UT
|
||||
|
||||
*This project is no longer in active development.*
|
||||
|
||||
End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
||||
|
||||
[source code](https://git.sr.ht/~thrrgilag/pantalaimon-ut) -
|
||||
[issue tracker](https://todo.sr.ht/~thrrgilag/pantalaimon-ut) -
|
||||
[mailing list](https://lists.sr.ht/~thrrgilag/pantalaimon-ut) -
|
||||
[releases](https://git.sr.ht/~thrrgilag/pantalaimon-ut/refs)
|
||||
[source code](https://git.dreamfall.space/thrrgilag/pantalaimon-ut) -
|
||||
[issue tracker](https://git.dreamfall.space/thrrgilag/pantalaimon-ut/issues) -
|
||||
[releases](https://git.dreamfall.space/thrrgilag/pantalaimon-ut/releases)
|
||||
|
||||
## TODO
|
||||
|
||||
|
@ -13,12 +14,13 @@ End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
|||
- [x] App icon
|
||||
- [x] Fix image fetching (fixed in fluffychat)
|
||||
- [x] Cross compile python+pantalaimon
|
||||
- [-] Import/export keys
|
||||
- [-] Ability to verify, ignore, or blacklist devices
|
||||
- [x] Import/export keys (panctl only)
|
||||
- [x] Ability to verify, ignore, or blacklist devices (panctl only)
|
||||
|
||||
## Known Issues
|
||||
|
||||
- Previously encrypted messages may not be decrypted
|
||||
- Slow to sync on certain devices
|
||||
|
||||
## panctl
|
||||
|
||||
|
@ -40,25 +42,10 @@ The background daemon (pantalaimon) and shell utility (panctl) are built directl
|
|||
|
||||
## Contributing
|
||||
|
||||
Report bugs or send patches to the [mailing list].
|
||||
|
||||
A tutorial for git send-email can be found at [git-send-email.io]
|
||||
if you're not familiar with this method.
|
||||
|
||||
Join my public chat room for development discussion.
|
||||
|
||||
- [#dev:thrrgilag.ems.host]
|
||||
- [xmpp:dev@groups.clacks.network]
|
||||
- [#thrrgilag on Libera.Chat]
|
||||
Report bugs or send patches to morgan@mcmillian.dev.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2021 Morgan McMillian
|
||||
|
||||
Licensed under the Apache Software License 2.0
|
||||
|
||||
[mailing list]: https://lists.sr.ht/~thrrgilag/pantalaimon-ut
|
||||
[git-send-email.io]: https://git-send-email.io/
|
||||
[#dev:thrrgilag.ems.host]: https://matrix.to/#/#dev:thrrgilag.ems.host
|
||||
[xmpp:dev@groups.clacks.network]: xmpp:dev@groups.clacks.network?join
|
||||
[#thrrgilag on Libera.Chat]: ircs://irc.libera.chat/#thrrgilag
|
||||
|
|
Loading…
Reference in a new issue