aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 19.09 ChangelogJerome Sautret2019-09-241-0/+53
|
* Update depsPaweł Chmielowski2019-09-241-7/+8
|
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-23124-765/+759
|
* Fix unicode formatting in ACME moduleEvgeny Khramtsov2019-09-222-33/+33
|
* Fix unicode processing in ejabberd.ymlEvgeny Khramtsov2019-09-221-1/+1
|
* Don't call to xmpp_idnaEvgeny Khramtsov2019-09-222-4/+4
|
* Fix IDNA support in ACME requestsEvgeny Khramtsov2019-09-222-16/+17
|
* Don't forget to log an error message on IDNA failureEvgeny Khramtsov2019-09-221-1/+4
|
* Support IDN hostnames in ACME requestsEvgeny Khramtsov2019-09-222-14/+34
|
* Don't attempt to create acme directory on ejabberd startupEvgeny Khramtsov2019-09-221-13/+8
|
* Slightly improve arg exampleEvgeny Khramtsov2019-09-221-1/+1
|
* Don't allow requesting certificates for localhost or IP-like domainsEvgeny Khramtsov2019-09-221-7/+21
|
* Improve warning messageEvgeny Khramtsov2019-09-221-6/+8
|
* Avoid excessive quoting in request_handlers of example configEvgeny Khramtsov2019-09-211-8/+8
|
* Bump acme versionEvgeny Khramtsov2019-09-211-1/+1
|
* Comment `certfiles` section in example configEvgeny Khramtsov2019-09-201-3/+4
| | | | Rely on ACME configuration instead
* Use round/0 instead of ceil/0Evgeny Khramtsov2019-09-201-8/+8
| | | | Because ceil/0 was introduced in OTP20.0 only
* Fix typoEvgeny Khramtsov2019-09-201-1/+1
|
* Remove unused fileEvgeny Khramtsov2019-09-201-144/+0
|
* Don't auto request certificate for localhost and IP-like domainsEvgeny Khramtsov2019-09-201-1/+11
|
* Add listener for ACME challenge in example configEvgeny Khramtsov2019-09-201-0/+1
|
* Improve ACME implementationEvgeny Khramtsov2019-09-2012-1622/+708
| | | | Fixes #2487, fixes #2590, fixes #2638
* JWT-only authentication for some users (#3012)Alexey Shchepin2019-09-184-18/+52
|
* mod_jidprep: Don't call gen_mod functions directlyHolger Weiss2019-09-182-2/+15
|
* Apply default role after revoking admin affiliation (#3023)Badlop2019-09-172-4/+8
|
* README.md: Clean up wordingHolger Weiss2019-09-121-2/+2
| | | | | The `gsfonts` package name is specific to some Linux distributions, so just mention the dependency on "Ghostscript fonts".
* Merge remote-tracking branch 'processone/pr/2995'Holger Weiss2019-09-121-0/+1
|\ | | | | | | | | * processone/pr/2995: Added gsfonts for captcha
| * Added gsfonts for captchaThUnD3r|Gr33n2019-08-181-0/+1
| | | | | | This is needed to show Captcha .if not Captcha would be empty
* | Add support for XEP-0328: JID PrepHolger Weiss2019-09-125-1/+213
| | | | | | | | The mod_jidprep module implements XEP-0328: JID Prep, version 0.1.
* | Log Mnesia table type on creationEvgeny Khramtsov2019-09-101-1/+7
| |
* | Replicate Mnesia 'bosh' table when nodes are joinedEvgeny Khramtsov2019-09-101-26/+119
| |
* | Merge branch 'master' of github.com:processone/ejabberdMickael Remond2019-09-092-10/+21
|\ \
| * | Fix typos in issue templateHolger Weiss2019-09-091-1/+1
| | |
| * | Update issue templatesMickaël Rémond2019-09-092-10/+21
| | |
* | | Use email field type to avoid jid capitalization on iOSMickael Remond2019-09-091-1/+1
|/ /
* | Add missing ejabberd_auth_jwt:user_exists/2 function (#3012)Alexey Shchepin2019-09-091-1/+4
| |
* | Fix BEGIN/COMMIT/ROLLBACK syntax for MSSQL (#2978)Alexey Shchepin2019-09-091-5/+21
| |
* | Fix certificate selection for s2sEvgeny Khramtsov2019-09-063-12/+12
| | | | | | | | | | The bug was introduced in c2cbb4d87955ff4917581fedc93cbcd4edd1ce8a Fixes #3015
* | Add ejabberd_oauth:verify_resowner_scope callback backPaweł Chmielowski2019-09-061-2/+18
| | | | | | | | This fixes issue #2982
* | Fix the regression introduced in dd57950Evgeny Khramtsov2019-09-041-2/+0
| | | | | | | | Fixes #3010
* | Fix some links to Guide in WebAdmin and add new ones (#3003)Badlop2019-08-275-16/+17
| |
* | Merge pull request #3004 from Slawutich/masterbadlop2019-08-261-1/+2
|\ \ | | | | | | Custom exit message is not broadcast
| * | Custom exit message is not broadcastVyache2019-08-231-1/+2
|/ /
* | Use select fields to input host in WebAdmin Backup (#3000)Badlop2019-08-221-6/+11
| |
* | Fix call to deprecated ejabberd_config:get_myhosts() (#3000)Badlop2019-08-222-2/+2
| |
* | Provide meaningful error when adding non-local users to shared roster (#3000)Badlop2019-08-221-4/+21
| |
* | Check account auth provided in WebAdmin is a local host (#3000)Badlop2019-08-221-0/+7
|/
* Add another variant of transformation of offline_msg in mod_offline_mnesiaPaweł Chmielowski2019-08-161-0/+5
|
* Don't treat 'Host' header as a virtual XMPP hostEvgeny Khramtsov2019-08-135-69/+79
| | | | Fixes #2989
* Revert "Affiliations other than admin and owner cannot invite to ↵Badlop2019-08-131-2/+1
| | | | | | | members_only rooms" This reverts commit b010a1a0a03fb304ad018b4d42d69df93ca4c5a1. More details in #2987