| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the connection data is setup when handle channels | Sjoerd Simons | 2009-08-24 | 1 | -3/+16 |
* | Add a new _ensure_account API | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
* | Rename empathy_account_get_connection_for to empathy_account_get_connection_f... | Sjoerd Simons | 2009-08-22 | 1 | -1/+2 |
* | Use new api to get connections | Sjoerd Simons | 2009-08-21 | 1 | -4/+8 |
* | displatcher -> dispatcher | Davyd Madeley | 2009-08-19 | 1 | -2/+2 |
* | Fix some coding style issues | Sjoerd Simons | 2009-07-31 | 1 | -1/+0 |
* | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 1 | -3/+1 |
* | If the requested property is missing, assume we didn't request it | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 |
* | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -3/+1 |
* | Implement HandledChannels D-Bus property | Sjoerd Simons | 2009-07-16 | 1 | -0/+30 |
* | Implement a first minimal version of a Client.Handler | Sjoerd Simons | 2009-07-10 | 1 | -116/+174 |
* | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 1 | -2/+0 |
* | Remove outstanding operations before dispatching them | Will Thompson | 2009-06-09 | 1 | -1/+1 |
* | Document the purpose of outstanding_channels | Will Thompson | 2009-06-09 | 1 | -1/+10 |
* | Coding style fixes. | Jonny Lamb | 2009-06-04 | 1 | -1/+1 |
* | Update copyright header | Cosimo Cecchi | 2009-06-01 | 1 | -1/+3 |
* | Clarify the docs | Cosimo Cecchi | 2009-06-01 | 1 | -0/+6 |
* | Hopefully proper version of _find_requestable_channel_classes () | Cosimo Cecchi | 2009-06-01 | 1 | -84/+92 |
* | Free the list after calling the callback | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
* | Update the requestable channel classes API | Cosimo Cecchi | 2009-06-01 | 1 | -117/+187 |
* | Fix trailing whitespaces | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
* | Add find_requestable_channel_classes | Cosimo Cecchi | 2009-06-01 | 1 | -7/+142 |
* | Remove the g_idle sources on destroy | Cosimo Cecchi | 2009-06-01 | 1 | -1/+32 |
* | Actually see if the connection is ready | Cosimo Cecchi | 2009-06-01 | 1 | -3/+12 |
* | Style fixes for *_free() functions | Cosimo Cecchi | 2009-06-01 | 1 | -2/+1 |
* | Fix coding style | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
* | Emit the callback always in an idle | Cosimo Cecchi | 2009-06-01 | 1 | -25/+36 |
* | Add empathy_dispatcher_find_channel_class_async() | Cosimo Cecchi | 2009-06-01 | 1 | -0/+97 |
* | First cleanup after rebase | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
* | Remove useless include of empathy-tp-file.h | Cosimo Cecchi | 2009-06-01 | 1 | -2/+1 |
* | Remove dead code in EmpathyDispatcher | Cosimo Cecchi | 2009-06-01 | 1 | -131/+0 |
* | W.I.P. for heavy lifting on EmpathyTpFile. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+54 |
* | empathy-dispatcher: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -9/+9 |
* | Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes ... | Jonny Lamb | 2009-04-22 | 1 | -2/+0 |
* | Change EmpathyTpContactFactory API to look more like TpConnection. Add functi... | Xavier Claessens | 2009-04-22 | 1 | -3/+13 |
* | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -3/+0 |
* | Remove unused function empathy_dispatcher_call_with_contact(). | Xavier Claessens | 2009-04-22 | 1 | -27/+0 |
* | EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on TpConnecti... | Xavier Claessens | 2009-04-22 | 1 | -196/+79 |
* | Free the capabilities array. Fixes bug #577826 | Xavier Claessens | 2009-04-03 | 1 | -1/+3 |
* | Handle re-dispatching channels in approving state | Sjoerd Simons | 2009-02-21 | 1 | -3/+13 |
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 1 | -7/+7 |
* | empathy-dispatcher: deal properly with NULL channel_wrapper | Guillaume Desmottes | 2009-02-17 | 1 | -2/+4 |
* | empathy-dispatcher.[ch]: Several misc. code style fixes. | Jonny Lamb | 2009-02-17 | 1 | -5/+12 |
* | empathy-dispatcher.c: Check arguments of non-static functions. | Jonny Lamb | 2009-02-17 | 1 | -0/+18 |
* | Fix type punned pointers warnings | Olivier CrĂȘte | 2009-02-12 | 1 | -1/+1 |
* | Add functionality to call CreateChannels and look up (simple) channel classes | Sjoerd Simons | 2009-02-03 | 1 | -11/+148 |
* | Use g_list_prepend instead of g_list_append. | Jonny Lamb | 2009-01-31 | 1 | -2/+2 |
* | Allow the dispatcher to be freed once a request is finished. | Jonny Lamb | 2009-01-31 | 1 | -2/+35 |
* | EmpathyDispatcher: Handle File channels that we didn't request. | Jonny Lamb | 2009-01-17 | 1 | -4/+5 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
* | EmpathyDispatcher: make style somewhat more consistent. | Jonny Lamb | 2009-01-16 | 1 | -119/+171 |
* | When sending files, make sure the connection is ready before making sure the ... | Jonny Lamb | 2009-01-15 | 1 | -3/+21 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 1 | -1/+0 |
* | mission_control_get_tpconnection returns a new ref, don't forget to unref the... | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
* | Add a FIXME telling that there is a leak, not sure how to plug it, that code ... | Xavier Claessens | 2009-01-10 | 1 | -0/+1 |
* | Use tp_channel_borrow_connection instead of g_object_get. This fix a leak. | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Remove dead code | Xavier Claessens | 2009-01-10 | 1 | -9/+0 |
* | Ignore requested channels we didn't request except for text channels, also ig... | Sjoerd Simons | 2009-01-10 | 1 | -2/+31 |
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -10/+29 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 1 | -7/+1 |
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 1 | -14/+31 |
* | Don't initialise variables by calling functions when declaring them | Sjoerd Simons | 2009-01-10 | 1 | -11/+23 |
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -588/+0 |
* | Add code to request a streamed media channel | Sjoerd Simons | 2009-01-10 | 1 | -15/+30 |
* | Let a EmpathyChatroomManager observe the dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
* | Add request muc channels to the dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -6/+71 |
* | Add support for dispatching file transfers | Sjoerd Simons | 2009-01-10 | 1 | -24/+138 |
* | Add an optional properties hash to the RequestData struct | Sjoerd Simons | 2009-01-10 | 1 | -4/+9 |
* | Start reworking the dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -339/+876 |
* | use tabs because everyone love tabs | Xavier Claessens | 2009-01-09 | 1 | -5/+5 |
* | dispatcher_tubes_new_tube_cb: add some tube handling debug messages | Xavier Claessens | 2009-01-09 | 1 | -0/+6 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -4/+4 |
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Port EmpathyDispatcher to the new API. | Xavier Claessens | 2009-01-07 | 1 | -18/+21 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873. | Xavier Claessens | 2008-12-03 | 1 | -1/+1 |
* | Little fix for previous commit. | Xavier Claessens | 2008-11-30 | 1 | -1/+1 |
* | Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste... | Xavier Claessens | 2008-11-30 | 1 | -1/+1 |
* | dispatcher_connection_new_channel_cb: set the room of the newly created chatr... | Xavier Claessens | 2008-11-24 | 1 | -0/+1 |
* | Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file... | Xavier Claessens | 2008-11-22 | 1 | -2/+18 |
* | Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a... | Xavier Claessens | 2008-11-22 | 1 | -3/+2 |
* | Add a FIXME about the tp_file being leaked | Xavier Claessens | 2008-11-22 | 1 | -0/+3 |
* | empathy_tp_file_accept/offer takes the GFile in param and return a GError if ... | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
* | Cleanup the coding style. If we can't get info about the GFile we abord the FT. | Xavier Claessens | 2008-11-22 | 1 | -80/+79 |
* | Set the Date property when requesting a FT channel | Xavier Claessens | 2008-11-22 | 1 | -2/+10 |
* | use Requestotron to request the FT channel | Xavier Claessens | 2008-11-22 | 1 | -46/+64 |
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 1 | -5/+5 |
* | Use _call_request_channel instead of _run_request_channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -51/+71 |
* | Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+1 |
* | Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+99 |
* | Removed file transfer handling code from empathy dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -11/+0 |
* | Added start of handling new incoming file channels. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+11 |
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | dispatcher: store a ref on the ChatroomManager | Xavier Claessens | 2008-10-13 | 1 | -21/+56 |
* | rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb | Xavier Claessens | 2008-10-13 | 1 | -6/+6 |
* | empathy-dispatcher: use new API of EmpathyChatRoom | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo... | Xavier Claessens | 2008-10-13 | 1 | -0/+75 |
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 1 | -47/+184 |
* | Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p... | Xavier Claessens | 2008-05-09 | 1 | -0/+681 |