This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git.
Pull mirroring updated .
- Nov 01, 2023
-
-
Nicolas Werner authored
-
- Oct 31, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Oct 30, 2023
-
-
Nicolas Werner authored
-
- Oct 11, 2023
-
-
Nicolas Werner authored
Add function to report content
-
- Oct 09, 2023
-
-
Loren Burkholder authored
-
- Sep 24, 2023
-
-
Loren Burkholder authored
-
Loren Burkholder authored
-
Loren Burkholder authored
-
- Sep 15, 2023
-
-
Nicolas Werner authored
-
- Aug 09, 2023
-
-
Nicolas Werner authored
-
- Jul 08, 2023
-
-
Nicolas Werner authored
Add m.ignored_user_list support
-
- Jul 05, 2023
-
-
Nicolas Werner authored
-
- Jul 04, 2023
-
-
Nicolas Werner authored
-
- Jul 02, 2023
-
-
Nicolas Werner authored
-
- Jun 10, 2023
-
-
NepNep21 authored
-
- Jun 09, 2023
- Jun 02, 2023
-
-
Nicolas Werner authored
-
- Apr 10, 2023
-
-
Nicolas Werner authored
Allows us to implement extra functionality and shortens the symbol names. Does not work with gcc10.
-
- Apr 07, 2023
-
-
Nicolas Werner authored
Refactor special effect event handling
-
Loren Burkholder authored
-
- Apr 01, 2023
-
-
Loren Burkholder authored
-
Loren Burkholder authored
-
- Mar 12, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 08, 2023
-
-
Loren Burkholder authored
If an Unknown message is being constructed for sending, the content may be empty, since the msgtype and body are exposed as C++ properties. Previously, the to_json function assumed that the content could be parsed as valid json, when in fact an empty content would throw an error.
-
- Mar 07, 2023
-
-
Nicolas Werner authored
Add support for unknown messages
-
- Mar 01, 2023
-
-
Loren Burkholder authored
-
- Feb 22, 2023
-
-
Loren Burkholder authored
-
- Feb 21, 2023
-
-
Nicolas Werner authored
-
- Feb 20, 2023
-
-
Nicolas Werner authored
-
- Feb 19, 2023
-
-
Nicolas Werner authored
-
- Feb 15, 2023
-
-
Nicolas Werner authored
-
- Feb 13, 2023
-
-
Nicolas Werner authored
We do retain some template instantiations by default, but only for types actually used in the public API. If anyone wants to use the other ones, they will need to import the "*_impl.hpp" defining their respective from and to json functions. Everyone else should just try to parse only the types we use in our variants and such. fixes #93 fixes #80
-