Age | Commit message (Expand) | Author |
2018-05-04 | Preempt job/setroomstatejob.* with jobs/generated/room_state.* | Kitsune Ral |
2018-05-04 | EvT::TypeId: Use a member function instead of a variable | Kitsune Ral |
2018-05-03 | .travis.yml: Use newer Qt | Kitsune Ral |
2018-05-03 | gtad.yaml: Update regexes to match string parts | Kitsune Ral |
2018-05-03 | Preempt jobs/joinroomjob.* with jobs/generated/joining.* | Kitsune Ral |
2018-05-03 | jobs/generated: Drop unused code | Kitsune Ral |
2018-05-03 | GetRoomEventsJob (replaces RoomMessagesJob) + refactoring | Kitsune Ral |
2018-05-03 | Room::Private::processRedaction: minor refactoring | Kitsune Ral |
2018-05-03 | Cleanup | Kitsune Ral |
2018-05-03 | GTAD: Use QMatrixClient::Event-derived classes in generated jobs + Mustache c... | Kitsune Ral |
2018-05-01 | Fix building on OSX | Kitsune Ral |
2018-05-01 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-05-01 | jobs/generated: use std::move in baseURL; type updates from the API files | Kitsune Ral |
2018-05-01 | gtad.yaml: Use EventPtr for Notifications.Event; add variant type to the map | Kitsune Ral |
2018-05-01 | GetNotificationsJob: don't alias EventPtr with Event | Kitsune Ral |
2018-05-01 | jobs/generated: use std::move in baseURL; type updates from the API files | Kitsune Ral |
2018-05-01 | Event and Room: further abstract event pointers | Kitsune Ral |
2018-05-01 | Room: endorse std::move | Kitsune Ral |
2018-05-01 | converters.h: Support std::vector<> | Kitsune Ral |
2018-05-01 | User::processEvent: add const | Kitsune Ral |
2018-05-01 | RedactionEvent: make the constructor explicit | Kitsune Ral |
2018-05-01 | Event: cleanup | Kitsune Ral |
2018-05-01 | Integrate converters with EventPtr partially | Kitsune Ral |
2018-05-01 | Mustache: more C++ tidying and empty lines removal | Kitsune Ral |
2018-05-01 | ConnectionsGuard: one more fix about defaults | Kitsune Ral |
2018-05-01 | jobs/generated: GetNotificationsJob | Kitsune Ral |
2018-04-30 | ConnectionsGuard: one more fix about defaults | Kitsune Ral |
2018-04-30 | jobs/generated: GetNotificationsJob | Kitsune Ral |
2018-04-30 | jobs/generated: cleanup C++ | Kitsune Ral |
2018-04-30 | ConnectionsGuard: suppress the copying assignment operator | Kitsune Ral |
2018-04-30 | Build systems: add jobs/generated/definitions to the mix | Kitsune Ral |
2018-04-30 | gtad.yaml: Migrate to GTAD 0.5 config format | Kitsune Ral |
2018-04-30 | jobs/generated: cleanup C++ | Kitsune Ral |
2018-04-30 | Mustache templates: cleanup C++ | Kitsune Ral |
2018-04-30 | ConnectionsGuard: suppress the copying assignment operator | Kitsune Ral |
2018-04-29 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-04-27 | Use bridge names as the first line of disambiguation | Kitsune Ral |
2018-04-27 | Cache bridge names along with user names | Kitsune Ral |
2018-04-27 | Fix broken User::displayName() logic | Kitsune Ral |
2018-04-27 | User::rawName(); bonus, bring order to doc comments | Kitsune Ral |
2018-04-27 | User::processEvent: fix bridge postfix not being stripped | Kitsune Ral |
2018-04-25 | BaseJob::doCheckReply: catch non-HTTP errors too | Kitsune Ral |
2018-04-25 | BaseJob: rewrite error detection using genuine HTTP codes | Kitsune Ral |
2018-04-25 | Avatar: don't allow null callbacks to be registered | Kitsune Ral |
2018-04-22 | Avatar: clear the list of callbacks after completion + general code cleanup | Kitsune Ral |
2018-04-22 | Code reformatting | Kitsune Ral |
2018-04-16 | ConnectionsGuard<> template to automatically disconnect subscribers | Kitsune Ral |
2018-04-14 | jobs/generated: Overload toJson() instead of operator QJsonObject()/QJsonValue() | Kitsune Ral |
2018-04-14 | Mustache templates: Overload toJson() instead of operator QJsonObject()/QJson... | Kitsune Ral |
2018-04-14 | Mustache: {{#producesNonJson?}} -> {{#producesNotJson?}} | Kitsune Ral |