summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb2012-05-1715-0/+26
* Stop using tp_handle_ref/unrefXavier Claessens2012-05-1020-263/+6
* Fix a leak in: tp_handles_unref() does not unref the arrayXavier Claessens2012-05-101-0/+2
* Use TpMessageMixin to implement ChatStateXavier Claessens2012-05-092-168/+59
* Use non-deprecated TpIntset APIsSimon McVittie2012-05-077-70/+84
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-0740-258/+258
* Stop using deprecated debug-ansi.hSimon McVittie2012-05-072-6/+2
* Merge branch '47999-handle-ibb-errors'Will Thompson2012-04-021-39/+39
|\
| * bytestream-ibb: handle IQ send errorsWill Thompson2012-03-281-37/+37
| * bytestream-ibb: correct send_data's return value.Will Thompson2012-03-281-2/+2
* | ContactList: downloading the roster at connection depends on a connection par...Alban Crequy2012-03-273-7/+96
|/
* gabble_roster_unpublish_async: correct the source tagAlban Crequy2012-03-271-1/+1
* gabble_roster_authorize_publication_async: correct the source tagAlban Crequy2012-03-271-1/+1
* Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2012-03-231-1/+1
* Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie2012-03-231-1/+1
* Allow to disable VoIP-related code with --disable-voipMarco Barisione2012-03-2215-77/+255
* There is no need to include non-compiled files in EXTRA_DISTMarco Barisione2012-03-221-8/+0
* CallStream: Replace want_send with the local sending state of the StreamOlivier Crête2012-03-201-12/+7
* CallStream: Set local sending to true if a locally-created content wants to sendOlivier Crête2012-03-161-0/+9
* Convert Telepathy types to Jingle types correctlyOlivier Crête2012-03-091-12/+9
* Correctly convert JingleCandidateType to Telepathy typesOlivier Crête2012-03-091-1/+17
* tube-iface: remove duplicated propertiesJonny Lamb2012-03-091-26/+0
* Build Wocky as a version-specific shared librarySimon McVittie2012-03-091-1/+7
* Merge branch 'detp-jingle'Will Thompson2012-03-0151-1204/+2168
|\
| * CallStream style: add a missing blank line.Will Thompson2012-02-291-0/+1
| * JingleMint: rename ::new-session to ::incoming-sessionWill Thompson2012-02-293-6/+5
| * JingleInfo: chain up at the end of disposeWill Thompson2012-02-291-3/+3
| * JingleSession: don't leak in initiate/accept callbacksWill Thompson2012-02-291-0/+2
| * JingleSession: make _new() take a dialect.Will Thompson2012-02-237-19/+18
| * Represent Jingle relays by a struct, not an aa{sv}Will Thompson2012-02-238-81/+122
| * Jingle*: stop including util.hWill Thompson2012-02-237-7/+0
| * JingleFactory: drop use of gabble_signal_connect_weak()Will Thompson2012-02-231-1/+13
| * Remove unused JingleInitiator type.Will Thompson2012-02-231-6/+0
| * Move Jingle enums and typedefs to a new jingle-types.hWill Thompson2012-02-2316-115/+144
| * JingleFactory: correct TpChannelGroupChangeReason referenceWill Thompson2012-02-231-4/+4
| * JingleFactory: drop GabbleConnection dependency.Will Thompson2012-02-233-39/+46
| * JingleFactory: store WockySession as well as PorterWill Thompson2012-02-231-4/+11
| * JingleFactory: propagate caps queries out to MintWill Thompson2012-02-232-19/+60
| * JingleFactory: move pre-initiate presence pushes to MintWill Thompson2012-02-232-23/+23
| * JingleFactory: emit ::new-session for outgoing sessions tooWill Thompson2012-02-232-7/+17
| * JingleFactory: explain why create_session() can't emit new-sessionWill Thompson2012-02-231-0/+6
| * JingleFactory: move connection status monitoring to MintWill Thompson2012-02-232-55/+63
| * JingleFactory: call stop() from dispose()Will Thompson2012-02-231-0/+2
| * JingleFactory: refactor handler-unregistration to a methodWill Thompson2012-02-232-6/+16
| * Wrap JingleFactory in a new class, JingleMint.Will Thompson2012-02-2311-24/+302
| * JingleFactory: add _new() methodWill Thompson2012-02-233-2/+13
| * JingleFactory: correct ::new-session's signatureWill Thompson2012-02-231-2/+2
| * Split Telepathy<->Jingle enum mapping out of Jingle codeWill Thompson2012-02-239-32/+83
| * JingleMediaRtp: drop use of TP_ERRORSWill Thompson2012-02-232-10/+28
| * Jingle*: spell out tp_clear_{boxed,pointer}Will Thompson2012-02-235-14/+28