Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 1 | -2/+2 |
| | |||||
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 1 | -52/+10 |
| | |||||
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵ | Guillaume Desmottes | 2010-08-11 | 1 | -1/+5 |
| | | | | TpConnection | ||||
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | | | | It's unused anyway. | ||||
* | tell the chatroom manager asap about chats | Sjoerd Simons | 2010-07-09 | 1 | -10/+20 |
| | |||||
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 1 | -1/+1 |
| | | | | We always want to let the text handler handle the channel. | ||||
* | Revert "no need to specify each time of handle" | Sjoerd Simons | 2010-07-06 | 1 | -0/+11 |
| | | | | This reverts commit d88eaef098d3afc329266f25ce194c6dfebbc979. | ||||
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 1 | -0/+10 |
| | | | | It can't rely on the internal dispatcher any more. | ||||
* | no need to specify each time of handle | Guillaume Desmottes | 2010-07-05 | 1 | -11/+0 |
| | |||||
* | Handle text channels using TpSimpleHandler (#623358) | Guillaume Desmottes | 2010-07-05 | 1 | -0/+168 |
| | | | | Also move handling code from empathy.c to empathy-chat-manager. | ||||
* | chat-manager: document the queue | Guillaume Desmottes | 2010-07-05 | 1 | -0/+1 |
| | |||||
* | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | chat-manager: take an EmpathyChat instead of an EmpathyContact | Jonny Lamb | 2010-03-06 | 1 | -14/+99 |
| | | | | | | This way, we can support both 1-to-1 chats, *and* MUCs. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Add EmpathyChatManager::chats-changed signal and make the chat window listen ↵ | Jonny Lamb | 2010-03-06 | 1 | -0/+31 |
| | | | | | | to it. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Add chat manager which tracks chats closing and can respawn them (bug #609832) | Jonny Lamb | 2010-03-06 | 1 | -0/+137 |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> |