Age | Commit message (Expand) | Author |
2018-12-13 | gtad.yaml: use more compact definitions where possible | Kitsune Ral |
2018-12-10 | Suppress a function_traits<> test with lambdas on MSVC2015 | Kitsune Ral |
2018-12-09 | Room: track more changes; fix cache smashing upon restart | Kitsune Ral |
2018-12-08 | function_traits: more tests, fix function objects/lambdas not working with so... | Kitsune Ral |
2018-12-08 | Omittable: better editability; drop implicit cast to bool | Kitsune Ral |
2018-12-08 | Omittable: make operator-> and operator* return an empty object if omitted ==... | Kitsune Ral |
2018-12-08 | StateEvent<>: make data members private | Kitsune Ral |
2018-12-08 | RoomMemberEvent: cleanup | Kitsune Ral |
2018-12-08 | Special-case FALLTHROUGH for Clang | Kitsune Ral |
2018-12-08 | function_traits<>: support any arity; add compile-time tests | Kitsune Ral |
2018-12-08 | Connection: Avoid Omittable<>::operator bool | Kitsune Ral |
2018-11-23 | Update CS API | Kitsune Ral |
2018-11-23 | Room::setLastReadEvent: save room state when updating own read marker | Kitsune Ral |
2018-11-23 | Room: track more Changes | Kitsune Ral |
2018-11-23 | Room/Connection: don't save the just loaded room cache | Kitsune Ral |
2018-11-23 | Connection::saveState: use null instead of an empty object for a room | Kitsune Ral |
2018-11-22 | Connection: Log when a room state cache is written | Kitsune Ral |
2018-11-22 | Fix QString initialisation from QStringBuilder | Kitsune Ral |
2018-11-22 | Save state cache per-room | Kitsune Ral |
2018-11-22 | Room: Change enum, Changes flag set, and changed() signal | Kitsune Ral |
2018-11-22 | Generalise and expose cacheLocation() | Kitsune Ral |
2018-11-20 | SyncJob::parseJson: fix a validation mistake | Kitsune Ral |
2018-11-20 | eventloader.h: drop unneeded #include | Kitsune Ral |
2018-11-20 | Make SyncData more self-contained and prepare for cache splitting | Kitsune Ral |
2018-11-19 | Don't cache empty events; prepare for lazy-loading | Kitsune Ral |
2018-11-19 | Room: process new state events after applying redactions | Kitsune Ral |
2018-11-19 | Room: expose eventsHistoryJob as a Q_PROPERTY | Kitsune Ral |
2018-11-19 | Room: profile addHistoricalMessageEvents (+cleanup) | Kitsune Ral |
2018-11-19 | BaseJob::rawDataSample() | Kitsune Ral |
2018-11-17 | Room: cleanup | Kitsune Ral |
2018-11-17 | Room::processStateEvent: process banning correctly | Kitsune Ral |
2018-11-17 | StateEventBase::replacedState() | Kitsune Ral |
2018-11-17 | User::isIgnored() | Kitsune Ral |
2018-11-14 | Room: fix incorrect handling of state event redactions | Kitsune Ral |
2018-11-14 | DEFINE_SIMPLE_STATE_EVENT: Add default constructor | Kitsune Ral |
2018-11-14 | Room: historyEdge(), syncEdge, Private::timelineBase() | Kitsune Ral |
2018-11-14 | Improvements in comments | Kitsune Ral |
2018-11-14 | Room: ensure proper error signalling on event sending failures | Kitsune Ral |
2018-11-05 | isEchoEvent: check the pending event for ids, not the synced one | Kitsune Ral |
2018-11-04 | profilerMinNsecs(): Fix a misnomer - it's PROFILER_LOG_USECS now - and docume... | Kitsune Ral |
2018-11-04 | Profiler logging fixes and improvements | Kitsune Ral |
2018-11-04 | Room: store state events in a unified way | Kitsune Ral |
2018-11-04 | StateEventKey and std::hash<StateEventKey> to arrange state events in hashmaps | Kitsune Ral |
2018-11-04 | StateEvent::dumpTo: add state_key to the logline | Kitsune Ral |
2018-11-04 | Support dumping Events to QDebug | Kitsune Ral |
2018-11-04 | DEFINE_SIMPLE_STATE_EVENT: fix construction from an rvalue QJsonObject | Kitsune Ral |
2018-11-04 | DEFINE_SIMPLE_STATE_EVENT: fix value_type mistakenly dubbed as content_type | Kitsune Ral |
2018-11-03 | MediaThumbnailJob: minor code polishing | Kitsune Ral |
2018-11-03 | User::displayname(): avoid calling nameForRoom twice | Kitsune Ral |
2018-10-29 | Connection::joinRoom: allow to specify intermediate servers | Kitsune Ral |