Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-16Adapt to renaming of 'participant-id' from mix_roster_channel recordLinus Jahn
2022-09-16Update xmpp moduleLinus Jahn
2022-09-13Container: Support ERL_DIST_PORTBadlop
2022-09-13Support ERL_DIST_PORT option to work without epmdBadlop
2022-09-13Ignore .ejabberd-modules/ , may be used when building containerBadlop
2022-09-13Container: Get ejabberd-contrib sources to include themBadlop
2022-09-13Container: Copy .ejabberd-modules directory if availableBadlop
2022-09-13Don't persist 'none' role (thanks to Blake Miller)(#3330)Badlop
2022-09-13Store role, and use it when joining a moderated room (#3330)Badlop
2022-09-13make-binaries: Bump Erlang/OTP version to 24.3.4.5Holger Weiss
2022-09-13Merge remote-tracking branch 'processone/pr/3904'Holger Weiss
2022-09-13make-binaries: Bump dependency versionsStu Tomlinson
2022-09-09mod_admin_extra: Handle empty roster group namesHolger Weiss
2022-09-07Add more examples of podman usageBadlop
2022-09-07Update CONTAINER example calls to recent changesBadlop
2022-09-07Container: Don't complain if the bin/ directory already existsBadlop
2022-09-07Container: No need to search for the ejabberdctl binaryBadlop
2022-09-07Simplify recent commit (thanks to Simon Lipp)(#3894)Badlop
2022-09-07feat: do not clone repo inside container buildRoman Hargrave
2022-09-06Fix unix socket support for ejabberd_http (thanks to Simon Lipp)(#3894)Badlop
2022-09-06Update Github Action workflows: Ubuntu 18 is deprecated and 22 is addedBadlop
2022-09-01Add function for getting room diagnosticsPaweł Chmielowski
2022-09-01Catch all errors from jose_jwt:verify and log debugging details (#3890)Badlop
2022-09-01The #roster_item.ask allowed values are subscribe|undefinedBadlop
2022-09-01Add definition to detect OTP older than 25, used by ejabberd_auth_httpBadlop
2022-09-01mod_host_meta: Complain at start if listener is not encryptedBadlop
2022-08-31mod_pubsub: Don't crash on command failuresHolger Weiss
2022-08-29Handle invalid values in X-Forwarded-For header more gracefulyPaweł Chmielowski
2022-08-24Update roster_get hook in mod_shared_roster_ldap to use #roster_item{}Paweł Chmielowski
2022-08-24Fix mucsub unsubscribe notification payload to have muc_unsubcribe in itPaweł Chmielowski
2022-08-21make-packages: Fix permissions on RPM systemsHolger Weiss
2022-08-17Fix filter_nodesJonah Brüchert
2022-08-17Parse sub elements of the mix join remote resultJonah Brüchert
2022-08-17mod_mix: Return user jid on joinJonah Brüchert
2022-08-12mod_shared_roster: Fix wrong hook type #roster{} (now #roster_item{})Linus Jahn
2022-08-12mod_mix, mod_mix_pam: Add new MIX namespaces to disco featuresLinus Jahn
2022-08-12mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespacesJonah Brüchert
2022-08-11mod_roster: Change hook type from #roster{} to #roster_item{}Linus Jahn
2022-08-11mod_roster: Respect MIX <annotate/> settingLinus Jahn
2022-08-11mod_mix_pam: Do roster pushes on join/leaveLinus Jahn
2022-08-11mod_mix_pam: Provide MIX channels as roster entries via hookLinus Jahn
2022-08-10ejabberd_listener: Let module take over socketHolger Weiss
2022-08-08Update documentation to reflect the GHCR image usageBadlop
2022-08-08Apply the minimal changes required to use the GHCR imageBadlop
2022-08-08Copy ejabberd-docker-install.bat from docker-ejabberd git and rename itBadlop
2022-08-05ext_mod: Support managing remote nodes in the clusterBadlop
2022-08-05ext_mod: Handle correctly when COMMIT.json not foundBadlop
2022-08-04Show allow_query_users room option in disco info (#3830)Badlop
2022-08-04CI: Remove syntax_tools from applications, as fast_xml fails DialyzerBadlop
2022-08-01Add log_burst_limit_* options (#3865)Mark Zealey