index
:
telepathy-fargo.git
master
XMPP-to-SIP calling gateway
David Laban
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-25
Fix deadlock caused when gc is triggered within a critical section in dbus-py...
HEAD
master
David Laban
2
-7/+14
2010-02-19
Begin next version
Simon McVittie
2
-1/+6
2010-02-19
Prepare version 0.1.2
Simon McVittie
4
-4/+16
2010-02-19
Add some information about how fargo scales
Simon McVittie
1
-0/+57
2010-02-19
log if a user comes online who isn't in the db.
David Laban
1
-0/+2
2010-02-19
Break deadlock with a 10 second watchdog
David Laban
1
-0/+10
2010-02-19
fill in a bit more information in cluster.txt
Simon McVittie
1
-2/+15
2010-02-19
Start to develop next version
Simon McVittie
2
-1/+6
2010-02-19
Prepare version 0.1.1
telepathy-fargo-0.1.1
Simon McVittie
3
-7/+23
2010-02-18
Like the above, but working
Simon McVittie
1
-9/+9
2010-02-18
Reduce the scope of the SupportedCodecs() hack to calls from XMPP to SIP
Simon McVittie
1
-4/+9
2010-02-18
Respond to SetRemoteCodecs with SupportedCodecs
Simon McVittie
1
-0/+4
2010-02-18
Remove stray reference to t_f.group
Simon McVittie
1
-1/+0
2010-02-18
fix copy-pasta caused typo
David Laban
1
-1/+1
2010-02-18
Don't call remotely_accepted when called from telepathy
David Laban
1
-3/+5
2010-02-18
channel: fix some missing logger messages' arguments
Simon McVittie
1
-2/+2
2010-02-18
Merge branch 'ban-twisted-iq-class'
David Laban
3
-153/+13
2010-02-18
register-gateway-gui: don't list offline accounts
Simon McVittie
1
-0/+7
2010-02-18
Don't add the self-handle to the Group (accept the Telepathy call) until sess...
Simon McVittie
2
-22/+19
2010-02-18
calls/from_xmpp: improve clarity of patterns by using e.jingle_action
Simon McVittie
1
-4/+3
2010-02-18
calls/from_xmpp: exercise call acceptance at different times
Simon McVittie
1
-19/+55
2010-02-18
fix transport-info while waiting for acceptance
Simon McVittie
1
-1/+1
2010-02-18
fd.o #26270: don't send session-accept until the Telepathy remote user accept...
Simon McVittie
2
-21/+72
2010-02-18
t_f.channel: document the states
Simon McVittie
1
-0/+5
2010-02-18
Call.__stream_ready: explain why we can call Ready with no codecs
Simon McVittie
1
-1/+4
2010-02-18
Correct a typo in MembersChangedDetailed that would make adding local-pending...
Simon McVittie
1
-1/+1
2010-02-18
Move business logic for starting XMPP calls into Call
Simon McVittie
1
-26/+29
2010-02-18
twisted_telepathy: push the concept of invalidation into the base class
Simon McVittie
1
-43/+46
2010-02-18
InterfaceBuilder: promote signal-match-tracking to this superclass
Simon McVittie
1
-21/+14
2010-02-18
BaseTelepathyObject: rename __base_ready to __started_readying
Simon McVittie
1
-4/+4
2010-02-18
Rename base_ready() to _start_readying() to reflect its purpose and "protecte...
Simon McVittie
1
-12/+16
2010-02-18
BaseTelepathyObject: make str(.) the same abbreviated form as repr(.)
Simon McVittie
1
-0/+1
2010-02-18
twisted_telepathy: simplify readying somewhat
Simon McVittie
1
-7/+1
2010-02-18
Remove unused ReadyableObject class
Simon McVittie
1
-36/+2
2010-02-18
Improve debug when objects are invalidated
Simon McVittie
1
-0/+1
2010-02-18
Document that got_channel_path_and_properties is called externally too
Simon McVittie
1
-0/+4
2010-02-18
When sending a session-terminate, send session-initiate first if necessary
Simon McVittie
1
-3/+16
2010-02-18
Don't request Telepathy channel until the end of Call.__init__
Simon McVittie
1
-2/+7
2010-02-18
twisted_telepathy: rename NameOwnerRef to _UniqueNameInvalidator, and have it...
Simon McVittie
1
-3/+6
2010-02-17
Ban jabber.client.IQ from component.
David Laban
1
-9/+3
2010-02-17
Don't do anything with the results of presence stanzas
David Laban
1
-5/+1
2010-02-17
Ban jabber.client.IQ in channel.py
David Laban
1
-12/+3
2010-02-17
util.make_iq_set() as a replacement for IQ(xmlstream, 'set')
David Laban
1
-1/+6
2010-02-17
Throw away util cruft which hasn't been used since gadget
David Laban
2
-127/+1
2010-02-16
calls/from_xmpp: test fd.o #26282
Simon McVittie
1
-2/+4
2010-02-16
fd.o #26282: Call: pick up call-termination reasons from the channel
Simon McVittie
1
-4/+11
2010-02-16
StreamedMediaChannel: interpret channel membership changes as Jingle reasons
Simon McVittie
2
-11/+67
2010-02-16
calls/from_xmpp: emit MembersChangedDetailed as well as MembersChanged
Simon McVittie
1
-4/+17
2010-02-16
servicetest: shut the self-test up
Simon McVittie
1
-0/+4
2010-02-16
Call, StreamHandler: don't forcibly terminate the call if the stream vanishes
Simon McVittie
1
-6/+15
[next]