aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-store-empathy.c
Commit message (Collapse)AuthorAgeFilesLines
* When getting messages for a file, pass the account as we already know itSjoerd Simons2009-09-141-14/+4
|
* Free the allocated dirname after usageSjoerd Simons2009-08-241-0/+2
|
* Fix several coding style issuesSjoerd Simons2009-08-241-1/+1
|
* Don't use a custom function to build the log dirSjoerd Simons2009-08-241-2/+1
|
* Have log_store_empathy_search_hit_new lookup accounts properlySjoerd Simons2009-08-241-7/+17
|
* Split out the account name to dirname translationSjoerd Simons2009-08-241-6/+14
|
* Make the dir names for the logs look nicerSjoerd Simons2009-08-241-4/+6
|
* Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-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
* Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-0/+8
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
| * Revert "Remove deprecated call to g_mapped_file_free()"Davyd Madeley2009-07-151-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.
| * Remove deprecated call to g_mapped_file_free()Davyd Madeley2009-07-151-1/+1
| | | | | | | | Change to g_mapped_file_unref()
| * Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-081-0/+1
| |
* | Coding style fixesSjoerd Simons2009-07-221-1/+1
| |
* | Escape unique names by replacing / by %Sjoerd Simons2009-07-161-8/+15
| |
* | Ignore a log when the account it isn't foundSjoerd Simons2009-07-161-1/+7
| |
* | Put the logs in XDG_DATA_HOME instead of ~/.gnome2Sjoerd Simons2009-07-161-2/+4
| |
* | Escape the unique account nameSjoerd Simons2009-07-161-3/+6
|/
* Port libempathy to EmpathyAccountSjoerd Simons2009-07-011-15/+19
|
* empathy-log-store-empathy: update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Rename empathy_contact_new_static to empathy_contact_new_for_logXavier Claessens2009-04-221-2/+2
|
* Add empathy_contact_new_static() to create a contact that comes from logsXavier Claessens2009-04-221-6/+3
|
* Port EmpathyLogManager to new APIXavier Claessens2009-04-221-2/+6
|
* Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if itsLars-Peter Clausen2009-04-211-3/+1
| | | | needed and freed again.
* Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen2009-04-161-0/+1
| | | | | | From: Lars-Peter Clausen <lars@metafoo.de> svn path=/trunk/; revision=2837
* Chatroom dirs only exist on the toplevel log directorySjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2653
* Actually recurse in the chatrooms directorySjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2652
* Print a debug message if opening a log directory failsSjoerd Simons2009-03-101-2/+7
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2651
* Little optimization of log_store_empathy_get_filtered_messages() and add a ↵Xavier Claessens2009-03-061-1/+8
| | | | | | | | FIXME. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2619
* Use if (n != NULL) instead of if (n).Jonny Lamb2009-03-061-4/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2615
* Use g_list_delete_link instead of g_list_remove.Jonny Lamb2009-03-061-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2614
* Use g_list_next (l) instead of l->next.Jonny Lamb2009-03-061-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2613
* Use atoi instead of sscanf.Jonny Lamb2009-03-061-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2611
* Implemented get_filtered_messages in empathy log store.Jonny Lamb2009-03-061-0/+41
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2607
* EmpathyLogStore: Store the CM message ID in the logs, and use it when ↵Jonny Lamb2009-03-061-2/+14
| | | | | | | | reading logs. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2599
* Changed some G_STR_EQUALs to EMP_STR_EQUAL.Jonny Lamb2009-03-061-3/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2594
* Renamed EmpathyLogSource to EmpathyLogStore.Jonny Lamb2009-03-061-0/+714
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2593