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_config.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright to 2020 (#3149)
Badlop
2020-01-28
1
-1
/
+1
*
Generate ejabberd.yml.5 man page from source code directly
Evgeny Khramtsov
2020-01-08
1
-0
/
+2
*
Also group duplicated list-like options inside host_config/append_host_config
Evgeny Khramtsov
2019-11-07
1
-25
/
+9
*
Group all duplicated list-like options into a single option
Evgeny Khramtsov
2019-11-07
1
-19
/
+13
*
Fix loading of third-party modules at startup
Evgeny Khramtsov
2019-11-07
1
-9
/
+9
*
Allow multiple `modules` section
Evgeny Khramtsov
2019-11-06
1
-1
/
+3
*
Log path to third-party configuration file
Evgeny Khramtsov
2019-10-20
1
-0
/
+4
*
Replace lager with built-in new logging API
Evgeny Khramtsov
2019-10-18
1
-2
/
+2
*
Don't log warning when an option is consulted for uknown vhost
Evgeny Khramtsov
2019-09-25
1
-4
/
+4
*
Correctly handle unicode in log messages
Evgeny Khramtsov
2019-09-23
1
-16
/
+16
*
Fix typos using codespell
Evgeny Khramtsov
2019-07-16
1
-1
/
+1
*
Don't crash when attempt to get an option for unknown virtual host
Evgeny Khramtsov
2019-07-12
1
-2
/
+11
*
Make sure configuration file path always represented as binary()
Evgeny Khramtsov
2019-07-10
1
-20
/
+24
*
Avoid using broad map() type wherever possible
Evgeny Khramtsov
2019-06-27
1
-3
/
+5
*
Let it crash on unspecified option
Evgeny Khramtsov
2019-06-23
1
-15
/
+9
*
Validate and set 'version' option at an earlier stage
Evgeny Khramtsov
2019-06-23
1
-0
/
+21
*
Make option 'validate_stream' global
Evgeny Khramtsov
2019-06-21
1
-4
/
+4
*
Allow multiple definitions of host_config and append_host_config
Evgeny Khramtsov
2019-06-21
1
-8
/
+33
*
Require opt_type/1 callback
Evgeny Khramtsov
2019-06-17
1
-2
/
+3
*
Remove default_db/1 and add default_db/3
Evgeny Khramtsov
2019-06-15
1
-14
/
+14
*
Use new configuration validator
Evgeny Khramtsov
2019-06-14
1
-1454
/
+616
*
Rename ejabberd_config:similar_option/2 -> misc:best_match/2
Evgeny Khramtsov
2019-04-30
1
-30
/
+2
*
Provide a suggestion when unknown module is detected
Evgeny Khramtsov
2019-04-29
1
-1
/
+1
*
Provide a suggestion when unknown option is detected
Evgeny Khramtsov
2019-04-29
1
-2
/
+33
*
Add ext_mod paths before checking config (processone/ejabberd-contrib#263)
Badlop
2019-04-03
1
-0
/
+1
*
Replace code using p1_time_compat wrapper with native functions
Paweł Chmielowski
2019-02-27
1
-2
/
+2
*
Don't crash on malformed 'modules' section
Evgeny Khramtsov
2019-02-19
1
-4
/
+10
*
Improve validation of configured language options
Evgeny Khramtsov
2019-01-19
1
-1
/
+1
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Normalize hostname when processing host_config
Paweł Chmielowski
2018-12-06
1
-3
/
+5
*
Don't hide 'undef' exceptions during config validation
Evgeny Khramtsov
2018-09-19
1
-1
/
+1
*
Improve error formatting
Evgeny Khramtsov
2018-09-17
1
-2
/
+2
*
Fix some dialyzer warnings
Evgeny Khramtsov
2018-09-09
1
-17
/
+2
*
Use "localhost" as a default host
Evgeniy Khramtsov
2018-08-17
1
-1
/
+1
*
Better format invalid values when logging them
Evgeniy Khramtsov
2018-07-08
1
-6
/
+7
*
Better detection of duplicated routes/hosts
Evgeniy Khramtsov
2018-07-08
1
-1
/
+28
*
Only lookup FQDN at configuration (re)loading
Evgeniy Khramtsov
2018-07-06
1
-1
/
+13
*
Move XMPP stream and SASL processing to xmpp repo
Evgeniy Khramtsov
2018-07-06
1
-1
/
+12
*
Move move randoms module to p1_utils repo
Evgeniy Khramtsov
2018-07-05
1
-2
/
+2
*
Move shaper to p1_utils repo
Evgeniy Khramtsov
2018-07-05
1
-1
/
+1
*
Move mod_irc to ejabberd-contrib
Evgeniy Khramtsov
2018-06-20
1
-1
/
+0
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-3
/
+16
*
Add ability to modify version string
Paweł Chmielowski
2018-06-07
1
-3
/
+10
*
Stop ejabberd initialization on invalid/unknown options
Evgeniy Khramtsov
2018-05-09
1
-58
/
+69
*
Don't produce a crash dump during intentional exit
Evgeniy Khramtsov
2018-03-29
1
-2
/
+1
*
Add 'negotiation_timeout' to the known options list
Evgeniy Khramtsov
2018-02-20
1
-1
/
+1
*
Introduce 'negotiation_timeout'
Evgeniy Khramtsov
2018-02-20
1
-1
/
+7
*
Export helper function
Christophe Romain
2018-02-16
1
-1
/
+1
*
Introduce option 'validate_stream'
Evgeniy Khramtsov
2018-02-09
1
-2
/
+12
*
Fix elixir tests
Paweł Chmielowski
2018-01-29
1
-7
/
+12
[next]