aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_s2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle mnesia_system_event mnesia_up when other node joins this (#3842)Badlop2022-11-141-0/+3
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-171-4/+2
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Fix typosKian-Meng Ang2022-01-241-1/+1
* Better version of dialyzer fixPaweł Chmielowski2021-11-161-2/+2
* Make dialyzer happyPaweł Chmielowski2021-11-161-1/+1
* Make s2s connection table cleanup more robustPaweł Chmielowski2021-11-161-45/+32
* erlang:phash is deprecated in OTP 24, let's use phash2Badlop2021-07-161-2/+2
* Change tag name because there's already a command called "stats"Badlop2021-04-151-2/+2
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Allow for filtering outgoing s2s stanzas (#3381)Holger Weiß2020-09-071-2/+5
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Fix potential message loss in terminating c2s sessionsPaweł Chmielowski2020-04-011-5/+5
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-6/+6
* Fix certificate selection for s2sEvgeny Khramtsov2019-09-061-8/+8
* Improve ejabberd halting procedureEvgeny Khramtsov2019-07-261-1/+7
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Gracefully close inbound s2s connectionsEvgeny Khramtsov2019-07-101-1/+18
* Improve type specs for ejabberd_s2sEvgeny Khramtsov2019-07-091-101/+101
* Improve formatting of exceptionsEvgeny Khramtsov2019-07-071-13/+9
* Deprecate 'route_subdomains' optionEvgeny Khramtsov2019-06-261-50/+15
* Use correct stacktrace in logging macrosEvgeny Khramtsov2019-06-261-1/+2
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-4/+4
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-3/+4
* Use new configuration validatorEvgeny Khramtsov2019-06-141-174/+66
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-3/+3
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Add code for handling deprecations of get_stacktrace()Paweł Chmielowski2018-12-131-6/+3
* Refactor ejabberd_listenerEvgeny Khramtsov2018-09-181-1/+6
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-13/+1
* Get stacktrace out of lager contextEvgeniy Khramtsov2018-09-011-1/+2
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-4/+3
* 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