Age | Commit message (Expand) | Author |
2017-11-16 | Simplify code that loads events from JSON arrays | Kitsune Ral |
2017-11-16 | Require state_key to be present in all state events | Kitsune Ral |
2017-11-02 | Fix AppVeyor CI | Kitsune Ral |
2017-11-02 | Fixed CI | Kitsune Ral |
2017-11-01 | Imbue RoomMemberEvent with EventContent | Kitsune Ral |
2017-11-01 | Event::isStateEvent(); fixed StateEvent::_prev always being initialised | Kitsune Ral |
2017-11-01 | StateEvent; EventContent::SimpleContent; event types refactoring | Kitsune Ral |
2017-11-01 | Add TypeId to more events | Kitsune Ral |
2017-11-01 | ReceiptEvent: Use fromJson<>() from converters.h; add TypeId | Kitsune Ral |
2017-11-01 | Drop UnknownEvent files from the source tree | Kitsune Ral |
2017-10-31 | Streamline EventContent hierarchy | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | Kitsune Ral |
2017-10-26 | Move out common message event content classes | Kitsune Ral |
2017-10-20 | Cleanup | Kitsune Ral |
2017-10-14 | Cleanup around Room (potentially breaks API compatibility, beware) | Kitsune Ral |
2017-10-03 | Room: cache unread indicator inside m.read content, not next to it | Kitsune Ral |
2017-10-02 | Introduce EncryptionEvent class | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
2017-09-19 | Merge branch 'master' into cache-state-to-json | Kitsune Ral |
2017-09-19 | Room: cache last read event and unread messages flag with the room state | Kitsune Ral |
2017-09-19 | Event::originalJsonObject(), RoomEvent validations commented out | Kitsune Ral |
2017-08-08 | Vector has been renamed to Riot long ago | Kitsune Ral |
2017-07-18 | Room event timestamp can also be undefined | Roman Plášil |
2017-07-16 | Fixed too strict validations in (Room)Event | Kitsune Ral |
2017-06-22 | RoomMessageEvent: Simplify constructors, use QString msgType internally | Kitsune Ral |
2017-06-22 | MessageEventContent: generalise mimeType | Kitsune Ral |
2017-06-22 | Enable creation of RoomMessageEvents | Kitsune Ral |
2017-06-22 | Enable creation and usage of Event and RoomEvent objects locally, including QML | Kitsune Ral |
2017-06-13 | Removed RoomMessageEvent::userId in favor of RoomEvent::senderId | Kitsune Ral |
2017-05-22 | Fixed building with CLang 3.5 | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-22 | util.h: lookup() uses forwarding refs; added Dispatch/dispatch and REGISTER_ENUM | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-16 | Make sure message body is treated as plain text | Kitsune Ral |
2017-02-28 | Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t... | Kitsune Ral |
2017-02-28 | Parse event id for all events; timestamp for all except typing and receipts | Kitsune Ral |
2017-02-26 | Skip read events with an empty event id | Kitsune Ral |
2017-02-23 | Receipts internal handling improved | Kitsune Ral |
2016-11-14 | Merge branch 'pragma-once' | Kitsune Ral |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-01 | Receipt: eventId is extraneous inside the receipt, since receipts are associa... | Kitsune Ral |
2016-11-01 | Removed unused #includes | Kitsune Ral |
2016-10-07 | Fixed leaks of RoomMessageEvent content | Kitsune Ral |
2016-10-07 | Use Q_DECLARE_TYPEINFO correctly | Kitsune Ral |
2016-09-21 | Merge pull request #31 from Fxrh/kitsune-sender-in-all-events | KitsuneRal |
2016-09-21 | Push sender from RoomTopicEvent to Event | Kitsune Ral |
2016-09-16 | Room: change the way messages are ordered | Kitsune Ral |
2016-09-14 | Don't search for event_id and origin_server_ts in m.receipt events | Kitsune Ral |