summaryrefslogtreecommitdiff
path: root/wocky
Commit message (Expand)AuthorAgeFilesLines
* Fix racy error handling in xmpp-connectionRuslan N. Marchenko2020-11-151-16/+15
* Add SASL server-part implementation to wocky-sasl-scramRuslan N. Marchenko2020-10-052-34/+386
* Add experimental SASL TLS channel binding type ExporterRuslan N. Marchenko2020-09-253-1/+14
* Add support for GIO-TLS channel binding API and simple fallbackRuslan N. Marchenko2020-09-252-1/+120
* Enable all SHA1 and SHA2 SCRAM algorithms, move to SHA256 defaultRuslan N. Marchenko2020-09-254-34/+58
* Migrate SASL SCRAM to extendable hashing algorithmRuslan N. Marchenko2020-09-233-64/+42
* Initial SASL-SCRAM-SHA-1-PLUS implementation: enable gs2_flagsRuslan N. Marchenko2020-09-233-3/+163
* Bump the glib api implementation to the latest versionRuslan N. Marchenko2020-09-2343-1438/+1012
* Comment cleanup and move verification to GTlsDatabaseRuslan N. Marchenko2020-05-171-129/+53
* Make GCC10 happy by explicit-cast for enumRuslan N. Marchenko2020-05-171-1/+1
* Remove direct openssl backend, available via env GIO_USE_TLSRuslan N. Marchenko2020-05-176-2364/+2
* Make explicit cast and remove deprecated propertyRuslan N. Marchenko2020-05-091-7/+4
* Uplift gio patch to latest API changesRuslan N. Marchenko2020-05-091-55/+7
* wocky-tls: port to gio TLSDan Winship2020-05-093-1533/+144
* wocky-tls: Merge WockyTLSSession and WockyTLSConnection togetherDan Winship2020-05-093-175/+90
* wocky-tls: specify peername at session creation timeDan Winship2020-05-096-29/+61
* Introduce Wocky API VersioningRuslan N. Marchenko2020-05-091-0/+4
* Minor fixes in syntax and codeRuslan N. Marchenko2020-05-095-10/+13
* Remove accidental if if.Roel Aaij2018-11-044-8/+8
* openssl: fix build with openssl >= 1.1.0Roel Aaij2018-10-265-4/+74
* Merge branch 'gabble-0.18'George Kiagiadakis2016-07-094-522/+22
|\
| * Remove wocky-http-proxy, upstreamed in GIO nowGeorge Kiagiadakis2016-07-044-522/+22
| * wocky-tls: replace deprecated gnutls type with its modern versionGeorge Kiagiadakis2016-07-031-1/+1
| * soup_session_async_new is deprecated (Closes: #96383)Diane Trout2016-07-031-1/+1
* | soup_session_async_new is deprecated (Closes: #96383)Diane Trout2016-06-121-1/+1
* | wocky_jingle_state_machine_dance: return a booleanGuillaume Desmottes2014-06-031-12/+12
* | wocky_jingle_session_parse: fix potential NULL deferencingGuillaume Desmottes2014-06-031-3/+7
* | jingle-content: remove unused assignationsGuillaume Desmottes2014-06-021-3/+1
* | don't use for loop variable declarationsGuillaume Desmottes2014-06-021-1/+2
* | Merge branch 'gabble-0.18'Guillaume Desmottes2014-05-071-5/+4
|\ \ | |/
| * wocky-jingle-info: don't try using self if it's NULLGuillaume Desmottes2014-05-071-5/+4
* | Merge remote-tracking branch 'origin/gabble-0.18'Simon McVittie2014-03-191-4/+6
|\ \ | |/
| * data-form: reformat <code> blocks so recent gtk-doc can copeSimon McVittie2014-03-191-4/+6
| * jingle-content: reset idle ID in its callbackGuillaume Desmottes2014-03-191-0/+2
| * If we send an IQ to a server allow "from" to be emptyDavid Edmundson2013-09-061-0/+10
* | jingle-content: reset idle ID in its callbackGuillaume Desmottes2014-02-141-0/+2
* | stop using deprecated gnutls_certificate_credentialsGuillaume Desmottes2013-09-101-1/+1
* | If we send an IQ to a server allow "from" to be emptyDavid Edmundson2013-09-061-0/+10
* | Add a boxed type for WockyJingleCandidateWill Thompson2013-06-282-0/+8
* | Add wocky_jingle_candidate_copyWill Thompson2013-06-282-0/+9
* | Revert "Jingle: wait for session-initiate ack, then send candidates"Will Thompson2013-06-271-3/+3
* | Jingle: wait for session-initiate ack, then send candidatesWill Thompson2013-06-111-3/+3
|/
* WockyJingleSession: check more preconditions in public APISimon McVittie2013-06-041-15/+73
* WockyJingleFactory: ref session while calling parse()Simon McVittie2013-06-041-3/+14
* Acknowledge Jingle IQs in a way that the Google webmail client likesSimon McVittie2013-05-303-8/+70
* Require GLib 2.32Simon McVittie2013-05-302-2/+2
* Merge branch 'gabble-0.16'Simon McVittie2013-05-301-0/+3
|\
| * CVE-2013-1431: respect tls-required flag on legacy Jabber serversgabble-0.16Simon McVittie2013-05-291-0/+3
* | Fix enumtype generation in out-of-tree buildsWill Thompson2013-03-011-12/+11
* | Merge branch 'gabble-0.16'Will Thompson2013-03-012-8/+31
|\ \ | |/