summaryrefslogtreecommitdiff
path: root/libempathy/empathy-log-store-empathy.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons1-1/+3
2009-07-28Merge commit 'upstream/master' into mc5Sjoerd Simons1-0/+8
2009-07-21Coding style fixesSjoerd Simons1-1/+1
2009-07-16Escape unique names by replacing / by %Sjoerd Simons1-8/+15
2009-07-16Ignore a log when the account it isn't foundSjoerd Simons1-1/+7
2009-07-16Put the logs in XDG_DATA_HOME instead of ~/.gnome2Sjoerd Simons1-2/+4
2009-07-16Escape the unique account nameSjoerd Simons1-3/+6
2009-07-15Revert "Remove deprecated call to g_mapped_file_free()"Davyd Madeley1-1/+8
2009-07-15Remove deprecated call to g_mapped_file_free()Davyd Madeley1-1/+1
2009-07-08Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo1-0/+1
2009-07-01Port libempathy to EmpathyAccountSjoerd Simons1-15/+19
2009-05-18empathy-log-store-empathy: update FSF addressGuillaume Desmottes1-2/+2
2009-04-22Rename empathy_contact_new_static to empathy_contact_new_for_logXavier Claessens1-2/+2
2009-04-22Add empathy_contact_new_static() to create a contact that comes from logsXavier Claessens1-6/+3
2009-04-22Port EmpathyLogManager to new APIXavier Claessens1-2/+6
2009-04-21Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if itsLars-Peter Clausen1-3/+1
2009-04-16Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen1-0/+1
2009-03-09Chatroom dirs only exist on the toplevel log directorySjoerd Simons1-1/+1
2009-03-09Actually recurse in the chatrooms directorySjoerd Simons1-1/+1
2009-03-09Print a debug message if opening a log directory failsSjoerd Simons1-2/+7
2009-03-06Little optimization of log_store_empathy_get_filtered_messages() and add a FI...Xavier Claessens1-1/+8
2009-03-06Use if (n != NULL) instead of if (n).Jonny Lamb1-4/+4
2009-03-06Use g_list_delete_link instead of g_list_remove.Jonny Lamb1-1/+1
2009-03-06Use g_list_next (l) instead of l->next.Jonny Lamb1-1/+1
2009-03-06Use atoi instead of sscanf.Jonny Lamb1-1/+1
2009-03-06Implemented get_filtered_messages in empathy log store.Jonny Lamb1-0/+41
2009-03-06EmpathyLogStore: Store the CM message ID in the logs, and use it when reading...Jonny Lamb1-2/+14
2009-03-06Changed some G_STR_EQUALs to EMP_STR_EQUAL.Jonny Lamb1-3/+3
2009-03-06Renamed EmpathyLogSource to EmpathyLogStore.Jonny Lamb1-0/+714