summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Fix deadlock caused when gc is triggered within a critical section in dbus-py...HEADmasterDavid Laban2-7/+14
2010-02-19Begin next versionSimon McVittie2-1/+6
2010-02-19Prepare version 0.1.2Simon McVittie4-4/+16
2010-02-19Add some information about how fargo scalesSimon McVittie1-0/+57
2010-02-19log if a user comes online who isn't in the db.David Laban1-0/+2
2010-02-19Break deadlock with a 10 second watchdogDavid Laban1-0/+10
2010-02-19fill in a bit more information in cluster.txtSimon McVittie1-2/+15
2010-02-19Start to develop next versionSimon McVittie2-1/+6
2010-02-19Prepare version 0.1.1telepathy-fargo-0.1.1Simon McVittie3-7/+23
2010-02-18Like the above, but workingSimon McVittie1-9/+9
2010-02-18Reduce the scope of the SupportedCodecs() hack to calls from XMPP to SIPSimon McVittie1-4/+9
2010-02-18Respond to SetRemoteCodecs with SupportedCodecsSimon McVittie1-0/+4
2010-02-18Remove stray reference to t_f.groupSimon McVittie1-1/+0
2010-02-18fix copy-pasta caused typoDavid Laban1-1/+1
2010-02-18Don't call remotely_accepted when called from telepathyDavid Laban1-3/+5
2010-02-18channel: fix some missing logger messages' argumentsSimon McVittie1-2/+2
2010-02-18Merge branch 'ban-twisted-iq-class'David Laban3-153/+13
2010-02-18register-gateway-gui: don't list offline accountsSimon McVittie1-0/+7
2010-02-18Don't add the self-handle to the Group (accept the Telepathy call) until sess...Simon McVittie2-22/+19
2010-02-18calls/from_xmpp: improve clarity of patterns by using e.jingle_actionSimon McVittie1-4/+3
2010-02-18calls/from_xmpp: exercise call acceptance at different timesSimon McVittie1-19/+55
2010-02-18fix transport-info while waiting for acceptanceSimon McVittie1-1/+1
2010-02-18fd.o #26270: don't send session-accept until the Telepathy remote user accept...Simon McVittie2-21/+72
2010-02-18t_f.channel: document the statesSimon McVittie1-0/+5
2010-02-18Call.__stream_ready: explain why we can call Ready with no codecsSimon McVittie1-1/+4
2010-02-18Correct a typo in MembersChangedDetailed that would make adding local-pending...Simon McVittie1-1/+1
2010-02-18Move business logic for starting XMPP calls into CallSimon McVittie1-26/+29
2010-02-18twisted_telepathy: push the concept of invalidation into the base classSimon McVittie1-43/+46
2010-02-18InterfaceBuilder: promote signal-match-tracking to this superclassSimon McVittie1-21/+14
2010-02-18BaseTelepathyObject: rename __base_ready to __started_readyingSimon McVittie1-4/+4
2010-02-18Rename base_ready() to _start_readying() to reflect its purpose and "protecte...Simon McVittie1-12/+16
2010-02-18BaseTelepathyObject: make str(.) the same abbreviated form as repr(.)Simon McVittie1-0/+1
2010-02-18twisted_telepathy: simplify readying somewhatSimon McVittie1-7/+1
2010-02-18Remove unused ReadyableObject classSimon McVittie1-36/+2
2010-02-18Improve debug when objects are invalidatedSimon McVittie1-0/+1
2010-02-18Document that got_channel_path_and_properties is called externally tooSimon McVittie1-0/+4
2010-02-18When sending a session-terminate, send session-initiate first if necessarySimon McVittie1-3/+16
2010-02-18Don't request Telepathy channel until the end of Call.__init__Simon McVittie1-2/+7
2010-02-18twisted_telepathy: rename NameOwnerRef to _UniqueNameInvalidator, and have it...Simon McVittie1-3/+6
2010-02-17Ban jabber.client.IQ from component.David Laban1-9/+3
2010-02-17Don't do anything with the results of presence stanzasDavid Laban1-5/+1
2010-02-17Ban jabber.client.IQ in channel.pyDavid Laban1-12/+3
2010-02-17util.make_iq_set() as a replacement for IQ(xmlstream, 'set')David Laban1-1/+6
2010-02-17Throw away util cruft which hasn't been used since gadgetDavid Laban2-127/+1
2010-02-16calls/from_xmpp: test fd.o #26282Simon McVittie1-2/+4
2010-02-16fd.o #26282: Call: pick up call-termination reasons from the channelSimon McVittie1-4/+11
2010-02-16StreamedMediaChannel: interpret channel membership changes as Jingle reasonsSimon McVittie2-11/+67
2010-02-16calls/from_xmpp: emit MembersChangedDetailed as well as MembersChangedSimon McVittie1-4/+17
2010-02-16servicetest: shut the self-test upSimon McVittie1-0/+4
2010-02-16Call, StreamHandler: don't forcibly terminate the call if the stream vanishesSimon McVittie1-6/+15