summaryrefslogtreecommitdiff
path: root/libempathy/empathy-log-store-empathy.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-30Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons1-1/+3
EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account
2009-07-28Merge commit 'upstream/master' into mc5Sjoerd Simons1-0/+8
Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
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
This commit breaks older GLib. When we're ready to bump our requirement to GLib 2.22, simply revert this commit. This reverts commit 0ade362fb9343ec984c396a202565c4e5faa1f12 but with an extra comment to explain what the hell is going on.
2009-07-15Remove deprecated call to g_mapped_file_free()Davyd Madeley1-1/+1
Change to g_mapped_file_unref()
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
needed and freed again.
2009-04-16Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen1-0/+1
From: Lars-Peter Clausen <lars@metafoo.de> svn path=/trunk/; revision=2837
2009-03-09Chatroom dirs only exist on the toplevel log directorySjoerd Simons1-1/+1
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2653
2009-03-09Actually recurse in the chatrooms directorySjoerd Simons1-1/+1
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2652
2009-03-09Print a debug message if opening a log directory failsSjoerd Simons1-2/+7
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2651
2009-03-06Little optimization of log_store_empathy_get_filtered_messages() and add a ↵Xavier Claessens1-1/+8
FIXME. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2619
2009-03-06Use if (n != NULL) instead of if (n).Jonny Lamb1-4/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2615
2009-03-06Use g_list_delete_link instead of g_list_remove.Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2614
2009-03-06Use g_list_next (l) instead of l->next.Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2613
2009-03-06Use atoi instead of sscanf.Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2611
2009-03-06Implemented get_filtered_messages in empathy log store.Jonny Lamb1-0/+41
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2607
2009-03-06EmpathyLogStore: Store the CM message ID in the logs, and use it when ↵Jonny Lamb1-2/+14
reading logs. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2599
2009-03-06Changed some G_STR_EQUALs to EMP_STR_EQUAL.Jonny Lamb1-3/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2594
2009-03-06Renamed EmpathyLogSource to EmpathyLogStore.Jonny Lamb1-0/+714
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2593