aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pgsql: do not set standard_conforming_strings to 'off' (#3944)Stu Tomlinson2022-11-161-16/+8
| | | | | | | Since f9120f75b0 string literals use escape string syntax (E'...') on pgsql, so it is no longer necessary to set standard_conforming_strings to 'off' Fixes #3932
* Handle mnesia_system_event mnesia_up when other node joins this (#3842)Badlop2022-11-142-0/+6
|
* Fix compilation warnings with Elixir 1.14Badlop2022-11-142-4/+4
| | | | | warning: missing parentheses for expression following "do:" keyword. Parentheses are required to solve ambiguity inside keywords.
* Runtime: Add Elixir 1.14 to the test matrixBadlop2022-11-141-1/+5
|
* Pass ssl options to mysql driverPaweł Chmielowski2022-11-142-3/+3
|
* Silent warning in OTP24 about not specified cacerts in sql connectionsPaweł Chmielowski2022-11-141-1/+1
|
* Container: Update link to the local example of CTL_ON_CREATE usageBadlop2022-11-071-1/+1
|
* Container: Add Composer Examples sectionBadlop2022-11-071-0/+113
|
* Container: Raise sections levels to improve legibility in GitHub web TOCBadlop2022-11-071-16/+16
|
* Add link in README to the ProcessOne Downloads pageBadlop2022-11-071-1/+2
|
* Add link to ejabberd page at xmpp.org, which displays protocols from DOAPBadlop2022-11-071-2/+3
|
* Run "make doap"Badlop2022-11-071-19/+28
|
* Add details about XEP implementations to some protocol attributesBadlop2022-11-0716-16/+17
|
* Support extended protocol attribute (#3915)Badlop2022-11-071-5/+36
|
* Run "make doap" to update ejabberd's DOAP fileBadlop2022-11-071-2/+3
|
* Fix DOAP file logo namespaceDaniel Brötzmann2022-11-071-2/+3
|
* Commit the generated DOAP fileBadlop2022-11-041-0/+668
|
* Add some missing RFCs and remove problematic leading 0 in xep versionsBadlop2022-11-048-2/+14
|
* Add DOAP script to MakefileBadlop2022-11-041-0/+4
|
* New script to generate DOAP fileBadlop2022-11-041-0/+106
|
* Ignore /doc, generated by tools/check_xep_versions.shBadlop2022-11-041-0/+1
|
* move spool dir to make it fully configurable per ejabberdctl.cfg (#3863)22.10duritong2022-10-261-1/+1
| | | | | | | | 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`
* Annotate captcha_cmd option, run make options, update manBadlop2022-10-254-3/+20
|
* Bump versionPaweł Chmielowski2022-10-251-1/+1
|
* Update German translation (thanks to nautilusx)"Badlop2022-10-241-0/+11
|
* Support @VERSION@ and @SEMVER@ in captcha_cmd optionBadlop2022-10-243-3/+26
|
* Update changelogPaweł Chmielowski2022-10-181-0/+109
|
* Bump default 's2s_timeout' value (#3653)Holger Weiß2022-10-182-2/+2
| | | | | | | | | | | 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>
* fix table creation on a running cluster (#3913)Frank2022-10-181-1/+4
|
* Update Portuguese (Brazil) translation (thanks to Wellington Terumi Uemura)Badlop2022-10-121-0/+15
|
* Update Chinese (Simplified) translation (thanks to Eric)Badlop2022-10-121-0/+15
|
* Update depsPaweł Chmielowski2022-10-123-19/+19
|
* Update Catalan and Spanish translationsBadlop2022-10-122-0/+30
|
* Remove unnecessary text stringBadlop2022-10-121-2/+1
|
* Update Chinese (Simplified) translation (thanks to Eric)Badlop2022-10-121-0/+12
|
* Update Ukrainian translation (thanks to Artem)Badlop2022-10-121-14/+214
|
* Update Russian translation (thanks to AHOHNMYC)Badlop2022-10-121-0/+2
|
* Update Portuguese (Brazil) translation (thanks to Wellington Terumi Uemura)Badlop2022-10-121-0/+4
|
* Update French translation (thanks to Maxime Leroy)Badlop2022-10-121-0/+34
|
* Update Spanish translation (thanks to Eduardo Malaspina)Badlop2022-10-121-0/+4
|
* Update German translation (thanks to nautilusx)Badlop2022-10-121-0/+4
|
* Update Catalan translation (thanks to Maite Guix)Badlop2022-10-121-0/+4
|
* Update man pageBadlop2022-10-121-6/+22
|
* Handle case that module exports mod_doc, but nothing in itBadlop2022-10-121-1/+4
|
* Annotate new optionsBadlop2022-10-121-0/+2
|
* Fix cache invalidation in shared rosterPaweł Chmielowski2022-09-281-0/+1
| | | | | | 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.
* make-binaries: Bump Expat and libpng versionsHolger Weiss2022-09-231-2/+2
|
* make-binaries: Fix GitHub release version checksHolger Weiss2022-09-231-3/+3
| | | | Adapt to changes to GitHub release pages.
* Export mod_muc_admin:get_room_pid/2Paweł Chmielowski2022-09-221-1/+2
|
* Update mysqlPaweł Chmielowski2022-09-223-4/+4
|