index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy
/
empathy-log-store-empathy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
log-store-empathy: relicense to LGPL
Guillaume Desmottes
2010-06-17
1
-10
/
+9
*
log-store-empathy: update Collabora copyright
Guillaume Desmottes
2010-06-17
1
-1
/
+1
*
fix 0-byte logfile crash (#619736)
Robert McQueen
2010-05-27
1
-6
/
+12
*
remove empathy_log_store_empathy_get_dir
Guillaume Desmottes
2010-03-29
1
-7
/
+0
*
Migrate butterfly logs to remove the network ID suffix.
Jonny Lamb
2010-03-13
1
-0
/
+7
*
log_store_empathy_search_hit_new: don't unref accounts
Guillaume Desmottes
2009-11-17
1
-1
/
+0
*
log-store-empathy: refer to "make logs async" bug
Jonny Lamb
2009-10-30
1
-1
/
+1
*
log-store-empathy: port to new tp-glib account API
Jonny Lamb
2009-10-24
1
-17
/
+19
*
empathy-log-store-empathy.c: fix casting issues
Guillaume Desmottes
2009-10-22
1
-12
/
+13
*
Revert "Revert "Remove deprecated call to g_mapped_file_free()""
Xavier Claessens
2009-09-24
1
-8
/
+1
*
When getting messages for a file, pass the account as we already know it
Sjoerd Simons
2009-09-14
1
-14
/
+4
*
Free the allocated dirname after usage
Sjoerd Simons
2009-08-24
1
-0
/
+2
*
Fix several coding style issues
Sjoerd Simons
2009-08-24
1
-1
/
+1
*
Don't use a custom function to build the log dir
Sjoerd Simons
2009-08-24
1
-2
/
+1
*
Have log_store_empathy_search_hit_new lookup accounts properly
Sjoerd Simons
2009-08-24
1
-7
/
+17
*
Split out the account name to dirname translation
Sjoerd Simons
2009-08-24
1
-6
/
+14
*
Make the dir names for the logs look nicer
Sjoerd Simons
2009-08-24
1
-4
/
+6
*
Chang the API of AccountManager to have the get lookup the account by name
Sjoerd Simons
2009-07-30
1
-1
/
+3
*
Merge commit 'upstream/master' into mc5
Sjoerd Simons
2009-07-28
1
-0
/
+8
|
\
|
*
Revert "Remove deprecated call to g_mapped_file_free()"
Davyd Madeley
2009-07-15
1
-1
/
+8
|
*
Remove deprecated call to g_mapped_file_free()
Davyd Madeley
2009-07-15
1
-1
/
+1
|
*
Support for history message in Adium themes. Use context HTMLs.
Nicolò Chieffo
2009-07-08
1
-0
/
+1
*
|
Coding style fixes
Sjoerd Simons
2009-07-22
1
-1
/
+1
*
|
Escape unique names by replacing / by %
Sjoerd Simons
2009-07-16
1
-8
/
+15
*
|
Ignore a log when the account it isn't found
Sjoerd Simons
2009-07-16
1
-1
/
+7
*
|
Put the logs in XDG_DATA_HOME instead of ~/.gnome2
Sjoerd Simons
2009-07-16
1
-2
/
+4
*
|
Escape the unique account name
Sjoerd Simons
2009-07-16
1
-3
/
+6
|
/
*
Port libempathy to EmpathyAccount
Sjoerd Simons
2009-07-01
1
-15
/
+19
*
empathy-log-store-empathy: update FSF address
Guillaume Desmottes
2009-05-18
1
-2
/
+2
*
Rename empathy_contact_new_static to empathy_contact_new_for_log
Xavier Claessens
2009-04-22
1
-2
/
+2
*
Add empathy_contact_new_static() to create a contact that comes from logs
Xavier Claessens
2009-04-22
1
-6
/
+3
*
Port EmpathyLogManager to new API
Xavier Claessens
2009-04-22
1
-2
/
+6
*
Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its
Lars-Peter Clausen
2009-04-21
1
-3
/
+1
*
Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139
Lars-Peter Clausen
2009-04-16
1
-0
/
+1
*
Chatroom dirs only exist on the toplevel log directory
Sjoerd Simons
2009-03-10
1
-1
/
+1
*
Actually recurse in the chatrooms directory
Sjoerd Simons
2009-03-10
1
-1
/
+1
*
Print a debug message if opening a log directory fails
Sjoerd Simons
2009-03-10
1
-2
/
+7
*
Little optimization of log_store_empathy_get_filtered_messages() and add a FI...
Xavier Claessens
2009-03-06
1
-1
/
+8
*
Use if (n != NULL) instead of if (n).
Jonny Lamb
2009-03-06
1
-4
/
+4
*
Use g_list_delete_link instead of g_list_remove.
Jonny Lamb
2009-03-06
1
-1
/
+1
*
Use g_list_next (l) instead of l->next.
Jonny Lamb
2009-03-06
1
-1
/
+1
*
Use atoi instead of sscanf.
Jonny Lamb
2009-03-06
1
-1
/
+1
*
Implemented get_filtered_messages in empathy log store.
Jonny Lamb
2009-03-06
1
-0
/
+41
*
EmpathyLogStore: Store the CM message ID in the logs, and use it when reading...
Jonny Lamb
2009-03-06
1
-2
/
+14
*
Changed some G_STR_EQUALs to EMP_STR_EQUAL.
Jonny Lamb
2009-03-06
1
-3
/
+3
*
Renamed EmpathyLogSource to EmpathyLogStore.
Jonny Lamb
2009-03-06
1
-0
/
+714