summaryrefslogtreecommitdiff
path: root/src/server/channel.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-02fix NotImplemented usage in server/channel.pyHEADmasterMaksim Melnikau1-2/+2
2010-12-16server.channel: import ServerAuthentication and SASLAuthentication classesJonny Lamb1-0/+20
2010-12-16server.channel: do Close cleanup parts separatelyJonny Lamb1-0/+10
2010-12-03Add immutable properties to ProtocolLouis-Francis Ratté-Boulianne1-19/+7
2010-12-03Remove D-Bus object from connection in default implementation of CloseLouis-Francis Ratté-Boulianne1-2/+6
2010-12-03Remove Channel D-Bus object from the connection if Close failedLouis-Francis Ratté-Boulianne1-0/+3
2010-11-24Add default implementation of Conference interfaceLouis-Francis Ratté-Boulianne1-0/+45
2010-04-16text channel: raise ValueError if a message ID is Received twiceDavid Laban1-1/+4
2010-04-03channel: proper usage of _add_immutables in ChannelTypeRoomListKrzysztof Klinikowski1-1/+1
2010-03-11channel: use a proper docstring instead of just a commentJonny Lamb1-1/+2
2010-03-11channel{,manager}: use NoneHandle around to remove hacks where handle might b...Jonny Lamb1-34/+13
2010-03-10channel: add a comment on get_props to clarify more what it doesJonny Lamb1-0/+1
2010-03-10channel: don't find the channel handle if TargetHandleType=NONE or TargetHand...Jonny Lamb1-4/+13
2010-03-10channel: TargetHandle=0 if the channel handle is NoneJonny Lamb1-1/+7
2010-03-09channel: add named parameter "object_path" to Channel, and similar for its ch...Jonny Lamb1-12/+18
2010-03-09channel: remove duplicate ChannelTypeFileTransfer definitionJonny Lamb1-16/+0
2009-08-11Merge branch 'master' of git+ssh://git.collabora.co.uk/git/user/lfrb/telepath...Louis-Francis Ratté-Boulianne1-15/+60
2009-08-04Added FileTransfer channelLouis-Francis Ratte-Boulianne1-0/+17
2009-07-10Remove channel from manager when closingLouis-Francis Ratte-Boulianne1-9/+11
2009-06-26Added FileTransfer channelLouis-Francis Ratte-Boulianne1-0/+17
2009-01-08Added immutable properties and re-implemented Channel.get_props using them.Jonny Lamb1-4/+21
2009-01-08Create a Channel object using the initial props instead of just type and handle.Jonny Lamb1-15/+16
2009-01-08Implement Requested property of Channel class.Jonny Lamb1-1/+2
2009-01-08Use Handle.get_id instead of relying on Handle.__int__.Jonny Lamb1-1/+1
2009-01-07Add a dict to Channel class to hold properties.Jonny Lamb1-0/+8
2009-01-05Actually initialise DBusProperties in ChannelInterfaceGroup.Jonny Lamb1-0/+1
2009-01-05Merge branch 'more-properties'Jonny Lamb1-2/+32
2009-01-05Implemented TargetID D-Bus property on Channel class.Jonny Lamb1-1/+8
2009-01-05Fix TargetHandle{,Type} properties by returning the correct signature.Jonny Lamb1-2/+8
2009-01-05Pass signature argument to dbus.Array.Jonny Lamb1-3/+3
2009-01-05Make sure DBusProperties.__init__ is called after self._interfaces is set.Jonny Lamb1-5/+5
2009-01-05Implemented GroupFlags, Members, RemotePendingMembers & SelfHandle D-Bus prop...Jonny Lamb1-1/+8
2009-01-05server/channel.py: remove Transfer interface as it's an experimental oneGuillaume Desmottes1-2/+0
2009-01-05server/channel.py: remove CallMerging interface as it's an experimental oneGuillaume Desmottes1-4/+0
2008-12-24Implemented ChannelType, Interfaces, TargetHandle & TargetHandleType D-Bus pr...Jonny Lamb1-1/+11
2008-08-26add telepathy.server.channel.ChannelInterfaceCallStateGuillaume Desmottes1-0/+2
2008-08-25channel.py: remove ChannelTypeContactSearch as the interface was removed from...Guillaume Desmottes1-45/+0
2008-02-21Update src for spec 0.17.1 (add ChannelHandler, CallMerging)Simon McVittie1-0/+4
2007-11-28correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)1-2/+2
2007-09-26Move source code from ./telepathy to ./src - it's not usable until the genera...Simon McVittie1-0/+368