aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* EmpathyDispatcher: Handle File channels that we didn't request.Jonny Lamb2009-01-171-4/+5
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* EmpathyDispatcher: make style somewhat more consistent.Jonny Lamb2009-01-161-119/+171
* When sending files, make sure the connection is ready before making sure the ...Jonny Lamb2009-01-151-3/+21
* Remove useless include of empathy-tp-group.hXavier Claessens2009-01-131-1/+0
* mission_control_get_tpconnection returns a new ref, don't forget to unref the...Xavier Claessens2009-01-101-0/+2
* Add a FIXME telling that there is a leak, not sure how to plug it, that code ...Xavier Claessens2009-01-101-0/+1
* Use tp_channel_borrow_connection instead of g_object_get. This fix a leak.Xavier Claessens2009-01-101-1/+1
* Fix some errors made when rebasing on masterXavier Claessens2009-01-101-1/+1
* Remove dead codeXavier Claessens2009-01-101-9/+0
* Ignore requested channels we didn't request except for text channels, also ig...Sjoerd Simons2009-01-101-2/+31
* Port to the new empathy_call_when_ready apiSjoerd Simons2009-01-101-10/+29
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-2/+2
* Initialise the chatroom manager from empathy itselfSjoerd Simons2009-01-101-7/+1
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-101-14/+31
* Don't initialise variables by calling functions when declaring themSjoerd Simons2009-01-101-11/+23
* Remove dead codeSjoerd Simons2009-01-101-588/+0
* Add code to request a streamed media channelSjoerd Simons2009-01-101-15/+30
* Let a EmpathyChatroomManager observe the dispatcherSjoerd Simons2009-01-101-0/+2
* Add request muc channels to the dispatcherSjoerd Simons2009-01-101-6/+71
* Add support for dispatching file transfersSjoerd Simons2009-01-101-24/+138
* Add an optional properties hash to the RequestData structSjoerd Simons2009-01-101-4/+9
* Start reworking the dispatcherSjoerd Simons2009-01-101-339/+876
* use tabs because everyone love tabsXavier Claessens2009-01-091-5/+5
* dispatcher_tubes_new_tube_cb: add some tube handling debug messagesXavier Claessens2009-01-091-0/+6
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-4/+4
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
* Port EmpathyDispatcher to the new API.Xavier Claessens2009-01-071-18/+21
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.Xavier Claessens2008-12-031-1/+1
* Little fix for previous commit.Xavier Claessens2008-11-301-1/+1
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste...Xavier Claessens2008-11-301-1/+1
* dispatcher_connection_new_channel_cb: set the room of the newly created chatr...Xavier Claessens2008-11-241-0/+1
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...Xavier Claessens2008-11-221-2/+18
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...Xavier Claessens2008-11-221-3/+2
* Add a FIXME about the tp_file being leakedXavier Claessens2008-11-221-0/+3
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-2/+1
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.Xavier Claessens2008-11-221-80/+79
* Set the Date property when requesting a FT channelXavier Claessens2008-11-221-2/+10
* use Requestotron to request the FT channelXavier Claessens2008-11-221-46/+64
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-5/+5
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)Jonny Lamb2008-11-221-51/+71
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-3/+1
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-221-0/+99
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-11/+0
* Added start of handling new incoming file channels. (Jonny Lamb)Jonny Lamb2008-11-221-0/+11
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-1/+1
* dispatcher: store a ref on the ChatroomManagerXavier Claessens2008-10-131-21/+56
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbXavier Claessens2008-10-131-6/+6
* empathy-dispatcher: use new API of EmpathyChatRoomXavier Claessens2008-10-131-1/+2
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo...Xavier Claessens2008-10-131-0/+75
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-47/+184
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...Xavier Claessens2008-05-091-0/+681