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
/
encryptionevent.h
Age
Commit message (
Expand
)
Author
2022-05-08
Event content: provide toJson() instead of deriving from EC::Base
Alexey Rusakov
2022-05-08
Simplify EventContent a bit
Alexey Rusakov
2022-01-28
QUO_IMPLICIT
Alexey Rusakov
2022-01-23
No more default construction of events
Alexey Rusakov
2021-12-29
Add QUOTIENT_API throughout non-generated code
Alexey Rusakov
2021-09-11
Add convenience function for activating encryption and fix
Tobias Fella
2021-06-13
EncryptionEvent: fix "too perfect forwarding"
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
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-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-06
EncryptionEvent: Adjust upon merge from master
Kitsune Ral
2019-07-04
Add full EncryptionEvent to room logic. Issue #95
Alexey Andreyev
2019-06-25
Introduce EncryptionEvent class
Kitsune Ral