Age | Commit message (Expand) | Author |
2018-08-11 | Connection::doInDirectChat: don't remove invite/left rooms from direct chats | Kitsune Ral |
2018-08-11 | Connection: don't crash on invalid user ids coming from the server | Kitsune Ral |
2018-08-11 | Connection::*DirectChat(): add overloads accepting User* | Kitsune Ral |
2018-08-03 | Connection::sendMessage: mark as tentative | Kitsune Ral |
2018-07-27 | Initial support for local echo | Kitsune Ral |
2018-07-27 | connectSingleShot() | Kitsune Ral |
2018-07-19 | Connection::stateChanged() signal | Kitsune Ral |
2018-07-16 | Connection::uploadFile(): Fix a missing negation | Kitsune Ral |
2018-07-04 | Add more #includes missing | Kitsune Ral |
2018-07-04 | Support ignoring users | 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-06-16 | Connection::doInDirectChat: "direct chat with self" feature | Kitsune Ral |
2018-06-16 | Connection::createRoom: avoid inviting yourself to the created room | Kitsune Ral |
2018-06-16 | Connection::doInDirectChat: be more careful with cleanup | Kitsune Ral |
2018-06-11 | BaseJob: Drop 'error' from methods that work in normal job state too | Kitsune Ral |
2018-06-11 | Connection: InFore/Background -> Fore/BackgroundRequest | Kitsune Ral |
2018-06-08 | csapi: Fix boolean query parameters incorrectly passed | Kitsune Ral |
2018-06-03 | csapi + converters: Support variant types (using QVariant) | Kitsune Ral |
2018-06-02 | Connection::loadedRoomState() signal | Kitsune Ral |
2018-05-29 | BaseJob: "background" switch; more extensive error reporting | Kitsune Ral |
2018-05-23 | BaseJob: more careful error handling; unify and extend error signals in Conne... | Kitsune Ral |
2018-05-06 | Optimise #includes, eliminate some excess blank lines in lib/csapi | Kitsune Ral |
2018-05-04 | New home for the generated code - lib/csapi | Kitsune Ral |
2018-05-04 | Connection, jobs/generated: Use QStringList instead of QVector<QString> | Kitsune Ral |
2018-05-03 | Preempt jobs/joinroomjob.* with jobs/generated/joining.* | Kitsune Ral |
2018-05-03 | GetRoomEventsJob (replaces RoomMessagesJob) + refactoring | Kitsune Ral |
2018-05-01 | Event and Room: further abstract event pointers | 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-13 | Support Qt 5.4 | Kitsune Ral |
2018-04-05 | Unofficially relax Qt requirement to 5.5.1 | Kitsune Ral |
2018-04-03 | DirectChatEvent: be careful with range-for over temporaries | Kitsune Ral |
2018-04-02 | Fixes according to results of static analysis | Kitsune Ral |
2018-04-02 | Be more cautious with rvalues | Kitsune Ral |
2018-04-02 | Room/Connection: accountData()/accountDataChanged() | Kitsune Ral |
2018-04-01 | Pass actual changes with Connection::directChatsListChanged() | Kitsune Ral |
2018-03-31 | Move source files to a separate folder | Kitsune Ral |