summaryrefslogtreecommitdiff
path: root/src/ejabberd_s2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Introduce option 'ca_file'Evgeniy Khramtsov2017-11-261-3/+11
* Move 'certfile' based options in a single placeEvgeniy Khramtsov2017-11-231-7/+1
* Introduce 'certfiles' global optionEvgeniy Khramtsov2017-11-011-7/+20
* Reuse some translation stringsEvgeniy Khramtsov2017-09-241-1/+1
* Deprecate `s2s_use_starttls: required_trusted`Evgeniy Khramtsov2017-09-021-1/+7
* Let 'domain_certfile' take higher precedenceHolger Weiss2017-08-131-2/+2
* Rename stop_all_connections to stop_s2s_connections for consistencyChristophe Romain2017-08-071-6/+6
* Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov2017-08-051-1/+1
* Fix indentation of commands linesBadlop2017-07-211-16/+14
* Fix case clauseEvgeniy Khramtsov2017-05-251-3/+7
* Ciphers should be a binary stringEvgeniy Khramtsov2017-05-171-1/+1
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-121-4/+4
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+14
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-45/+17
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-2/+3
* Speedup Mnesia tables initializationEvgeniy Khramtsov2017-04-211-1/+0
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-1/+1
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-1/+1
* Add support for file-based queuesEvgeniy Khramtsov2017-03-101-2/+12
* Stop all s2s connections via supervisor callsEvgeniy Khramtsov2017-02-231-5/+9
* Start/stop virtual hosts when reloading configuration fileEvgeniy Khramtsov2017-02-231-3/+28
* Change routing APIEvgeniy Khramtsov2017-02-161-23/+17
* Do not drop default TLS optionsEvgeniy Khramtsov2017-01-261-1/+1
* Make test suite working againEvgeniy Khramtsov2017-01-231-1/+2
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-215/+180
|\
| * Improve error reporting for forbidden serversEvgeniy Khramtsov2017-01-171-14/+25
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-1/+1
| * Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-218/+172
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Improve handling of mnesia schemaChristophe Romain2016-11-301-2/+2
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-10/+16
|\
| * Make s2s stats commands more robustMickael Remond2016-07-301-19/+25
* | Add tests for s2s codeEvgeniy Khramtsov2016-09-231-1/+17
* | Rewrite S2S and ejabberd_service code to use XML generatorEvgeniy Khramtsov2016-07-271-27/+19
|/
* Use {access,shaper}_rules_validator in other places where access rules are usedPaweł Chmielowski2016-06-211-2/+2
* Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-311-2/+4
* Switch to Fast XML moduleMickael Remond2016-02-031-1/+1
* Switch to fast_tls and update app namesMickael Remond2016-02-031-1/+1
* Add a way to get all ejabberd_commands, not only those that was registeredPaweł Chmielowski2016-01-261-4/+5
* 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-37/+24
* More now() replacementsPaweł Chmielowski2015-12-071-4/+5
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-9/+9
* Don't crash on certificates without extensions (EJAB-1724)Evgeniy Khramtsov2015-10-231-5/+10
* cosmetic cleanupChristophe Romain2015-10-071-57/+14
* Update several commands for recent ejabberd_commands changesAlexey Shchepin2015-09-281-0/+2
* Rename idna.erl to ejabberd_idna.erl (#702)Evgeniy Khramtsov2015-09-021-2/+2
* Improve S2S certificate checksEvgeniy Khramtsov2015-08-201-1/+3
* Fix case clause during S2S certificate checksEvgeniy Khramtsov2015-08-191-1/+1