This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git.
Pull mirroring updated .
- May 27, 2019
-
-
Joe Donofry authored
-
- May 23, 2019
-
-
Joe Donofry authored
- May 13, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
- May 10, 2019
-
-
Joe Donofry authored
-
- May 09, 2019
-
-
Joe Donofry authored
Build lib as Shared Object Build mtxclient as a shared object. No longer statically link boost libs during build.
-
Joe Donofry authored
-
Joe Donofry authored
-
- May 01, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
Fix mismatch between new[] and delete with Olm objects. Thanks @MonokelPinguin
-
Nicolas Werner authored
-
- Apr 27, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
- Apr 08, 2019
-
-
Joe Donofry authored
Fix CI issues w/ mtxclient. Thanks to @MonokelPinguin
-
- Apr 06, 2019
-
-
Nicolas Werner authored
Current AppVeyor image includes a very old vcpkg snapshot. Because of that, this doesn't include https://github.com/Microsoft/vcpkg/pull/5258 specifically https://github.com/Microsoft/vcpkg/pull/5258/commits/c895bb658d52bee471169460c711fdd90e3d5b7b Because of that, find_package only works for find_package(nlohmann-json) but not find_package(nlohmann_json). Updating the ports cache should fix that.
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Apr 04, 2019
-
-
Joe Donofry authored
Add missing iostream include. Should hopefully fix #11 . Thanks @MonokelPinguin
-
Nicolas Werner authored
Otherwise build breaks with boost>=1.70 Should fix #11
-
- Mar 27, 2019
-
-
Joe Donofry authored
memory leaks in the implementation.
-
- Mar 24, 2019
-
-
Joe Donofry authored
Workaround synapse bug #4898 Thanks @MonokelPinguin
-
Nicolas Werner authored
Ignore type_error while parsing timestamp of read receipts, because Synapse sends out data for them, when using workers.
-
- Mar 20, 2019
-
-
Joe Donofry authored
https://matrix.org/docs/spec/client_server/unstable.html#key-export-format Currently, importing does not work. Do not use this commit if you intend to keep import/export working. I also have not yet cleaned up the code, so there might be some nasties that have not been discovered.
-
- Feb 25, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
- Feb 24, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
I think I finally worked out the issues w/ linking against the nlohmann JSON library. I have updated the build and the various CI scripts.
-
Joe Donofry authored
Fix Findsodium.cmake version test. (thanks @jevolk )
-
Jason Volk authored
-
- Feb 22, 2019
-
-
Joe Donofry authored
This at least partially addresses #3. I have a feeling that additional updates will be needed at some point, but this fixes the issue where mtxclient would throw an exception for unrecognized event id formats, which caused nheko to crash.
-
- Feb 20, 2019
-
-
Joe Donofry authored
Nlohman build improvements
-
Joe Donofry authored
-
- Feb 14, 2019
-
-
Joe Donofry authored
This hopefully fixes the issue related to reading a file that travis doesn't have read access to causing docker build to fail
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-