aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-25RoomMessageEvent: support m.in_reply_to (not spec-compliant yet); optimise aw...Kitsune Ral
2019-02-25Room::postHtmlMessage: default message type to m.textKitsune Ral
2019-02-25makeRedacted: update the list of preserved partsKitsune Ral
2019-02-24Fix Qt<5.7 build for std::hash<StateEventKey>Alexey Andreyev
2019-02-24Merge branch 'kitsune-aliases-map'Kitsune Ral
2019-02-23Remove the 'pretty' SupportedRoomVersion vector debug operatorAlexander Akulich
2019-02-22Room::setAliases, Connection: roomByAlias, updateRoomAliasesKitsune Ral
2019-02-22Merge remote-tracking branch 'remotes/origin/kitsune-simpler-simple-content'Kitsune Ral
2019-02-20BaseJob: M_UNSUPPORTED_ROOM_VERSION & M_INCOMPATIBLE_ROOM_VERSIONKitsune Ral
2019-02-19Room::downloadFile: construct the temporary filename more carefullyKitsune Ral
2019-02-18Room: fix building with MSVCKitsune Ral
2019-02-17Room: add isUnstable(); unstableVersion() -> stabilityUpdated()Kitsune Ral
2019-02-17Room: emit room, not id in upgraded(); add upgradeFailed()Kitsune Ral
2019-02-17Connection: loadingCapabilities(); sort availableRoomVersionsKitsune Ral
2019-02-16Room::version(): Fallback an empty version to "1"Kitsune Ral
2019-02-16Room::canSwitchVersions()Kitsune Ral
2019-02-16Room::checkVersion(): check power levelsKitsune Ral
2019-02-16Room::switchVersion()Kitsune Ral
2019-02-15Fix FTBFSKitsune Ral
2019-02-15Use Changes enum properlyKitsune Ral
2019-02-15Room::checkVersion() and Room::unstableVersion()Kitsune Ral
2019-02-15Room::upgraded()Kitsune Ral
2019-02-15Disallow sending events to rooms that have been upgradedKitsune Ral
2019-02-15Room: version(), predecessorId(), successorId()Kitsune Ral
2019-02-15Add a FIXME upon the recent failure under ValgrindKitsune Ral
2019-02-15Room::baseStateLoadedKitsune Ral
2019-02-15Simplify RoomCreateEventKitsune Ral
2019-02-15RoomTombstoneEventKitsune Ral
2019-02-15Connection: load supported room versionsKitsune Ral
2019-02-15Merge branch 'master' into kitsune-room-versionsKitsune Ral
2019-02-15csapi/capabilities.*: fix the definitionKitsune Ral
2019-02-15RoomVersionsCapability: fix naming for 'default' parameterKitsune Ral
2019-02-15Omittable: disallow implicit conversion to value_type altogetherKitsune Ral
2019-02-11Merge branch 'kitsune-update-matrix-api'Kitsune Ral
2019-02-11RoomCreateEventKitsune Ral
2019-02-11Connection::createRoom: support passing a room versionKitsune Ral
2019-02-11SimpleContent: don't derive from Base as it gives zero added valueKitsune Ral
2019-02-10Connection: move syncLoopTimeout to Connection::PrivateAlexey Andreyev
2019-02-09csapi: support redirect-after-login (MSC1730)Kitsune Ral
2019-02-09csapi: add RedirectToSSOJobKitsune Ral
2019-02-09csapi: UpgradeRoomJob (MSC1501)Kitsune Ral
2019-02-09csapi: GetCapabilitiesJob (MSC1753)Kitsune Ral
2019-02-09csapi: GetVersionsJob now returns unstableFeatures (MSC1497)Kitsune Ral
2019-02-09csapi: presence lists are no moreKitsune Ral
2019-02-05Connection: simplified sync loop logic without delaysAlexey Andreyev
2019-02-03Connection: separated sync loop logic with delay controlAlexey Andreyev
2019-01-30Connection: infinite sync loop logic by defaultAlexey Andreyev
2019-01-13Merge branch 'kitsune-workaround-stuck-invites'Kitsune Ral
2019-01-13Security fix: require that state events have state_keyKitsune Ral
2019-01-13Fix building with Qt before 5.10Kitsune Ral