Age | Commit message (Expand) | Author |
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 |
2018-04-14 | CMakeLists.txt: minor refactoring | Kitsune Ral |
2018-04-13 | Support Qt 5.4 | Kitsune Ral |
2018-04-13 | converters.h: Support QVariantMap and QVariantHash | Kitsune Ral |
2018-04-13 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-04-11 | Comment out install(EXPORT_ANDROID_MK) | Kitsune Ral |
2018-04-05 | qmc-example: fix false negatives due to a missing return | 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-03 | More fixes from static analysis | Kitsune Ral |
2018-04-03 | CMakeLists.txt: Specify the API version correctly | Kitsune Ral |
2018-04-02 | Updated documentation | Kitsune Ral |
2018-04-02 | BaseJob: set the status upon headers arrival | 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 | lookup()/dispatch() removed; unique_ptr_cast() and qAsConst() introduced | Kitsune Ral |
2018-04-02 | Room/Connection: accountData()/accountDataChanged() | Kitsune Ral |
2018-04-01 | Pass actual changes with Connection::directChatsListChanged() | Kitsune Ral |
2018-04-01 | BaseJob: use QDebugStateSaver | Kitsune Ral |
2018-03-31 | Merge branch 'kitsune-install-target' | Kitsune Ral |
2018-03-31 | Make and install CMake config package; provide examples/CMakeLists.txt using it | Kitsune Ral |
2018-03-31 | BaseJob::gotReply(): Minor fix in logging | Kitsune Ral |
2018-03-31 | Install CMake files to the proper place | Kitsune Ral |
2018-03-31 | Move source files to a separate folder | Kitsune Ral |
2018-03-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-03-30 | Introduce install target for the library | Kitsune Ral |
2018-03-29 | Room: Track encryption state and do not allow sending (unencrypted) messages ... | Kitsune Ral |
2018-03-28 | BaseJob: Dump error body (if there's any) to logs; detect error 429 more reli... | Kitsune Ral |
2018-03-28 | BaseJob: more improvements in logging and errors detection | Kitsune Ral |
2018-03-28 | BaseJob: Process error 429 (Too Many Requests) | Kitsune Ral |
2018-03-28 | BaseJob: small refactoring and cleanup in logging code | Kitsune Ral |
2018-03-28 | Merge branch 'kitsune-unread-messages-count' | Kitsune Ral |
2018-03-27 | Rework unread messages counting logic | Kitsune Ral |
2018-03-26 | Room::updateUnreadCount(): Fix a too stringent assertion | Kitsune Ral |
2018-03-26 | Fix compilation on some environments | Kitsune Ral |
2018-03-26 | Count unread messages | Kitsune Ral |
2018-03-26 | Room: isDirectChat() and directChatUsers() | Kitsune Ral |
2018-03-26 | Connection::directChatUsers() | Kitsune Ral |
2018-03-25 | Merge branch 'kitsune-more-on-direct-chats' | Kitsune Ral |