aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
* Port libempathy to EmpathyAccountSjoerd Simons2009-07-011-10/+5
* empathy-log-manager: update FSF addressGuillaume Desmottes2009-05-181-2/+2
* Fix typo in a commentXavier Claessens2009-03-061-2/+2
* Improve comment to explain what empathy_log_manager_get_filtered_messages doesXavier Claessens2009-03-061-1/+2
* Optimize empathy_log_manager_get_filtered_messages and make it easier to unde...Xavier Claessens2009-03-061-39/+44
* Simplify finalize using g_list_foreachcXavier Claessens2009-03-061-7/+1
* Use if (n != NULL) instead of if (n).Jonny Lamb2009-03-061-2/+2
* Use g_list_delete_link instead of g_list_remove.Jonny Lamb2009-03-061-5/+2
* Use g_list_next (l) instead of l->next.Jonny Lamb2009-03-061-9/+9
* Use a single-line return statement instead of if/else if/else if.Jonny Lamb2009-03-061-10/+1
* Replaced get_last_messages with get_filtered_messages.Jonny Lamb2009-03-061-21/+54
* Get last messages for the last day - 1 as well as the last day.Jonny Lamb2009-03-061-1/+11
* Removed duplicate log source addition.Jonny Lamb2009-03-061-3/+0
* Remove MessageObserveData as the TpChannel can be retrieved from an EmpathyTp...Jonny Lamb2009-03-061-27/+8
* Cleaned up rebasing brokenness.Jonny Lamb2009-03-061-2/+3
* Renamed EmpathyLogSource to EmpathyLogStore.Jonny Lamb2009-03-061-32/+32
* Moved dispatcher observing and logging into EmpathyLogManager.Jonny Lamb2009-03-061-0/+75
* Only write messages to one specified log source, hardcoded at the moment.Jonny Lamb2009-03-061-7/+27
* Use g_list_concat even if the current GList is empty (NULL).Jonny Lamb2009-03-061-16/+6
* Fixed problems picked up when rebasing and cherry-picking.Jonny Lamb2009-03-061-14/+1
* Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it.Jonny Lamb2009-03-061-42/+29
* Don't override the constructor. (Jonny Lamb)Jonny Lamb2009-03-061-4/+15
* Make get_dates check whether a date is already in the GList before adding it ...Jonny Lamb2009-03-061-3/+21
* Made get_last_messages source independent. (Jonny Lamb)Jonny Lamb2009-03-061-15/+11
* Converted log code to Collabora coding style. (Jonny Lamb)Jonny Lamb2009-03-061-651/+211
* Revert "Started splitting empathy log code from the log manager to make loggi...Xavier Claessens2009-03-031-125/+580
* Started splitting empathy log code from the log manager to make logging more ...Jonny Lamb2009-03-031-580/+125
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-121-1/+1
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
* Port EmpathyLogManager to the new singleton policy.Xavier Claessens2009-01-091-18/+31
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-281-7/+3
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-11/+11
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-17/+14
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Do not load avatar from cache if token is empty. Fixes bug #517098.Xavier Claessens2008-02-181-1/+1
* Add avatar token in logs and load avatar from cache when getting logs messagesXavier Claessens2008-01-121-1/+21
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-181-1/+2
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-4/+4
* Ignore log files that don't have a good filename. Fixes bug #462046Xavier Claessens2007-09-211-0/+4
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-10/+8
* Add message type in log files. Fixes bug #459579.Xavier Claessens2007-07-271-10/+23
* Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).Xavier Claessens2007-07-091-32/+52
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-44/+44
* Do not create log directory for a chat if there is no messages to put in.Xavier Claessens2007-06-141-10/+24
* New window for viewing logs.Xavier Claessens2007-06-141-47/+329
* Fix crash when there is no log available for a chat. Fix a crash whenXavier Claessens2007-06-031-5/+7
* Log chats and display 10 last messages when opening a new chat.Xavier Claessens2007-06-021-0/+445