This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git.
Pull mirroring updated .
- Jul 25, 2024
-
-
Nicolas Werner authored
Fix build with fmt 11
-
- Jul 15, 2024
-
-
Kefu Chai authored
fmt 11 enforces that fmt::formatter<..>::format() should be const. otherwise the tree does not build: ``` /usr/include/fmt/base.h:1392:29: error: passing ‘const fmt::v11::formatter<std::optional<mtx::http::ClientError> >’ as ‘this’ argument discards qualifiers [-fpermissive] 1392 | ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` so let's mark the `format()` with `const` specifier. Signed-off-by:
Kefu Chai <tchaikov@gmail.com>
-
- Jul 03, 2024
-
-
Nicolas Werner authored
-
- Jun 10, 2024
-
-
Nicolas Werner authored
-
- Jun 09, 2024
-
-
Nicolas Werner authored
-
- Jun 05, 2024
-
-
Nicolas Werner authored
-
- Jun 02, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 31, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 16, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 07, 2024
-
-
Nicolas Werner authored
-
- Mar 16, 2024
-
-
Nicolas Werner authored
-
- Mar 14, 2024
-
-
Nicolas Werner authored
-
- Mar 08, 2024
-
-
Nicolas Werner authored
This is required by the spec, however no such condition is actually present in the rules... To work around that, we just add our own, but we should write an MSC to fix that eventually.
-
- Mar 04, 2024
-
-
Nicolas Werner authored
-
- Feb 23, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Feb 21, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Feb 18, 2024
-
-
Nicolas Werner authored
add default_payload to PusherData struct
-
Nicolas Werner authored
-
Nicolas Werner authored
URL preview support
-
- Feb 15, 2024
-
-
Nicolas Werner authored
-
- Jan 27, 2024
-
-
NepNep21 authored
-
- Jan 25, 2024
-
-
NepNep21 authored
-
- Jan 14, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Nov 20, 2023
-
-
Nicolas Werner authored
-
- 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
-