aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-store-empathy.c
Commit message (Expand)AuthorAgeFilesLines
* Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-1/+3
* Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-0/+8
|\
| * Revert "Remove deprecated call to g_mapped_file_free()"Davyd Madeley2009-07-151-1/+8
| * Remove deprecated call to g_mapped_file_free()Davyd Madeley2009-07-151-1/+1
| * 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
* Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen2009-04-161-0/+1
* Chatroom dirs only exist on the toplevel log directorySjoerd Simons2009-03-101-1/+1
* Actually recurse in the chatrooms directorySjoerd Simons2009-03-101-1/+1
* Print a debug message if opening a log directory failsSjoerd Simons2009-03-101-2/+7
* Little optimization of log_store_empathy_get_filtered_messages() and add a FI...Xavier Claessens2009-03-061-1/+8
* Use if (n != NULL) instead of if (n).Jonny Lamb2009-03-061-4/+4
* Use g_list_delete_link instead of g_list_remove.Jonny Lamb2009-03-061-1/+1
* Use g_list_next (l) instead of l->next.Jonny Lamb2009-03-061-1/+1
* Use atoi instead of sscanf.Jonny Lamb2009-03-061-1/+1
* Implemented get_filtered_messages in empathy log store.Jonny Lamb2009-03-061-0/+41
* EmpathyLogStore: Store the CM message ID in the logs, and use it when reading...Jonny Lamb2009-03-061-2/+14
* Changed some G_STR_EQUALs to EMP_STR_EQUAL.Jonny Lamb2009-03-061-3/+3
* Renamed EmpathyLogSource to EmpathyLogStore.Jonny Lamb2009-03-061-0/+714