summaryrefslogtreecommitdiff
path: root/src/ejabberd_s2s.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop1-4/+2
2022-02-11Update copyright year to 2022Badlop1-1/+1
2022-01-24Fix typosKian-Meng Ang1-1/+1
2021-11-16Better version of dialyzer fixPaweł Chmielowski1-2/+2
2021-11-16Make dialyzer happyPaweł Chmielowski1-1/+1
2021-11-16Make s2s connection table cleanup more robustPaweł Chmielowski1-45/+32
2021-07-16erlang:phash is deprecated in OTP 24, let's use phash2Badlop1-2/+2
2021-04-15Change tag name because there's already a command called "stats"Badlop1-2/+2
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-09-07Allow for filtering outgoing s2s stanzas (#3381)Holger Weiß1-2/+5
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-04-01Fix potential message loss in terminating c2s sessionsPaweł Chmielowski1-5/+5
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-6/+6
2019-09-06Fix certificate selection for s2sEvgeny Khramtsov1-8/+8
2019-07-26Improve ejabberd halting procedureEvgeny Khramtsov1-1/+7
2019-07-16Fix typos using codespellEvgeny Khramtsov1-1/+1
2019-07-10Gracefully close inbound s2s connectionsEvgeny Khramtsov1-1/+18
2019-07-09Improve type specs for ejabberd_s2sEvgeny Khramtsov1-101/+101
2019-07-07Improve formatting of exceptionsEvgeny Khramtsov1-13/+9
2019-06-26Deprecate 'route_subdomains' optionEvgeny Khramtsov1-50/+15
2019-06-26Use correct stacktrace in logging macrosEvgeny Khramtsov1-1/+2
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-4/+4
2019-06-22Improve extraction of translated stringsEvgeny Khramtsov1-3/+4
2019-06-14Use new configuration validatorEvgeny Khramtsov1-174/+66
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski1-3/+3
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-12-13Add code for handling deprecations of get_stacktrace()Paweł Chmielowski1-6/+3
2018-09-18Refactor ejabberd_listenerEvgeny Khramtsov1-1/+6
2018-09-09Fix some dialyzer warningsEvgeny Khramtsov1-13/+1
2018-09-01Get stacktrace out of lager contextEvgeniy Khramtsov1-1/+2
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-4/+3
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-11-26Introduce option 'ca_file'Evgeniy Khramtsov1-3/+11
2017-11-23Move 'certfile' based options in a single placeEvgeniy Khramtsov1-7/+1
2017-11-01Introduce 'certfiles' global optionEvgeniy Khramtsov1-7/+20
2017-09-24Reuse some translation stringsEvgeniy Khramtsov1-1/+1
2017-09-02Deprecate `s2s_use_starttls: required_trusted`Evgeniy Khramtsov1-1/+7
2017-08-13Let 'domain_certfile' take higher precedenceHolger Weiss1-2/+2
2017-08-07Rename stop_all_connections to stop_s2s_connections for consistencyChristophe Romain1-6/+6
2017-08-05Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov1-1/+1
2017-07-21Fix indentation of commands linesBadlop1-16/+14
2017-05-25Fix case clauseEvgeniy Khramtsov1-3/+7
2017-05-17Ciphers should be a binary stringEvgeniy Khramtsov1-1/+1
2017-05-12Check presence of some files during option validationEvgeniy Khramtsov1-4/+4
2017-05-08Add type specs for Module:opt_type/1Evgeniy Khramtsov1-0/+14
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-45/+17
2017-04-28Don't re-define validation functions in multiple placesEvgeniy Khramtsov1-2/+3
2017-04-21Speedup Mnesia tables initializationEvgeniy Khramtsov1-1/+0
2017-04-11Rename aux.erl as misc.erlChristophe Romain1-1/+1