index
:
telepathy/telepathy-rakia
master
next
telepathy-rakia-0.8
telepathy-sofiasip-0.4
telepathy-sofiasip-0.6
SIP connection manager using Sofia-SIP (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-rakia)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-27
Add LCOV machinery
Mikhail Zabaluev
1
-0
/
+2
2008-12-16
Zero-initialize the GValue for the alias pair
Mikhail Zabaluev
1
-1
/
+1
2008-11-28
Emit NewChannels/NewChannel on incoming media channels
Mikhail Zabaluev
1
-0
/
+3
2008-11-28
Fix the 'TargetID'/'target-id' property on TpsipMediaChannel
Mikhail Zabaluev
1
-1
/
+1
2008-11-27
Do advertise Requests interface as supported by the connection
Mikhail Zabaluev
1
-0
/
+1
2008-11-20
Added Destroyable to the list of text channel interfaces
Mikhail Zabaluev
1
-0
/
+1
2008-11-19
Merge branch 'requestable-channels' into spec-0.17.14
Mikhail Zabaluev
5
-25
/
+21
2008-11-19
Addressed the review comments
Mikhail Zabaluev
5
-26
/
+22
2008-11-18
Set the flag Channel_Text_Message_Flag_Resqued on pending messages of a resur...
Mikhail Zabaluev
1
-3
/
+12
2008-11-18
Implemented Destroyable interface on TpsipTextChannel
Mikhail Zabaluev
1
-23
/
+56
2008-11-18
Guard against disconnecting signals that were never connected
Mikhail Zabaluev
2
-5
/
+11
2008-11-18
Fixed a printf format warning
Mikhail Zabaluev
1
-1
/
+1
2008-11-18
Made source generation rules more robust
Mikhail Zabaluev
1
-6
/
+6
2008-11-18
Cleaned up header inclusions
Mikhail Zabaluev
2
-3
/
+2
2008-11-18
Connection uses channel managers instead of factories
Mikhail Zabaluev
2
-24
/
+17
2008-11-18
Reimplemented TpsipTextFactory as an implementation of TpChannelManager
Mikhail Zabaluev
3
-93
/
+245
2008-11-18
Reimplemented TpsipMediaFactory as an implementation of TpChannelManager
Mikhail Zabaluev
2
-201
/
+394
2008-11-06
Removed const qualifiers for members of DBus property mixin initializer arrays
Mikhail Zabaluev
2
-8
/
+10
2008-10-30
Untabify
Mikhail Zabaluev
1
-2
/
+2
2008-10-24
Don't free a GError before using its data
Mikhail Zabaluev
1
-1
/
+1
2008-10-24
Respond 200 OK for pending messages auto-acked with ListPendingMessages(True)
Mikhail Zabaluev
1
-6
/
+18
2008-10-24
Put some brainpower into saving the NUA message structure
Mikhail Zabaluev
3
-20
/
+16
2008-10-21
Resurrect a text channel if it has pending incoming messages
Mikhail Zabaluev
3
-35
/
+60
2008-10-21
Added property "channel-destroyed" to TpsipTextChannel
Mikhail Zabaluev
1
-0
/
+12
2008-10-21
Merge branch 'master' into text-fixes
Mikhail Zabaluev
6
-298
/
+163
2008-10-20
Safer boolean result for tpsip_debug_flag_is_set()
Mikhail Zabaluev
1
-1
/
+1
2008-10-20
Pretty-formatted and optimized SESSION_DEBUG
Mikhail Zabaluev
1
-17
/
+17
2008-10-20
Merge branch 'master' into text-fixes
Mikhail Zabaluev
3
-46
/
+83
2008-10-20
Merge branch 'master' into media-session-cleanup
Mikhail Zabaluev
1
-3
/
+3
2008-10-20
Fixed a stupid crash
Mikhail Zabaluev
1
-3
/
+3
2008-10-20
Merge branch 'call-group-fixes' into media-session-cleanup
Mikhail Zabaluev
6
-112
/
+215
2008-10-20
Merge branch 'spec-0.17.13' into call-group-fixes
Mikhail Zabaluev
6
-112
/
+215
2008-10-20
The "handle" property on TpsipMediaChannel really conveys the requested handle
Mikhail Zabaluev
2
-8
/
+45
2008-10-20
enamed "creator" property to "initiator", for consistency with the DBus name
Mikhail Zabaluev
2
-37
/
+37
2008-10-20
Assign initiator handle to the right TpsipTextChannel property
Mikhail Zabaluev
1
-1
/
+1
2008-10-19
Renamed tpsip_text_channel_close_async to tpsip_text_channel_dbus_close
Mikhail Zabaluev
1
-8
/
+9
2008-10-18
Moved incoming INVITE and MESSAGE handlers to their respective factories
Mikhail Zabaluev
7
-289
/
+286
2008-10-18
Do one less whole-body strdup (and strlen) per received message
Mikhail Zabaluev
3
-34
/
+41
2008-10-18
Header and definition cleanup
Mikhail Zabaluev
2
-5
/
+8
2008-10-17
Kill the auth hash table that went unused long ago
Mikhail Zabaluev
2
-9
/
+0
2008-10-17
Delay the final 200 response to an incoming MESSAGE until acknowledged
Mikhail Zabaluev
3
-27
/
+48
2008-10-17
Rename the outgoing message queue to avoid confusion
Mikhail Zabaluev
1
-9
/
+9
2008-10-17
Don't leak the sender handle when text messages are zapped
Mikhail Zabaluev
1
-15
/
+21
2008-10-16
Fix a GObject property name, declare the new DBus properties to the mixin
Mikhail Zabaluev
2
-3
/
+6
2008-10-16
Implemented text channel properties InitiatorHandle, InitiatorID, Requested
Mikhail Zabaluev
4
-65
/
+128
2008-10-16
Removed the idle catcher for a missing nua_i_state event
Mikhail Zabaluev
1
-48
/
+11
2008-10-16
Added a FIXME comment about implementing incoming CANCEL for a re-INVITE
Mikhail Zabaluev
1
-0
/
+3
2008-10-16
The hardcoded request timeout is bad, removed
Mikhail Zabaluev
1
-57
/
+7
2008-10-16
Simplify the media factory code by exporting channel's add_member override
Mikhail Zabaluev
3
-23
/
+15
2008-10-16
Renamed tpsip_media_channel_close_async to tpsip_media_channel_dbus_close
Mikhail Zabaluev
1
-8
/
+9
[next]