aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.cpp
AgeCommit message (Expand)Author
2018-08-12Fix FTBFS (in a hacky way, needs a proper fix)Kitsune Ral
2018-08-12Fix building with older Qt versionsKitsune Ral
2018-08-11Reverse direct chats mapKitsune Ral
2018-08-11Connection::doInDirectChat: don't remove invite/left rooms from direct chatsKitsune Ral
2018-08-11Connection: don't crash on invalid user ids coming from the serverKitsune Ral
2018-08-11Connection::*DirectChat(): add overloads accepting User*Kitsune Ral
2018-08-03Connection::sendMessage: mark as tentativeKitsune Ral
2018-07-27Initial support for local echoKitsune Ral
2018-07-27connectSingleShot()Kitsune Ral
2018-07-19Connection::stateChanged() signalKitsune Ral
2018-07-16Connection::uploadFile(): Fix a missing negationKitsune Ral
2018-07-04Add more #includes missingKitsune Ral
2018-07-04Support ignoring usersKitsune Ral
2018-07-04Event types system remade to be extensibleKitsune Ral
2018-07-04Merge branch 'kitsune-raw-literal-qstringliteral'Kitsune Ral
2018-07-04Connection: Trim raw data in emitted signalsKitsune Ral
2018-07-04Experimental usage of QStringLiteral with a raw string literalKitsune Ral
2018-06-16Connection::doInDirectChat: "direct chat with self" featureKitsune Ral
2018-06-16Connection::createRoom: avoid inviting yourself to the created roomKitsune Ral
2018-06-16Connection::doInDirectChat: be more careful with cleanupKitsune Ral
2018-06-11BaseJob: Drop 'error' from methods that work in normal job state tooKitsune Ral
2018-06-11Connection: InFore/Background -> Fore/BackgroundRequestKitsune Ral
2018-06-08csapi: Fix boolean query parameters incorrectly passedKitsune Ral
2018-06-03csapi + converters: Support variant types (using QVariant)Kitsune Ral
2018-06-02Connection::loadedRoomState() signalKitsune Ral
2018-05-29BaseJob: "background" switch; more extensive error reportingKitsune Ral
2018-05-23BaseJob: more careful error handling; unify and extend error signals in Conne...Kitsune Ral
2018-05-06Optimise #includes, eliminate some excess blank lines in lib/csapiKitsune Ral
2018-05-04New home for the generated code - lib/csapiKitsune Ral
2018-05-04Connection, jobs/generated: Use QStringList instead of QVector<QString>Kitsune Ral
2018-05-03Preempt jobs/joinroomjob.* with jobs/generated/joining.*Kitsune Ral
2018-05-03GetRoomEventsJob (replaces RoomMessagesJob) + refactoringKitsune Ral
2018-05-01Event and Room: further abstract event pointersKitsune Ral
2018-04-27Cache bridge names along with user namesKitsune Ral
2018-04-27Fix broken User::displayName() logicKitsune Ral
2018-04-13Support Qt 5.4Kitsune Ral
2018-04-05Unofficially relax Qt requirement to 5.5.1Kitsune Ral
2018-04-03DirectChatEvent: be careful with range-for over temporariesKitsune Ral
2018-04-02Fixes according to results of static analysisKitsune Ral
2018-04-02Be more cautious with rvaluesKitsune Ral
2018-04-02Room/Connection: accountData()/accountDataChanged()Kitsune Ral
2018-04-01Pass actual changes with Connection::directChatsListChanged()Kitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral