]> git.0d.be Git - empathy.git/history - libempathy/empathy-log-manager.c
add myself to AUTHORS
[empathy.git] / libempathy / empathy-log-manager.c
2009-11-03 Xavier ClaessensMerge branch 'irc-command'
2009-11-03 Danielle MadeleyMerge branch 'fix-586098'
2009-11-02 Jonny LambMerge branch 'accountz'
2009-10-24 Jonny Lamblog-manager: port to new tp-glib account API
2009-08-26 Xavier ClaessensMerge branch 'debug-window'
2009-08-25 Sjoerd SimonsMerge branch 'mc5', fixes bug #590165
2009-08-21 Sjoerd SimonsMerge back from master
2009-08-01 Cosimo CecchiMerge branch 'master' into mc5
2009-07-28 Sjoerd SimonsMerge commit 'upstream/master' into mc5
2009-07-16 Sjoerd SimonsRemove last references to mission-control 4
2009-07-14 Gustavo Noronha... Merge branch 'fix-585882'
2009-07-02 Gustavo Noronha... Merge branch 'fix-585601'
2009-07-01 Will ThompsonMerge branch 'part-reasons'
2009-07-01 Sjoerd SimonsMerge branch 'empathy-account'
2009-07-01 Sjoerd SimonsPort libempathy to EmpathyAccount
2009-06-04 Jonny LambMerge branch 'debug'
2009-05-21 Xavier ClaessensMerge commit 'istaz/python-empathy-fix'
2009-05-18 Guillaume Desmottesempathy-log-manager: update FSF address
2009-03-06 Xavier ClaessensFix typo in a comment
2009-03-06 Xavier ClaessensImprove comment to explain what empathy_log_manager_get...
2009-03-06 Xavier ClaessensOptimize empathy_log_manager_get_filtered_messages...
2009-03-06 Xavier ClaessensSimplify finalize using g_list_foreachc
2009-03-06 Jonny LambUse if (n != NULL) instead of if (n).
2009-03-06 Jonny LambUse g_list_delete_link instead of g_list_remove.
2009-03-06 Jonny LambUse g_list_next (l) instead of l->next.
2009-03-06 Jonny LambUse a single-line return statement instead of if/else...
2009-03-06 Jonny LambReplaced get_last_messages with get_filtered_messages.
2009-03-06 Jonny LambGet last messages for the last day - 1 as well as the...
2009-03-06 Jonny LambRemoved duplicate log source addition.
2009-03-06 Jonny LambRemove MessageObserveData as the TpChannel can be retri...
2009-03-06 Jonny LambCleaned up rebasing brokenness.
2009-03-06 Jonny LambRenamed EmpathyLogSource to EmpathyLogStore.
2009-03-06 Jonny LambMoved dispatcher observing and logging into EmpathyLogM...
2009-03-06 Jonny LambOnly write messages to one specified log source, hardco...
2009-03-06 Jonny LambUse g_list_concat even if the current GList is empty...
2009-03-06 Jonny LambFixed problems picked up when rebasing and cherry-picking.
2009-03-06 Jonny LambMade EmpathyLogSource an interface and EmpathyLogSource...
2009-03-06 Jonny LambDon't override the constructor. (Jonny Lamb)
2009-03-06 Jonny LambMake get_dates check whether a date is already in the...
2009-03-06 Jonny LambMade get_last_messages source independent. (Jonny Lamb)
2009-03-06 Jonny LambConverted log code to Collabora coding style. (Jonny...
2009-03-03 Xavier ClaessensRevert "Started splitting empathy log code from the...
2009-03-03 Jonny LambStarted splitting empathy log code from the log manager...
2009-02-11 Olivier CrĂȘteFix type punned pointers warnings
2009-01-23 Jonny LambRenamed G_STR_EMPTY to EMP_STR_EMPTY.
2009-01-09 Xavier ClaessensSet the right weak pointer.
2009-01-09 Xavier ClaessensPort EmpathyLogManager to the new singleton policy.
2008-05-27 Xavier ClaessensMove avatar cache to ~/.cache and don't mix avatar...
2008-05-05 Xavier ClaessensKeep a priv pointer in the object struct instead of...
2008-04-30 Xavier ClaessensMake use of tp-glib debug system.
2008-03-02 Xavier ClaessensUpdate collabora copyright to 2008
2008-02-18 Xavier ClaessensDo not load avatar from cache if token is empty. Fixes...
2008-01-11 Xavier ClaessensAdd avatar token in logs and load avatar from cache...
2007-10-18 Xavier ClaessensCleanup licences and copyrights, Modules with 100%...
2007-10-13 Xavier ClaessensDon't use deprecated GtkTooltips API. Add commented...
2007-09-21 Xavier ClaessensIgnore log files that don't have a good filename. Fixes...
2007-08-30 Xavier ClaessensCompletely reworked ContactList API. Fixes bug #471611...
2007-07-27 Xavier ClaessensAdd message type in log files. Fixes bug #459579.
2007-07-09 Xavier ClaessensAdd MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).
2007-06-22 Xavier ClaessensRename all filenames starting with "gossip" by "empathy...
2007-06-14 Xavier ClaessensDo not create log directory for a chat if there is...
2007-06-13 Xavier ClaessensNew window for viewing logs.
2007-06-02 Xavier ClaessensFix crash when there is no log available for a chat...
2007-06-02 Xavier ClaessensLog chats and display 10 last messages when opening...