Age | Commit message (Expand) | Author | Files | Lines |
2008-09-11 | Each channel factories add its own set of caps for a contact handle | Alban Crequy | 1 | -0/+51 |
2008-09-09 | ImFactory: Include TargetID in allowed properties | Will Thompson | 1 | -0/+1 |
2008-09-09 | ImFactory: reject requests containing unknown properties | Will Thompson | 1 | -2/+13 |
2008-09-05 | Use TpChannelManager; remove GabbleChannelManager | Will Thompson | 1 | -13/+13 |
2008-09-05 | Use TpExportableChannel; remove GabbleExportableChannel | Will Thompson | 1 | -7/+7 |
2008-09-05 | Requestotron: copy changes back from Salut before moving to tp-glib | Will Thompson | 1 | -8/+2 |
2008-08-20 | Merge commit 'origin/requestotron/im' | Simon McVittie | 1 | -73/+3 |
2008-08-20 | Merge branch 'master' into requestotron/requestables | Simon McVittie | 1 | -26/+31 |
2008-08-20 | GabbleImFactory: consolidate cleanup into gabble_im_factory_close_all. | Simon McVittie | 1 | -26/+31 |
2008-07-31 | Don't assert that GabbleIMChannel is a TpChannelIface | Simon McVittie | 1 | -3/+0 |
2008-07-31 | GabbleImFactory: don't implement TpChannelFactoryIface | Simon McVittie | 1 | -70/+3 |
2008-07-30 | GabbleIMFactory: implement foreach_channel_class | Simon McVittie | 1 | -0/+38 |
2008-07-30 | GabbleImFactory: implement request_channel instead of ensure_channel | Simon McVittie | 1 | -4/+4 |
2008-07-29 | GabbleImFactory: implement CreateChannel and EnsureChannel (untested) | Simon McVittie | 1 | -7/+61 |
2008-07-29 | GabbleImFactory: add stub implementations of CreateChannel, EnsureChannel | Simon McVittie | 1 | -0/+29 |
2008-07-29 | GabbleImFactory: update to new GabbleChannelManager API | Simon McVittie | 1 | -5/+9 |
2008-07-28 | GabbleImFactory: reduce dependence on TpChannelFactoryIface | Simon McVittie | 1 | -4/+9 |
2008-07-28 | GabbleImFactory: instead of using TpChannelFactoryIface's connecting/connecte... | Simon McVittie | 1 | -43/+40 |
2008-07-28 | GabbleIMFactory: implement GabbleChannelManager so far (foreach and signal em... | Simon McVittie | 1 | -30/+41 |
2008-07-25 | Implement request signalling in a less awkward way, with a separate signal | Simon McVittie | 1 | -19/+4 |
2008-07-25 | GabbleChannelManager, GabbleImFactory: make GabbleChannelManager implementati... | Simon McVittie | 1 | -7/+26 |
2008-07-25 | GabbleImFactory: also emit new-channels when a channel satisfies a request | Simon McVittie | 1 | -0/+6 |
2008-07-25 | GabbleImFactory: implement GabbleChannelManager | Simon McVittie | 1 | -0/+18 |
2008-07-24 | GabbleIMChannel: implement GabbleExportableChannel; GabbleImFactory: use that... | Simon McVittie | 1 | -10/+12 |
2008-07-28 | GabbleImFactory: remove unnecessary forward-declaration | Simon McVittie | 1 | -2/+0 |
2008-07-24 | Implement the "respawning" behaviour for IM channels with pending messages re... | Simon McVittie | 1 | -7/+23 |
2008-07-24 | GabbleImFactory: simplify priv access | Simon McVittie | 1 | -7/+7 |
2008-07-22 | GabbleIMChannel: assert that there is an initiator | Simon McVittie | 1 | -1/+3 |
2008-07-21 | tidy up libc/glib includes | Dafydd Harries | 1 | -3/+0 |
2008-07-21 | tidy up include style | Dafydd Harries | 1 | -5/+3 |
2008-07-21 | make config.h the first include in every file | Dafydd Harries | 1 | -0/+1 |
2008-07-21 | GabbleImFactory: pass initiator-handle when creating a GabbleIMChannel | Simon McVittie | 1 | -0/+1 |
2008-07-21 | GabbleImFactory: keep track of who initiated the channel | Simon McVittie | 1 | -5/+9 |
2008-07-18 | enure pointer casts have a space after them | Dafydd Harries | 1 | -5/+5 |
2008-07-14 | rename gabble-im-channel.h to im-channel.h | Dafydd Harries | 1 | -1/+1 |
2008-07-14 | rename gabble-connection.h to connection.h | Dafydd Harries | 1 | -1/+1 |
2007-09-25 | don't create new text channel if we receive a message with a chat state but n... | Dafydd Harries | 1 | -2/+3 |
2007-05-20 | ImFactory: ignore GONE chat states if there's no existing channel, preventing... | Robert McQueen | 1 | -0/+7 |
2007-04-26 | Don't use a TP_ prefix on our type #defines, to avoid errors when they're add... | Simon McVittie | 1 | -2/+2 |
2007-04-16 | remove unused src/handles.[ch] | Robert McQueen | 1 | -1/+0 |
2007-04-06 | src/: wrap long lines | Simon McVittie | 1 | -9/+18 |
2007-04-05 | Make the corresponding header the first include in each .c file, to ensure se... | Simon McVittie | 1 | -2/+2 |
2007-03-26 | tweak IM factory receive function to be less verbose, and only print in the c... | Robert McQueen | 1 | -14/+19 |
2007-03-26 | remove seperate body/body_offset args from _text_mixin_parse_message | Robert McQueen | 1 | -5/+6 |
2007-03-22 | In IM factory incoming message callback, unref handle as soon as it's safely ... | Simon McVittie | 1 | -3/+5 |
2007-03-08 | Further improve handle repository API: track errors, and always pass the hand... | Simon McVittie | 1 | -1/+1 |
2007-03-08 | Convert Gabble to use new handle API. | Simon McVittie | 1 | -7/+13 |
2007-02-14 | First implementation of Channel.Interface.ChatState | | 1 | -3/+7 |
2007-02-21 | Stop using conn->parent.foo to access TpBaseConnection members - use a cast i... | Simon McVittie | 1 | -3/+7 |
2007-02-14 | TpChannelFactoryIface and implementations, and TpBaseConnection: Alter semant... | Simon McVittie | 1 | -3/+9 |