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
/
stateevent.cpp
Age
Commit message (
Expand
)
Author
2022-05-08
Pass matrixType(QString), not Event::Type, to basicJson()
Alexey Rusakov
2022-05-08
basic*EventJson() -> *Event::basicJson()
Alexey Rusakov
2021-12-22
StateEventBase: force type to unknown if stateKey is not in JSON
Alexey Rusakov
2021-12-22
Simplify the code around EventFactory<>
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
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-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-06
Be stricter on usage of stateKey
Kitsune Ral
2019-07-06
Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson()
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-04-06
Clean up on clang-tidy/clazy analysis
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
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
2018-11-17
StateEventBase::replacedState()
Kitsune Ral
2018-11-04
StateEvent::dumpTo: add state_key to the logline
Kitsune Ral
2018-11-04
Support dumping Events to QDebug
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral