summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-29Clenup in the butterfly workaroundpidgin-storeXavier Claessens1-7/+6
2009-11-29Date passed to _get_filenames_for_date are always in format %F.Jonny Lamb1-6/+1
2009-11-29Set the message time instead of the conversation time.Jonny Lamb1-5/+5
2009-11-29_get_messages_for_files: take the TpAccount* as an arg and use that instead o...Jonny Lamb1-11/+2
2009-11-29Skip over chatrooms if we didn't ask for them, and vice versa.Jonny Lamb1-0/+4
2009-11-29_search_hit_new: remove .chat suffix if it exists.Jonny Lamb1-1/+6
2009-11-29Removed unused variable.Jonny Lamb1-2/+1
2009-11-29_get_time returns a date, so don't worry about parsing times or worrying abou...Jonny Lamb1-6/+1
2009-11-29Fix difference in signedness error.Jonny Lamb1-1/+1
2009-11-29Fix shadow declarations.Jonny Lamb1-10/+10
2009-11-29Update Pidgin store to TpAccount{,Manager} API.Jonny Lamb1-22/+21
2009-11-29Remove a stray debugging print command.Jonny Lamb1-2/+0
2009-11-29Be sure to escape account names with the same scheme as Pidgin.Jonny Lamb1-3/+35
2009-11-29Use g_mapped_file_unref instead of _free.Jonny Lamb1-1/+1
2009-11-29Avoid a strdup.Jonny Lamb1-5/+1
2009-11-29Fix comment regarding why we can't tell which user is who in plain text log f...Jonny Lamb1-1/+10
2009-11-29Remove next_item marker and goto calls.Jonny Lamb1-7/+8
2009-11-29Special-case IRC when finding the appropriate EmpathyAccount for a Pidgin acc...Jonny Lamb1-3/+20
2009-11-29Refactor looking up accounts.Jonny Lamb1-35/+54
2009-11-29Added a note as to what the time regex is doing.Jonny Lamb1-0/+2
2009-11-29Added comment about what TZ times of filenames are.Jonny Lamb1-0/+1
2009-11-29Special-case IRC in getting the log directory.Jonny Lamb1-2/+16
2009-11-29Set the is_chatroom member of the search hit struct properly.Jonny Lamb1-1/+1
2009-11-29Allow for chatrooms in _get_dir.Jonny Lamb1-0/+6
2009-11-29Simplify _get_dir function.Jonny Lamb1-7/+4
2009-11-29Use FIXME instead of TODO.Jonny Lamb2-3/+3
2009-11-29Fixed search_hit_cmp to return correct values when chat IDs are not the same.Jonny Lamb1-4/+8
2009-11-29Add empathy-log-store-pidgin.h to libempathy_headers.Jonny Lamb1-0/+1
2009-11-29Initial basic support for HTML log files.Jonny Lamb1-21/+77
2009-11-29More minor code fixes to the Pidgin store.Jonny Lamb1-26/+27
2009-11-29Implemented get_filtered_messages in Pidgin log store.Jonny Lamb1-0/+52
2009-11-29Make _log_manager_get_chats not return dups.Jonny Lamb1-2/+26
2009-11-29Cleaned up Pidgin log store code.Jonny Lamb2-38/+36
2009-11-29Updated pidgin log store to new Empathy API.Jonny Lamb1-46/+33
2009-11-29Allow pidgin store to show messages from different times during the day.Jonny Lamb1-125/+133
2009-11-29Renamed G_STR_EQUAL to EMP_STR_EQUAL.Jonny Lamb1-1/+1
2009-11-29Corrected argument indentation from the s/source/store/g rename.Jonny Lamb1-23/+23
2009-11-29Renamed functions from log_source to log_store.Jonny Lamb3-77/+77
2009-11-29Return the correct format of date to the caller.Jonny Lamb4-6/+5
2009-11-29Made sure the body is not NULL.Jonny Lamb1-0/+3
2009-11-29Added first version of EmpathyLogSourcePidgin.Jonny Lamb4-1/+774
2009-11-28use conn-status-reason instead of conn-statusFelix Kaser1-1/+1
2009-11-28Updated Hungarian translationGabor Kelemen1-320/+506
2009-11-28Updated Spanish translationJorge González1-121/+166
2009-11-27Set the stock-person icon for contact online/offline notificationGuillaume Desmottes1-2/+2
2009-11-27Capitalize first letter of debug msgGuillaume Desmottes1-3/+3
2009-11-27Disable video preview when there is no callGuillaume Desmottes1-0/+14
2009-11-27enable the camera-off button if call doens't have initial videoGuillaume Desmottes1-0/+5
2009-11-27enable the camera-off button when call is disconnectedGuillaume Desmottes1-3/+1
2009-11-27empathy_call_window_set_send_video: don't request video stream if the call is...Guillaume Desmottes1-0/+3