aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_s2s_out.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Log more data for failed s2s connectionPaweł Chmielowski2016-11-211-3/+3
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-2/+1
|\
| * Get rid of compile warnings for random/crypto modules on R19Evgeniy Khramtsov2016-10-181-2/+1
* | Improve namespace handlingEvgeniy Khramtsov2016-09-241-16/+7
* | Add tests for s2s codeEvgeniy Khramtsov2016-09-231-26/+22
* | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-3/+3
* | Improve some type specsEvgeniy Khramtsov2016-08-091-4/+4
* | Rewrite S2S and ejabberd_service code to use XML generatorEvgeniy Khramtsov2016-07-271-564/+360
|/
* Disable TLS compression for s2s by defaultHolger Weiss2016-04-111-1/+1
* Switch to Fast XML moduleMickael Remond2016-02-031-32/+32
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* CVE-2016-1232: Add Dialback Key Generation and Validation support (XEP-0185)Evgeniy Khramtsov2016-01-111-15/+17
* Fix more places where random:seed is usedPaweł Chmielowski2015-12-071-1/+1
* More now() replacementsPaweł Chmielowski2015-12-071-3/+2
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-2/+2
* Remove supervisor option, disable it for c2s and mucChristophe Romain2015-11-041-10/+2
* cosmetic cleanupChristophe Romain2015-10-071-48/+1
* Rename idna.erl to ejabberd_idna.erl (#702)Evgeniy Khramtsov2015-09-021-1/+1
* Add s2s_dhfile to list of known optionsHolger Weiss2015-06-201-1/+1
* Add s2s_dhfile option to configuration validatorHolger Weiss2015-06-161-0/+1
* Merge pull request #581 from weiss/dh-param-fileAlexey Shchepin2015-06-161-2/+7
|\
| * New options: dhfile and s2s_dhfileHolger Weiss2015-05-261-2/+7
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-20/+61
|/
* ejabberd_s2s_out: Remove Erlang/OTP version checkHolger Weiss2015-04-161-9/+2
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-1/+1
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Merge pull request #177 from weiss/log-tls-sasl-externalEvgeny Khramtsov2014-04-301-2/+4
|\
| * Log TLS status for outgoing s2s with SASL EXTERNALHolger Weiss2014-04-231-2/+4
* | Merge pull request #181 from weiss/check-tls-before-authEvgeny Khramtsov2014-04-301-1/+3
|\ \
| * | Check TLS state before requesting SASL EXTERNALHolger Weiss2014-04-241-1/+3
| |/
* / Support certificate verification for outgoing s2sHolger Weiss2014-04-281-37/+59
|/
* Merge pull request #160 from runcom/protocol_optionsAlexey Shchepin2014-04-151-2/+14
|\
| * Add option to specify openssl optionsAntonio Murdaca2014-04-081-2/+14
* | Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ \ | |/ |/|
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Support for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ejabber...Alexey Shchepin2013-11-281-2/+7
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-25/+54
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-171-1/+9
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-766/+790
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Reorganize the code to shut up the dialyzerEvgeniy Khramtsov2011-09-051-27/+23
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Handle Tigase's unexpected version=1.0 when ejabberd doesn't announce it (EJA...Badlop2011-01-311-0/+4
* Make sure 'closed' event is correctly processed on every stateEvgeniy Khramtsov2010-12-171-1/+1
* Option to reject S2S connection if untrusted certificate (EJAB-464)Badlop2010-12-111-1/+1
* Include From attribute in the stream header of outgoing S2S connectionsBadlop2010-12-111-3/+4
* Add option to require encryption in S2S connections (EJAB-495)Badlop2010-12-111-7/+15