summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-10Bump version to 0.14.0.1 (re-recorded)telepathy-python-0.14Simon McVittie1-1/+1
2008-01-10Bump version to 0.14.0 (re-recorded)telepathy-python-0.14.0Simon McVittie1-1/+1
2007-09-26README: stop talking about recently-removed examplesSimon McVittie1-12/+3
2007-09-26Adjust README to refer to the telepathy -> src moveSimon McVittie1-4/+4
2007-09-26Move source code from ./telepathy to ./src - it's not usable until the genera...Simon McVittie22-1/+2
2007-10-01move muc and private tubes client specific class to tube-stream-{muc,private}.pyGuillaume Desmottes3-54/+57
2007-10-01stream_tube_client.py: print a message when the joiner is waiting for a tube ...Guillaume Desmottes1-0/+5
2007-10-01stream_tube_client.py: coding style tweaksGuillaume Desmottes1-12/+12
2007-10-01stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddressGuillaume Desmottes1-4/+4
2007-10-01add examples/tube-stream-private.pyGuillaume Desmottes1-0/+33
2007-10-01stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoi...Guillaume Desmottes1-0/+25
2007-10-01stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Jo...Guillaume Desmottes2-25/+34
2007-10-01stream_tube_client.py: set "x-example" as serviceGuillaume Desmottes1-1/+1
2007-10-01factor out stream tubes demo code to stream_tube_client.pyGuillaume Desmottes2-263/+266
2007-10-01rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}ClientGuillaume Desmottes1-14/+14
2007-10-01tube-stream-muc.py: use self.conn.dbus_proxy.bus_name instead of self.conn._d...Guillaume Desmottes1-5/+3
2007-10-01tube-dbus: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_objec...Guillaume Desmottes1-5/+3
2007-10-01add examples/tube-stream-muc.pyGuillaume Desmottes1-0/+296
2007-09-29call.py: Fix the definition of run_main_loopSjoerd Simons1-1/+1
2007-09-27update to spec 0.16.0Guillaume Desmottes3-7/+41
2007-09-27examples/tube-dbus-muc.py: add a workaround to be sure to join the right room...Guillaume Desmottes1-0/+4
2007-09-26use dbus.service.Object instead of ExportedGObjectGuillaume Desmottes1-3/+2
2007-09-26tube-dbus-muc.py: connect tubes signals before the ListTubes call to avoid to...Guillaume Desmottes1-7/+6
2007-09-26update spec to fit 0.15.5Guillaume Desmottes9-33/+148
2007-09-26add examples/tube-dbus-muc.pyGuillaume Desmottes1-0/+236
2007-09-26copy ./examples/tubeconn.py from sugarGuillaume Desmottes1-0/+108
2007-09-26spec/Channel_Type_Tubes.xml updated to 0.15.5Guillaume Desmottes1-41/+384
2007-09-26Update call-gtk.py to use new call.py APIXavier Claessens2-17/+7
2007-07-13Remove TODO-SPEC (spec is elsewhere now)Simon McVittie1-21/+0
2007-07-13Remove TODO file for removed prototype stuffSimon McVittie1-17/+0
2007-07-13Remove test-client.pySimon McVittie1-368/+0
2007-07-13Remove disco.pySimon McVittie1-103/+0
2007-07-13Remove tabbySimon McVittie17-2919/+0
2007-07-13Remove scw-client and pygtkconsoleSimon McVittie2-1027/+0
2007-07-13Remove swiss.manager, swiss.pySimon McVittie2-699/+0
2007-09-11Use CONN_MGR_PARAM_FLAG_HAS_DEFAULT to determine whether a parameter has a de...Will Thompson1-3/+3
2007-09-11Include default values in generated .manager filesWill Thompson1-0/+14
2007-09-11Handle register flag; use CONN_MGR_PARAM_FLAG_REQUIRED not 1LWill Thompson1-3/+8
2007-08-31Sort the generated manager file by protocol nameWill Thompson1-1/+3
2007-08-31Rename variables to less haze-specific alternativesWill Thompson1-4/+4
2007-08-31Add generate-manager-file.pyWill Thompson2-3/+38
2007-09-07HANDLE_TYPE_NONE is not a valid typeXavier Claessens1-1/+2
2007-09-07Invalid handles types are those > LAST_HANDLE_TYPEXavier Claessens1-4/+2
2007-07-02Development version 0.13.13.1Simon McVittie1-1/+1
2007-07-02Correct order of warnings.warn argumentstelepathy-python-0.13.13Simon McVittie1-2/+2
2007-07-02Version 0.13.13Simon McVittie1-1/+1
2007-07-02README: explain how to use uninstalled; explain that we need a recent dbus-py...Simon McVittie1-11/+16
2007-07-02Just use an attribute for InterfaceFactory.dbus_proxy and document it as read...Simon McVittie1-5/+25
2007-07-02Emit DeprecationWarning if Connection.__init__ doesn't get the manager argume...Simon McVittie1-1/+8
2007-07-02Remove vestigial private function _is_bad_identifier_charSimon McVittie1-5/+0