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 (Collapse)Author
2022-11-08Container: Update link to the local example of CTL_ON_CREATE usageHEADmasterBadlop
2022-11-08Container: Add Composer Examples sectionBadlop
2022-11-08Container: Raise sections levels to improve legibility in GitHub web TOCBadlop
2022-11-07Add link in README to the ProcessOne Downloads pageBadlop
2022-11-07Add link to ejabberd page at xmpp.org, which displays protocols from DOAPBadlop
2022-11-07Run "make doap"Badlop
2022-11-07Add details about XEP implementations to some protocol attributesBadlop
2022-11-07Support extended protocol attribute (#3915)Badlop
2022-11-07Run "make doap" to update ejabberd's DOAP fileBadlop
2022-11-07Fix DOAP file logo namespaceDaniel Brötzmann
2022-11-04Commit the generated DOAP fileBadlop
2022-11-04Add some missing RFCs and remove problematic leading 0 in xep versionsBadlop
2022-11-04Add DOAP script to MakefileBadlop
2022-11-04New script to generate DOAP fileBadlop
2022-11-04Ignore /doc, generated by tools/check_xep_versions.shBadlop
2022-10-26move spool dir to make it fully configurable per ejabberdctl.cfg (#3863)22.10duritong
In the packaged rpm the spool dir is set to: ``` : "${SPOOL_DIR:="/opt/ejabberd/database/$ERLANG_NODE"}" ``` However, `$ERLANG_NODE` is effectively set later (now in line 67), which effectively makes spool dir always in `...../ejabberd@localhost`
2022-10-25Annotate captcha_cmd option, run make options, update manBadlop
2022-10-25Bump versionPaweł Chmielowski
2022-10-24Update German translation (thanks to nautilusx)"Badlop
2022-10-24Support @VERSION@ and @SEMVER@ in captcha_cmd optionBadlop
2022-10-18Update changelogPaweł Chmielowski
2022-10-18Bump default 's2s_timeout' value (#3653)Holger Weiß
Wait for an hour before closing an idle s2s connection. It's not uncommon for a connection to be idle for longer than ten minutes but less than an hour. For example, XEP-0410 suggests a ping interval of fifteen minutes. A longer idle timeout avoids the latency and log entries associated with constantly re-establishing such connections. Co-authored-by: Paweł Chmielowski <pawel@process-one.net>
2022-10-18fix table creation on a running cluster (#3913)Frank
2022-10-12Update Portuguese (Brazil) translation (thanks to Wellington Terumi Uemura)Badlop
2022-10-12Update Chinese (Simplified) translation (thanks to Eric)Badlop
2022-10-12Update depsPaweł Chmielowski
2022-10-12Update Catalan and Spanish translationsBadlop
2022-10-12Remove unnecessary text stringBadlop
2022-10-12Update Chinese (Simplified) translation (thanks to Eric)Badlop
2022-10-12Update Ukrainian translation (thanks to Artem)Badlop
2022-10-12Update Russian translation (thanks to AHOHNMYC)Badlop
2022-10-12Update Portuguese (Brazil) translation (thanks to Wellington Terumi Uemura)Badlop
2022-10-12Update French translation (thanks to Maxime Leroy)Badlop
2022-10-12Update Spanish translation (thanks to Eduardo Malaspina)Badlop
2022-10-12Update German translation (thanks to nautilusx)Badlop
2022-10-12Update Catalan translation (thanks to Maite Guix)Badlop
2022-10-12Update man pageBadlop
2022-10-12Handle case that module exports mod_doc, but nothing in itBadlop
2022-10-12Annotate new optionsBadlop
2022-09-28Fix cache invalidation in shared rosterPaweł Chmielowski
Doing srg_get_info for not existing group, then srg_create, will make srg_add_user fail because it will get info that group doesn't exist from cache.
2022-09-23make-binaries: Bump Expat and libpng versionsHolger Weiss
2022-09-23make-binaries: Fix GitHub release version checksHolger Weiss
Adapt to changes to GitHub release pages.
2022-09-22Export mod_muc_admin:get_room_pid/2Paweł Chmielowski
2022-09-22Update mysqlPaweł Chmielowski
2022-09-16The archive_msg export fun requires MUC Service for room archivesBadlop
2022-09-16Allow MUC service admins to bypass max_user_conferences limitationBadlop
2022-09-16Remove unused macro definitions detected by rebar3_hankBadlop
?OFFLINE_TABLE_LOCK_THRESHOLD is unused: definition and usage added in 4103f30812ed99c984a2fdb16aabca139c9255d7 definition copied, and usage moved to mod_offline_mnesia, in 901d2e0aed83d195a4d1cf2929114b07dcac0dd8 definition and usage removed in mod_offline_mnesia in d88e4d495ffc2ae950f77e440aa7c5d06c864309 this definition looks useless ?VERSION_MULTICAST is unused: added in 0cf8d1fa6e931367b63b133396478593146a8d07 it was never used ?DISCO_QUERY_TIMEOUT is unused: added in 0cf8d1fa6e931367b63b133396478593146a8d07 it was never used ?FEATURE/1 is unused: added in 0cf8d1fa6e931367b63b133396478593146a8d07 usage removed in bc33a3873dbb0828714eef69094213575fc979b6 ?DEFAULT_MAX_USERS_PRESENCE is unused: added in f817762cc48c13476a531bc40059cd17aea4cf0b usage removed in ba2b650464bd3aae2b6b0f3a3177476360cb6d08 ?CT_XML is unused: added in 46568fb9596d8203c635477b30c91d2928847dea removed in 3dc55c6d47e3093a6147ce275c7269a7d08ffc45
2022-09-16Remove unused header files which content is already in xmpp libraryBadlop
2022-09-16Merge remote-tracking branch 'processone/pr/3905'Holger Weiss
* processone/pr/3905: Adapt to change of mix_annotate type to boolean in roster_query Adapt to renaming of 'participant-id' from mix_roster_channel record Update xmpp module
2022-09-16Adapt to change of mix_annotate type to boolean in roster_queryLinus Jahn