2020-07-25 20:35:38 +00:00
|
|
|
# Pantalaimon UT
|
2020-07-14 00:59:16 +00:00
|
|
|
|
|
|
|
End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
|
|
|
|
|
2020-08-09 23:20:02 +00:00
|
|
|
[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)
|
|
|
|
|
2020-07-14 00:59:16 +00:00
|
|
|
## TODO
|
|
|
|
|
2021-02-17 22:37:28 +00:00
|
|
|
- [x] About page
|
|
|
|
- [x] App icon
|
|
|
|
- [x] Fix image fetching (fixed in fluffychat)
|
2021-03-10 06:27:12 +00:00
|
|
|
- [x] Cross compile python+pantalaimon
|
2021-02-17 22:37:28 +00:00
|
|
|
- [ ] Import/export keys
|
|
|
|
- [ ] Ability to verify, ignore, or blacklist devices
|
|
|
|
- [ ] Release on open-store.io
|
2021-02-17 22:36:07 +00:00
|
|
|
|
|
|
|
## Known Issues
|
|
|
|
|
|
|
|
* Previously encrypted messages cannot be decrypted
|
|
|
|
* No user interaction to verify, ignore, or blacklist devices
|
2020-07-14 00:59:16 +00:00
|
|
|
|
2021-03-10 06:27:12 +00:00
|
|
|
## Build for armhf
|
2020-07-14 00:59:16 +00:00
|
|
|
|
2021-03-10 06:27:12 +00:00
|
|
|
```sh
|
|
|
|
git clone https://git.sr.ht/~thrrgilag/pantalaimon-ut
|
|
|
|
git submodule update --init
|
|
|
|
clickable build-libs --arch armhf
|
|
|
|
clickable --arch armhf
|
|
|
|
```
|
2020-07-14 03:57:58 +00:00
|
|
|
|
2021-03-10 06:27:12 +00:00
|
|
|
## Build for arm64
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git clone https://git.sr.ht/~thrrgilag/pantalaimon-ut
|
|
|
|
git submodule update --init
|
|
|
|
clickable build-libs --arch arm64
|
|
|
|
clickable --arch arm64
|
|
|
|
```
|
2020-07-14 00:59:16 +00:00
|
|
|
|
2020-07-14 03:57:58 +00:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Send patches to
|
|
|
|
[~thrrgilag/pantalaimon-ut@lists.sr.ht](https://lists.sr.ht/~thrrgilag/pantalaimon-ut)
|
|
|
|
|
|
|
|
A tutorial for git send-email can be found at [git-send-email.io](https://git-send-email.io/)
|
|
|
|
if you're not familiar with this method.
|
|
|
|
|
|
|
|
Bugs can be filed at https://todo.sr.ht/~thrrgilag/pantalaimon-ut
|
|
|
|
|
2020-07-14 00:59:16 +00:00
|
|
|
## License
|
|
|
|
|
2021-03-10 06:27:12 +00:00
|
|
|
Copyright (C) 2021 Morgan McMillian
|
2020-07-14 00:59:16 +00:00
|
|
|
|
|
|
|
Licensed under the Apache Software License 2.0
|