summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-12Remove unnecessary text stringBadlop1-2/+1
2022-10-12Handle case that module exports mod_doc, but nothing in itBadlop1-1/+4
2022-10-12Annotate new optionsBadlop1-0/+2
2022-09-28Fix cache invalidation in shared rosterPaweł Chmielowski1-0/+1
2022-09-22Export mod_muc_admin:get_room_pid/2Paweł Chmielowski1-1/+2
2022-09-16The archive_msg export fun requires MUC Service for room archivesBadlop2-3/+9
2022-09-16Allow MUC service admins to bypass max_user_conferences limitationBadlop1-3/+3
2022-09-16Remove unused macro definitions detected by rebar3_hankBadlop3-10/+0
2022-09-16Adapt to change of mix_annotate type to boolean in roster_queryLinus Jahn1-2/+1
2022-09-16Adapt to renaming of 'participant-id' from mix_roster_channel recordLinus Jahn1-2/+2
2022-09-13Don't persist 'none' role (thanks to Blake Miller)(#3330)Badlop1-1/+10
2022-09-13Store role, and use it when joining a moderated room (#3330)Badlop2-4/+22
2022-09-09mod_admin_extra: Handle empty roster group namesHolger Weiss1-1/+1
2022-09-07Simplify recent commit (thanks to Simon Lipp)(#3894)Badlop1-4/+2
2022-09-06Fix unix socket support for ejabberd_http (thanks to Simon Lipp)(#3894)Badlop1-0/+2
2022-09-01Add function for getting room diagnosticsPaweł Chmielowski1-5/+27
2022-09-01Catch all errors from jose_jwt:verify and log debugging details (#3890)Badlop1-1/+4
2022-09-01The #roster_item.ask allowed values are subscribe|undefinedBadlop1-2/+1
2022-09-01mod_host_meta: Complain at start if listener is not encryptedBadlop1-1/+20
2022-08-31mod_pubsub: Don't crash on command failuresHolger Weiss1-2/+2
2022-08-29Handle invalid values in X-Forwarded-For header more gracefulyPaweł Chmielowski1-6/+8
2022-08-24Update roster_get hook in mod_shared_roster_ldap to use #roster_item{}Paweł Chmielowski1-23/+14
2022-08-24Fix mucsub unsubscribe notification payload to have muc_unsubcribe in itPaweł Chmielowski1-2/+2
2022-08-17Fix filter_nodesJonah Brüchert1-4/+2
2022-08-17Parse sub elements of the mix join remote resultJonah Brüchert1-3/+15
2022-08-17mod_mix: Return user jid on joinJonah Brüchert1-0/+6
2022-08-12mod_shared_roster: Fix wrong hook type #roster{} (now #roster_item{})Linus Jahn1-6/+5
2022-08-12mod_mix, mod_mix_pam: Add new MIX namespaces to disco featuresLinus Jahn2-5/+6
2022-08-12mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespacesJonah Brüchert2-19/+27
2022-08-11mod_roster: Change hook type from #roster{} to #roster_item{}Linus Jahn6-101/+78
2022-08-11mod_roster: Respect MIX <annotate/> settingLinus Jahn1-4/+65
2022-08-11mod_mix_pam: Do roster pushes on join/leaveLinus Jahn1-1/+21
2022-08-11mod_mix_pam: Provide MIX channels as roster entries via hookLinus Jahn2-1/+31
2022-08-10ejabberd_listener: Let module take over socketHolger Weiss1-0/+3
2022-08-05ext_mod: Support managing remote nodes in the clusterBadlop1-5/+8
2022-08-05ext_mod: Handle correctly when COMMIT.json not foundBadlop1-7/+15
2022-08-04Show allow_query_users room option in disco info (#3830)Badlop1-0/+1
2022-08-01Add log_burst_limit_* options (#3865)Mark Zealey4-1/+34
2022-07-28Skip connection exit message when we triggered reconnectionPaweł Chmielowski1-0/+2
2022-07-28Handle errors reported from begin/commit inside transactionPaweł Chmielowski1-35/+45
2022-07-28Make connection close errors bubble up from inside sql transactionPaweł Chmielowski1-22/+50
2022-07-27Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869)Badlop1-1/+1
2022-07-27Don't bother with COMMIT.json user-friendly feature in automated user caseBadlop1-1/+9
2022-07-27Handle not found COMMIT.json, for example in GH ActionsBadlop1-3/+9
2022-07-26Add WebAdmin page for managing external modulesBadlop1-2/+415
2022-07-19Catch mysql connection being close earlierPaweł Chmielowski1-1/+4
2022-07-19Make first sql reconnect wait shorter timePaweł Chmielowski1-4/+9
2022-07-15React to sql driver process exit earlierPaweł Chmielowski1-8/+13
2022-07-01Don't set affiliation to 'none' if it's already 'none' in mod_muc_room:proces...Alexey Shchepin1-16/+20
2022-06-28mod_mix_pam: Display joined channels on webadmin pageLinus Jahn1-1/+66