aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-2254-956/+989
* Fix shaper selection in ejabberd_c2sEvgeny Khramtsov2019-06-224-5/+5
* Make option 'validate_stream' globalEvgeny Khramtsov2019-06-2113-22/+19
* Don't attempt to query 'undefined' active listEvgeny Khramtsov2019-06-211-30/+35
* Allow multiple definitions of host_config and append_host_configEvgeny Khramtsov2019-06-212-10/+37
* Correct mod_mix_pam protocol versionEvgeny Khramtsov2019-06-211-1/+1
* Fix usage of TLS in mod_mqttEvgeny Khramtsov2019-06-211-23/+35
* mod_pubsub: Check access_model when publishing PEPHolger Weiss2019-06-201-21/+33
* Rename remaining command arguments from Server to Host (#2908)Badlop2019-06-194-9/+17
* Add support for backwards compatibility in command argument names (#2908)Badlop2019-06-194-16/+39
* Fix support for nonexistent or empty access_commands in ejabberd_xmlrpcBadlop2019-06-191-1/+1
* Require opt_type/1 callbackEvgeny Khramtsov2019-06-171-2/+3
* Generate more readable exceptionEvgeny Khramtsov2019-06-171-8/+17
* Reflect recent pubsub changes in configuration transformerEvgeny Khramtsov2019-06-172-20/+51
* Bump supported version of XEP-0355Evgeny Khramtsov2019-06-171-1/+1
* Fix component routes unregistrationEvgeny Khramtsov2019-06-171-20/+7
* Remove deprecated pubsub pluginsChristophe Romain2019-06-1714-2550/+0
* Use list_to_existing_atom/1 wherever possibleEvgeny Khramtsov2019-06-155-5/+5
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-1529-202/+131
* Remove default_db/1 and add default_db/3Evgeny Khramtsov2019-06-151-14/+14
* Warn about 'service_url' option during config transformationEvgeny Khramtsov2019-06-143-10/+12
* Fix exception formatting on old ErlangEvgeny Khramtsov2019-06-141-0/+10
* Fix validator of mod_avatarEvgeny Khramtsov2019-06-141-12/+10
* Introduce option 'captcha_url'Evgeny Khramtsov2019-06-144-14/+36
* Remove mod_echo moduleEvgeny Khramtsov2019-06-143-240/+17
* Use new configuration validatorEvgeny Khramtsov2019-06-14234-9191/+11031
* Return jid_malformed error when sending presence without nick to conferencePaweł Chmielowski2019-06-131-8/+26
* Merge pull request #2651 from Iperity/fix-privacy-race-conditionbadlop2019-06-131-14/+35
|\
| * Refactor mod_privacy patch; move logic user_receive_packet toNathan Bruning2019-06-101-34/+34
| * Fix user_send_packet in mod_privacy; was failing on newly created usersNathan Bruning2019-06-101-1/+1
| * Fix mod_privacy race conditionNathan Bruning2019-06-101-0/+21
* | Debug log to help troubleshoot delegation ACLsMickaël Rémond2019-06-111-0/+1
* | Revert "Fix pubsub compliance XEP-0060 § 7.1.3.6 (#2864)"Christophe Romain2019-06-111-1/+1
* | Use system_time/1 instead of monotonic_time/1Evgeny Khramtsov2019-06-062-2/+2
* | mod_register_web: Don't crash if user existsHolger Weiss2019-06-051-2/+2
|/
* Fix example argument in private_set, don't include Query elementBadlop2019-05-291-1/+1
* mod_stream_mgmt: Drop unused codeHolger Weiss2019-05-291-25/+13
* Change implementation of mod_offline use_mam_for_storage19.05Paweł Chmielowski2019-05-281-48/+45
* Don't check mod_register restrictions in 'register' commandEvgeny Khramtsov2019-05-281-8/+1
* mod_http_upload: Avoid catch-all error handlingHolger Weiss2019-05-271-2/+0
* Improve captcha blocking alert wordingMickaël Rémond2019-05-251-2/+2
* Fix last commitPaweł Chmielowski2019-05-241-5/+6
* Make mod_admin_extra add/delete_rosteritem reuse code from mod_rosterPaweł Chmielowski2019-05-242-39/+39
* Use different cache tables per auth moduleEvgeny Khramtsov2019-05-231-23/+38
* Merge branch 'master' of github.com:processone/ejabberdEvgeny Khramtsov2019-05-193-8/+16
|\
| * Fix PostgreSQL compatibility in mod_offline_sql:remove_old_messages (#2695)Alexey Shchepin2019-05-181-1/+1
| * Fix typo in Change User Password adhoc command (thanks to lovetox)(#2884)Badlop2019-05-171-1/+1
| * Vcard search doesn't support * in mnesia, fix search form (#633)Badlop2019-05-171-6/+14
* | Report better errors on SQL terms decode failureEvgeny Khramtsov2019-05-191-3/+17
|/
* Fix mod_legacy_auth to reflect recent changesEvgeny Khramtsov2019-05-151-5/+16