index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ejabberd_s2s.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow for filtering outgoing s2s stanzas (#3381)
Holger Weiß
2020-09-07
1
-2
/
+5
*
Use include_lib() to include headers from dependencies (#3369)
Stu Tomlinson
2020-09-03
1
-1
/
+1
*
Fix potential message loss in terminating c2s sessions
Paweł Chmielowski
2020-04-01
1
-5
/
+5
*
Update copyright to 2020 (#3149)
Badlop
2020-01-28
1
-1
/
+1
*
Correctly handle unicode in log messages
Evgeny Khramtsov
2019-09-23
1
-6
/
+6
*
Fix certificate selection for s2s
Evgeny Khramtsov
2019-09-06
1
-8
/
+8
*
Improve ejabberd halting procedure
Evgeny Khramtsov
2019-07-26
1
-1
/
+7
*
Fix typos using codespell
Evgeny Khramtsov
2019-07-16
1
-1
/
+1
*
Gracefully close inbound s2s connections
Evgeny Khramtsov
2019-07-10
1
-1
/
+18
*
Improve type specs for ejabberd_s2s
Evgeny Khramtsov
2019-07-09
1
-101
/
+101
*
Improve formatting of exceptions
Evgeny Khramtsov
2019-07-07
1
-13
/
+9
*
Deprecate 'route_subdomains' option
Evgeny Khramtsov
2019-06-26
1
-50
/
+15
*
Use correct stacktrace in logging macros
Evgeny Khramtsov
2019-06-26
1
-1
/
+2
*
Make logging messages more consistent
Evgeny Khramtsov
2019-06-24
1
-4
/
+4
*
Improve extraction of translated strings
Evgeny Khramtsov
2019-06-22
1
-3
/
+4
*
Use new configuration validator
Evgeny Khramtsov
2019-06-14
1
-174
/
+66
*
Replace code using p1_time_compat wrapper with native functions
Paweł Chmielowski
2019-02-27
1
-3
/
+3
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Add code for handling deprecations of get_stacktrace()
Paweł Chmielowski
2018-12-13
1
-6
/
+3
*
Refactor ejabberd_listener
Evgeny Khramtsov
2018-09-18
1
-1
/
+6
*
Fix some dialyzer warnings
Evgeny Khramtsov
2018-09-09
1
-13
/
+1
*
Get stacktrace out of lager context
Evgeniy Khramtsov
2018-09-01
1
-1
/
+2
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-4
/
+3
*
Update copyright dates
Evgeniy Khramtsov
2018-01-05
1
-1
/
+1
*
Introduce option 'ca_file'
Evgeniy Khramtsov
2017-11-26
1
-3
/
+11
*
Move 'certfile' based options in a single place
Evgeniy Khramtsov
2017-11-23
1
-7
/
+1
*
Introduce 'certfiles' global option
Evgeniy Khramtsov
2017-11-01
1
-7
/
+20
*
Reuse some translation strings
Evgeniy Khramtsov
2017-09-24
1
-1
/
+1
*
Deprecate `s2s_use_starttls: required_trusted`
Evgeniy Khramtsov
2017-09-02
1
-1
/
+7
*
Let 'domain_certfile' take higher precedence
Holger Weiss
2017-08-13
1
-2
/
+2
*
Rename stop_all_connections to stop_s2s_connections for consistency
Christophe Romain
2017-08-07
1
-6
/
+6
*
Replace gen_fsm with p1_fsm to avoid warnings in OTP20+
Evgeniy Khramtsov
2017-08-05
1
-1
/
+1
*
Fix indentation of commands lines
Badlop
2017-07-21
1
-16
/
+14
*
Fix case clause
Evgeniy Khramtsov
2017-05-25
1
-3
/
+7
*
Ciphers should be a binary string
Evgeniy Khramtsov
2017-05-17
1
-1
/
+1
*
Check presence of some files during option validation
Evgeniy Khramtsov
2017-05-12
1
-4
/
+4
*
Add type specs for Module:opt_type/1
Evgeniy Khramtsov
2017-05-08
1
-0
/
+14
*
Don't validate an option in ejabberd_config:get_option() functions
Evgeniy Khramtsov
2017-04-29
1
-45
/
+17
*
Don't re-define validation functions in multiple places
Evgeniy Khramtsov
2017-04-28
1
-2
/
+3
*
Speedup Mnesia tables initialization
Evgeniy Khramtsov
2017-04-21
1
-1
/
+0
*
Rename aux.erl as misc.erl
17.04
Christophe Romain
2017-04-11
1
-1
/
+1
*
Deprecate jlib.erl in favor of aux.erl
Evgeniy Khramtsov
2017-03-30
1
-1
/
+1
*
Add support for file-based queues
Evgeniy Khramtsov
2017-03-10
1
-2
/
+12
*
Stop all s2s connections via supervisor calls
Evgeniy Khramtsov
2017-02-23
1
-5
/
+9
*
Start/stop virtual hosts when reloading configuration file
Evgeniy Khramtsov
2017-02-23
1
-3
/
+28
*
Change routing API
Evgeniy Khramtsov
2017-02-16
1
-23
/
+17
*
Do not drop default TLS options
Evgeniy Khramtsov
2017-01-26
1
-1
/
+1
*
Make test suite working again
Evgeniy Khramtsov
2017-01-23
1
-1
/
+2
*
Merge branch 'new_stream'
Evgeniy Khramtsov
2017-01-20
1
-215
/
+180
|
\
|
*
Improve error reporting for forbidden servers
Evgeniy Khramtsov
2017-01-17
1
-14
/
+25
[next]