aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Create docker-compose.ymlMickaël Rémond2021-04-121-0/+6
|
* mod_push: Handle MUC/Sub events correctlyHolger Weiss2021-04-081-6/+13
| | | | | | | | | | Unwrap MUC/Sub messages so that our check for a message body yields the correct result. Many thanks to Robert Schuh for pointing out the issue and suggesting a fix. Closes #3565.
* Set version to 21.0421.04Jérôme Sautret2021-04-071-1/+1
|
* New Albanian translation (thanks to Besnik Bleta)Badlop2021-04-073-0/+385
|
* Update deps in mixPaweł Chmielowski2021-04-071-19/+20
|
* Merge pull request #3558 from fdie/fix_node_get_state_return_valuebadlop2021-03-291-2/+3
|\ | | | | fix gen_pubsub_node:get_state return value
| * fix gen_pubsub_node:get_state return valuefdie2021-03-251-2/+3
| |
* | Recompile man page with "ejabberdctl man"Badlop2021-03-261-7/+7
| |
* | Revert "Add ejabberd version number to man pages"Badlop2021-03-261-4/+3
| | | | | | | | | | That versioning just added noise to the git log in each release. This reverts commit aa0ed370348c37e3f3186f4b36d0a19db02cf888.
* | Run "make translations", and *.msg get a warning to not edit them manuallyBadlop2021-03-2624-24/+120
| |
* | Update Japanese translation (thanks to Mako N)Badlop2021-03-261-3/+93
| |
* | Update Greek translation (thanks to Michalis and Stratos Kostidis)Badlop2021-03-261-35/+53
| |
* | Update Esperanto translation (thanks to phlostically)Badlop2021-03-261-9/+74
|/
* I think no need to be so strict in mix dependencies versionsBadlop2021-03-241-5/+5
|
* Update rebar dependenciesBadlop2021-03-241-17/+17
|
* No need to ignore ejabberd.app.src, it was recently removed, see 3c16f214Badlop2021-03-191-1/+0
|
* No need to ignore XmppAddr*, it was removed in 2018, see 0bb14d16Badlop2021-03-191-3/+0
|
* No need to ignore extract_translations, it was removed in 2017, see cd098c5aBadlop2021-03-191-1/+0
|
* No need to ignore doc/, it was removed in 2015! See 1854b5e4Badlop2021-03-191-13/+0
|
* Tell git to ignore .deps-update/ used by tools/update-deps-releases.plBadlop2021-03-191-0/+1
|
* Cache rebar2 deps/ dir in Travis for a 10% speedup approx.Badlop2021-03-191-0/+5
|
* When unregistering XMPP account close its MQTT sessions (#3426)Badlop2021-03-193-8/+31
|
* Improve wording of sql_pool_size option documentation (#2541)Badlop2021-03-191-2/+2
|
* When occupant is banned, remove his subscriptions too (#2451)Badlop2021-03-181-1/+5
|
* Document that send_stanza_c2s requires an existing sender C2S sessionBadlop2021-03-181-1/+3
|
* Revert "Close pgsql ports on ejabberd_sql process termination (#2541)"Badlop2021-03-181-1/+0
| | | | This reverts commit 404ae56e073253de08604c4137239b7e8248058d.
* Don't fail on PEP unsubscribeHolger Weiss2021-03-162-2/+2
| | | | | | | Don't crash if a PEP node is explicitly unsubscribed. This fixes a regression introduced by 45eb49125ba46cd692a9fb430c567c0c2cf4a84d. Thanks to Melvin Keskin for reporting the bug.
* Generate enabled_backends in ejabberd.app instead of configure (#3549)Badlop2021-03-153-14/+3
| | | | | Passing a list of atoms in vars.config.in (introduced in 3c16f214) breaks rebar2 in "make rel"
* Update Elixir logger, so logging should work nowBadlop2021-03-121-5/+5
|
* Update gitignore for Elixir, mnesiadb/ was renamed to database/ in ef6af11f1Badlop2021-03-121-1/+2
|
* Add mod_doc/0 to mod_presence_demo.ex so compiler stops complainingBadlop2021-03-121-1/+5
|
* Update jiffy and epam to fix compilation (#3413)Badlop2021-03-122-5/+5
|
* Sort dependencies alphabetically, it makes manual checking easierBadlop2021-03-121-22/+22
|
* Fix INTRUDER and add padding to second text lineBadlop2021-03-121-7/+7
| | | | https://github.com/processone/ejabberd/commit/b41ce8828c579f06a33ca93a7af4fd5984997e16#r47461104
* Merge pull request #3458 from nosnilmot/sqlite3-macosbadlop2021-03-091-6/+13
|\ | | | | Remove external dependency on sqlite3 for macos
| * Remove external dependency on sqlite3 for macosStu Tomlinson2020-12-231-6/+13
| | | | | | | | | | On macos, erlang-sqlite3 is built using amalgamated sqlite3 library, there is no external sqlite3 dependency required
* | Close pgsql ports on ejabberd_sql process termination (#2541)Badlop2021-03-091-0/+1
| |
* | Update FORM_TYPE from captcha to register (#3045)Badlop2021-03-091-2/+13
| |
* | If stanza is type error, allow it passing (#3290)Badlop2021-03-091-1/+2
| |
* | New command get_user_subscriptions (#3403)Badlop2021-03-091-1/+27
| |
* | Show in WebAdmin the erlang node where the room residesBadlop2021-03-091-4/+9
| | | | | | | | https://www.ejabberd.im/forum/29687/muc-mangement#comment-67685
* | Obtain and provide photo type in vCard LDAP (#3541)Badlop2021-03-081-1/+7
| |
* | Fix remove_mam_for_user_with_peer when removing room archive (#3536)Badlop2021-03-081-1/+7
| |
* | Remove support for HiPE, it was experimental and Erlang/OTP 24 removes itBadlop2021-03-083-13/+0
| |
* | Add --enable-lua, and use that for luerl instead of --enable-tools (#3508)Badlop2021-03-084-5/+15
| | | | | | | | | | --enable-tools is for development tools, but prosody2ejabberd is used at runtime, so better move luerl to --enable-lua
* | Sort libraries alphabetically, so they're easier to check manuallyBadlop2021-03-081-9/+7
| |
* | crypto:hmac is removed in Erlang/OTP 24, use our wrapperBadlop2021-03-041-1/+1
| |
* | Update sql_query record to handle the Erlang/OTP 24 compiler reportsBadlop2021-03-043-0/+10
| | | | | | | | | | | | As mentioned in the Erlang/OTP 24 announcement: "Compiler warnings and errors now include column numbers in addition to line numbers."
* | Get back description and simplify processing (#3507)Badlop2021-03-042-15/+7
| |
* | Tell git to ignore rebar.lock used by rebar3Badlop2021-03-041-0/+1
| |