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
/
roomevent.cpp
Age
Commit message (
Expand
)
Author
2021-12-21
Don't chain RoomEvent to Event factory any more
Alexey Rusakov
2021-11-28
Event::unsignedPart()
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-11-15
Cleanup across event classes
Kitsune Ral
2020-11-12
More JSON key constants
Kitsune Ral
2020-08-02
Event::dumpTo: make protected, and RoomEvent override
Kitsune Ral
2019-12-09
RoomEvent::timestamp() -> originTimestamp()
Kitsune Ral
2019-11-10
Cleanup
Kitsune Ral
2019-08-11
Use [[maybe_unused]] instead of [[gnu::unused]]
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-07-31
Initial support for edited messages (receive only)
Kitsune Ral
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-08
RoomEvent::setRoomId()/setSender()
Kitsune Ral
2019-07-06
Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson()
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2019-01-06
RoomEvent: don't log transactionId anymore
Kitsune Ral
2018-10-04
Modernise and fix code dealing with call events
Kitsune Ral
2018-08-03
RoomEvent: fix wrong JSON key to pick/store transaction id
Kitsune Ral
2018-07-31
RoomEvent: don't store transactionId separately
Kitsune Ral
2018-07-27
Initial support for local echo
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral