summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused label left over when Gadget support was removedSimon McVittie2010-10-041-1/+0
* Remove support for gadgetTomeu Vizoso2010-10-0432-6008/+35
* Bump nano version to 0.10.2.1Will Thompson2010-10-012-1/+6
* Mention tolerating recoverable XML errorstelepathy-gabble-0.10.2Will Thompson2010-10-011-0/+3
* Fix a race in olpc-muc-prop-change.pyWill Thompson2010-10-011-4/+3
* version 0.10.2Will Thompson2010-10-011-2/+2
* NEWS for 0.10.2Will Thompson2010-10-011-2/+13
* Automate release processWill Thompson2010-10-014-4/+108
* Always slice-allocate GabbleDiscoIdentityWill Thompson2010-10-011-6/+3
* Always run tests with G_SLICE=debug-blocks.Will Thompson2010-10-011-1/+3
* Don't run known-failing tests in releases.Will Thompson2010-10-012-3/+14
* Make it easy to skip unrelated batches of tests during developmentSimon McVittie2010-10-011-1/+20
* Update wocky snapshotSjoerd Simons2010-10-011-0/+0
* Check if we have already an OlpcActivity for that channelTomeu Vizoso2010-09-301-1/+8
* Bump nano version to 0.10.1.1Will Thompson2010-09-292-1/+6
* Version 0.10.1telepathy-gabble-0.10.1Will Thompson2010-09-291-2/+2
* News for 0.10.1Will Thompson2010-09-291-2/+17
* Merge branch '010-roster' into telepathy-gabble-0.10Simon McVittie2010-09-295-15/+30
|\
| * gabble_presence_parse_presence_message: correctly check 'to', not 'from'Simon McVittie2010-09-281-2/+1
| * Use gabble_roster_handle_sends_us_presence, etc., outside roster.cSimon McVittie2010-09-283-15/+10
| * Roster: add gabble_roster_handle_sends_presence_to_us, gabble_roster_handle_g...Simon McVittie2010-09-282-0/+21
|/
* Update Wocky for another Coverity nit.Will Thompson2010-09-241-0/+0
* Don't assume privacy list list is well-formed.Will Thompson2010-09-241-9/+15
* Merge branch '010-leaks' into telepathy-gabble-0.10Simon McVittie2010-09-233-7/+10
|\
| * call_stream_endpoint_new_candidates_cb: don't leak contents of arraySimon McVittie2010-09-221-1/+1
| * gabble_call_stream_endpoint_get_property: don't leak contents of RemoteCandid...Simon McVittie2010-09-221-2/+1
| * gabble_call_stream_get_property: don't leak contents of STUN_SERVERSSimon McVittie2010-09-221-2/+1
| * gabble_call_stream_get_property: don't leak LOCAL_CANDIDATESSimon McVittie2010-09-221-2/+1
| * gabble_call_candidates_to_array: document types and ownershipSimon McVittie2010-09-221-0/+6
|/
* Nano version for 0.10Simon McVittie2010-09-162-1/+6
* Gabble 0.10.0telepathy-gabble-0.10.0Simon McVittie2010-09-162-5/+55
* Include the various new dependencies in README, and fix a typoSimon McVittie2010-09-161-1/+11
* Depend on GLib 2.24Simon McVittie2010-09-161-1/+1
* Pass srcdir through to tests and use it to load the TLS keysSimon McVittie2010-09-162-3/+5
* Don't try to distribute deleted interfacesSimon McVittie2010-09-161-3/+0
* Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie2010-09-1510-1072/+53
* Don't warn about deprecated declarationsSimon McVittie2010-09-151-1/+2
* Prepare for stable branch: send bug reports to v0.10Simon McVittie2010-09-151-1/+1
* Update Wocky snapshotCosimo Cecchi2010-09-151-0/+0
* Merge branch 'cancel-connector'Cosimo Cecchi2010-09-152-7/+26
|\
| * Don't check for cancellable != NULLCosimo Cecchi2010-09-151-3/+1
| * Remove an useless commentCosimo Cecchi2010-09-151-1/+0
| * Add a test for disconnection before we get the channelCosimo Cecchi2010-09-151-0/+15
| * Cancel the connector if the connection is shut downCosimo Cecchi2010-09-151-6/+13
* | Merge branch 'tls-tests-2'Cosimo Cecchi2010-09-159-18/+320
|\ \ | |/
| * Don't call close() when using the with keywordCosimo Cecchi2010-09-151-2/+0
| * Use UTF-8 coding for the test fileCosimo Cecchi2010-09-151-1/+3
| * Rename test-server-tls-channel.py -> server-tls-channel.pyCosimo Cecchi2010-09-152-3/+2
| * Document the use of TLS certificates in the testCosimo Cecchi2010-09-156-58/+62
| * Add tests for both success and failure of fallback verificationCosimo Cecchi2010-09-141-3/+27