summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-29Fix memory leaksHEADmasterDavid Laban3-5/+9
2010-12-29Implement video in one horrible monolithic commitDavid Laban7-390/+767
2010-12-29first: more verbose logging of unhandled stanzasDavid Laban1-1/+1
2010-12-29eclipse: run tests in debuggerDavid Laban1-0/+9
2010-12-29eclipse: rename unused variablesDavid Laban1-2/+2
2010-12-29eclipse: spellcheckDavid Laban1-1/+1
2010-12-29fix logger formatsDavid Laban1-2/+2
2010-12-29fix logging parametersDavid Laban1-1/+1
2010-12-29Robustness ++David Laban2-11/+18
2010-12-29Make it easier to run tests in eclipse debugger.David Laban4-8/+53
2010-12-29Handle unsubscriptions.David Laban2-1/+14
2010-12-08use jabber:component:accept rather than jabber:clientDavid Laban1-5/+5
2010-12-08FIRST: fix typo in failure case.David Laban1-1/+1
2010-12-08first: (streamhandler|sessionhandler).type -> .media_typeDavid Laban1-2/+2
2010-10-21cm.py: Make log_in() easier to understandDavid Laban1-23/+39
2010-09-02follow the spec about transport=replacedebuggingDavid Laban2-1/+24
2010-03-29Print connection params on login for easier debuggingDavid Laban1-3/+5
2010-03-22Warn when pidgin gives us bullshit candidatesDavid Laban1-1/+9
2010-03-22Warn if gateway domain is wrong in fargo config.David Laban1-0/+5
2010-03-22s/Failure/Exception/ when catching from a yield.register-and-signinDavid Laban3-7/+6
2010-03-22HACK: pretend it's always the user's fault if sofiasip fails to give us a Sta...David Laban1-1/+1
2010-03-22Force reconnect to check new parametersDavid Laban2-7/+11
2010-03-22cm.log_in() Warn if parameters don't match the ones we asked for.David Laban2-2/+8
2010-03-22s/log_in_/_log_in/ to make it private as it should beDavid Laban1-2/+2
2010-03-22Make it explicit that wait_for_connected() will call Connect(), and handle er...David Laban2-15/+25
2010-03-22handle DisconnectedError sensibly when logging in in got_presence_updateDavid Laban1-2/+9
2010-03-22Make got_gateway_iq_set_register less twisted, and better at handling errorsDavid Laban1-7/+18
2010-03-22pass optional text into make_iq_errorDavid Laban1-1/+5
2010-03-22avoid duplicate tracebacks from conn.check_for_existing_channels()David Laban1-1/+5
2010-03-22make DisconnectedError easier to understandDavid Laban1-1/+22
2010-03-22make component use cm.maybe_get_connection_for(client_jid)David Laban2-21/+19
2010-03-22Delete defer.pyDavid Laban1-198/+0
2010-03-02Make log_in use standard twisted Deferreds.David Laban1-11/+43
2010-02-25Fix deadlock caused when gc is triggered within a critical section in dbus-py...deadlockDavid 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.watchdogDavid 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.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