May 2009 Archives by thread
Starting: Fri May 1 02:20:51 PDT 2009
Ending: Fri May 29 12:17:47 PDT 2009
Messages: 686
- [telepathy-gabble/master] Add regression test for early description-info
Will Thompson
- [telepathy-gabble/master] Explain why SupportedCodecs is called redundantly
Will Thompson
- [telepathy-gabble/master] Remove unused MediaStream signals
Will Thompson
- [telepathy-gabble/master] Fix accidental switch fallthrough
Will Thompson
- [telepathy-gabble/master] Remove unused variable from OfferFile
Will Thompson
- [telepathy-gabble/master] 'deny' is NotImplemented on !GTalk.
Will Thompson
- [telepathy-gabble/master] Fix comments about (const gchar **) cast
Will Thompson
- [telepathy-python/master] Wait for media capabilities
Sjoerd Simons
- [telepathy-python/master] In case capabilities are not support, start the call right away
Sjoerd Simons
- [telepathy-python/master] Add threads_init call
Olivier Crête
- [telepathy-python/master] Remove request-resource
Olivier Crête
- [telepathy-python/master] Add various converters before the sinks
Olivier Crête
- [telepathy-python/master] Specify the callback to call when the connection is ready
Sjoerd Simons
- [telepathy-python/master] Disable theora, its not usable with SIP
Olivier Crête
- [telepathy-python/master] Port to tpfarsight
Sjoerd Simons
- [telepathy-mission-control/master] mcd-account-manager-creation: re-namespace creation method
Simon McVittie
- [telepathy-mission-control/master] McdAccount: don't crash when D-Bus properties are set to the wrong type
Simon McVittie
- [telepathy-mission-control/master] test-account.py: make sure we can set properties to wrong types without crashing
Simon McVittie
- [telepathy-mission-control/master] account-manager/create-with-properties.py: new test for the Creation interface
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: creation: factor out property-setting function
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: fold -creation.c into main .c (no code changes)
Simon McVittie
- [telepathy-salut/master] coding style fix
Guillaume Desmottes
- [telepathy-gabble/master] tubetestutil.py: fix typo
Guillaume Desmottes
- [telepathy-gabble/master] exec_stream_tube_test: make one exec_tube_test call per type of socket
Guillaume Desmottes
- [telepathy-mission-control/master] McdAccountManager: use properties, if given, in common account-creation code
Simon McVittie
- [telepathy-mission-control/master] account-manager/create-with-properties.py: test more properties
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: add and test SupportedAccountProperties property
Simon McVittie
- [telepathy-gabble/master] add credentials access control to SupportedSocketTypes
Guillaume Desmottes
- [telepathy-mission-control/master] Release TP connection before aborting
Alberto Mardegan
- [telepathy-gabble/master] check_unix_params: check the credentials param
Guillaume Desmottes
- [telepathy-mission-control/master] Version 5.0.beta69
Alberto Mardegan
- [telepathy-mission-control/master] Development cycle
Alberto Mardegan
- [telepathy-gabble/master] indentation fix
Guillaume Desmottes
- [telepathy-gabble/master] tube-stream: disconnect the signal on the transport connected signal
Guillaume Desmottes
- [telepathy-mission-control/master] fd.o #21171: AccountManager: break CreateAccount API to introduce Properties arg
Simon McVittie
- [telepathy-mission-control/master] mcd-dbusprop: make mcd_dbusprop_set_property, get_property return a boolean
Simon McVittie
- [telepathy-mission-control/master] mcd-dbusprop: Don't install the header
Simon McVittie
- [telepathy-mission-control/master] mcd_account_set_string_val: return a tristate instead of a boolean
Simon McVittie
- [telepathy-qt4/master] ClientRegistrar: Make AbstractClientHandler::add/removeRequest receive a ChannelRequestPtr object.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] fd.o #21544: change signature of mcd_setprop so it can raise an error
Simon McVittie
- [telepathy-qt4/master] ClientRegistrar: Added dbusConnection/clientName accessor methods.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] fd.o #21544: mcd-account-compat: don't crash if properties are set to wrong types
Simon McVittie
- [telepathy-qt4/master] client-handler test: Added initial ClientHandler test.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] fd.o #21544: mcd-account-conditions: don't crash if the type is wrong when setting Condition
Simon McVittie
- [telepathy-mission-control/master] test-account.py: exercise property setting for more properties
Simon McVittie
- [telepathy-qt4/master] Added auto generated classes for Client.Handler and Client.Interface.Requests interfaces.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Unregister clients on destructor.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] gabbletest: use hashlib instead of the deprecated sha module
Guillaume Desmottes
- [telepathy-gabble/master] file_transfer_helper: use hashlib instead of the md5 module
Guillaume Desmottes
- [telepathy-gabble/master] bytestream.py: use hashlib instead of the sha module
Guillaume Desmottes
- [telepathy-gabble/master] test-avatar-async.py: use hashlib instead of the sha module
Guillaume Desmottes
- [telepathy-gabble/master] remove redundant argument in elem_iq call
Guillaume Desmottes
- [telepathy-mission-control/master] McdAccount: Reconnect: don't do anything if we can't connect or don't want to
Simon McVittie
- [telepathy-gabble/master] Add missing caps flags to table in capabilities.c
Will Thompson
- [telepathy-gabble/master] use python2.6 for tests if available
Guillaume Desmottes
- [telepathy-qt4/master] ChannelRequest: Proper connect to Failed signal.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Proper retrieve Account property.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added some debug.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Check if QQueue is empty before calling head.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Fixed coding style.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] account-manager/reconnect.py: assert that Reconnect is a no-op when it should be
Simon McVittie
- [telepathy-qt4/master] ChannelRequest: Fix to make ChannelRequest::Properties::GetAll works.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] client-handler test: Added test to AddRequest/RemoveRequest.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] client-handler test: Added test to HandleChannels.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] Reuse caps table when parsing caps
Will Thompson
- [telepathy-gabble/master] Refactor retrying on disco failure to a function
Will Thompson
- [telepathy-gabble/master] Explain a surprising g_object_unref
Will Thompson
- [telepathy-gabble/master] Document that JingleContent:removed => "drop refs"
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: sort possible handlers by "quality"
Simon McVittie
- [telepathy-qt4/master] ChannelRequest: Do not call becomeReady on constructor.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] McdDispatcher: save the possible handlers in the McdDispatcherContext
Simon McVittie
- [telepathy-gabble/master] _caps_disco_cb: extract finding matching DiscoWaiter
Will Thompson
- [telepathy-gabble/master] Parse caps after sanity-checking
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: factor out a function to call HandleChannels on a client
Simon McVittie
- [telepathy-gabble/master] _caps_disco_cb: Extract parsing contact caps
Will Thompson
- [telepathy-gabble/master] Extract sending more disco requests to a function
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: rethink logic for selecting and running handlers
Simon McVittie
- [telepathy-gabble/master] Don't crash if the per channel manager caps aren't initialized
Sjoerd Simons
- [telepathy-gabble/master] Don't assert when there is no update method, wjt will probably fix it rsn
Sjoerd Simons
- [telepathy-qt4/master] ChannelRequest: Fixed copyright to @ 2009.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Add multiple interfaces support on Client.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Cast object to intptr_t to get the unique id.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Changed AbstractClientHandler isListeningRequests method and listenRequests constructor param to wantsRequestNotification.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] McdDispatcher: get_interfaces_cb: check whether handlers have BypassApproval
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: rewrite logic for whether channels bypass approval
Simon McVittie
- [telepathy-mission-control/master] mctest: implement Get(HANDLER, 'BypassApproval') in simulated clients
Simon McVittie
- [telepathy-gabble/master] Remove a now-unused variable
Will Thompson
- [telepathy-mission-control/master] dispatcher/bypass-approval.py: new regression test for BypassApproval
Simon McVittie
- [telepathy-gabble/master] tube-stream: fire_new_connection: send credentials if needed
Guillaume Desmottes
- [telepathy-gabble/master] add block_reading optionnal arg to EventProtocol
Guillaume Desmottes
- [telepathy-gabble/master] add echoed attribute to Echo so tests can disable echoing if needed
Guillaume Desmottes
- [telepathy-gabble/master] More NEWS for 0.7.27
Will Thompson
- [telepathy-gabble/master] Release name, date, and English corrections in NEWS
Will Thompson
- [telepathy-gabble/master] Version 0.7.27
Will Thompson
- [telepathy-gabble/master] add block_reading param to create_server
Guillaume Desmottes
- [telepathy-gabble/master] pass the queue to check_new_connection_access
Guillaume Desmottes
- [telepathy-gabble/master] offer-muc-stream-tube: block the transport until we check the access control
Guillaume Desmottes
- [telepathy-gabble/master] offer-private-stream-tube.py: block the transport until we check the access control
Guillaume Desmottes
- [telepathy-gabble/master] offer-private-stream-tube.py: disable echo before we received the access control byte
Guillaume Desmottes
- [telepathy-gabble/master] check_new_connection_access: check cs.SOCKET_ACCESS_CONTROL_CREDENTIALS
Guillaume Desmottes
- [telepathy-qt4/master] ClientRegistrar: HandledChannels is now handled internally by the library.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: create method will return the same ClientRegistrar instance for a given QDBusConnection if the registrar already exists.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Handler::HandledChannels is now spec compliant.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] Update docs, tests, util for CreateAccount taking a Properties argument
Simon McVittie
- [telepathy-mission-control/master] Keep context alive waiting for handler
Alberto Mardegan
- [telepathy-mission-control/master] Remove wrong call
Alberto Mardegan
- [telepathy-mission-control/master] Don't touch dead channels
Alberto Mardegan
- [telepathy-spec/master] Prepare version 0.17.24
Simon McVittie
- [telepathy-qt4/master] client-handler test: Improved test.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] start NEWS for 0.7.28
Guillaume Desmottes
- [telepathy-gabble/master] start dev of 0.7.28
Guillaume Desmottes
- [telepathy-spec/master] fd.o#20905: Account.UpdateParameters: break API by returning a boolean: whether the update needs a reconnect
Simon McVittie
- [telepathy-spec/master] Fix typo introduced while redesigning UpdateParameters
Simon McVittie
- [telepathy-spec/master] fd.o #19428: AccountManager: alter CreateAccount to take initial property list
Simon McVittie
- [telepathy-spec/master] fd.o #20905: Account: add a Reconnect method
Simon McVittie
- [telepathy-qt4/master] client-handler test: Improved registerClient test.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Update to telepathy-spec 0.17.24 (UpdateParameters, CreateAccount API break)
Simon McVittie
- [telepathy-spec/master] Bump version to 0.17.24.1, and include some NEWS that didn't make it into the release tag
Simon McVittie
- [telepathy-qt4/master] PendingStringList: Added constructor that takes a QDBusPendingCall that returns a QStringList.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Account: updateParamenters now return a PendingStringList.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] Move references around
Alberto Mardegan
- [telepathy-mission-control/master] Comment context references, to track them better
Alberto Mardegan
- [telepathy-mission-control/master] Version 5.0.beta70
Alberto Mardegan
- [telepathy-mission-control/master] development cycle
Alberto Mardegan
- [telepathy-qt4/master] Prepare version 0.1.4
Simon McVittie
- [telepathy-qt4/master] Start 0.1.5 development
Simon McVittie
- [telepathy-salut/master] add gibber_unix_transport_send_credentials
Guillaume Desmottes
- [telepathy-mission-control/master] Catch up with copyright updates on src/
Simon McVittie
- [telepathy-salut/master] add check-gibber-unix-transport.c
Guillaume Desmottes
- [telepathy-spec/master] SetProperties takes an a(uv), refer to this correctly as an array
Davyd Madeley
- [telepathy-doc/master] An IRC MUC example with working TpProperties
Davyd Madeley
- [telepathy-doc/master] Add a note on variant types
Davyd Madeley
- [telepathy-mission-control/master] McdDispatcher: don't include finished CDOs in the DispatchOperations property
Simon McVittie
- [telepathy-mission-control/master] Slim down public headers, move private stuff into private headers
Simon McVittie
- [telepathy-gabble/master] bytestream_factory_iq_si_cb: explicitely say that ID is a muc one when ensuring its handle
Guillaume Desmottes
- [telepathy-mission-control/master] Delete now-empty header files
Simon McVittie
- [telepathy-gabble/master] file_transfer_helper.py: break a race with the FileTransferStateChanged signal
Guillaume Desmottes
- [telepathy-doc/master] Be more precise about the storage of object paths
Davyd Madeley
- [telepathy-doc/master] Add skeleton for the rest of the TpProperties section
Davyd Madeley
- [telepathy-doc/master] Remove dead code from example
Davyd Madeley
- [telepathy-gabble/master] Refactor error message into _find_stream_by_id
Will Thompson
- [telepathy-mission-control/master] dispatcher/capture-bundle.py: Add a regression test for capturing bundles by ID
Simon McVittie
- [telepathy-salut/master] export gibber_fd_transport_read
Guillaume Desmottes
- [telepathy-salut/master] gibber-unix-transport: override GibberFdTransport's read
Guillaume Desmottes
- [telepathy-gabble/master] Remove spurious comment
Will Thompson
- [telepathy-gabble/master] make_stream_list requires session != NULL
Will Thompson
- [telepathy-gabble/master] Correct a comment about session being NULL
Will Thompson
- [telepathy-salut/master] gibber-listener: create a GibberUnixTransport if the socket is a UNIX one
Guillaume Desmottes
- [telepathy-gabble/master] Remove _gabble_media_stream_close's underscore
Will Thompson
- [telepathy-gabble/master] Test calling CodecsUpdated before SupportedCodecs
Sjoerd Simons
- [telepathy-gabble/master] Ensure MediaChannel:streams is always non-NULL
Will Thompson
- [telepathy-gabble/master] Make SessionHandler.Ready() fail if session is over
Will Thompson
- [telepathy-gabble/master] Make SessionHandler.Error() cope with NULL session
Will Thompson
- [telepathy-salut/master] add gibber_unix_transport_wait_credentials
Guillaume Desmottes
- [telepathy-gabble/master] Test calling SessionHandler methods early
Will Thompson
- [telepathy-salut/master] test gibber_unix_transport_wait_credentials
Guillaume Desmottes
- [telepathy-salut/master] add GibberUnixTransport tests to tests suite
Guillaume Desmottes
- [telepathy-gabble/master] Only send codec information and description updates if we're really ready
Sjoerd Simons
- [telepathy-gabble/master] Correct ordering in debug statement
Sjoerd Simons
- [telepathy-gabble/master] Ignore description-info before receiving codec data
Sjoerd Simons
- [telepathy-gabble/master] Improve comment
Sjoerd Simons
- [telepathy-gabble/master] fix typos
Sjoerd Simons
- [telepathy-qt4/master] ClientRegistrar: Added AbstractClient the base class for all Clients.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Removed ClientObject. Use AbstractClient to registerClients.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegister: Change registerClient to receive the clientName and remove it from constructor.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Explain that the FIXME is actually a Qt bug.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Make sure the list of registrars and adaptors is proper keyed per connection.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: cancel does not check for isReady anymore. Let it fail if the proxy is invalid.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Proper wording on warnings.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Use immutableProperties and do not warn when trying to access properties and not ready.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Do not pass ready objects to AddRequest/HandleChannels to avoid wrong method call order.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added stub AbstractClientObserver/Approver.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Reference bug number on QDateTime 64-bit time_t usage.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Reanemed ClientHandler module to Client.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Fixed channel-request.xml title tag.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added docs.
Andre Moreira Magalhaes (andrunko)
- [telepathy-doc/master] Clean up TpProperties example
Davyd Madeley
- [telepathy-doc/master] Add text to TpProperties section
Davyd Madeley
- [telepathy-gabble/master] Improve debug message for caps hash mismatch
Will Thompson
- [telepathy-gabble/master] Don't break contact caps on non-SHA-1 hashes
Will Thompson
- [telepathy-gabble/master] Extract satisfying a waiter to a function
Will Thompson
- [telepathy-gabble/master] Note that we should respect some badly-hashed caps
Will Thompson
- [telepathy-gabble/master] tube-stream: add stub of check_incoming_connection
Guillaume Desmottes
- [telepathy-gabble/master] Emit capabilities-discovered for the correct handle.
Will Thompson
- [telepathy-gabble/master] Don't repeat RequestStreams for the wrong handle.
Will Thompson
- [telepathy-mission-control/master] Debug about the life cycles of dispatch operations
Simon McVittie
- [telepathy-mission-control/master] Warn critically if a dispatch operation is created without a TpDBusDaemon (shouldn't happen)
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: debug more of the interaction with clients
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: debug when dispatcher contexts are created
Simon McVittie
- [telepathy-gabble/master] Refactor satisfy/redisco/keep-waiting loop
Will Thompson
- [telepathy-salut/master] add gibber_unix_transport_new_from_fd
Guillaume Desmottes
- [telepathy-gabble/master] Remove write-only trust_inc variable
Will Thompson
- [telepathy-gabble/master] Don't pass contact_repo around unnecessarily.
Will Thompson
- [telepathy-gabble/master] Don't leak jid when re-discoing.
Will Thompson
- [telepathy-gabble/master] tube-stream: check_incoming_connection: check credentials
Guillaume Desmottes
- [telepathy-mission-control/master] Refactor tests to use a new function expect_client_setup
Simon McVittie
- [telepathy-gabble/master] tubetestutil: add connect_to_cm_socket() helper
Guillaume Desmottes
- [telepathy-gabble/master] accept-private-stream-tube.py: use connect_to_cm_socket helper
Guillaume Desmottes
- [telepathy-gabble/master] accept-muc-stream-tube.py: use connect_to_cm_socket helper
Guillaume Desmottes
- [telepathy-gabble/master] run stream tube tests with Credentials access control
Guillaume Desmottes
- [telepathy-salut/master] gibber_unix_transport_dispose: set wait_creds_cb to NULL so callback won't be called when we are disposing
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: don't crash if getting clients' Interfaces property fails
Simon McVittie
- [telepathy-salut/master] rename gibber_unix_transport_wait_credentials to gibber_unix_transport_recv_credentials
Guillaume Desmottes
- [telepathy-salut/master] gibber_unix_transport_read: call credentials cb if recvmsg went wrong
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: make client introspection robust against clients disappearing or otherwise misbehaving
Simon McVittie
- [telepathy-gabble/master] Default resource to Telepathy.<random hex>
Will Thompson
- [telepathy-mission-control/master] Add a regression test for clients vanishing
Simon McVittie
- [telepathy-qt4/master] ClientRegistrar: No need for virtual destructor.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] AccountManager: Fixed docs.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] Explicitly use JINGLE_DIALECT_V032, not default.
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: factor out setting filters on clients
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: use GetAll rather than Get for Handler properties
Simon McVittie
- [telepathy-gabble/master] Return early from set_caps_for.
Will Thompson
- [telepathy-gabble/master] Extract emitting capabilities-discovered
Will Thompson
- [telepathy-gabble/master] Extract emitting capabilities-update
Will Thompson
- [telepathy-mission-control/master] mcd-misc: copy _tp_dbus_daemon_request_name from telepathy-glib
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: obtain the D-Bus name correctly and exit if we can't
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: obtain the D-Bus name correctly and exit if we can't
Simon McVittie
- [telepathy-mission-control/master] McdService: obtain the NMC bus name correctly and exit if we can't
Simon McVittie
- [telepathy-mission-control/master] Prepare beta 71
Simon McVittie
- [telepathy-gabble/master] Don't assume resource='Resource' in Authenticators
Will Thompson
- [telepathy-spec/master] Credentials access control: the byte sent is not garanteed to be NUL
Guillaume Desmottes
- [telepathy-spec/master] StreamTube: remove the access_control_param from Offer() as it doesn't make sense in this context
Guillaume Desmottes
- [telepathy-spec/master] NewConnection: add a access_control_param arg which can be used to identify the connection
Guillaume Desmottes
- [telepathy-gabble/master] Calling Disconnect twice does not "destroy object"
Will Thompson
- [telepathy-spec/master] StreamTube.Offer(): you can't use Socket_Access_Control_Port if you plan to establish multi connections
Guillaume Desmottes
- [telepathy-gabble/master] Test making two connections to the same account
Will Thompson
- [telepathy-gabble/master] the Credentials access control doesn't have an associated variant
Guillaume Desmottes
- [telepathy-gabble/master] credentials_received_cb: don't check the received byte
Guillaume Desmottes
- [telepathy-gabble/master] connect_to_cm_socket: the byte sent is meaningless
Guillaume Desmottes
- [telepathy-mission-control/master] Development cycle
Simon McVittie
- [telepathy-mission-control/master] McdAccount: improve debug messages
Simon McVittie
- [telepathy-mission-control/master] fd.o #20880: mcd_account_loaded: ref the account across callbacks
Simon McVittie
- [telepathy-mission-control/master] fd.o #20880: McdAccount: register_dbus_service: be more defensive
Simon McVittie
- [telepathy-mission-control/master] fd.o #20880: _mcd_object_ready: guard against premature freeing of object and double callback invocation
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: don't allow accounts that are not Valid to be created
Simon McVittie
- [telepathy-mission-control/master] fd.o #20880: enable regression test for failing to create accounts
Simon McVittie
- [telepathy-mission-control/master] McdAccount: emit removed in dispose if it hasn't already been done
Simon McVittie
- [telepathy-mission-control/master] test/twisted: save one log per MC run
Simon McVittie
- [telepathy-mission-control/master] _mcd_account_delete: return successfully if the account wasn't in the key file
Simon McVittie
- [telepathy-gabble/master] connect_socket: set the right source address if access_control is Port
Guillaume Desmottes
- [telepathy-gabble/master] check_incoming_connection: check address if access control is Port
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: free the client structs rather than leaking them
Simon McVittie
- [telepathy-salut/master] pass a GError to GibberUnixTransportRecvCredentialsCb
Guillaume Desmottes
- [telepathy-gabble/master] NEWS: we implemented the Credentials access control
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: if a client disappears, end its "readying" immediately
Simon McVittie
- [telepathy-mission-control/master] test/twisted: set environment variables in Makefile.am instead of exec-with-log.sh
Simon McVittie
- [telepathy-mission-control/master] exec-with-log.sh.in: be compatible with non-bash shells
Simon McVittie
- [telepathy-mission-control/master] tests: add support for running some tests each in their own MC
Simon McVittie
- [telepathy-mission-control/master] tests: abort if MC_ACCOUNT_DIR isn't set
Simon McVittie
- [telepathy-mission-control/master] Store the accounts cache in $XDG_CACHE_DIR by default
Simon McVittie
- [telepathy-mission-control/master] Move responsibility for deleting accounts.cfg from exec-with-log to Makefile
Simon McVittie
- [telepathy-mission-control/master] mctest: add support for not pre-loading MC
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for recovering channels/connections after a crash
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for Get("HandledChannels") failing during recovery
Simon McVittie
- [telepathy-qt4/master] MethodInvocationContext: Added class.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Use MethodInvocationContext instead of PendingClientOperation.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Removed PendingClientOperation class.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] PendingOperation: No need for virtual methods.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] MethodInvocationContext: Use qdbus_cast instead of qvariant_cast.
Andre Moreira Magalhaes (andrunko)
- [telepathy-stream-engine/master] Allow user-specified audio sinks to be full bins
Olivier Crête
- [telepathy-stream-engine/master] Error out stream if the stream-engine wrapper can not be created
Olivier Crête
- [telepathy-stream-engine/master] Abort on pipeline error, at least until rtpbin teardown is merged
Olivier Crête
- [telepathy-gabble/master] sync Gibber with Salut
Guillaume Desmottes
- [telepathy-mission-control/master] configure.ac: fix --with-accounts-cache-dir option
Simon McVittie
- [telepathy-mission-control/master] Create directory to store account <-> connection mapping if it doesn't exist
Simon McVittie
- [telepathy-qt4/master] ClientRegistrar: Changed Observer/Approver/Handler channelFilter method to avoid conflicts when using multiple inheritance.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added AbstractClientObserver::observeChannels method.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added ClientObserverAdaptor skeleton class.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added AbstractClientApprover, AbstractClientObserver fancy headers.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Generate interfaces for Client.Observer and added ClientObserverInterface fancy header.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added observer registration support.
Andre Moreira Magalhaes (andrunko)
- [telepathy-glib/master] borrow_interface_by_id: fail cleanly if invalidated
Will Thompson
- [telepathy-qt4/master] Renamed test-client-handler to test-client.
Andre Moreira Magalhaes (andrunko)
- [telepathy-glib/master] Document borrow_interface_by_id's possible errors
Will Thompson
- [telepathy-qt4/master] client test: Added initial observer support.
Andre Moreira Magalhaes (andrunko)
- [telepathy-glib/master] Assert when assuming connecting to Closed works.
Will Thompson
- [telepathy-qt4/master] client test: Added test for Client.Observer.ObserveChannels.
Andre Moreira Magalhaes (andrunko)
- [telepathy-glib/master] Stop channel introspection when invalidated.
Will Thompson
- [telepathy-glib/master] Assert that connecting to Group signals works
Will Thompson
- [telepathy-glib/master] Correctly document add_interface_by_id's return
Will Thompson
- [telepathy-glib/master] Forbid _add_interface_by_id after invalidation.
Will Thompson
- [telepathy-mission-control/master] tests: in simulated Connection, add support for not having Requests
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for dispatching obsolete (non-Requests) connections
Simon McVittie
- [telepathy-mission-control/master] constants: add MC's bus name and object path
Simon McVittie
- [telepathy-mission-control/master] SimulatedClient: add support for not responding to GetInterfaces
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: add a concept of blocking dispatching until initial clients are ready
Simon McVittie
- [telepathy-mission-control/master] mctest: fix requestsless connections
Simon McVittie
- [telepathy-mission-control/master] McdConnection: debug-log the channels from GetAll(Requests)
Simon McVittie
- [telepathy-mission-control/master] McdConnection: remove vestigial McdTmpChannelData struct
Simon McVittie
- [telepathy-mission-control/master] mctest: expect ListChannels to be called during Connection setup
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for already having a channel, without Requests
Simon McVittie
- [telepathy-mission-control/master] McdConnection: rename can_dispatch to dispatched_initial_channels
Simon McVittie
- [telepathy-qt4/master] Added client.xml to Makefile.am.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] Support parameter with longer names
Alberto Mardegan
- [telepathy-spec/master] NewConnection: the access_control_param is not related to the Socket_Access_Control any more
Guillaume Desmottes
- [telepathy-spec/master] NewConnection: rename the access_control_param arg as it's not related to the access control any more
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher, McdConnection: wait for dispatcher to be ready before starting dispatcher processing on connections
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for channel creation during MC startup
Simon McVittie
- [telepathy-glib/master] Publicize tp_dbus_daemon_{request, release}_name
Will Thompson
- [telepathy-glib/master] Document that {request,release}_name block
Will Thompson
- [telepathy-glib/master] Correct _release_name() documentation
Will Thompson
- [telepathy-glib/master] Use foo () == NULL not NULL == foo () for consistency
Will Thompson
- [telepathy-glib/master] NEWS for 0.7.30
Will Thompson
- [telepathy-glib/master] version 0.7.30
Will Thompson
- [telepathy-glib/master] Don't assert if get_contact_statuses returns NULL
Will Thompson
- [telepathy-qt4/master] ClientRegistrar: Fixed comments.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] McdChannel: remove some cruft previously needed for pre-Requests support
Simon McVittie
- [telepathy-mission-control/master] Remove _mcd_xdg_data_subdir_foreach (unused)
Simon McVittie
- [telepathy-glib/master] Test _borrow_interface_by_id after invalidation.
Will Thompson
- [telepathy-mission-control/master] McdMaster: allow plugin location to be overridden in the environment
Simon McVittie
- [telepathy-glib/master] Add the date to the NEWS file. Sigh.
Will Thompson
- [telepathy-glib/master] Bump version to 0.7.30.1; add NEWS stub
Will Thompson
- [telepathy-mission-control/master] Regression tests: load plugins from @top_builddir@/test/twisted
Simon McVittie
- [telepathy-mission-control/master] mcd-plugin.h: make self-contained by including glib.h
Simon McVittie
- [telepathy-mission-control/master] test: add an example filter plugin
Simon McVittie
- [telepathy-mission-control/master] Get errors from the TpProxy
Alberto Mardegan
- [telepathy-spec/master] add xhtml namespace to docstring
Guillaume Desmottes
- [telepathy-gabble/master] sync tube spec with latest DRAFT
Guillaume Desmottes
- [telepathy-spec/master] rename the NewConnection signal to NewRemoteConnection
Guillaume Desmottes
- [telepathy-spec/master] add ID argument to the NewRemoteConnection signal
Guillaume Desmottes
- [telepathy-spec/master] add NewLocalConnection signal
Guillaume Desmottes
- [telepathy-spec/master] NewRemoteConnection: there is no point to specify that this signal is emitted on a stream tube
Guillaume Desmottes
- [telepathy-mission-control/master] McdConnection: factor out processing of each channel from get_all_requests_cb
Simon McVittie
- [telepathy-mission-control/master] McdConnection: for old pre-Requests CMs, behave as for Requests - bind to the signal then download the list
Simon McVittie
- [telepathy-mission-control/master] McdConnection: remove redundant variables and debug-log the output of ListChannels
Simon McVittie
- [telepathy-mission-control/master] McdConnection: don't connect to NewChannel until we know Requests is unsupported
Simon McVittie
- [telepathy-mission-control/master] McdConnection: ignore NewChannel until we know whether we have Requests
Simon McVittie
- [telepathy-mission-control/master] Distribute separately-run tests as well as combinable tests
Simon McVittie
- [telepathy-mission-control/master] Correctly delete all files created by the tests
Simon McVittie
- [telepathy-mission-control/master] Force linkinking of scanner to libmcclient
Alberto Mardegan
- [telepathy-mission-control/master] Version 5.0.beta72
Alberto Mardegan
- [telepathy-qt4/master] ChannelRequest: Remove commented out code.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Improved registerClient method docs.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Use hex instead of decimal to format Client unique bus name.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] fix typo in comment
Guillaume Desmottes
- [telepathy-qt4/master] ClientRegistrar: Unite the create methods and use a default bus parameter.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] PendingOperation: Make dtor virtual just for the sake of completeness.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added ClientAdaptor - Adaptor for org.freedesktop.Telepath.Client interface.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added org.freedesktop.Telepath.Client.Interface.Requests interface support.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Implement client registration.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added PendingClientOperation that will be used in async methods to allow async replies.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Make Requests::AddRequest/RemoveRequest finish immediatelly.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Use exisiting high-level classes for AbstractClientHandler::handlerChannels.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Do not expose QDBusObjectPath in public API, use QString instead.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Use QDateTime to represent userActionTime.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Use ChannelRequestPtr to represent channel requests on AbstractClientHandler::handleChannels.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added AbstractClient/AbstractClientHandler and ClientHandlerAdaptor classes.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelRequest: Added ChannelRequest high-level class.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Make PendingClientOperation setFinished methods check if operation already finished.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added skeleton class.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Make AbstractClientHandler::handleChannels async.
Andre Moreira Magalhaes (andrunko)
- [telepathy-spec/master] errors: add errors for StreamTube's ConnectionClosed signal
Guillaume Desmottes
- [telepathy-spec/master] add ConnectionClosed signal
Guillaume Desmottes
- [telepathy-spec/master] Interface_Tube: set signal's argument in Ugly_Case
Guillaume Desmottes
- [telepathy-spec/master] Type_DBus_Tube: set signal's argument in Ugly_Case
Guillaume Desmottes
- [telepathy-spec/master] Type_Stream_Tube: set signal's argument in Ugly_Case
Guillaume Desmottes
- [telepathy-spec/master] rename 'Id' to 'Connection_ID'
Guillaume Desmottes
- [telepathy-qt4/master] Prepare release 0.1.5
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Prepare release 0.1.5
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Start 0.1.6 development
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Start 0.1.6 development
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] NEWS about randomizing resources
Will Thompson
- [telepathy-qt4/master] AbstractClient: Remove moc include.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] Constants-ify test-alias-pep
Will Thompson
- [telepathy-gabble/master] all.xml: add DBus_Error_Name as external type
Guillaume Desmottes
- [telepathy-gabble/master] sync to latest tube DRAFT
Guillaume Desmottes
- [telepathy-gabble/master] NewConnection has been renamed NewRemoteConnection
Guillaume Desmottes
- [telepathy-mission-control/master] Improve diagnostics while loading plugins
Simon McVittie
- [telepathy-gabble/master] tube-stream: associate an ID with each incoming connection
Guillaume Desmottes
- [telepathy-gabble/master] Don't crash on an empty <nick/> node.
Will Thompson
- [telepathy-mission-control/master] Add a regression test for plugins rejecting channels
Simon McVittie
- [telepathy-mission-control/master] Explain why the libtool command line for the test plugin is so long
Simon McVittie
- [telepathy-gabble/master] NEWS fixing crash on Ready()
Will Thompson
- [telepathy-gabble/master] elem() supports from_ as an alias for from
Will Thompson
- [telepathy-gabble/master] NEWS fixing crash-on-empty-<nick/>
Will Thompson
- [telepathy-mission-control/master] McdDispatchOperation: use g_str_has_prefix rather than strncmp for clarity
Simon McVittie
- [telepathy-gabble/master] fire NewLocalConnection
Guillaume Desmottes
- [telepathy-gabble/master] check that NewLocalConnection is fired
Guillaume Desmottes
- [telepathy-mission-control/master] Add a regression test for the ChannelDispatchOperation.Claim() method
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: reject syntactically invalid client bus names
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: fix confusing variable name
Simon McVittie
- [telepathy-mission-control/master] dispatcher/dispatch-text.py: exercise HandleWith with invalid Client names
Simon McVittie
- [telepathy-mission-control/master] dispatcher/dispatch-text.py: exercise ChannelDispatchOperation property-getting
Simon McVittie
- [telepathy-mission-control/master] Post-release version bump (apparently mardy forgot this time)
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: assert that we don't set dbus-daemon twice
Simon McVittie
- [telepathy-gabble/master] constants.py: add CONNECTION_{REFUSED, FAILED, LOST}
Guillaume Desmottes
- [telepathy-gabble/master] test ConnectionClosed signal with ConnectionRefused
Guillaume Desmottes
- [telepathy-gabble/master] bytestream.py: add a close() method on bytestream objects
Guillaume Desmottes
- [telepathy-gabble/master] test ConnectionClosed signal with ConnectionLost
Guillaume Desmottes
- [telepathy-gabble/master] fire ConnectionClosed when connection is lost
Guillaume Desmottes
- [telepathy-gabble/master] fire ConnectionClosed when connection is refused
Guillaume Desmottes
- [telepathy-spec/master] explicitely say that errors will be reported using ConnectionClosed
Guillaume Desmottes
- [telepathy-spec/master] rephrase NewRemoteConnection doc
Guillaume Desmottes
- [telepathy-mission-control/master] mctest: implement part of SimplePresence
Simon McVittie
- [telepathy-mission-control/master] account-manager/auto-connect.py: add regression test for signing in on MC startup
Simon McVittie
- [telepathy-mission-control/master] mctest: allow enable_fakecm_account to make connections with simple presence
Simon McVittie
- [telepathy-mission-control/master] SimulatedConnection: Add trivial support for aliasing and avatars interfaces
Simon McVittie
- [telepathy-mission-control/master] enable_fakecm_account: add the ability to expect events after CONNECTED
Simon McVittie
- [telepathy-mission-control/master] account-manager/nickname.py: Add a regression test for the Nickname property
Simon McVittie
- [telepathy-mission-control/master] account-manager/auto-connect.py: verify that the Nickname property is loaded correctly from saved accounts
Simon McVittie
- [telepathy-gabble/master] Renumber JingleRtpRemoteState to be flags.
Will Thompson
- [telepathy-qt4/master] streamed-media-chan test: Fixed race condition.
Andre Moreira Magalhaes (none)
- [telepathy-gabble/master] constants.py: add Cancelled error
Guillaume Desmottes
- [telepathy-gabble/master] EventProtocol: raise a socket-disconnected event if protocol is disconnected
Guillaume Desmottes
- [telepathy-qt4/master] Conditional build test-client only if python is found.
Andre Moreira Magalhaes (none)
- [telepathy-gabble/master] tube-stream: fire ConnectionClosed with Cancelled error if transport is disconnected
Guillaume Desmottes
- [telepathy-gabble/master] test ConnectionClosed signal with Cancelled
Guillaume Desmottes
- [telepathy-gabble/master] XEP-0167 now forbids name='' on <active/>.
Will Thompson
- [telepathy-gabble/master] Update incoming <hold/>, etc. to match current XEP-0167
Will Thompson
- [telepathy-mission-control/master] enable_fakecm_account: add support for not forcing presence to available
Simon McVittie
- [telepathy-mission-control/master] Add a simple regression test for presence manipulation
Simon McVittie
- [telepathy-gabble/master] Test overlapping ringing and hold
Will Thompson
- [telepathy-gabble/master] Add separate hold, ringing and mute properties
Will Thompson
- [telepathy-gabble/master] fire ConnectionClosed with existing connections when the tube is closed
Guillaume Desmottes
- [telepathy-gabble/master] test that ConnectionClosed is fired when tube is closed
Guillaume Desmottes
- [telepathy-gabble/master] Set individual ringing/hold/mute flags.
Will Thompson
- [telepathy-gabble/master] Delete old per-RTP-content state code.
Will Thompson
- [telepathy-gabble/master] It's Handle_Type_List not _Contact_List
Will Thompson
- [telepathy-gabble/master] Share best version of _expect_contact_list_channel
Will Thompson
- [telepathy-gabble/master] Define 'jabber:iq:roster' in ns.py
Will Thompson
- [telepathy-gabble/master] tubetestutil.py: set REUSEADDR on client sockets so we can bind the same address successively
Guillaume Desmottes
- [telepathy-gabble/master] set_port_access_control_param: port is on 16 bits so we should check that it's not greater than G_MAXUINT16
Guillaume Desmottes
- [telepathy-gabble/master] set the ip and port in NewConnection if access control is port
Guillaume Desmottes
- [telepathy-gabble/master] NEWS: we implement the Port access control
Guillaume Desmottes
- [telepathy-gabble/master] add access control port to SupportedSocketTypes
Guillaume Desmottes
- [telepathy-gabble/master] check_ip_params: check access_control_param in the port case
Guillaume Desmottes
- [telepathy-gabble/master] run stream tube tests with access control port
Guillaume Desmottes
- [telepathy-gabble/master] NEWS the known->stored renaming
Will Thompson
- [telepathy-gabble/master] NEWS: document API changes
Guillaume Desmottes
- [telepathy-gabble/master] fire_connection_closed: no-op instead of asserting if the signal has already been fired
Guillaume Desmottes
- [telepathy-glib/master] add tools/glib-errors-str-gen.py
Guillaume Desmottes
- [telepathy-glib/master] add glib-errors-str-gen.py to EXTRA_DIST
Guillaume Desmottes
- [telepathy-gabble/master] Rename the known list to the stored list
Alban Crequy
- [telepathy-glib/master] generate _gen/error-str.h
Guillaume Desmottes
- [telepathy-glib/master] telepathy-glib/errors.h: include _gen/error-str.h
Guillaume Desmottes
- [telepathy-glib/master] glib-errors-str-gen.py: add gtk-doc
Guillaume Desmottes
- [telepathy-glib/master] telepathy-glib-sections: add TP_ERROR_STR_*
Guillaume Desmottes
- [telepathy-glib/master] add tests/all-errors-documented.py
Guillaume Desmottes
- [telepathy-glib/master] run all-errors-documented.py with tests
Guillaume Desmottes
- [telepathy-mission-control/master] McdClientProxy: new subclass of TpProxy to use for Client proxies
Simon McVittie
- [telepathy-glib/master] add all-errors-documented.py to EXTRA_DIST
Guillaume Desmottes
- [telepathy-glib/master] use abs_top_srcdir instead of abs_top_builddir
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: declare it to be an error to call _mcd_dispatcher_recover_channel before dispatching has started
Simon McVittie
- [telepathy-gabble/master] Apply current held-ness to new streams
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: harvest HandledChannels from the GetAll(HANDLER) result
Simon McVittie
- [telepathy-mission-control/master] McdConnection: turn ListChannels output into immutable properties correctly
Simon McVittie
- [telepathy-mission-control/master] dispatcher/already-has-obsolete.py: do not assert that MC knows all the channel's properties
Simon McVittie
- [telepathy-mission-control/master] crash-recovery/crash-recovery.py: correctly report a handled channel in GetAll output
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: serialize calls to ListNames and ListActivatableNames
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: make mcd_dispatcher_add_clients singular
Simon McVittie
- [telepathy-mission-control/master] name_owner_changed_cb: simplify string comparisons
Simon McVittie
- [telepathy-qt4/master] ClientRegistrar: Fixed Observer adaptor introspection data.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] McdChannel: improve debug when closing channels
Simon McVittie
- [telepathy-mission-control/master] servicetest: subscribe to *all* signals, not just MC ones
Simon McVittie
- [telepathy-mission-control/master] tests: Provide a fake activatable Telepathy client (simulating AbiWord with stream tubes)
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for dispatching to an activatable client
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: separate create_mcd_client from new function mcd_client_start_introspection
Simon McVittie
- [telepathy-qt4/master] Added auto generated classes for Client.Approver interface.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ClientRegistrar: Added initial Approver support.
Andre Moreira Magalhaes (andrunko)
- [telepathy-spec/master] D-Bus tube: add access_control arg to Offer() and Accept()
Guillaume Desmottes
- [telepathy-spec/master] D-Bus tube: add SupportedAccessesControl property
Guillaume Desmottes
- [telepathy-spec/master] fix a typo
Guillaume Desmottes
- [telepathy-spec/master] add debug message to ConnectionClosed
Guillaume Desmottes
- [telepathy-spec/master] fix typo
Guillaume Desmottes
- [telepathy-mission-control/master] McdClient: look up unique name on construction, and emit "ready" when done
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: wait for unique name of client to be discovered before introspecting it
Simon McVittie
- [telepathy-spec/master] ConnectionClosed: document the possible errors
Guillaume Desmottes
- [telepathy-spec/master] add Stream_Tube_Connection_ID tp type
Guillaume Desmottes
- [telepathy-mission-control/master] McdClientProxy: add accessors for "is active" and unique name
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: if an activatable Handler is running, call GetAll(HANDLER)
Simon McVittie
- [telepathy-spec/master] use Stream_Tube_Connection_ID
Guillaume Desmottes
- [telepathy-spec/master] move Socket_Address_Type and Socket_Access_Control from the old Tubes channel to the new Tube interface
Guillaume Desmottes
- [telepathy-mission-control/master] tests: stop asserting that MC will call Get(HANDLER, "HandledChannels")
Simon McVittie
- [telepathy-gabble/master] ConnectionClosed signal now has a debug_msg arg
Guillaume Desmottes
- [telepathy-gabble/master] sync with latest tube DRAFT
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: stop doing the now-useless Get(HANDLER, "HandledChannels") call
Simon McVittie
- [telepathy-mission-control/master] dispatcher/create-at-startup.py: resurrect the assertion that ObserveChannels occurs in the right order
Simon McVittie
- [telepathy-gabble/master] update stream tube tests to deal with the debug_msg arg of the ConnectionClosed signal
Guillaume Desmottes
- [telepathy-mission-control/master] McdClientProxy: pre-load unique name if known
Simon McVittie
- [telepathy-gabble/master] DBusTube.{Offer, Accept} now have an access_control argument
Guillaume Desmottes
- [telepathy-gabble/master] tube-dbus: check if access_control passed to Offer/Accept is valid
Guillaume Desmottes
- [telepathy-gabble/master] check if Gabble raises the right error if we pass an invalid access_control to Offer/Accept
Guillaume Desmottes
- [telepathy-gabble/master] tube-dbus: implement SupportedAccessControls property
Guillaume Desmottes
- [telepathy-gabble/master] check value of the SupportedAccessControls property
Guillaume Desmottes
- [telepathy-spec/master] Mark up Handle_Type_{Contact,Room}
Will Thompson
- [telepathy-spec/master] Clarify generic tube capability rationale
Will Thompson
- [telepathy-spec/master] Tweak English and <tt>ify type signatures
Will Thompson
- [telepathy-spec/master] Clarify Tube.Properties' definition
Will Thompson
- [telepathy-spec/master] Tweak some grammar.
Will Thompson
- [telepathy-spec/master] Tweak TubeChannelStateChanged documentation
Will Thompson
- [telepathy-spec/master] Uppercase some SHOULD NOTs.
Will Thompson
- [telepathy-spec/master] Make example service name monospaced
Will Thompson
- [telepathy-spec/master] Add a cross-reference, correcting the signal's name
Will Thompson
- [telepathy-spec/master] Correct reference to TubeChannelStateChanged
Will Thompson
- [telepathy-spec/master] Shorten a cross-reference
Will Thompson
- [telepathy-gabble/master] add an access_control param to D-Bus tube tests
Guillaume Desmottes
- [telepathy-spec/master] s/SupportedAccessesControl/SupportedAccessControls
Guillaume Desmottes
- [telepathy-gabble/master] tube-dbus: add priv->access_control
Guillaume Desmottes
- [telepathy-gabble/master] add LocalHost to SupportedAccessControls
Guillaume Desmottes
- [telepathy-gabble/master] tube-dbus: implement Localhost access control
Guillaume Desmottes
- [telepathy-gabble/master] run D-Bus tube tests with the Localhost access control
Guillaume Desmottes
- [telepathy-gabble/master] extensions/all.xml: add Handle_Type
Guillaume Desmottes
- [telepathy-gabble/master] sync with latest tube DRAFT
Guillaume Desmottes
- [telepathy-gabble/master] chmod 777 stream tube UNIX socket for AccessControlLocalhost
Guillaume Desmottes
- [telepathy-spec/master] undraft Channel_Interface_Tube, Channel_Type_StreamTube and Channel_Type_DBusTube
Guillaume Desmottes
- [telepathy-gabble/master] test-fallback-socks5-proxy.py: fix DBusTube.Offer() call
Guillaume Desmottes
- [telepathy-gabble/master] NEWS: document latest tube changes
Guillaume Desmottes
- [telepathy-glib/master] errors: add TP_ERROR_CONNECTION_REFUSED, TP_ERROR_CONNECTION_FAILED and TP_ERROR_CONNECTION_LOST
Guillaume Desmottes
- [telepathy-gabble/master] NEWS for just-merged fixes
Will Thompson
- [telepathy-gabble/master] Don't ignore subscription='remove' if remote-pending
Will Thompson
- [telepathy-gabble/master] Add a regression test.
Will Thompson
- [telepathy-mission-control/master] servicetest, mctest: add support for Clients being on more than one bus
Simon McVittie
- [telepathy-mission-control/master] In tests that start up MC late, wait for it to take its bus names
Simon McVittie
- [telepathy-mission-control/master] dispatcher/dispatch-text.py: be a little more realistic by giving the two clients a unique name each
Simon McVittie
- [telepathy-qt4/master] Proper define AbstractClientPtr.
Andre Moreira Magalhaes (andrunko)
- [telepathy-glib/master] telepathy-glib/channel.xml: add tube new API
Guillaume Desmottes
- [telepathy-gabble/master] stop generating code for tube new API
Guillaume Desmottes
- [telepathy-gabble/master] use tp-glib instead of extensions to implement tube new API
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatchOperation: add an accessor for the unique name of the process that claimed us
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for closing handled channels when the handler exits
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: tell McdClientProxy when it becomes active/inactive
Simon McVittie
- [telepathy-gabble/master] constants: new tube API is now stable
Guillaume Desmottes
- [telepathy-mission-control/master] McdHandlerMap: new class tracking the relationship between handlers and channels
Simon McVittie
- [telepathy-glib/master] Generate error-str.c as well as error-str.h
Will Thompson
- [telepathy-mission-control/master] fd.o #21175: McdDispatcher: track channel handlers using McdHandlerMap
Simon McVittie
- [telepathy-spec/master] deprecate Channel_Type_Tubes
Guillaume Desmottes
- [telepathy-glib/master] Generate tp_error_get_dbus_name
Will Thompson
- [telepathy-glib/master] Make gtk-doc notice TP_ERROR_STR_TERMINATED.
Will Thompson
- [telepathy-glib/master] Correctly set self.basename in glib-ginterface-gen
Will Thompson
- [telepathy-mission-control/master] tests: Provide a fake activatable Telepathy client (simulating AbiWord with stream tubes)
Simon McVittie
- [telepathy-glib/master] NEWS for TP_ERROR_STR_* and tp_error_get_dbus_name
Will Thompson
- [telepathy-spec/master] fd.o #21932: linkify <tp:type> in docstrings
Simon McVittie
- [telepathy-spec/master] rephrase NewLocalConnection docstring
Guillaume Desmottes
- [telepathy-spec/master] explicitely say on which side NewRemoteConnection and New_Local_Connection are fired
Guillaume Desmottes
- [telepathy-spec/master] deprecated Netmask access control
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatchOperation: don't leak the handler that claimed the channels, if any
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: move a simple memory-free from dispose to finalize
Simon McVittie
- [telepathy-mission-control/master] McdClient: don't leak the links from filter lists
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: don't iterate over a channel list that will be modified during iteration
Simon McVittie
- [telepathy-glib/master] TpConnectionManager: weak-unref user object when freeing WhenReadyContext
Simon McVittie
- [telepathy-glib/master] Expose some GKeyFile helpers
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: don't leak account connections directory
Simon McVittie
- [telepathy-mission-control/master] McdChannel: if changing error, don't leak the previous one
Simon McVittie
- [telepathy-mission-control/master] McdMaster: don't leak hash table of extra parameters
Simon McVittie
- [telepathy-mission-control/master] account-manager/presence.py: don't fail when valgrinding
Simon McVittie
- [telepathy-mission-control/master] exec-with-log.sh.in: show reachable objects when valgrinding
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: don't leak a hash table per Observer per ObserveChannels invocation
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: don't leak the connections hash table
Simon McVittie
- [telepathy-gabble/master] Fix a timezone issue with regards to the received time from the server.
Pierre-Luc Beaudoin
- [telepathy-gabble/master] Convert timestamps <-> iso8601 using glib function
Pierre-Luc Beaudoin
- [telepathy-gabble/master] Always advertise Location.DRAFT
Pierre-Luc Beaudoin
- [telepathy-gabble/master] Report an error if gabble can't publish location to a non PEP capable server
Pierre-Luc Beaudoin
- [telepathy-glib/master] TpConnectionManager: make dispose() idempotent
Simon McVittie
- [telepathy-spec/master] start 0.17.25 NEWS
Guillaume Desmottes
- [telepathy-spec/master] prepare NEWS for 0.17.25 release
Guillaume Desmottes
- [telepathy-spec/master] version 0.17.25
Guillaume Desmottes
- [telepathy-spec/master] start dev of 0.17.25.1
Guillaume Desmottes
- [telepathy-glib/master] sync with spec 0.17.25
Guillaume Desmottes
- [telepathy-glib/master] telepathy-glib-sections.txt: add new TP_ERROR_STR
Guillaume Desmottes
- [telepathy-glib/master] TpProxy: don't release TpDBusDaemon until dispose
Simon McVittie
- [telepathy-glib/master] tp_dbus_daemon_request_name: fail gracefully if TpDBusDaemon was invalidated
Simon McVittie
- [telepathy-glib/master] tp_dbus_daemon_release_name: fail gracefully if TpDBusDaemon was invalidated
Simon McVittie
- [telepathy-glib/master] _tp_dbus_daemon_get_name_owner: fail gracefully if TpDBusDaemon was invalidated
Simon McVittie
- [telepathy-mission-control/master] McdHandlerMap: correct a comment
Simon McVittie
- [telepathy-mission-control/master] McdHandlerMap: simplify logic for incrementing handler-process use counter
Simon McVittie
- [telepathy-mission-control/master] Run each test with MC writing to its own temporary directory
Simon McVittie
- [telepathy-mission-control/master] account-manager/auto-connect.py: be robust against MC being very slow
Simon McVittie
- [telepathy-mission-control/master] crash-recovery/crash-recovery.py: don't fail if ObserveChannels comes in before the AM bus name appears
Simon McVittie
- [telepathy-mission-control/master] McdAccountManager: make sure write_conf_id gets cancelled during teardown
Simon McVittie
- [telepathy-glib/master] TpConnection: if already invalidated, don't add interfaces or try to become ready
Simon McVittie
- [telepathy-glib/master] document tube new API
Guillaume Desmottes
- [telepathy-mission-control/master] dispatcher/create-at-startup.py: make a bit more robust against races by using the activatable name
Simon McVittie
- [telepathy-mission-control/master] mc-debug-server: after disconnection from the bus, tear everything down, and wait for no more events
Simon McVittie
- [telepathy-mission-control/master] dispatcher/dispatch-text.py: correctly claim the second channel on behalf of the fake Empathy, not on behalf of the test suite
Simon McVittie
- [telepathy-mission-control/master] McdHandlerMap: only terminate the channels owned by the crashing handler!
Simon McVittie
- [telepathy-mission-control/master] dispatcher/dispatch-text.py: assert that a channel owned by Kopete is not terminated when Empathy crashes
Simon McVittie
- [telepathy-mission-control/mission-control-4] Don't close channels on dispose
Sjoerd Simons
- [telepathy-salut/master] sync constants.py from Gabble
Guillaume Desmottes
- [telepathy-mission-control/master] McdClientProxy: remove readability of unique-name property
Simon McVittie
- [telepathy-salut/master] HT_CONTACT_LIST has been renamed to HT_LIST
Guillaume Desmottes
- [telepathy-salut/master] move file transfer tests to their own subdirectory
Guillaume Desmottes
- [telepathy-salut/master] move tubes tests to their own subdirectory
Guillaume Desmottes
- [telepathy-salut/master] Shave salut's build.
Jonny Lamb
- [telepathy-gabble/master] Fake Ringing states on old Jingle dialects
Will Thompson
- [telepathy-gabble/master] Generalize <hold>/<active> event pattern functions
Will Thompson
- [telepathy-gabble/master] Generalize gabble_jingle_session_send_held
Will Thompson
- [telepathy-mission-control/master] Revert "tests: Provide a fake activatable Telepathy client (simulating AbiWord with stream tubes)"
Simon McVittie
- [telepathy-qt4/master] Added ChannelFactory, internal class to create channels based on their types.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] Send <ringing> and <active> on -initiate and -accept
Will Thompson
- [telepathy-qt4/master] ClientRegistrar: Use ChannelFactory to create Channels.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] PendingChannel: Use ChannelFactory to create channels.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Channel: Added immutableProperties public method.
Andre Moreira Magalhaes (andrunko)
- [telepathy-gabble/master] Add a curried version of match_jingle_action
Will Thompson
- [telepathy-gabble/master] Fix some races in Jingle tests
Will Thompson
- [telepathy-gabble/master] Send <unhold/> not <active/>
Will Thompson
- [telepathy-gabble/master] Move test-suite-only function to clarify comment
Will Thompson
- [telepathy-spec/master] errors: add spaces to ConnectionRefused, ConnectionFailed, ConnectionLost
Simon McVittie
- [telepathy-glib/master] Cherry-pick error naming fix from my error-spaces spec branch
Simon McVittie
- [telepathy-glib/master] Generate error names in the same way telepathy-qt4 does
Simon McVittie
- [telepathy-glib/master] Remove camelcase_to_lower, camelcase_to_upper
Simon McVittie
- [telepathy-glib/master] Add missing parenthesis to fix syntax of test
Simon McVittie
- [telepathy-glib/master] Prepare release 0.7.31
Simon McVittie
- [telepathy-salut/master] tube_stream_open: chmod the newly created UNIX socket to allow everyone to access to it if access control is localhost
Guillaume Desmottes
- [telepathy-qt4/master] Import telepathy-spec 0.17.25, plus a patch to errors.xml to correct error naming
Simon McVittie
- [telepathy-mission-control/master] Require telepathy-glib 0.7.31 for the bugfixes made in that version
Simon McVittie
- [telepathy-glib/master] Install _gen/error-str.h
Simon McVittie
- [telepathy-mission-control/master] Use tp_dbus_daemon_request_name now we depend on a new enough tp-glib
Simon McVittie
- [telepathy-glib/master] Start developing 0.7.32
Simon McVittie
- [telepathy-glib/master] Make sure _gen/error-str.h and .c end with a newline
Simon McVittie
- [telepathy-idle/master] Don't spam DEBUG for each char in a nick
Will Thompson
- [telepathy-idle/master] Correct the description of accept-invalid-nicks
Will Thompson
- [telepathy-idle/master] Make nickname validation a for loop.
Will Thompson
- [telepathy-idle/master] Fix error prefix so that tests pass
Will Thompson
- [telepathy-idle/master] Don't include "PRIVMSG ..." in Sent signals
Will Thompson
- [telepathy-idle/master] Document what idle_text_encode_and_split does
Will Thompson
- [telepathy-idle/master] Correct the error for unsupported message types
Will Thompson
- [telepathy-idle/master] Be strict for what nicks we allow, and liberal for what nicks we accept from others
Jonathon Jongsma
- [telepathy-idle/master] Cope with Connection::quit-message being NULL.
Will Thompson
- [telepathy-idle/master] Remove obnoxious default Quit message.
Will Thompson
- [telepathy-idle/master] Remove spurious 'register' flags from idle.manager
Will Thompson
- [telepathy-idle/master] Add a CM param for 'username'
Jonathon Jongsma
- [telepathy-idle/master] Bug #17354 - Emits Send immediately, even if the message is queued
Jonathon Jongsma
- [telepathy-gabble/master] bump tp-glib to 0.7.31 as we need it for tube new API
Guillaume Desmottes
- [telepathy-gabble/master] use TP_ERROR_STR_* constants from tp-glib
Guillaume Desmottes
- [telepathy-mission-control/master] mc-debug-server: only linger for 5 seconds by default (adjust via $MC_LINGER_TIME)
Simon McVittie
- [telepathy-spec/master] Client_Observer.xml: remove a trailing space
Guillaume Desmottes
- [telepathy-spec/master] all.xml: remove trailing spaces
Guillaume Desmottes
- [telepathy-mission-control/master] McdDispatcher: don't leak one ref to the dispatcher per Connection monitored
Simon McVittie
- [telepathy-glib/master] Don't list media-interfaces.h twice in Makefile.am
Patryk Zawadzki
- [telepathy-mission-control/master] McdAccountManager: don't leak a TpConnection every time we clean up a lost-in-space connection
Simon McVittie
- [telepathy-mission-control/master] McdConnection: correct the TpConnection refcounting
Simon McVittie
- [telepathy-gabble/master] correctly use assertEquals
Guillaume Desmottes
- [telepathy-glib/master] Document client-side handle reference counting.
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: don't leak a ref to the AM when a channel is requested via the CD
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: don't leak lost channels if delaying ChannelLost emission
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: don't leak lost channels if they have not been signalled at dispose time
Simon McVittie
- [telepathy-mission-control/master] McdDispatchOperation: make it clearer that unique_name is not leaked
Simon McVittie
- [telepathy-mission-control/master] Add a simpler test for dispatching one undispatchable channel
Simon McVittie
- [telepathy-mission-control/master] McdDispatcherContext: emit CTXREF codes in debug messages when tracking down refcount issues
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: debug the initial refs on the McdDispatcherContext
Simon McVittie
- [telepathy-mission-control/master] Temporarily ref dispatcher context around a call into user code
Simon McVittie
- [telepathy-idle/master] version 0.1.4
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: improve clarity of what happens to initial references
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: fix mis-pairing of ref annotations
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: move CTXREF09 into mcd_dispatcher_run_clients
Simon McVittie
- [telepathy-idle/master] bump to 0.1.4.1
Will Thompson
- [telepathy-mission-control/master] McdDispatcher: make lock-pairing more explicit
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: move CTXREF09 inside mcd_dispatcher_run_handlers
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: make more lock pairing more explicit
Simon McVittie
- [telepathy-qt4/master] Channel: Make sure immutableProperties contains known properties if channel is ready.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] ChannelFactory: Use TELEPATHY_INTERFACE_CHANNEL_TYPE_FILE_TRANSFER definition.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] McdDispatcher: fix the McdDispatcherContext reference-leak
Simon McVittie
- [telepathy-mission-control/master] McdClientProxy: if set inactive, store the fact that the unique name is known to be empty
Simon McVittie
- [telepathy-mission-control/master] McdClientProxy: if NameOwnerChanged is received before GetNameOwner returns, don't leak our unique name
Simon McVittie
- [telepathy-qt4/master] Prepare release 0.1.6
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] Don't ref context (released by mcd_dispatcher_context_handler_done) unless we're actually going to call HandleChannels
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: remove CTXREF09 altogether
Simon McVittie
- [telepathy-mission-control/master] mcd_dispatcher_context_handler_done: remove the check for unhandled channels
Simon McVittie
- [telepathy-qt4/master] Start 0.1.7 development
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Export stl compatibility methods only if QT_NO_STL is not defined.
George Kiagiadakis
- [telepathy-mission-control/master] Add regression tests for the Approver and Handler returning failure
Simon McVittie
- [telepathy-mission-control/master] Add a regression test for HandleChannels failing
Simon McVittie
- [telepathy-mission-control/master] mcd-account-requests: assert that the channel will not be leaked
Simon McVittie
- [telepathy-mission-control/master] McdDispatcher: don't leak requested McdChannels if they abort
Simon McVittie
- [telepathy-mission-control/master] lcov.am: wait for a refdbg-valgrind-enabled MC to exit before compiling stats
Simon McVittie
- [telepathy-mission-control/master] dispatcher/approver-fails.py: remove a race condition
Simon McVittie
- [telepathy-salut/master] Don't touch signals-marshal.list if it's already up to date
Guillaume Desmottes
- [telepathy-salut/master] Gibber: Don't touch signals-marshal.list if it's already up to date
Guillaume Desmottes
- [telepathy-mission-control/master] Shut down libdbus in regression-tested build, in an attempt to get cleaner valgrind logs
Simon McVittie
- [telepathy-mission-control/master] Add some more valgrind suppressions
Simon McVittie
- [telepathy-mission-control/master] McdClientProxy: don't leak unique name
Simon McVittie
- [telepathy-mission-control/master] Add the ability to run the basic tests repeatedly
Simon McVittie
- [telepathy-qt4/master] Channel: Use Connection::selfHandle while trying to fake a group interface instead of Connection::selfContact.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Channel: Make sure connection is ready before start introspection.
Andre Moreira Magalhaes (andrunko)
- [telepathy-mission-control/master] Add a small helper utility to wait for a bus name to appear
Simon McVittie
- [telepathy-qt4/master] TextChannel: Proper check for FeatureMessageCapabilities when trying to update capabilities.
Andre Moreira Magalhaes (andrunko)
- [telepathy-qt4/master] Fixed bug 21993: TextChannel does not become ready until first message is received if FeatureMessageQueue is enabled
Andre Moreira Magalhaes (andrunko)
- [telepathy-glib/master] Add "alias-flags" property and tp_connection_get_alias_flags method on TpConnection
Xavier Claessens
- [telepathy-gabble/master] Don't assume session is non-NULL in GetCallState
Will Thompson
- [telepathy-gabble/master] Port hold tests to wrap_channel
Will Thompson
- [telepathy-stream-engine/master] Add GetPreviewWindow call to get a single preview window
Olivier Crête
- [telepathy-stream-engine/master] Force the video sinks to be at least QCIF
Olivier Crête
- [telepathy-gabble/master] Forbid the right event when unholding
Will Thompson
- [telepathy-gabble/master] Replace active with unhold in comments
Will Thompson
- [telepathy-gabble/master] Don't try to send <(un)hold/> before session exists
Will Thompson
Last message date:
Fri May 29 12:17:47 PDT 2009
Archived on: Wed Jun 10 03:50:46 PDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).