summaryrefslogtreecommitdiff
path: root/telepathy-logger/event-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* Remove log_id from TplEventNicolas Dufresne2011-03-151-3/+0
|
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-221-0/+2
| | | | | | | | | In the first rework step, TplEventSearchType was introduced with wrong assomption. This item was merging entity type and event type together. To make thing simple, this patch replace the pair with a TplEntity object that contain all the required information about the Entity. This enable for more complete logs in the future and fix bugs where get_entities() won't return chatrooms.
* Refactored TplEvent/TplEventTextNicolas Dufresne2011-02-071-22/+4
| | | | | | | | Enforces using g_object_new() instead of the partial _new() method with loads of get/set. This imply removing all the get/set methods that are not strictly required, making the properties construct only and porting the rest of the code. This change also make "make check" work again. Some more cleanup is also included.
* Room can be deduced from the receiver typeNicolas Dufresne2011-02-071-0/+2
| | | | | | Rename and move is_chatroom from TplEventText to TplEvent and implement it by looking at the receiver type. Note that this breaks make check because none of the current log-store sets the receiver.
* Properly move pending-msg-id into TplEventTextNicolas Dufresne2011-02-071-5/+0
|
* Removed unsused TplEventType enumerationNicolas Dufresne2011-02-071-7/+0
|
* Remove TplEventDirectionNicolas Dufresne2011-01-171-5/+0
| | | | | | TplEventDirection was redundant with the TplEntityType of the sender. In all cases, if the sender is SELF then it's an outgoing message, otherwise it's incoming.
* TplEvent:chat-id -> idEmilio Pozuelo Monfort2011-01-171-2/+2
|
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-0/+86