]> git.0d.be Git - empathy.git/history - libempathy
use tp_channel_get_identifier instead of inspecting room handle
[empathy.git] / libempathy /
2009-02-11 Olivier CrêteRemove unused functions
2009-02-11 Olivier CrêteFix type punned pointers warnings
2009-02-11 Olivier CrêteAdd newline at end of file
2009-02-10 Davyd MadeleySave status message on NetworkManager disconnect and...
2009-02-04 Cosimo CecchiCleanup for GObject related functions in EmpathyCallFac...
2009-02-03 Will ThompsonRemove repeated casts to EmpathyTpChat
2009-02-03 Will ThompsonIgnore and acknowledge empty NonTextContent messages.
2009-02-03 Xavier ClaessensAdd a space between the function name and the (void)
2009-02-03 Sjoerd SimonsRemove some dead code
2009-02-03 Sjoerd SimonsRequest only audio in the initial request
2009-02-03 Sjoerd SimonsAlso unref the tf channel
2009-02-03 Sjoerd SimonsRemove dead code
2009-02-03 Sjoerd SimonsDon't return the handler, so we can unref it after...
2009-02-03 Sjoerd SimonsClose ongoing calls at dispose time
2009-02-03 Sjoerd SimonsAdd ability to start a call for an incoming channel
2009-02-03 Sjoerd SimonsDon't double-free the EmpathyTpCallStreams
2009-02-03 Sjoerd SimonsMove the TpFarsight code from TpCall to CallHandler
2009-02-03 Sjoerd SimonsAdd functionality to call CreateChannels and look up...
2009-02-03 Sjoerd SimonsSwitch to calling CallFactory to make calls
2009-02-03 Sjoerd SimonsAdd Stub call factor and call handler objects
2009-02-03 Sjoerd SimonsInitial port from telepathy-stream-engine to telepathy...
2009-02-02 Alban CrequyFix dispatching of tubes: stream tubes vs D-Bus tubes
2009-01-30 Jonny LambUse g_list_prepend instead of g_list_append.
2009-01-30 Jonny LambAllow the dispatcher to be freed once a request is...
2009-01-30 Xavier ClaessensMove empathy_notification_is_enabled () to src/
2009-01-30 Frederic PetersAdded a new empathy_account_manager_get_count function...
2009-01-23 Jonny LambRenamed G_STR_EMPTY to EMP_STR_EMPTY.
2009-01-16 Jonny LambEmpathyDispatcher: Handle File channels that we didn...
2009-01-16 Jonny LambRemoved extensions.h inclusion in public API.
2009-01-16 Xavier ClaessensFix building, there were a missing _new ->_dup_singleton.
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-15 Jonny LambEmpathyDispatcher: make style somewhat more consistent.
2009-01-15 Jonny LambWhen sending files, make sure the connection is ready...
2009-01-15 Xavier ClaessensDo not unref the channel when closing it, wait for...
2009-01-12 Xavier ClaessensRemove usage of EmpathyTpGroup from EmpathyTpCall.
2009-01-12 Xavier ClaessensEmpathyContact keeps a ref to the factory.
2009-01-12 Xavier ClaessensRemove some usage of EmpathyTpGroup from EmpathyTpChat
2009-01-12 Xavier ClaessensRemove useless include of empathy-tp-group.h
2009-01-09 Xavier ClaessensRemove useless goto
2009-01-09 Xavier ClaessensIf channel is invalidated before being ready, the error...
2009-01-09 Xavier Claessensmission_control_get_tpconnection returns a new ref...
2009-01-09 Xavier ClaessensAdd a FIXME telling that there is a leak, not sure...
2009-01-09 Xavier ClaessensUse tp_channel_borrow_connection instead of g_object_ge...
2009-01-09 Xavier ClaessensFix some errors made when rebasing on master
2009-01-09 Xavier ClaessensRemove dead code
2009-01-09 Xavier ClaessensCorrect little coding style
2009-01-09 Xavier ClaessensCorrectly align \ characters
2009-01-09 Sjoerd SimonsOnly unref things in dispose
2009-01-09 Sjoerd SimonsIgnore requested channels we didn't request except...
2009-01-09 Sjoerd SimonsDon't use the old style TpTubeType
2009-01-09 Sjoerd SimonsIgnore approval that happen after the operation was...
2009-01-09 Sjoerd SimonsCorrectly define the invalidated signal
2009-01-09 Sjoerd SimonsPort to the new empathy_call_when_ready api
2009-01-09 Sjoerd SimonsMake the error in the call_when_ready callback const
2009-01-09 Sjoerd SimonsFree ready callbacks in finalize
2009-01-09 Sjoerd SimonsAdd weak object, destroy notify and error reporting...
2009-01-09 Sjoerd SimonsLet a chatroom keep a reference to a its TpChat if...
2009-01-09 Sjoerd SimonsMake the dispatch operation _get_ functions not return...
2009-01-09 Sjoerd SimonsDon't unref the TpGroup twice
2009-01-09 Sjoerd SimonsInitialise the chatroom manager from empathy itself
2009-01-09 Sjoerd SimonsConvert EmpathyChatroomManager to the new singleton...
2009-01-09 Sjoerd SimonsDon't close channels as a side-effect of disposing...
2009-01-09 Sjoerd SimonsRemove some dead code
2009-01-09 Sjoerd SimonsMove the dispatcher to the new singleton policy
2009-01-09 Sjoerd SimonsAlways check if the passed operation is actually a...
2009-01-09 Sjoerd SimonsStyle fixes
2009-01-09 Sjoerd SimonsStyle fixes
2009-01-09 Sjoerd SimonsDon't initialise variables by calling functions when...
2009-01-09 Sjoerd SimonsMore style fixes
2009-01-09 Sjoerd SimonsRemove dead code
2009-01-09 Sjoerd SimonsAdd a utility function to start a call to a contact
2009-01-09 Sjoerd SimonsAdd a function to explicitly set the remote candidate...
2009-01-09 Sjoerd SimonsAdd code to request a streamed media channel
2009-01-09 Sjoerd SimonsAdd a function to explicitly close EmpathyTpCall
2009-01-09 Sjoerd SimonsMake empathy_tp_tube_accept_stream_tube more like under...
2009-01-09 Sjoerd SimonsRemove the id parameter, it's no longer used
2009-01-09 Sjoerd SimonsCall emp_cli_init in empathy_init
2009-01-09 Sjoerd SimonsNew style tubes don't have ides
2009-01-09 Sjoerd SimonsUpdate to new stream tube spec
2009-01-09 Sjoerd SimonsLet a EmpathyChatroomManager observe the dispatcher
2009-01-09 Sjoerd SimonsAct as an observer
2009-01-09 Sjoerd SimonsDisconnect signal handlers from the head of the queue...
2009-01-09 Sjoerd SimonsRemove the tp-channel property, it's unused and useless
2009-01-09 Sjoerd SimonsRemove custom channel requesting functionality, this...
2009-01-09 Sjoerd SimonsAdd request muc channels to the dispatcher
2009-01-09 Sjoerd SimonsWait untill the TpChat object is ready before going...
2009-01-09 Sjoerd SimonsAdd a function to explicitly close File channels
2009-01-09 Sjoerd SimonsMake existing contact FT capable when the CM supports it
2009-01-09 Sjoerd SimonsAdd support for dispatching file transfers
2009-01-09 Xavier ClaessensRecognise file transfers
2009-01-09 Sjoerd SimonsAdd an optional properties hash to the RequestData...
2009-01-09 Sjoerd SimonsStart reworking the dispatcher
2009-01-09 Sjoerd SimonsImprove API of tp-chat
2009-01-09 Sjoerd SimonsAdd id field to save the message id as received the CM
2009-01-09 Sjoerd SimonsAdd empathy_contact_call_when_ready
2009-01-09 Xavier Claessensuse tabs because everyone love tabs
2009-01-09 Xavier Claessensdispatcher_tubes_new_tube_cb: add some tube handling...
2009-01-09 Xavier ClaessensSet the right weak pointer.
2009-01-09 Xavier ClaessensPort EmpathyContactManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyLogManager to the new singleton policy.
next