summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-19capabilities: advertise webcam protocol, but not sipwebcamJonny Lamb1-9/+11
2010-03-19connection: stop ignoring webcam invitations and force Initial{Video,Audio}Jonny Lamb1-9/+10
2010-03-19media channel: add more logging statementsJonny Lamb1-1/+3
2010-03-19media channel: only call RequestStreams with Initial{A,V} property if it was ...Jonny Lamb1-1/+1
2010-03-19media channel: remove any request for an audio streamJonny Lamb1-0/+4
2010-03-19media channel: implement ImmutableStreams propertyJonny Lamb1-0/+2
2010-03-19channel manager: use webcam protocol if the contact doesn't support rtc videoJonny Lamb1-1/+4
2010-03-18media channel: if no Initiator{ID,Handle} and requested, set self handle as i...Jonny Lamb1-2/+5
2010-03-18channel manager: small change to media channel object pathsJonny Lamb1-1/+1
2010-03-18media channel: raise InvalidArgument for an invalid stream id to RequestStrea...Jonny Lamb2-2/+7
2010-03-18media channel: use constants instead of magic numbersJonny Lamb1-1/+2
2010-03-17NEWS: updatedJonny Lamb1-1/+5
2010-03-17build: add telepathy.am and include it in top-level Makefile.amJonny Lamb3-1/+44
2010-03-17build: move from waf to autotoolsJonny Lamb17-514/+159
2010-03-15text channel: stop abusing (Message_Type_Action, "nudge") to send nudgesJonny Lamb2-9/+6
2010-03-14capabilities: fix typoJonny Lamb1-1/+1
2010-03-13NEWS: updatedJonny Lamb1-0/+16
2010-03-13connection: redefine GetInterfaces so it can be called before being connectedJonny Lamb1-0/+14
2010-03-13connection: add the mail notification interface before signalling connectedJonny Lamb1-2/+2
2010-03-12Version 0.5.6.telepathy-butterfly-0.5.6Jonny Lamb2-1/+31
2010-03-12Merge branch 'typing-notifications-timeout'Jonny Lamb1-0/+70
2010-03-12text channel: stop sending typing notifications if the chat state is not comp...Jonny Lamb1-2/+2
2010-03-12gitignore: updatedJonny Lamb1-1/+3
2010-03-12Merge branch 'conference'Jonny Lamb9-198/+714
2010-03-12text channel: set all handle's chat states to active when removing typing tim...Jonny Lamb1-1/+5
2010-03-12text channel: don't store non-zero source IDs in the typing_notifications dictJonny Lamb1-5/+4
2010-03-12text channel: send typing notifications every 5s, and timeout others after 10sJonny Lamb1-0/+67
2010-03-12muc: fix typo in call to GroupFlagsChangedJonny Lamb1-1/+1
2010-03-12conference: fix extending from 1-1 channels where the switchboard has timed outJonny Lamb3-1/+16
2010-03-12im channel: define steal_channel to implement ImSpecific actionsJonny Lamb2-13/+18
2010-03-12conference: if aren't able to steal a conversation, raise OfflineJonny Lamb2-0/+8
2010-03-12muc: calling AddMembers can be used, so set the flags to say soJonny Lamb1-0/+2
2010-03-11gitignore: updatedJonny Lamb1-0/+1
2010-03-11text channel: split into three subclasses: Im, Muc and ConferenceJonny Lamb5-303/+451
2010-03-11channel_manager: update the RequestableChannelClasses to match realityJonny Lamb1-4/+16
2010-03-11text channel: don't set CanAdd group flag to zero, as we want it to be 1Jonny Lamb1-4/+0
2010-03-11channel_manager: use escape_as_identifier instead of str.encodeJonny Lamb1-3/+42
2010-03-11all: tp-python now gives NoneHandle, so start using it all aroundJonny Lamb3-9/+14
2010-03-10text channel: implement conference channel interfaceJonny Lamb1-43/+197
2010-03-10connection: implement being invited to multi user chatsJonny Lamb1-7/+8
2010-03-10channel_manager: implement all channel classes using tp-python's new functionJonny Lamb2-15/+30
2010-03-10channel_manager: allow either TargetHandleType to be CONTACT or NONEJonny Lamb1-4/+3
2010-03-10Channel_Interface_Conference: addedJonny Lamb1-0/+155
2010-03-10Prepare for tp-butterfly-0.5.5telepathy-butterfly-0.5.5Olivier Le Thanh Duong2-11/+30
2010-03-09Implement RemoveMembers on text channelOlivier Le Thanh Duong1-0/+8
2010-03-09Ignore incoming conference and webcam callsOlivier Le Thanh Duong1-15/+17
2010-03-09Don't show that our contacts support callsOlivier Le Thanh Duong1-8/+8
2010-03-09Don't advertise webcam capability to our contactsOlivier Le Thanh Duong1-8/+8
2010-03-09channels: use prettier object pathsJonny Lamb6-15/+37
2010-03-09media: implement getters for streamed media channel propertiesJonny Lamb1-0/+10