aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug handling jid:decode/1 return, introduced in cdb286d1d (#3461)Badlop2021-02-011-2/+3
* Fix bug in send_message introduced in 7fc500dae (#3485)Badlop2021-02-011-4/+4
* mod_mam: Add missing semicolonHolger Weiss2021-01-291-1/+1
* Remove queryid from MAM fin elementPaul Fariello2021-01-291-1/+3
* Add cache for displayed groups in ldap_shared_cachePaweł Chmielowski2021-01-281-3/+14
* Fix delete_old_message when using sqlite spool tablePaweł Chmielowski2021-01-271-0/+5
* Document the recent oauth_cache_rest_failure_life_time optionBadlop2021-01-271-0/+5
* Update newest copyright year to 2021 (#3464)Badlop2021-01-27208-209/+209
* Add oauth_cache_rest_failure_life_time optionPaweł Chmielowski2021-01-274-15/+27
* Add 'ejabberdctl foreground-quiet'Paweł Chmielowski2021-01-271-3/+20
* Don't fetch subscribers list in room_unused_*Paweł Chmielowski2021-01-262-2/+25
* Rename function argumentsPaweł Chmielowski2021-01-251-6/+6
* Skip reading pep nodes that we know won't be requested due to capsPaweł Chmielowski2021-01-251-27/+47
* ejabberd_stun: Block loopback addresses by defaultHolger Weiss2021-01-221-1/+1
* Update 'stun' dependencyHolger Weiss2021-01-221-1/+1
* Revert "mod_register language reworked"Badlop2021-01-221-26/+26
* Revert "ejabberd_oauth language reworked"Badlop2021-01-221-9/+9
* Revert "mod_roster language reworked"Badlop2021-01-221-10/+10
* mod_muc/mod_muc_room: add option limits for password and captcha_whitelist (#...Jing Sun2021-01-213-5/+46
* Validate affiliations in set_room_affiliation commandPaweł Chmielowski2021-01-211-1/+9
* mod_roster language reworkedAllan Nordhøy2021-01-161-10/+10
* ejabberd_oauth language reworkedAllan Nordhøy2021-01-141-9/+9
* Don't include empty <subject/> in messages sent by send_messagePaweł Chmielowski2021-01-131-3/+8
* Allow non-occupant non-subscribed service admin send private MUC message (#3474)Badlop2021-01-131-2/+3
* Uniformize terms create->register, delete->unregister (#3482)Badlop2021-01-131-7/+7
* Merge pull request #3482 from comradekingu/patch-1badlop2021-01-131-27/+27
|\
| * mod_register language reworkedAllan Nordhøy2021-01-131-27/+27
* | Fix handling of log_rotate_size: infinityPaweł Chmielowski2021-01-131-1/+6
|/
* Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop2021-01-118-28/+28
* Don't use REPLACE for upsert when there are "-" fields.Paweł Chmielowski2021-01-111-18/+28
* Apply cosmetic changes from documentationBadlop2021-01-083-3/+3
* Make ext_mod compile module with debug_info flagsPaweł Chmielowski2021-01-071-1/+1
* ejabberd_systemd: Fix commentHolger Weiss2021-01-061-1/+1
* Integrate nicely with systemdHolger Weiss2021-01-064-22/+224
* XEP-0033 (#3467)Neustradamus2021-01-051-1/+1
* Clarify documentation of log_rotate_size option (#3462)Badlop2021-01-041-2/+3
* Document ldap_userjidattr optionPaweł Chmielowski2020-12-311-0/+6
* Add multi-domain support (and flexibility) to LDAP shared roster (rev2). (#3461)ethoms2020-12-312-18/+48
* JWT enhancement (#3460)Pouriya2020-12-281-18/+37
* Fix a pair of pubsub specs to please DialyzerBadlop2020-12-181-2/+2
* Fix typo in case clause detected by DialyzerBadlop2020-12-181-1/+1
* Update spec for get_room_pidPaweł Chmielowski2020-12-181-1/+1
* Old passwd scram tuples do not conform to current records definitionsBadlop2020-12-181-2/+2
* Use better fallback value for room activity time when skipping room in decide...Paweł Chmielowski2020-12-171-4/+4
* Reword auth_scram_hash info (#3448)Licaon_Kter2020-12-151-3/+3
* Document auth_scram_hash option20.12Paweł Chmielowski2020-12-151-0/+7
* Make anonymous auth not override sasl mechaninsm offered by other modulesPaweł Chmielowski2020-12-141-10/+15
* Fix getting age of newly created rooms in rooms_unused_*Paweł Chmielowski2020-12-141-1/+1
* feat: add hook to check decoded JWT after success authentication (#3446)Pouriya2020-12-141-4/+5
* Improve auth_mnesia:transformPaweł Chmielowski2020-12-101-2/+3