index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
events
Age
Commit message (
Expand
)
Author
2018-01-25
StateEvent<>: introduce Prev structure and prevSenderId() accessor
Kitsune Ral
2018-01-20
RoomMessageEvent::hasTextContent()
Kitsune Ral
2018-01-16
EventContent: inject mediaThumbnailId into content original JSON
Kitsune Ral
2018-01-15
EventContent: provide mediaId in the top-level JSON, not in "info" subobject
Kitsune Ral
2018-01-15
EventContent: rewrite without mixins
Kitsune Ral
2018-01-14
Refactor EventContent; allow to easily check files out of message events
Kitsune Ral
2018-01-12
Event/RoomEvent: use Q_DECLARE_METATYPE properly
Kitsune Ral
2017-12-27
Introduce StateEventBase - a non-template base for StateEvent<>
Kitsune Ral
2017-12-27
StateEvent<>: Look for prev_content in unsigned, not top-level
Kitsune Ral
2017-12-25
ReceiptEvent: use QVector instead of std::vector
Kitsune Ral
2017-12-25
Code cleanup
Kitsune Ral
2017-12-16
Fix an assertion failure when redacting an unknown event
Kitsune Ral
2017-12-14
One more fix for older compilers
Kitsune Ral
2017-12-14
That virtual ~Event() mentioned in the previous commit message
Kitsune Ral
2017-12-14
Move all internal event pointers to std::unique_ptr<>
Kitsune Ral
2017-12-13
EventsBatch: document the class
Kitsune Ral
2017-12-12
Fix a compiler warning
Kitsune Ral
2017-12-11
Whitelist origin_server_ts in redaction logic
Kitsune Ral
2017-12-10
RedactionEvent and RoomEvent::redactedBecause()
Kitsune Ral
2017-12-10
Introduce RoomEventsView
Kitsune Ral
2017-12-10
EventType: Add more enumeration values
Kitsune Ral
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
[next]