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
/
lib
/
events
Age
Commit message (
Expand
)
Author
2019-08-25
RoomMessageEvent::content(): constify event content
Kitsune Ral
2019-08-13
Support for server notices rooms (MSC1452)
Kitsune Ral
2019-08-11
Use [[maybe_unused]] instead of [[gnu::unused]]
Kitsune Ral
2019-08-11
Now that we're C++17, remove old compatibility cruft
Kitsune Ral
2019-08-11
Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macro
Kitsune Ral
2019-08-11
Cleanup
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-08-02
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-08-01
Merge branch 'master' into kitsune-relations
Kitsune Ral
2019-07-31
Support for receiving m.reaction events
Kitsune Ral
2019-07-31
Initial support for edited messages (receive only)
Kitsune Ral
2019-07-27
E2EE: introduce EncryptedEvent
Alexey Andreyev
2019-07-14
E2EE: provide a shared header with encryption standard key names
Alexey Andreyev
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-08
RoomEvent::setRoomId()/setSender()
Kitsune Ral
2019-07-06
EncryptionEvent: Adjust upon merge from master
Kitsune Ral
2019-07-06
Merge branch 'master' into e2ee-enc-mng
Kitsune Ral
2019-07-06
Fix building with Clang
Kitsune Ral
2019-07-06
Be stricter on usage of stateKey
Kitsune Ral
2019-07-06
loadStateEvent()
Kitsune Ral
2019-07-06
Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson()
Kitsune Ral
2019-07-06
Fix clazy warnings
Kitsune Ral
2019-07-04
Add full EncryptionEvent to room logic. Issue #95
Alexey Andreyev
2019-06-25
Introduce EncryptionEvent class
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-05-18
event.h: add doc-comments; deprecate ptrCast()
Kitsune Ral
2019-05-17
Minor code refactoring
Kitsune Ral
2019-04-06
Clean up on clang-tidy/clazy analysis
Kitsune Ral
2019-03-24
RoomMemberEvent: sanitize user display names
Kitsune Ral
2019-03-23
Room::downloadFile(): Tighten URL validations
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2019-02-26
Merge pull request #287 from a-andreyev/aa13q-fix-5.6-build-qhash
Kitsune Ral
2019-02-25
RoomMessageEvent: support m.in_reply_to (not spec-compliant yet); optimise aw...
Kitsune Ral
2019-02-24
Fix Qt<5.7 build for std::hash<StateEventKey>
Alexey Andreyev
2019-02-22
Merge remote-tracking branch 'remotes/origin/kitsune-simpler-simple-content'
Kitsune Ral
2019-02-15
Simplify RoomCreateEvent
Kitsune Ral
2019-02-15
RoomTombstoneEvent
Kitsune Ral
2019-02-11
RoomCreateEvent
Kitsune Ral
2019-02-11
SimpleContent: don't derive from Base as it gives zero added value
Kitsune Ral
2019-01-13
Security fix: require that state events have state_key
Kitsune Ral
2019-01-06
Create StateEventBase events if state_key is there
Kitsune Ral
2019-01-06
visit(): pass decayed event types to is()
Kitsune Ral
2019-01-06
RoomEvent: don't log transactionId anymore
Kitsune Ral
2019-01-05
API version++; use QMediaResource from QtMultimedia (new dep) to detect m.video
Kitsune Ral
2019-01-05
EventContent::ImageInfo: support originalFilename in POD constructor
Kitsune Ral
2019-01-05
RoomMessageEvent: easier creation of file-based events
Kitsune Ral
2019-01-05
More defaults to construct LocationContent and PlayableContent
Kitsune Ral
2019-01-05
EventContent: only dump to json non-empty/valid values
Kitsune Ral
2019-01-05
Make content in events editable
Kitsune Ral
[next]