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
/
accountdataevents.h
Age
Commit message (
Expand
)
Author
2020-08-11
Drop unneeded #include
Kitsune Ral
2019-11-01
Derive Omittable<> from std::optional<>
Kitsune Ral
2019-08-13
Support for server notices rooms (MSC1452)
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-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-05-17
Minor code refactoring
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2018-12-08
Refactor toJson/fillJson
Kitsune Ral
2018-09-30
toJson(TagRecord): don't dump order if there's none
Kitsune Ral
2018-09-29
Prepare for CS API 0.4.0
Kitsune Ral
2018-09-02
Switch tag order from strings to floats, as The Spec preaches
Kitsune Ral
2018-08-13
accountdataevents.h: Drop useless(?) static declarations for tag names
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral
2018-07-04
Events: use a template structure instead of template variables; rearrange cod...
Kitsune Ral
2018-07-04
Event types system remade to be extensible
Kitsune Ral
2018-05-04
EvT::TypeId: Use a member function instead of a variable
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral