index
:
telepathy/telepathy-python
master
telepathy-python-0.12
telepathy-python-0.14
Telepathy Python bindings using dbus-python (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-python)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
Add immutable properties to Protocol
Louis-Francis Ratté-Boulianne
5
-28
/
+40
2010-12-03
Add default implementation of Protocol.Interface.Presence
Louis-Francis Ratté-Boulianne
1
-1
/
+21
2010-12-03
Add (undrafted) MailNotification interface
Louis-Francis Ratté-Boulianne
1
-0
/
+4
2010-12-03
Add new way to set requestable channel classes on channel manager
Louis-Francis Ratté-Boulianne
1
-17
/
+17
2010-12-03
Add default implementation of GetParameters using Protocol
Louis-Francis Ratté-Boulianne
1
-0
/
+12
2010-12-03
Add Protocol default implementation
Louis-Francis Ratté-Boulianne
5
-4
/
+173
2010-12-03
Add properties to get handle attributes
Louis-Francis Ratté-Boulianne
1
-0
/
+5
2010-12-03
Implement new properties of ConnectionManager
Louis-Francis Ratté-Boulianne
1
-2
/
+20
2010-12-03
Add function to check if some protocol is supported by the CM
Louis-Francis Ratté-Boulianne
1
-7
/
+10
2010-12-03
Add helper function to diff capabilities
Louis-Francis Ratté-Boulianne
1
-0
/
+25
2010-12-03
Add (empty) default values for some connection properties
Louis-Francis Ratté-Boulianne
1
-0
/
+2
2010-12-03
Add property to get self handle even when not connected
Louis-Francis Ratté-Boulianne
1
-1
/
+6
2010-12-03
Remove D-Bus object from connection in default implementation of Close
Louis-Francis Ratté-Boulianne
1
-2
/
+6
2010-12-03
Remove Channel D-Bus object from the connection if Close failed
Louis-Francis Ratté-Boulianne
2
-3
/
+11
2010-11-24
Add function to ensure a handle by its name (create it if not found)
Louis-Francis Ratté-Boulianne
1
-11
/
+18
2010-11-24
Add default implementation of Conference interface
Louis-Francis Ratté-Boulianne
1
-0
/
+45
2010-11-24
Don't print garbage when checking an invalid handle
Louis-Francis Ratté-Boulianne
1
-2
/
+0
2010-11-24
Don't throw an exception when trying to remove an invalid channel
Louis-Francis Ratté-Boulianne
1
-0
/
+2
2010-11-24
Deprecate usage of handle 0 in GetCapabilities
Louis-Francis Ratté-Boulianne
1
-3
/
+4
2010-11-24
Add a default implementation of ContactCapabilities interface
Louis-Francis Ratté-Boulianne
1
-0
/
+23
2010-04-22
added Account and AccountManager class
Morten Mjelva
4
-0
/
+100
2010-04-16
text channel: raise ValueError if a message ID is Received twice
David Laban
1
-1
/
+4
2010-04-07
conn: implement Interfaces and Status properties
Jonny Lamb
1
-2
/
+5
2010-04-04
Make it possible to add a bus to the ManagerRegistry
Sjoerd Simons
1
-2
/
+4
2010-04-03
channel: proper usage of _add_immutables in ChannelTypeRoomList
Krzysztof Klinikowski
1
-1
/
+1
2010-04-02
conn: allow TargetHandle=0 when TargetHandleType=NONE
Jonny Lamb
1
-2
/
+2
2010-03-11
channelmanager: add a deprecation warning when using _implement_channel_class
Jonny Lamb
1
-0
/
+5
2010-03-11
channelmanager: document the {,_}implement_channel_class{,es} methods
Jonny Lamb
1
-1
/
+19
2010-03-11
channel: use a proper docstring instead of just a comment
Jonny Lamb
1
-1
/
+2
2010-03-11
conn: only allow TargetHandleType <= LAST_HANDLE_TYPE
Jonny Lamb
1
-1
/
+1
2010-03-11
channel{,manager}: use NoneHandle around to remove hacks where handle might b...
Jonny Lamb
3
-44
/
+26
2010-03-11
handle: add NoneHandle to represent HANDLE_TYPE_NONE
Jonny Lamb
1
-1
/
+7
2010-03-10
channelmanager: add implement_channel_classes function
Jonny Lamb
1
-2
/
+18
2010-03-10
channelmanager: rename requestable_channel_classes to requestable_channels
Jonny Lamb
1
-7
/
+7
2010-03-10
channelmanager: only add a channel to the internal list if we have the handle
Jonny Lamb
1
-1
/
+1
2010-03-10
channelmanager: return None as the handle if TargetHandleType=NONE
Jonny Lamb
1
-3
/
+9
2010-03-10
channel: add a comment on get_props to clarify more what it does
Jonny Lamb
1
-0
/
+1
2010-03-10
channel: don't find the channel handle if TargetHandleType=NONE or TargetHand...
Jonny Lamb
1
-4
/
+13
2010-03-10
channel: TargetHandle=0 if the channel handle is None
Jonny Lamb
1
-1
/
+7
2010-03-10
requests: 0 is a valid TargetHandleType
Jonny Lamb
1
-1
/
+1
2010-03-09
Fix a small typo in alter_properties which prevented raising the proper excep...
Olivier Le Thanh Duong
1
-2
/
+2
2010-03-09
channel: add named parameter "object_path" to Channel, and similar for its ch...
Jonny Lamb
2
-15
/
+24
2010-03-09
channel: remove duplicate ChannelTypeFileTransfer definition
Jonny Lamb
1
-16
/
+0
2010-03-09
Return actual channel properties rather than callers in EnsureChannel/CreateC...
Ed Page
1
-15
/
+4
2010-02-26
Fix connection.check_parameters to accept dbus.Boolean
Olivier Le Thanh Duong
1
-1
/
+1
2010-01-20
debug: implement setting the Enabled property
Jonny Lamb
1
-0
/
+4
2010-01-20
properties: no need to return anything from the property setters
Jonny Lamb
1
-1
/
+1
2010-01-20
Fix registering new channels in channel manager
Olivier Le Thanh Duong
1
-2
/
+1
2010-01-05
Add comments
Olivier Le Thanh Duong
1
-7
/
+17
2010-01-05
Fix ChannelManager.close() to iter channel correcty
Olivier Le Thanh Duong
1
-5
/
+6
[next]