summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add function for getting room diagnosticsPaweł Chmielowski2022-09-011-5/+27
* Catch all errors from jose_jwt:verify and log debugging details (#3890)Badlop2022-09-011-1/+4
* The #roster_item.ask allowed values are subscribe|undefinedBadlop2022-09-011-2/+1
* Add definition to detect OTP older than 25, used by ejabberd_auth_httpBadlop2022-09-011-0/+1
* mod_host_meta: Complain at start if listener is not encryptedBadlop2022-09-011-1/+20
* mod_pubsub: Don't crash on command failuresHolger Weiss2022-08-311-2/+2
* Handle invalid values in X-Forwarded-For header more gracefulyPaweł Chmielowski2022-08-291-6/+8
* Update roster_get hook in mod_shared_roster_ldap to use #roster_item{}Paweł Chmielowski2022-08-241-23/+14
* Fix mucsub unsubscribe notification payload to have muc_unsubcribe in itPaweł Chmielowski2022-08-241-2/+2
* make-packages: Fix permissions on RPM systemsHolger Weiss2022-08-211-0/+2
* Fix filter_nodesJonah Brüchert2022-08-171-4/+2
* Parse sub elements of the mix join remote resultJonah Brüchert2022-08-171-3/+15
* mod_mix: Return user jid on joinJonah Brüchert2022-08-171-0/+6
* mod_shared_roster: Fix wrong hook type #roster{} (now #roster_item{})Linus Jahn2022-08-121-6/+5
* mod_mix, mod_mix_pam: Add new MIX namespaces to disco featuresLinus Jahn2022-08-122-5/+6
* mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespacesJonah Brüchert2022-08-123-20/+28
* mod_roster: Change hook type from #roster{} to #roster_item{}Linus Jahn2022-08-117-103/+79
* mod_roster: Respect MIX <annotate/> settingLinus Jahn2022-08-111-4/+65
* mod_mix_pam: Do roster pushes on join/leaveLinus Jahn2022-08-111-1/+21
* mod_mix_pam: Provide MIX channels as roster entries via hookLinus Jahn2022-08-113-2/+33
* ejabberd_listener: Let module take over socketHolger Weiss2022-08-101-0/+3
* Update documentation to reflect the GHCR image usageBadlop2022-08-081-16/+18
* Apply the minimal changes required to use the GHCR imageBadlop2022-08-081-18/+18
* Copy ejabberd-docker-install.bat from docker-ejabberd git and rename itBadlop2022-08-081-0/+292
* ext_mod: Support managing remote nodes in the clusterBadlop2022-08-051-5/+8
* ext_mod: Handle correctly when COMMIT.json not foundBadlop2022-08-051-7/+15
* Show allow_query_users room option in disco info (#3830)Badlop2022-08-042-1/+2
* CI: Remove syntax_tools from applications, as fast_xml fails DialyzerBadlop2022-08-041-1/+4
* Add log_burst_limit_* options (#3865)Mark Zealey2022-08-016-3/+40
* Skip connection exit message when we triggered reconnectionPaweł Chmielowski2022-07-281-0/+2
* Handle errors reported from begin/commit inside transactionPaweł Chmielowski2022-07-281-35/+45
* Make connection close errors bubble up from inside sql transactionPaweł Chmielowski2022-07-281-22/+50
* Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869)Badlop2022-07-272-2/+2
* Don't bother with COMMIT.json user-friendly feature in automated user caseBadlop2022-07-271-1/+9
* Handle not found COMMIT.json, for example in GH ActionsBadlop2022-07-271-3/+9
* Add WebAdmin page for managing external modulesBadlop2022-07-261-2/+415
* Remove nginx and libgd3, so the proper versions can be installedBadlop2022-07-262-0/+3
* Catch mysql connection being close earlierPaweł Chmielowski2022-07-192-2/+5
* Make first sql reconnect wait shorter timePaweł Chmielowski2022-07-191-4/+9
* React to sql driver process exit earlierPaweł Chmielowski2022-07-151-8/+13
* Don't set affiliation to 'none' if it's already 'none' in mod_muc_room:proces...Alexey Shchepin2022-07-011-16/+20
* mod_mix_pam: Display joined channels on webadmin pageLinus Jahn2022-06-281-1/+66
* Fix error reporting in 'make options' on OTP24+Paweł Chmielowski2022-06-241-1/+5
* Don't register listeners that failed to start in config reloadPaweł Chmielowski2022-06-211-4/+12
* Define batch delete function types in coresponding behavioursPaweł Chmielowski2022-06-172-2/+18
* Fix mam delete_old_messages_batch for sql backendPaweł Chmielowski2022-06-172-5/+5
* Runtime: Add Xref options to be as strict as CIBadlop2022-06-121-0/+8
* Runtime: No need for a specific mix erlang 25 jobBadlop2022-06-121-67/+0
* Update workflows to Erlang 25Badlop2022-06-122-7/+9
* Use INSERT ... ON DUPLICATE KEY UPDATE for upsert on mysqlPaweł Chmielowski2022-06-101-45/+52