aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve log message when module startup has failedEvgeniy Khramtsov2018-02-021-4/+17
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-319-10/+10
* Use correct default when getting list of modules from configPaweł Chmielowski2018-01-301-2/+2
* Run tests only on backends enabled by configurePaweł Chmielowski2018-01-301-1/+1
* Match all possible values in mod_privilege checks, or we get crashesPaweł Chmielowski2018-01-301-2/+2
* Fix exception in mod_privilege:process_presence_inPaweł Chmielowski2018-01-301-1/+1
* Fix elixir testsPaweł Chmielowski2018-01-291-7/+12
* Fix processing of ldap_memberattr_format_re optionPaweł Chmielowski2018-01-291-1/+5
* Don't return undefined from ejabberd_config:get_myhosts()Paweł Chmielowski2018-01-291-1/+6
* Restore original return value to ejabberd_config:add_optionPaweł Chmielowski2018-01-291-1/+2
* mod_caps: Only store CAPS if contact is subscribedHolger Weiss2018-01-291-1/+1
* mod_caps: Fix indentationHolger Weiss2018-01-291-4/+3
* Improve logging of idle s2s connectionsEvgeniy Khramtsov2018-01-283-6/+10
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-2712-29/+29
* Fix a typo in call to create_captcha()Evgeniy Khramtsov2018-01-261-1/+1
* Introduce option 'captcha' for mod_block_strangersEvgeniy Khramtsov2018-01-2616-257/+390
* Switch to newer fast_xml and xmpp and update record fields in the codeEvgeniy Khramtsov2018-01-2511-17/+17
* Handle ignore from xmpp_socket callback startPaweł Chmielowski2018-01-241-2/+6
* Reduce log level for unexpected XML inputHolger Weiss2018-01-241-2/+2
* mod_block_strangers: Bounce groupchat to bare JIDHolger Weiss2018-01-241-1/+8
* Fix a typo in mod_capsEvgeniy Khramtsov2018-01-231-1/+1
* Merge branch 'mod-default-options'Evgeniy Khramtsov2018-01-2376-1365/+1456
|\
| * Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-2376-1365/+1456
* | Update 'pubsub_node' column name for DB exportHolger Weiss2018-01-191-1/+1
|/
* Do not try to start ezlib application too frequentlyEvgeniy Khramtsov2018-01-162-1/+9
* Return debug message backEvgeniy Khramtsov2018-01-161-0/+1
* Improve validation of 'convert' optionEvgeniy Khramtsov2018-01-161-7/+19
* Get rid of a call to misc:have_eimp()Evgeniy Khramtsov2018-01-151-14/+9
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2018-01-151-6/+60
|\
| * Copy sh_to_ask function from xmerl_regexp.erlPaweł Chmielowski2018-01-151-6/+60
* | Always build eimp dependencyEvgeniy Khramtsov2018-01-154-76/+37
|/
* Improve logging of failed s2s EXTERNAL authenticationEvgeniy Khramtsov2018-01-131-2/+4
* Send privileges if at least one of them is set, don't require all to be setPaweł Chmielowski2018-01-091-1/+1
* Process 'name' option for all route-registering modulesEvgeniy Khramtsov2018-01-088-23/+45
* Update copyright datesEvgeniy Khramtsov2018-01-05245-246/+246
* Return `true` or `false` from send() callbackEvgeniy Khramtsov2018-01-051-1/+4
* Merge pull request #2202 from weiss/bounce-to-strangerEvgeny Khramtsov2018-01-051-2/+5
|\
| * mod_block_strangers: Bounce an error messageHolger Weiss2018-01-031-2/+5
* | Fix ejabberd command privacy_setPaweł Chmielowski2018-01-041-5/+4
* | mod_proxy65: Expand @HOST@ keyword in 'hostname' optionMarc Schink2018-01-031-1/+2
|/
* Repair hosts check during certfiles validationEvgeniy Khramtsov2017-12-281-3/+12
* Return default certificate on domain mismatchEvgeniy Khramtsov2017-12-281-3/+17
* Fix check_opt_range when no boundary is configuredChristophe Romain2017-12-281-0/+2
* Don't force rsm when max_items is not defined (#2189)Christophe Romain2017-12-282-16/+2
* Revert "Include os_mon application"Christophe Romain2017-12-281-1/+1
* Revert "Start os_mon application"Paweł Chmielowski2017-12-271-1/+0
* Fix a regression in xmpp_socketEvgeniy Khramtsov2017-12-271-2/+2
* Start os_mon applicationPaweł Chmielowski2017-12-271-0/+1
* Use bare jid when processing roster subscriptionsPaweł Chmielowski2017-12-271-1/+1
* Include os_mon applicationChristophe Romain2017-12-271-1/+1