summaryrefslogtreecommitdiff
path: root/src/search-manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-1/+2
2012-05-30Use meta-headers for everythingSimon McVittie1-3/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-5/+5
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-3/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-05-03Remove GabbleXmppError.Will Thompson1-3/+3
2011-01-24Search: don't send searches to known-invalid JIDs.Will Thompson1-2/+13
2011-01-24Search: handle Server='' as if it were omitted entirelyWill Thompson1-0/+4
2010-09-07Move to undrafted ContactSearch interfaceWill Thompson1-6/+4
2010-08-25Use tp_base_channel_close() for search and tls channelsWill Thompson1-5/+2
2010-08-24Port GabbleSearchChannel to TpBaseChannelWill Thompson1-0/+1
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic1-4/+5
2009-08-26search-channel: destroy the channels hash table when finalizingGuillaume Desmottes1-7/+5
2009-08-25search_channel_ready_or_not_cb: raise PermissionDenied if XMPP error is Forbi...Guillaume Desmottes1-5/+12
2009-08-25gabble_search_manager_close_all: free the requests_waiting_disco list if neededGuillaume Desmottes1-0/+5
2009-08-25delay creation of search channel until the service disco process is doneGuillaume Desmottes1-4/+61
2009-08-24search_channel_ready_or_not_cb: we don't want to prefix the error string, the...Guillaume Desmottes1-1/+0
2009-08-24gabble_search_manager_foreach_channel: only list channels which are readyGuillaume Desmottes1-1/+4
2009-08-24implement gabble_search_manager_foreach_channelGuillaume Desmottes1-1/+9
2009-08-24gabble_search_manager_constructor: use gabble_signal_connect_weak to connect ...Guillaume Desmottes1-3/+2
2009-08-24re-implement gabble_search_manager_close_all using gabble_search_channel_closeGuillaume Desmottes1-8/+17
2009-08-19search-manager: use the server's JUD if no Server has been specifiedGuillaume Desmottes1-7/+59
2009-08-19gabble_search_manager_foreach_channel_class: use tp_g_value_slice_new_stringGuillaume Desmottes1-2/+2
2009-08-19Replace 'probed' with 'ready-or-not' with a GErrorWill Thompson1-8/+25
2009-08-19Remove search channels to invalid serversWill Thompson1-3/+10
2009-08-19Return from SearchChannel requests when 'probed' is emittedWill Thompson1-4/+54
2009-08-19Create search channels in response to requestsWill Thompson1-1/+48
2009-08-19Add a set of channels to SearchManagerWill Thompson1-0/+19
2009-08-19Add a stub TpChannelManager for ContactSearch channelsWill Thompson1-0/+267