summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-02fix NotImplemented usage in server/channel.pyHEADmasterMaksim Melnikau1-2/+2
2013-01-02fix handle_type in server/conn.py create_handleMaksim Melnikau1-2/+2
2010-12-21src: don't install _generated/errors.py twiceReimundo Heluani1-1/+3
2010-12-16protocol: fix typoJonny Lamb1-1/+1
2010-12-16protocol: init Protocol._authentication_types to something sensibleJonny Lamb1-1/+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-16protocol: implement AuthenticationTypes propertyJonny Lamb1-1/+6
2010-12-03Add immutable properties to ProtocolLouis-Francis Ratté-Boulianne5-28/+40
2010-12-03Add default implementation of Protocol.Interface.PresenceLouis-Francis Ratté-Boulianne1-1/+21
2010-12-03Add (undrafted) MailNotification interfaceLouis-Francis Ratté-Boulianne1-0/+4
2010-12-03Add new way to set requestable channel classes on channel managerLouis-Francis Ratté-Boulianne1-17/+17
2010-12-03Add default implementation of GetParameters using ProtocolLouis-Francis Ratté-Boulianne1-0/+12
2010-12-03Add Protocol default implementationLouis-Francis Ratté-Boulianne5-4/+173
2010-12-03Add properties to get handle attributesLouis-Francis Ratté-Boulianne1-0/+5
2010-12-03Implement new properties of ConnectionManagerLouis-Francis Ratté-Boulianne1-2/+20
2010-12-03Add function to check if some protocol is supported by the CMLouis-Francis Ratté-Boulianne1-7/+10
2010-12-03Add helper function to diff capabilitiesLouis-Francis Ratté-Boulianne1-0/+25
2010-12-03Add (empty) default values for some connection propertiesLouis-Francis Ratté-Boulianne1-0/+2
2010-12-03Add property to get self handle even when not connectedLouis-Francis Ratté-Boulianne1-1/+6
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é-Boulianne2-3/+11
2010-11-24Add function to ensure a handle by its name (create it if not found)Louis-Francis Ratté-Boulianne1-11/+18
2010-11-24Add default implementation of Conference interfaceLouis-Francis Ratté-Boulianne1-0/+45
2010-11-24Don't print garbage when checking an invalid handleLouis-Francis Ratté-Boulianne1-2/+0
2010-11-24Don't throw an exception when trying to remove an invalid channelLouis-Francis Ratté-Boulianne1-0/+2
2010-11-24Deprecate usage of handle 0 in GetCapabilitiesLouis-Francis Ratté-Boulianne1-3/+4
2010-11-24Add a default implementation of ContactCapabilities interfaceLouis-Francis Ratté-Boulianne1-0/+23
2010-04-22added Account and AccountManager classMorten Mjelva4-0/+100
2010-04-16text channel: raise ValueError if a message ID is Received twiceDavid Laban1-1/+4
2010-04-07conn: implement Interfaces and Status propertiesJonny Lamb1-2/+5
2010-04-04Make it possible to add a bus to the ManagerRegistrySjoerd Simons1-2/+4
2010-04-03channel: proper usage of _add_immutables in ChannelTypeRoomListKrzysztof Klinikowski1-1/+1
2010-04-02conn: allow TargetHandle=0 when TargetHandleType=NONEJonny Lamb1-2/+2
2010-03-11channelmanager: add a deprecation warning when using _implement_channel_classJonny Lamb1-0/+5
2010-03-11channelmanager: document the {,_}implement_channel_class{,es} methodsJonny Lamb1-1/+19
2010-03-11channel: use a proper docstring instead of just a commentJonny Lamb1-1/+2
2010-03-11conn: only allow TargetHandleType <= LAST_HANDLE_TYPEJonny Lamb1-1/+1
2010-03-11channel{,manager}: use NoneHandle around to remove hacks where handle might b...Jonny Lamb3-44/+26
2010-03-11handle: add NoneHandle to represent HANDLE_TYPE_NONEJonny Lamb1-1/+7
2010-03-10channelmanager: add implement_channel_classes functionJonny Lamb1-2/+18
2010-03-10channelmanager: rename requestable_channel_classes to requestable_channelsJonny Lamb1-7/+7
2010-03-10channelmanager: only add a channel to the internal list if we have the handleJonny Lamb1-1/+1
2010-03-10channelmanager: return None as the handle if TargetHandleType=NONEJonny Lamb1-3/+9
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-10requests: 0 is a valid TargetHandleTypeJonny Lamb1-1/+1
2010-03-09Fix a small typo in alter_properties which prevented raising the proper excep...Olivier Le Thanh Duong1-2/+2
2010-03-09channel: add named parameter "object_path" to Channel, and similar for its ch...Jonny Lamb2-15/+24