aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Don't fail on PEP unsubscribeHolger Weiss2021-03-162-2/+2
* Generate enabled_backends in ejabberd.app instead of configure (#3549)Badlop2021-03-153-14/+3
* 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
* Merge pull request #3458 from nosnilmot/sqlite3-macosbadlop2021-03-091-6/+13
|\
| * Remove external dependency on sqlite3 for macosStu Tomlinson2020-12-231-6/+13
* | 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
* | 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
* | 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
* | 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
* | Added badges for github actions, coveralls.io and weblateBadlop2021-03-041-1/+5
* | Use monitors to track muc roomsPaweł Chmielowski2021-03-035-63/+94
* | Merge pull request #3507 from slezakattack/masterbadlop2021-03-024-19/+44
|\ \
| * | Allow ejabberd to be compatible as a dependency for an Erlang project using r...Michael Slezak2021-02-164-19/+44
* | | New Github Actions workflow to test Dialyzer, Xref, Options and HooksBadlop2021-02-231-0/+83
* | | Clone to the dir specified in rebar.config... useful for erlang-sqlite3Badlop2021-02-231-1/+1
* | | Add question/answer-based CAPTCHA script (#3533)Holger Weiß2021-02-221-0/+131
* | | When using rebar3, "make dialyzer" needs just a single callBadlop2021-02-191-0/+5
* | | Fix Dialyzer warning about function contract that changed in fad14ff31Badlop2021-02-191-1/+1
* | | Improve support for rebar3 in "make translations"Badlop2021-02-192-13/+10
* | | Fix muc testsPaweł Chmielowski2021-02-171-3/+2