Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | 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 | 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 | 1 | -36/+415 |
2008-03-07 | Used the occasion to update copyright notices in the code: | Mikhail Zabaluev | 1 | -6/+8 |
2008-03-07 | Renamed things for Tpsip prefix all through the code | Mikhail Zabaluev | 1 | -105/+98 |
2008-03-06 | Renamed source files consistently to the tpsip- prefix. | Mikhail Zabaluev | 1 | -0/+982 |
2008-03-06 | Renamed source files consistently to the tpsip- prefix. | Mikhail Zabaluev | 1 | -982/+0 |
2008-03-05 | 'loose-routing' defaults to false. | Mikhail Zabaluev | 1 | -1/+1 |
2008-02-19 | SIPConnection: corrected the description string for 'keepalive-interval' to m... | Mikhail Zabaluev | 1 | -1/+1 |
2008-02-11 | SIPConnection: removed a gratuitous log message | Mikhail Zabaluev | 1 | -3/+0 |
2008-02-11 | SIPConnection: flagged properties with non-trivial defaults with G_PARAM_CONS... | Mikhail Zabaluev | 1 | -12/+17 |
2008-02-11 | Added connection parameter 'loose-routing' to allow for the legacy routing be... | Mikhail Zabaluev | 1 | -6/+21 |
2007-11-27 | Use initial route set instead of NUTAG_PROXY. | Mikhail Zabaluev | 1 | -4/+0 |
2007-11-27 | SIPConnection: new dedicated parameter 'transport' for the SIP transport pref... | Mikhail Zabaluev | 1 | -0/+20 |
2007-10-26 | SIPConnection: call nua_shutdown only if neccessary, otherwise manually clean... | Senko Rasic | 1 | -3/+7 |
2007-10-26 | SipConnection: don't overwrite error from tp_handle_ensure | Senko Rasic | 1 | -3/+0 |
2007-10-26 | SipConnection: NUA stack can be NULL at disconnect, if we aborted connecting ... | Senko Rasic | 1 | -6/+0 |
2007-10-23 | Fail gracefully in case the account URL could not be created from the string | Mikhail Zabaluev | 1 | -0/+6 |
2007-10-23 | Implemented connection manager parameters 'local-ip-address' and 'local-port'... | Mikhail Zabaluev | 1 | -20/+61 |
2007-10-11 | Never destroy the register use handle the hard way, | Mikhail Zabaluev | 1 | -10/+1 |
2007-10-05 | Cache auth credentials by NUA handle. | Mikhail Zabaluev | 1 | -1/+7 |
2007-10-05 | Remove the auth loop prevention kludge that came to bite us in the back. | Mikhail Zabaluev | 1 | -0/+1 |
2007-10-05 | Remove the auth loop prevention kludge that came to bite us in the back. | Mikhail Zabaluev | 1 | -1/+0 |
2007-10-04 | Removed unused variables discovered by coverity | Mikhail Zabaluev | 1 | -3/+0 |
2007-09-26 | SIPConnection: check for register handle creation failure | Mikhail Zabaluev | 1 | -0/+7 |
2007-09-13 | Erased the HTTP proxy parameter, we never came to use it | Mikhail Zabaluev | 1 | -22/+0 |
2007-09-11 | God rid of the unnecessary constructor and the redundant parent_class static ... | Mikhail Zabaluev | 1 | -38/+0 |
2007-09-11 | SIPConnection: set the error if the address handle is invalid | Mikhail Zabaluev | 1 | -2/+3 |
2007-09-11 | Static string flags for all SIPConnection properties | Mikhail Zabaluev | 1 | -13/+41 |
2007-09-11 | Debugging cosmetics | Mikhail Zabaluev | 1 | -1/+1 |
2007-09-11 | If the proxy URI nails the transport parameter, set it in Contact as well. | Mikhail Zabaluev | 1 | -46/+39 |
2007-09-10 | Always call nua_unregister() when disconnecting | Mikhail Zabaluev | 1 | -2/+2 |
2007-08-03 | Explicitly set the list of allowed methods | Mikhail Zabaluev | 1 | -0/+1 |
2007-07-25 | Added 'discover-stun' parameter with the default of TRUE | Mikhail Zabaluev | 1 | -3/+17 |
2007-07-25 | Static string flags the for 'stun-server' property | Mikhail Zabaluev | 1 | -1/+3 |
2007-07-24 | Avoid mixing STUN host name and IP address in the same private data member | Mikhail Zabaluev | 1 | -6/+6 |
2007-07-24 | Removed the useless STUNTAG_SERVER update | Mikhail Zabaluev | 1 | -1/+0 |
2007-07-09 | Enable custom handling of MESSAGE requests, allowing us to respond with statu... | Mikhail Zabaluev | 1 | -1/+2 |
2007-07-04 | SIPConnection: don't perform STUN SRV discovery if use supplied stun-server p... | Senko Rasic | 1 | -2/+2 |
2007-07-04 | Using auth-user only in nua_authenticate; modified register-test.py to test a... | Senko Rasic | 1 | -0/+2 |
2007-06-28 | SIPConnection: properly setting userinfo in Contact: header; new param auth-u... | Senko Rasic | 1 | -2/+22 |
2007-06-12 | SIPConnection: if stun server address is not given, do a SRV request on the s... | Senko Rasic | 1 | -1/+4 |
2007-05-29 | Don't add sip: scheme if the proxy URI contains any colons, just to be sure | Mikhail Zabaluev | 1 | -10/+2 |