aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix dialyzer warnings in mod_mqtt_bridgeHEADmasterPaweł Chmielowski2022-11-243-136/+48
|
* hibernation_time is not an option worth storing in room state (#3946)Badlop2022-11-231-0/+1
|
* OAuth: Accept jid as a HTTP URL query argumentBadlop2022-11-231-2/+6
|
* OAuth: Handle when client is not identifiedBadlop2022-11-231-0/+2
|
* Don't set i18n option because Converse enforces it instead of browser lang ↵Badlop2022-11-231-1/+0
| | | | (#3951)
* Try to redirect access to files mod_conversejs to cdn when there is no local ↵Paweł Chmielowski2022-11-231-1/+3
| | | | copies
* Add hook for mqtt publish eventPaweł Chmielowski2022-11-231-1/+2
|
* Add mqtt bridge modulePaweł Chmielowski2022-11-233-0/+653
|
* Jid format when `multicastc` was cached (#3950)chengshq2022-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error log: ```2022-11-22 04:10:25.436648+00:00 [error] <0.515.0>@ejabberd_router:route/1:95 Failed to route packet: #message{ id = <<>>,type = normal,lang = <<>>, from = #jid{ user = <<"a123">>,server = <<"conference.example.com">>, resource = <<>>,luser = <<"a123">>, lserver = <<"conference.example.com">>,lresource = <<>>}, to = <<"multicast.app.example.com">>,subject = [],body = [], thread = undefined, sub_els = [#ps_event{ items = #ps_items{ xmlns = <<>>, node = <<"urn:xmpp:mucsub:nodes:subscribers">>, items = [#ps_item{ xmlns = <<>>,id = <<"5803948964051348597">>, sub_els = [#muc_subscribe{ nick = <<"bb">>,password = <<>>, jid = undefined,events = []}], node = <<>>,publisher = <<>>}], max_items = undefined,subid = <<>>,retract = undefined}, purge = undefined,subscription = undefined,delete = undefined, create = undefined,configuration = undefined}, #addresses{ list = [#address{ type = bcc, jid = #jid{ user = <<"aaa">>,server = <<"app.example.com">>, resource = <<>>,luser = <<"aaa">>, lserver = <<"app.example.com">>,lresource = <<>>}, desc = <<>>,node = <<>>,delivered = undefined, sub_els = []}, #address{ type = bcc, jid = #jid{ user = <<"bb">>,server = <<"app.example.com">>, resource = <<>>,luser = <<"bb">>, lserver = <<"app.example.com">>,lresource = <<>>}, desc = <<>>,node = <<>>,delivered = undefined, sub_els = []}]}], meta = #{}} ** exception error: {badrecord,jid} in function ejabberd_router:do_route/1 (src/ejabberd_router.erl, line 394) in call from ejabberd_router:route/1 (src/ejabberd_router.erl, line 92) in call from maps:fold_1/3 (maps.erl, line 232) in call from mod_multicast:handle_info/2 (src/mod_multicast.erl, line 206) in call from gen_server:try_dispatch/4 (gen_server.erl, line 637) in call from gen_server:handle_msg/6 (gen_server.erl, line 711) in call from proc_lib:init_p_do_apply/3 (proc_lib.erl, line 249)``` Then command debug select the multicastc: ``` (ejabberd@localhost)2> mnesia:dirty_read(multicastc, <<"app.example.com">>). [{multicastc,<<"app.example.com">>, {{multicast_supported,<<"multicast.app.example.com">>, {limits,{default,20},{default,20}}}, cached}, 63836303692}]``` The type of `Service` was binary.
* Merge remote-tracking branch 'processone/pr/3945'Holger Weiss2022-11-161-20/+23
|\ | | | | | | | | | | * processone/pr/3945: make-binaries: reduce log output make-binaries: Bump zlib version to 1.2.13
| * make-binaries: reduce log outputStu Tomlinson2022-11-161-19/+20
| | | | | | | | | | | | | | Reduce log output from make-binaries: - quieter curl downloads - quiet build of crosstool-ng - disable crosstool-ng progress bar
| * make-binaries: Bump zlib version to 1.2.13Stu Tomlinson2022-11-161-2/+4
| | | | | | | | | | | | | | Update zlib to 1.2.13 to address CVE-2022-37434 Also change zlib download to use archive URL so builds do not fail when specified version is no longer the current version
* | 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
|