summaryrefslogtreecommitdiff
path: root/src/im-channel-factory.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24HazeIMChannel: use TpBaseChannelSimon McVittie1-11/+4
2013-09-12use TP_SEAL_ENABLEGuillaume Desmottes1-3/+5
2013-09-12use tp-glib single includesGuillaume Desmottes1-6/+1
2013-05-27Revert "Revert "Stop using deprecated tp-glib symbols""Xavier Claessens1-10/+1
2013-05-27Revert "Stop using deprecated tp-glib symbols"Xavier Claessens1-1/+10
2013-05-27Stop using deprecated tp-glib symbolsXavier Claessens1-10/+1
2010-07-16haze_protocol_get_connection_details: use channel manager GTypesSimon McVittie1-19/+0
2010-07-15Implement the rest of the TpBaseProtocol methodsSimon McVittie1-0/+20
2010-01-09Fix circular channel creationFelipe Contreras1-0/+2
2009-03-23Move incoming message handling to IMChannelWill Thompson1-38/+2
2009-03-23Implement respawning for IM channelsWill Thompson1-5/+18
2009-01-08ImChannelFactory: oops, this is a factory for Text, not ContactListSimon McVittie1-1/+1
2009-01-08ImChannelFactory: emit ChannelClosedSimon McVittie1-0/+3
2009-01-08HazeImChannelFactory: stop being a TpChannelFactoryIfaceSimon McVittie1-76/+0
2009-01-08HazeImChannelFactory: be a TpChannelManager as well as a TpChannelFactoryIfaceSimon McVittie1-19/+200
2009-01-08Update copyrightSimon McVittie1-1/+1
2009-01-08HazeImChannelFactory: simplify access to priv dataSimon McVittie1-66/+43
2008-10-16HazeIMChannel: implement InitiatorHandle, InitiatorID, RequestedSimon McVittie1-10/+14
2007-12-17Fix turning incoming and outgoing linebreaks into spaces.Will Thompson1-2/+7
2007-10-17Emit the best approximation of SendError currently possible with libpurpleWill Thompson1-0/+9
2007-10-17Emit Sent from haze_write_im rather than from im_channel_send; DEBUG ignored ...Will Thompson1-5/+9
2007-10-17Pass messages written to CONV_TYPE_IMs with write_conv up to haze_write_im so...Will Thompson1-1/+21
2007-10-17Use DEBUG rather than using g_debug directlyWill Thompson1-9/+10
2007-08-16Properly close contact list channels; stop segfaulting during factory close_a...Will Thompson1-1/+3
2007-08-09Implement typing notifications in both directions on protocols supporting them.Will Thompson1-1/+59
2007-08-08Keep a ref to the relevant contact handle in a PurpleConversation, rather tha...Will Thompson1-27/+58
2007-08-06conversation_{created,destroyed} uiopsWill Thompson1-24/+36
2007-08-06Rearrange haze_write_im slightly for legibility.Will Thompson1-10/+6
2007-08-06Make use of get_im_channelWill Thompson1-13/+6
2007-08-06Add get_im_channel helper to retrieve/create IM channelsWill Thompson1-1/+28
2007-08-03Add legalese to *.[ch]Will Thompson1-0/+20
2007-07-31Don't leak message if a message comes from handle 0.Will Thompson1-2/+2
2007-07-30Use write_im UiOp rather than a new signal for incoming IMsWill Thompson1-61/+98
2007-07-20Clarify the debug message when IM channels are closed.Will Thompson1-1/+1
2007-07-18Strip HTML from incoming messages.Will Thompson1-1/+2
2007-07-18Store HazeConnection in PurpleAccount.ui_data.Will Thompson1-10/+19
2007-07-04Don't leak im channels, and use the real timestamp of messages.Will Thompson1-9/+30
2007-06-29Actually make some distinction between different message types.Will Thompson1-3/+10
2007-06-29Disconnect received-im-msg handler when the account signs off.Will Thompson1-1/+8
2007-06-29rudimentary (ie broken) receiving of messagesWill Thompson1-1/+57
2007-06-27The (non-functional) rudiments of an IM channel implementation.Will Thompson1-0/+263