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
|
# Pantalaimon UT
|
||||||
|
|
||||||
|
*This project is no longer in active development.*
|
||||||
|
|
||||||
End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
||||||
|
|
||||||
[source code](https://git.sr.ht/~thrrgilag/pantalaimon-ut) -
|
[source code](https://git.dreamfall.space/thrrgilag/pantalaimon-ut) -
|
||||||
[issue tracker](https://todo.sr.ht/~thrrgilag/pantalaimon-ut) -
|
[issue tracker](https://git.dreamfall.space/thrrgilag/pantalaimon-ut/issues) -
|
||||||
[mailing list](https://lists.sr.ht/~thrrgilag/pantalaimon-ut) -
|
[releases](https://git.dreamfall.space/thrrgilag/pantalaimon-ut/releases)
|
||||||
[releases](https://git.sr.ht/~thrrgilag/pantalaimon-ut/refs)
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
@ -13,12 +14,13 @@ End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
||||||
- [x] App icon
|
- [x] App icon
|
||||||
- [x] Fix image fetching (fixed in fluffychat)
|
- [x] Fix image fetching (fixed in fluffychat)
|
||||||
- [x] Cross compile python+pantalaimon
|
- [x] Cross compile python+pantalaimon
|
||||||
- [-] Import/export keys
|
- [x] Import/export keys (panctl only)
|
||||||
- [-] Ability to verify, ignore, or blacklist devices
|
- [x] Ability to verify, ignore, or blacklist devices (panctl only)
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
- Previously encrypted messages may not be decrypted
|
- Previously encrypted messages may not be decrypted
|
||||||
|
- Slow to sync on certain devices
|
||||||
|
|
||||||
## panctl
|
## panctl
|
||||||
|
|
||||||
|
@ -40,25 +42,10 @@ The background daemon (pantalaimon) and shell utility (panctl) are built directl
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Report bugs or send patches to the [mailing list].
|
Report bugs or send patches to morgan@mcmillian.dev.
|
||||||
|
|
||||||
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]
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (C) 2021 Morgan McMillian
|
Copyright (C) 2021 Morgan McMillian
|
||||||
|
|
||||||
Licensed under the Apache Software License 2.0
|
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