summaryrefslogtreecommitdiff
path: root/wocky
AgeCommit message (Expand)AuthorFilesLines
2020-11-15Fix racy error handling in xmpp-connectionRuslan N. Marchenko1-16/+15
2020-10-05Add SASL server-part implementation to wocky-sasl-scramRuslan N. Marchenko2-34/+386
2020-09-25Add experimental SASL TLS channel binding type ExporterRuslan N. Marchenko3-1/+14
2020-09-25Add support for GIO-TLS channel binding API and simple fallbackRuslan N. Marchenko2-1/+120
2020-09-25Enable all SHA1 and SHA2 SCRAM algorithms, move to SHA256 defaultRuslan N. Marchenko4-34/+58
2020-09-23Migrate SASL SCRAM to extendable hashing algorithmRuslan N. Marchenko3-64/+42
2020-09-23Initial SASL-SCRAM-SHA-1-PLUS implementation: enable gs2_flagsRuslan N. Marchenko3-3/+163
2020-09-23Bump the glib api implementation to the latest versionRuslan N. Marchenko43-1438/+1012
2020-05-17Comment cleanup and move verification to GTlsDatabaseRuslan N. Marchenko1-129/+53
2020-05-17Make GCC10 happy by explicit-cast for enumRuslan N. Marchenko1-1/+1
2020-05-17Remove direct openssl backend, available via env GIO_USE_TLSRuslan N. Marchenko6-2364/+2
2020-05-09Make explicit cast and remove deprecated propertyRuslan N. Marchenko1-7/+4
2020-05-09Uplift gio patch to latest API changesRuslan N. Marchenko1-55/+7
2020-05-09wocky-tls: port to gio TLSDan Winship3-1533/+144
2020-05-09wocky-tls: Merge WockyTLSSession and WockyTLSConnection togetherDan Winship3-175/+90
2020-05-09wocky-tls: specify peername at session creation timeDan Winship6-29/+61
2020-05-09Introduce Wocky API VersioningRuslan N. Marchenko1-0/+4
2020-05-09Minor fixes in syntax and codeRuslan N. Marchenko5-10/+13
2018-11-04Remove accidental if if.Roel Aaij4-8/+8
2018-10-26openssl: fix build with openssl >= 1.1.0Roel Aaij5-4/+74
2016-07-09Merge branch 'gabble-0.18'George Kiagiadakis4-522/+22
2016-07-04Remove wocky-http-proxy, upstreamed in GIO nowGeorge Kiagiadakis4-522/+22
2016-07-03wocky-tls: replace deprecated gnutls type with its modern versionGeorge Kiagiadakis1-1/+1
2016-07-03soup_session_async_new is deprecated (Closes: #96383)Diane Trout1-1/+1
2016-06-12soup_session_async_new is deprecated (Closes: #96383)Diane Trout1-1/+1
2014-06-03wocky_jingle_state_machine_dance: return a booleanGuillaume Desmottes1-12/+12
2014-06-03wocky_jingle_session_parse: fix potential NULL deferencingGuillaume Desmottes1-3/+7
2014-06-02jingle-content: remove unused assignationsGuillaume Desmottes1-3/+1
2014-06-02don't use for loop variable declarationsGuillaume Desmottes1-1/+2
2014-05-07Merge branch 'gabble-0.18'Guillaume Desmottes1-5/+4
2014-05-07wocky-jingle-info: don't try using self if it's NULLGuillaume Desmottes1-5/+4
2014-03-19Merge remote-tracking branch 'origin/gabble-0.18'Simon McVittie1-4/+6
2014-03-19data-form: reformat <code> blocks so recent gtk-doc can copeSimon McVittie1-4/+6
2014-03-19jingle-content: reset idle ID in its callbackGuillaume Desmottes1-0/+2
2014-02-14jingle-content: reset idle ID in its callbackGuillaume Desmottes1-0/+2
2013-09-10stop using deprecated gnutls_certificate_credentialsGuillaume Desmottes1-1/+1
2013-09-06If we send an IQ to a server allow "from" to be emptyDavid Edmundson1-0/+10
2013-09-06If we send an IQ to a server allow "from" to be emptyDavid Edmundson1-0/+10
2013-06-28Add a boxed type for WockyJingleCandidateWill Thompson2-0/+8
2013-06-28Add wocky_jingle_candidate_copyWill Thompson2-0/+9
2013-06-27Revert "Jingle: wait for session-initiate ack, then send candidates"Will Thompson1-3/+3
2013-06-11Jingle: wait for session-initiate ack, then send candidatesWill Thompson1-3/+3
2013-06-04WockyJingleSession: check more preconditions in public APISimon McVittie1-15/+73
2013-06-04WockyJingleFactory: ref session while calling parse()Simon McVittie1-3/+14
2013-05-30Acknowledge Jingle IQs in a way that the Google webmail client likesSimon McVittie3-8/+70
2013-05-30Require GLib 2.32Simon McVittie2-2/+2
2013-05-30Merge branch 'gabble-0.16'Simon McVittie1-0/+3
2013-05-29CVE-2013-1431: respect tls-required flag on legacy Jabber serversgabble-0.16Simon McVittie1-0/+3
2013-03-01Fix enumtype generation in out-of-tree buildsWill Thompson1-12/+11
2013-03-01Merge branch 'gabble-0.16'Will Thompson2-8/+31