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
/
events
/
event.cpp
Age
Commit message (
Expand
)
Author
2017-10-02
Introduce EncryptionEvent class
Kitsune Ral
2017-09-19
Event::originalJsonObject(), RoomEvent validations commented out
Kitsune Ral
2017-07-18
Room event timestamp can also be undefined
Roman Plášil
2017-07-16
Fixed too strict validations in (Room)Event
Kitsune Ral
2017-06-22
Enable creation and usage of Event and RoomEvent objects locally, including QML
Kitsune Ral
2017-05-22
Refactored Events
Kitsune Ral
2017-05-22
util.h: lookup() uses forwarding refs; added Dispatch/dispatch and REGISTER_ENUM
Kitsune Ral
2017-05-13
Refactored logging enhancements
Kitsune Ral
2017-04-30
Port to categorized logging
Elvis Angelaccio
2017-02-28
Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t...
Kitsune Ral
2017-02-28
Parse event id for all events; timestamp for all except typing and receipts
Kitsune Ral
2016-09-21
Push sender from RoomTopicEvent to Event
Kitsune Ral
2016-09-14
Don't search for event_id and origin_server_ts in m.receipt events
Kitsune Ral
2016-09-07
A generic lookup(), and its usage in Event and RoomMessageEvent
Kitsune Ral
2016-09-07
Event::fromJson(): made the code more compact (correctly this time)
Kitsune Ral
2016-09-07
Temporarily revert "Event::fromJson(): made the code more compact" as it brea...
Kitsune Ral
2016-08-31
QList<Event*> -> using Events=QVector<Event*>
Kitsune Ral
2016-08-31
Event::fromJson(): made the code more compact
Kitsune Ral
2016-05-27
Enhance logging
Kitsune Ral
2016-05-26
Introducing EventList class + minor fix
Kitsune Ral
2016-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral