Age | Commit message (Expand) | Author |
2018-07-21 | csapi: add definitions/auth_data.* and optimise out trivial files with the la... | Kitsune Ral |
2018-07-21 | csapi: Fix indentaton of data structures inside job classes | Kitsune Ral |
2018-07-20 | csapi: Rename entities in application-service/ | Kitsune Ral |
2018-07-19 | ConnectionData: use std::move() | Kitsune Ral |
2018-07-19 | Connection::stateChanged() signal | Kitsune Ral |
2018-07-18 | csapi: third_party_lookup.* and its dependencies in application-service/ | Kitsune Ral |
2018-07-18 | csapi: Doxy-comments thanks to the latest GTAD | Kitsune Ral |
2018-07-16 | Connection::uploadFile(): Fix a missing negation | Kitsune Ral |
2018-07-16 | Fix a clazy warning | Kitsune Ral |
2018-07-11 | Room: (optionally) keep redaction events in the timeline | Kitsune Ral |
2018-07-11 | converters.h: overload addTo() for QStringList to fix FTBFS with the new csapi | Kitsune Ral |
2018-07-11 | csapi: Update to the latest API definitions | Kitsune Ral |
2018-07-11 | Introduce DISABLE_EVENTTYPE flag | Kitsune Ral |
2018-07-11 | EventFactory::make() should return nullptr in case of failure | Kitsune Ral |
2018-07-11 | Add missing #includes | Kitsune Ral |
2018-07-11 | event.h: protect from readding factory methods | Kitsune Ral |
2018-07-11 | Room::isRedaction: disallow empty pointers | Kitsune Ral |
2018-07-11 | EventTypeRegistry::getMatrixType(): move implementation to .cpp | Kitsune Ral |
2018-07-10 | Room::postHtmlMessage() - a facility method to send HTML messages | Kitsune Ral |
2018-07-09 | Add a missing #include | Kitsune Ral |
2018-07-09 | Room: Revert from visit() to a combination of ifs and eventCasts | Kitsune Ral |
2018-07-09 | Fix legacy EventType values being incorrectly initialised | Kitsune Ral |
2018-07-08 | Revert perfect forwarding support in Omittable | Kitsune Ral |
2018-07-08 | Use constexpr functions instead of variables | Kitsune Ral |
2018-07-08 | visit<>(): drop the overload for pointer-like objects | Kitsune Ral |
2018-07-08 | visit<>(): support catch-all visitors on the tail | Kitsune Ral |
2018-07-08 | eventCast(): generalize to smart pointers | Kitsune Ral |
2018-07-08 | Omittable: support perfect forwarding | Kitsune Ral |
2018-07-08 | TimelineItem::viewAs(): fix a typo | Kitsune Ral |
2018-07-08 | TimelineItem: get(); validating viewAs<>() | Kitsune Ral |
2018-07-08 | eventCast<>() | Kitsune Ral |
2018-07-08 | Generalize weakPtrCast<>() | Kitsune Ral |
2018-07-08 | Move Omittable<> to util.h | Kitsune Ral |
2018-07-07 | visit<>(): Add an overload accepting a default value | Kitsune Ral |
2018-07-07 | Remove [[gnu::const]] from linkifyUrls() | Kitsune Ral |
2018-07-07 | Reinstate EventTypeRegistry, keeping EventTypeTraits<> around | Kitsune Ral |
2018-07-07 | util.h: DISABLE_MOVE macro | Kitsune Ral |
2018-07-04 | Add more #includes missing | Kitsune Ral |
2018-07-04 | Support ignoring users | Kitsune Ral |
2018-07-04 | lib/csapi: Updated from the latest API definitions | Kitsune Ral |
2018-07-04 | Add #include to fix FTBFS with qmake | Kitsune Ral |
2018-07-04 | Break down event.* into smaller files | Kitsune Ral |
2018-07-04 | Use QStringLiteral() and operator"" _ls() in network jobs | Kitsune Ral |
2018-07-04 | Events: use a template structure instead of template variables; rearrange cod... | Kitsune Ral |
2018-07-04 | TimelineItem::operator*() | Kitsune Ral |
2018-07-04 | Event types system remade to be extensible | Kitsune Ral |
2018-07-04 | Merge branch 'kitsune-raw-literal-qstringliteral' | Kitsune Ral |
2018-07-04 | Connection: Trim raw data in emitted signals | Kitsune Ral |
2018-07-04 | Experimental usage of QStringLiteral with a raw string literal | Kitsune Ral |
2018-07-03 | Roll various switch case fallthrough markers into a macro | Kitsune Ral |