aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
Commit message (Collapse)AuthorAgeFilesLines
* remove empathy_dispatcher_find_requestable_channel_classes_async (#632550)Guillaume Desmottes2010-10-201-6/+0
|
* use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-181-3/+0
|
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-111-1/+0
|
* dispatcher: remove channel handling and requesting codeGuillaume Desmottes2010-08-111-28/+0
|
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-111-1/+1
|
* re-implement empathy_dispatcher_chat_with_contact using ↵Guillaume Desmottes2010-08-111-3/+1
| | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway.
* empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵Guillaume Desmottes2010-08-111-1/+1
| | | | TpConnection
* empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes2010-08-111-3/+2
| | | | It's unused anyway.
* remove empathy_dispatcher_send_file_to_contact prototypeGuillaume Desmottes2010-08-101-6/+0
|
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-071-3/+1
| | | | We always want to let the text handler handle the channel.
* define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directlyGuillaume Desmottes2010-05-041-0/+1
|
* add timestamp arg to empathy_dispatcher_create_channelSjoerd Simons2010-04-251-2/+5
|
* add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-251-1/+3
|
* add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-251-2/+6
|
* dispatcher: add timestamp attribute to DispatcherRequestDataSjoerd Simons2010-04-251-0/+2
|
* Add functions on the dispatcher to add/remove extra handlersSjoerd Simons2009-08-311-0/+11
|
* Add a simple abstraction for implementing handlersSjoerd Simons2009-08-311-2/+5
| | | | | Implement an EmpathyHandler object which can be used to easily add extra Client.Handler heads on D-Bus.
* Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-101-0/+2
|
* Update the requestable channel classes APICosimo Cecchi2009-06-011-3/+3
| | | | Make it more complex, according to Sjoerd's comments.
* Add find_requestable_channel_classesCosimo Cecchi2009-06-011-6/+10
| | | | And remove find_channel_class API.
* Add empathy_dispatcher_find_channel_class_async()Cosimo Cecchi2009-06-011-0/+6
|
* Remove unused function empathy_dispatcher_call_with_contact().Xavier Claessens2009-04-221-4/+0
|
* EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on ↵Xavier Claessens2009-04-221-4/+4
| | | | TpConnection instead of McAccount
* Correct bracket-style.Jonny Lamb2009-02-171-2/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2476
* empathy-dispatcher.[ch]: Several misc. code style fixes.Jonny Lamb2009-02-171-3/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2475
* Add functionality to call CreateChannels and look up (simple) channel classesSjoerd Simons2009-02-031-1/+8
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2386
* Remove dead codeXavier Claessens2009-01-101-10/+0
| | | | svn path=/trunk/; revision=2210
* Remove some dead codeSjoerd Simons2009-01-101-6/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2182
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2181
* Add code to request a streamed media channelSjoerd Simons2009-01-101-3/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2164
* Add request muc channels to the dispatcherSjoerd Simons2009-01-101-7/+7
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2143
* Add support for dispatching file transfersSjoerd Simons2009-01-101-3/+12
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2135
* Start reworking the dispatcherSjoerd Simons2009-01-101-13/+31
| | | | | | | | | | | Rework the channel dispatche so it's model is somewhat similar to the ChannelDispatcher in the telepathy-spec. Which allows for a much cleaner and extensible implementation containg no ugly hacks. Currently it's only able to do Text Channels and a lot of the other functionality is temporary disabled Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2130
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.Xavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1875
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1839
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-221-0/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1835
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-9/+15
| | | | svn path=/trunk/; revision=1108
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵Xavier Claessens2008-05-091-0/+72
parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093