summaryrefslogtreecommitdiff
path: root/src/search-channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* search-channel: use NodeIterGuillaume Desmottes2009-08-191-6/+10
* Implement SearchChannel.Stop()Will Thompson2009-08-191-0/+43
* Update to even newer spec draftWill Thompson2009-08-191-0/+15
* Make search-state a read-only property.Will Thompson2009-08-191-90/+76
* Include failure reason in SearchStateChangedWill Thompson2009-08-191-21/+71
* Correct message when search response has no <query>Will Thompson2009-08-191-1/+1
* Move to state Failed if searching failsWill Thompson2009-08-191-4/+8
* Add a GError holding the reason a search failedWill Thompson2009-08-191-5/+38
* Update to latest ContactSearch spec draftWill Thompson2009-08-191-3/+9
* Add stub xforms block to do_searchWill Thompson2009-08-191-1/+11
* Break do_search into smaller piecesWill Thompson2009-08-191-20/+45
* Add a flag for whether the search server uses xformsWill Thompson2009-08-191-3/+11
* Extract parsing unextended supported fields to a functionWill Thompson2009-08-191-26/+33
* Parse the results of unextended searches.Will Thompson2009-08-191-0/+212
* Clarify function names and add section commentsWill Thompson2009-08-191-9/+13
* Add a handle set to hold contacts from search resultsWill Thompson2009-08-191-0/+7
* SearchChannel's dispose should chain upWill Thompson2009-08-191-0/+3
* Implement sending a search queryWill Thompson2009-08-191-10/+101
* Add some debugging output to changing search stateWill Thompson2009-08-191-3/+13
* Use mapping table when parsing unextended search fieldsWill Thompson2009-08-191-9/+9
* Build dicts mapping XEP 0055 <-> Tp search field namesWill Thompson2009-08-191-0/+62
* Use search server name in object pathWill Thompson2009-08-191-2/+5
* Search channels should only appear on the bus when readyWill Thompson2009-08-191-0/+1
* Replace 'probed' with 'ready-or-not' with a GErrorWill Thompson2009-08-191-23/+57
* Fetch non-xforms search fields from serverWill Thompson2009-08-191-5/+114
* Make SearchChannels remain closed until they're readyWill Thompson2009-08-191-0/+6
* SearchChannel: emit Closed if necessary in finalizerWill Thompson2009-08-191-0/+2
* SearchChannel: extract closing to a function.Will Thompson2009-08-191-10/+16
* Pretend to have discovered supported search fields.Will Thompson2009-08-191-0/+18
* Add a signal for discovery of supported search fields.Will Thompson2009-08-191-0/+22
* Add a stub ContactSearch channel implementationWill Thompson2009-08-191-0/+295