| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Update Greek translation (thanks to Michalis and Stratos Kostidis) | Badlop | 2021-03-26 | 1 | -35/+53 |
* | | Update Esperanto translation (thanks to phlostically) | Badlop | 2021-03-26 | 1 | -9/+74 |
|/ |
|
* | I think no need to be so strict in mix dependencies versions | Badlop | 2021-03-24 | 1 | -5/+5 |
* | Update rebar dependencies | Badlop | 2021-03-24 | 1 | -17/+17 |
* | No need to ignore ejabberd.app.src, it was recently removed, see 3c16f214 | Badlop | 2021-03-19 | 1 | -1/+0 |
* | No need to ignore XmppAddr*, it was removed in 2018, see 0bb14d16 | Badlop | 2021-03-19 | 1 | -3/+0 |
* | No need to ignore extract_translations, it was removed in 2017, see cd098c5a | Badlop | 2021-03-19 | 1 | -1/+0 |
* | No need to ignore doc/, it was removed in 2015! See 1854b5e4 | Badlop | 2021-03-19 | 1 | -13/+0 |
* | Tell git to ignore .deps-update/ used by tools/update-deps-releases.pl | Badlop | 2021-03-19 | 1 | -0/+1 |
* | Cache rebar2 deps/ dir in Travis for a 10% speedup approx. | Badlop | 2021-03-19 | 1 | -0/+5 |
* | When unregistering XMPP account close its MQTT sessions (#3426) | Badlop | 2021-03-19 | 3 | -8/+31 |
* | Improve wording of sql_pool_size option documentation (#2541) | Badlop | 2021-03-19 | 1 | -2/+2 |
* | When occupant is banned, remove his subscriptions too (#2451) | Badlop | 2021-03-18 | 1 | -1/+5 |
* | Document that send_stanza_c2s requires an existing sender C2S session | Badlop | 2021-03-18 | 1 | -1/+3 |
* | Revert "Close pgsql ports on ejabberd_sql process termination (#2541)" | Badlop | 2021-03-18 | 1 | -1/+0 |
* | Don't fail on PEP unsubscribe | Holger Weiss | 2021-03-16 | 2 | -2/+2 |
* | Generate enabled_backends in ejabberd.app instead of configure (#3549) | Badlop | 2021-03-15 | 3 | -14/+3 |
* | Update Elixir logger, so logging should work now | Badlop | 2021-03-12 | 1 | -5/+5 |
* | Update gitignore for Elixir, mnesiadb/ was renamed to database/ in ef6af11f1 | Badlop | 2021-03-12 | 1 | -1/+2 |
* | Add mod_doc/0 to mod_presence_demo.ex so compiler stops complaining | Badlop | 2021-03-12 | 1 | -1/+5 |
* | Update jiffy and epam to fix compilation (#3413) | Badlop | 2021-03-12 | 2 | -5/+5 |
* | Sort dependencies alphabetically, it makes manual checking easier | Badlop | 2021-03-12 | 1 | -22/+22 |
* | Fix INTRUDER and add padding to second text line | Badlop | 2021-03-12 | 1 | -7/+7 |
* | Merge pull request #3458 from nosnilmot/sqlite3-macos | badlop | 2021-03-09 | 1 | -6/+13 |
|\ |
|
| * | Remove external dependency on sqlite3 for macos | Stu Tomlinson | 2020-12-23 | 1 | -6/+13 |
* | | Close pgsql ports on ejabberd_sql process termination (#2541) | Badlop | 2021-03-09 | 1 | -0/+1 |
* | | Update FORM_TYPE from captcha to register (#3045) | Badlop | 2021-03-09 | 1 | -2/+13 |
* | | If stanza is type error, allow it passing (#3290) | Badlop | 2021-03-09 | 1 | -1/+2 |
* | | New command get_user_subscriptions (#3403) | Badlop | 2021-03-09 | 1 | -1/+27 |
* | | Show in WebAdmin the erlang node where the room resides | Badlop | 2021-03-09 | 1 | -4/+9 |
* | | Obtain and provide photo type in vCard LDAP (#3541) | Badlop | 2021-03-08 | 1 | -1/+7 |
* | | Fix remove_mam_for_user_with_peer when removing room archive (#3536) | Badlop | 2021-03-08 | 1 | -1/+7 |
* | | Remove support for HiPE, it was experimental and Erlang/OTP 24 removes it | Badlop | 2021-03-08 | 3 | -13/+0 |
* | | Add --enable-lua, and use that for luerl instead of --enable-tools (#3508) | Badlop | 2021-03-08 | 4 | -5/+15 |
* | | Sort libraries alphabetically, so they're easier to check manually | Badlop | 2021-03-08 | 1 | -9/+7 |
* | | crypto:hmac is removed in Erlang/OTP 24, use our wrapper | Badlop | 2021-03-04 | 1 | -1/+1 |
* | | Update sql_query record to handle the Erlang/OTP 24 compiler reports | Badlop | 2021-03-04 | 3 | -0/+10 |
* | | Get back description and simplify processing (#3507) | Badlop | 2021-03-04 | 2 | -15/+7 |
* | | Tell git to ignore rebar.lock used by rebar3 | Badlop | 2021-03-04 | 1 | -0/+1 |
* | | Added badges for github actions, coveralls.io and weblate | Badlop | 2021-03-04 | 1 | -1/+5 |
* | | Use monitors to track muc rooms | Paweł Chmielowski | 2021-03-03 | 5 | -63/+94 |
* | | Merge pull request #3507 from slezakattack/master | badlop | 2021-03-02 | 4 | -19/+44 |
|\ \ |
|
| * | | Allow ejabberd to be compatible as a dependency for an Erlang project using r... | Michael Slezak | 2021-02-16 | 4 | -19/+44 |
* | | | New Github Actions workflow to test Dialyzer, Xref, Options and Hooks | Badlop | 2021-02-23 | 1 | -0/+83 |
* | | | Clone to the dir specified in rebar.config... useful for erlang-sqlite3 | Badlop | 2021-02-23 | 1 | -1/+1 |
* | | | Add question/answer-based CAPTCHA script (#3533) | Holger Weiß | 2021-02-22 | 1 | -0/+131 |
* | | | When using rebar3, "make dialyzer" needs just a single call | Badlop | 2021-02-19 | 1 | -0/+5 |
* | | | Fix Dialyzer warning about function contract that changed in fad14ff31 | Badlop | 2021-02-19 | 1 | -1/+1 |
* | | | Improve support for rebar3 in "make translations" | Badlop | 2021-02-19 | 2 | -13/+10 |
* | | | Fix muc tests | Paweł Chmielowski | 2021-02-17 | 1 | -3/+2 |