summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in EmpathyAvatar (#624054)Philip Withnall2010-07-121-0/+1
* dispatcher_channel_invalidated_cb: always remove invalidated chan from the listGuillaume Desmottes2010-07-061-2/+2
* init GError so 'make check' will be happy (#621409)Guillaume Desmottes2010-06-151-1/+1
* fix 0-byte logfile crash (#619736)Robert McQueen2010-05-271-6/+12
* use port 8001 to connect to freenode irc (#618401)Brian Curtis2010-05-181-0/+1
* tp-file: include netinet/in.hJasper Lievisse Adriaanse2010-04-271-0/+1
* irc-networks.xml: properly spell 'freenode' (#616711)Guillaume Desmottes2010-04-261-1/+1
* call cb with an error if dispatcher_chat_with_contact* failsGuillaume Desmottes2010-04-191-1/+11
* dispatcher_connection_invalidated_cb: terminate pending requestsGuillaume Desmottes2010-04-191-0/+23
* empathy_dispatcher_chat_with_contact: check if connection_data is NULLGuillaume Desmottes2010-04-191-0/+6
* disconnect NewChannels signal once we got all the list channels we care aboutGuillaume Desmottes2010-03-301-1/+19
* tp-contact-list: watch for list channels announced in NewChannels signalsGuillaume Desmottes2010-03-301-0/+47
* allow got_list_channel to be called more than once for the same channelGuillaume Desmottes2010-03-301-2/+6
* factor out got_list_channelGuillaume Desmottes2010-03-301-19/+27
* empathy_dispatcher_find_requestable_channel_classes: allow handle_type being 0Guillaume Desmottes2010-03-301-2/+0
* telepathy-glib sucks, need to send stream error from the main threadOlivier Crête2010-03-291-2/+13
* Return a telepathy error if the source can't be addedOlivier Crête2010-03-291-3/+8
* Send stream error when the src pad can't be linkedOlivier Crête2010-03-291-3/+8
* tp-chat: update self user if it has been renamed (#613930)Guillaume Desmottes2010-03-291-0/+6
* fallback to JID if alias is emptyFelix Kaser2010-03-291-5/+8
* remove empathy_log_store_empathy_get_dirGuillaume Desmottes2010-03-292-10/+0
* empathy-contact-manager: no need to pass object as user_data and weak_objectDanielle Madeley2010-03-241-2/+2
* empathy-contact-manager: remove unrequired for loop when unpacking structDanielle Madeley2010-03-241-14/+5
* idle: Only restore state but not status message when getting back from idle (...Brian Curtis2010-03-151-14/+3
* stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBSGuillaume Desmottes2010-03-151-2/+0
* check that logger is not NULL before unrefing itGuillaume Desmottes2010-03-151-1/+2
* fix hash table leakGuillaume Desmottes2010-03-151-1/+2
* factor out add_contacts_to_favouritesGuillaume Desmottes2010-03-151-31/+30
* Unref contact returned by empathy_contact_list_get_membersGuillaume Desmottes2010-03-151-1/+2
* log an error if {Add,Remove}FavouriteContact failedGuillaume Desmottes2010-03-151-2/+22
* document the favorites hash tableGuillaume Desmottes2010-03-151-0/+2
* coding style fixesGuillaume Desmottes2010-03-153-25/+27
* Rebase the favourites support upon the telepathy-logger instead of a speciall...Travis Reitter2010-03-153-5/+316
* Cut out the concept of a special Favourites groupTravis Reitter2010-03-152-13/+31
* Add a favorite contacts build option and make Moblin support automatically tu...Travis Reitter2010-03-152-0/+4
* Add support for marking contacts as favorites (which gives them a highlightedTravis Reitter2010-03-152-0/+24
* Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-122-0/+12
* Merge branch 'butterfly-conference-misc'Jonny Lamb2010-03-112-3/+12
|\
| * tp-chat: remove butterfly MSN HandleType=NONE workaroundJonny Lamb2010-03-111-0/+8
| * tp-chat: when seeing if a chat can be upgraded, don't worry about handle typeJonny Lamb2010-03-101-1/+1
| * dispatcher: allow not caring about handle type when looking up RCCsJonny Lamb2010-03-101-2/+3
* | chatroom-manager: Save correct room nameJonas Bonn2010-03-091-1/+1
|/
* empathy_account_settings_set_display_name_async: don't do anything if not neededGuillaume Desmottes2010-03-031-0/+7
* factor out empathy_connect_new_accountGuillaume Desmottes2010-03-022-0/+41
* Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-268-9/+158
|\
| * TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-258-9/+158
* | Don't try to close channels thrice.Will Thompson2010-02-251-2/+6
|/
* Cope with tp-glib calling the callback in syncSjoerd Simons2010-02-251-16/+29
* No reason to get Channels from connections, that's MCs jobSjoerd Simons2010-02-251-27/+0
* Merge branch 'requests'. Fixes: #598905Sjoerd Simons2010-02-245-159/+231
|\