index
:
~jonny/telepathy-rakia
debug
master
next
telepathy-sofiasip-0.4
telepathy-sofiasip-0.6
le rakia
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-09
version 0.5.6
telepathy-sofiasip-0.5.6
Mikhail Zabaluev
1
-2
/
+2
2008-04-09
tpsip: added -I$(top_builddir) -I$(top_srcdir) to preprocessor flags
Mikhail Zabaluev
1
-1
/
+2
2008-04-08
cosmetics
Mikhail Zabaluev
2
-47
/
+44
2008-04-08
Really implemented Hold.GetHoldState
Mikhail Zabaluev
2
-5
/
+49
2008-04-08
SIPMediaSession: handle unexpected stream hold state changes gracefully
Mikhail Zabaluev
1
-7
/
+9
2008-04-08
Add the missing G_PARAM_CONSTRUCT to a property defining the default value
Mikhail Zabaluev
1
-0
/
+1
2008-04-08
SIPMediaSession: implemented stream hold requests through StreamHandler
Mikhail Zabaluev
1
-9
/
+162
2008-04-07
Struck out the stream handler hold API.
Mikhail Zabaluev
2
-1
/
+53
2008-04-04
Updated the media channel implementation to the reworked Hold and CallState A...
Mikhail Zabaluev
8
-166
/
+90
2008-04-04
Updated to the draft Hold interface as of telepathy spec 0.17.3.1
Mikhail Zabaluev
1
-48
/
+134
2008-03-18
version 0.5.5.2
Mikhail Zabaluev
1
-1
/
+1
2008-03-19
Backwards compatible use of environment variables SOFIASIP_PERSIST and SOFIAS...
Mikhail Zabaluev
2
-2
/
+4
2008-03-18
TpsipTextChannel: capitalized an error message
Mikhail Zabaluev
1
-1
/
+1
2008-03-18
TpsipConnection: commented out NUTAG_SIPS_URL assuming it's now rudimentary t...
Mikhail Zabaluev
1
-2
/
+2
2008-03-18
TpsipConnection: removed useles TPSIP_IS_CONNECTION assertions
Mikhail Zabaluev
1
-2
/
+0
2008-03-18
TpsipConnection: cosmetics in the class init function
Mikhail Zabaluev
1
-3
/
+3
2008-04-01
test-message.py: Don't use character sets that are too exotic for Scratchbox.
Mikhail Zabaluev
1
-7
/
+9
2008-04-01
TpsipConnection: handle the internal status code 904 that indicates a failed ...
Mikhail Zabaluev
1
-0
/
+1
2008-03-18
TpsipConnection: erased the custom implementation of GetInterfaces, with the ...
Mikhail Zabaluev
1
-26
/
+0
2008-03-18
TpsipMediaChannel: handle session termination in a nua_i_terminated callback.
Mikhail Zabaluev
1
-2
/
+19
2008-03-18
Unbreak tpsip_connection_get_interfaces()
Mikhail Zabaluev
1
-1
/
+1
2008-03-18
TpsipConnection: debugging cleanups in ListInterfaces and the dispose function
Mikhail Zabaluev
1
-5
/
+3
2008-03-18
TpsipTextChannel: debug logging for messages queued for delivery
Mikhail Zabaluev
1
-1
/
+3
2008-03-18
Added priv_handle_parse_from() missing for the incoming event handlers;
Mikhail Zabaluev
1
-18
/
+22
2008-03-18
Removed the RequestHandles implementation, let the base class do it
Mikhail Zabaluev
1
-105
/
+0
2008-03-18
Refactored NUA callback handling to use GObject signal emission.
Mikhail Zabaluev
16
-1066
/
+738
2008-03-18
Added TpsipEventTarget interface as a start for the Telepathy-SofiaSIP dynami...
Mikhail Zabaluev
9
-67
/
+446
2008-03-07
Removed dead code
Mikhail Zabaluev
1
-45
/
+0
2008-03-20
sofiatest.py: add 'proxy-host' to the default connection parameters, as 'port...
Mikhail Zabaluev
1
-1
/
+2
2008-03-20
Use the value of PYTHON subst variable to run tests with
Mikhail Zabaluev
1
-1
/
+1
2008-03-20
Check for versioned Python binary in descending order, to get the best available
Mikhail Zabaluev
1
-1
/
+1
2008-03-07
Remove usage of AS_AC_EXPAND as a needless sophistication
Mikhail Zabaluev
4
-49
/
+2
2008-03-07
Removed the client-side stuff from tpsip-extensions
Mikhail Zabaluev
3
-38
/
+4
2008-03-07
Fixed the name of the _SOURCES Automake variable for libtpsip-extensions
Mikhail Zabaluev
1
-1
/
+1
2008-03-07
Unbreak the dist tarball name by removing quotes in AC_INIT
Mikhail Zabaluev
1
-1
/
+1
2008-03-07
Removed another instance of DBUS_API_SUBJECT_TO_CHANGE inclusion, unnecessary...
Mikhail Zabaluev
1
-2
/
+0
2008-03-07
Added m4/as_ac_expand.m4 to the distribution
Mikhail Zabaluev
1
-1
/
+2
2008-03-07
Makefile.am: updated copyright and contact
Mikhail Zabaluev
1
-2
/
+2
2008-03-07
Renamed extensions subdirectory into tpsip-extensions
Mikhail Zabaluev
15
-33
/
+35
2008-03-07
Used the occasion to update copyright notices in the code:
Mikhail Zabaluev
27
-148
/
+215
2008-03-07
Renamed things for Tpsip prefix all through the code
Mikhail Zabaluev
26
-1558
/
+1559
2008-03-06
Removed the DBUS_API_SUBJECT_TO_CHANGE crack
Mikhail Zabaluev
1
-3
/
+0
2008-03-06
Renamed the keepalive mechanism enum to the Tpsip prefix.
Mikhail Zabaluev
1
-7
/
+7
2008-03-06
Tpsip namespace for generated code in extensions
Mikhail Zabaluev
1
-11
/
+11
2008-03-06
Renamed libsip-extensions.* to libtpsip-extensions.*
Mikhail Zabaluev
2
-5
/
+5
2008-03-06
Renamed source files consistently to the tpsip- prefix.
Mikhail Zabaluev
29
-35
/
+35
2008-03-06
Renamed source files consistently to the tpsip- prefix.
Mikhail Zabaluev
29
-35
/
+35
2008-03-05
Copy m4_define magic from telepathy-glib/gabble/etc. to generate stable relea...
Simon McVittie
1
-1
/
+5
2008-03-05
version 0.5.5.1
Mikhail Zabaluev
1
-1
/
+1
2008-03-05
version 0.5.5
telepathy-sofiasip-0.5.5
Mikhail Zabaluev
1
-2
/
+2
[next]