summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TpSimplePasswordChannel: Add support for MaySaveResponse propertyJonathon Jongsma2011-02-241-0/+37
| | | | | | | | | Add support to the simple password for the MaySaveResponse property that was recently added to the SASLAuthentication spec. This property defaults to TRUE, and in the normal case where the API user doesn't deal directly with the channel, it should do the right thing. For applications that want different behavior, they can subclass TpSimplepasswordChannel and set the property as appropriate.
* TpSimplePasswordManager: add prompt_for_channel_finish()Jonathon Jongsma2011-02-242-43/+106
| | | | | | | | | Instead of having both prompt_async() and prompt_for_channel_async() call the same _finish() function, provide a separate function for the custom channel case. This function will also return the custom channel that was originally passed to prompt_for_channel_async(). This way, the API user doesn't need to carry around the channel in user_data in the case that they need to query the channel for information after the prompt has completed.
* SimplePasswordManager: add prompt_for_channel_async() APIJonathon Jongsma2011-02-243-16/+63
| | | | | | | This API allows applications to supply their own channel object to be used in the password manager. The use case for this is when an authentication channel needs to implement additional interfaces. In this case, they can inherit from TpSimplePasswordChannel and implement these custom interfaces in the subclass.
* Expose TpSimplePasswordChannel as public APIJonathon Jongsma2011-02-247-14/+50
|
* add tp_utf8_make_valid to documentationSenko Rasic2011-02-241-0/+1
|
* util.c: add copyrights from glib/gutf8.c for tp_utf8_make_valid()Senko Rasic2011-02-241-0/+2
|
* add test for tp_utf8_make_valid()Senko Rasic2011-02-241-0/+234
|
* add tp_utf8_make_valid()Senko Rasic2011-02-242-0/+58
|
* Update to spec 0.21.10Guillaume Desmottes2011-02-2416-57/+630
| | | | Add TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_MAY_SAVE_RESPONSE
* spec/Makefile.am: sort EXTRA_DISTGuillaume Desmottes2011-02-241-12/+12
|
* Bump nano-version to 0.13.14Will Thompson2011-02-232-1/+4
|
* Version 0.13.14telepathy-glib-0.13.14Will Thompson2011-02-233-2/+23
|
* Replace 0.13.UNRELEASED with 0.13.14Will Thompson2011-02-236-22/+22
|
* NEWS for 0.13.14Will Thompson2011-02-231-9/+31
|
* Add DBus.Properties.PropertiesChanged signal to generated APIDanielle Madeley2011-02-232-0/+10
| | | | | New Tp spec is going to exist soon that uses PropertiesChanged instead of custom change notification, so we need to support this in tp-glib.
* Include _gen/tp-cli-protocol.h in protocol.h, not protocol.cDanielle Madeley2011-02-232-1/+2
|
* improve docGuillaume Desmottes2011-02-221-3/+5
|
* coding style fixGuillaume Desmottes2011-02-222-2/+2
|
* document with version of MC implements SucceedWithChannelGuillaume Desmottes2011-02-221-2/+1
|
* add a link to the TP bookGuillaume Desmottes2011-02-221-0/+6
|
* inline channel_request_succeeded()Guillaume Desmottes2011-02-221-49/+44
|
* always Fire TpChannelRequest::succeeded-with-channel instead and deprecate ↵Guillaume Desmottes2011-02-222-8/+28
| | | | the succeed signal
* factor out _tp_create_channel_request_listGuillaume Desmottes2011-02-224-48/+41
|
* simple-channel-request: make clear who provides HintsGuillaume Desmottes2011-02-221-1/+1
|
* channel-request: channel-factory property can be changedGuillaume Desmottes2011-02-221-1/+1
|
* move ensure_and_observe_cb definition just before using itGuillaume Desmottes2011-02-221-20/+20
|
* improve ensure channels docGuillaume Desmottes2011-02-221-6/+6
|
* improve doc of request and observeGuillaume Desmottes2011-02-221-4/+4
|
* use _tp_implement_finish_return_copy_pointer instead of ↵Guillaume Desmottes2011-02-221-27/+10
| | | | request_and_observe_channel_finish
* use Confused error if MC is on crackGuillaume Desmottes2011-02-222-2/+2
|
* add tp_observe_channels_context_get_requests()Guillaume Desmottes2011-02-223-0/+53
|
* test tp_account_channel_request_set_hints()Guillaume Desmottes2011-02-221-0/+76
|
* simple-channel-request: set request-properties in Handler_InfoGuillaume Desmottes2011-02-221-3/+30
|
* add tp_handle_channels_context_get_requests()Guillaume Desmottes2011-02-223-0/+55
|
* add tp_account_channel_request_set_hints()Guillaume Desmottes2011-02-223-25/+111
|
* TpChannelRequest: add API to get the hintsGuillaume Desmottes2011-02-224-0/+81
|
* TpChannelRequest: store the immutable properties as a GObject propGuillaume Desmottes2011-02-224-4/+92
|
* use WithHints() variant with request and observeGuillaume Desmottes2011-02-221-4/+8
|
* implement Hints and Hints requests in simple objectsGuillaume Desmottes2011-02-223-22/+127
|
* account-channel-request: prepare features on the channelGuillaume Desmottes2011-02-221-16/+46
|
* account-channel-request: pass factory to TpChannelRequest if neededGuillaume Desmottes2011-02-221-0/+6
|
* TpChannelRequest: use channel factoryGuillaume Desmottes2011-02-223-3/+122
|
* test observe with an old MC not firing SucceededWithChannelGuillaume Desmottes2011-02-222-0/+32
|
* fix name of old testsGuillaume Desmottes2011-02-221-15/+15
|
* test request and observe APIGuillaume Desmottes2011-02-221-0/+221
|
* add tp_account_channel_request_{create,ensure}_and_observe_channel_async ↵Guillaume Desmottes2011-02-223-1/+265
| | | | (fdo #29457)
* replace should_handle by an enumGuillaume Desmottes2011-02-221-7/+11
|
* simple-channel-request: fire SucceededWithChannel in the fake caseGuillaume Desmottes2011-02-221-0/+8
|
* fix test commentGuillaume Desmottes2011-02-221-1/+1
|
* test succeeded-with-channel signalGuillaume Desmottes2011-02-221-1/+45
|