Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove iconv from vars.config.in | Paweł Chmielowski | 2019-01-02 | 1 | -1/+0 |
| | |||||
* | Remove no longer used deps | Paweł Chmielowski | 2019-01-02 | 4 | -33/+9 |
| | |||||
* | Update distillery | Christophe Romain | 2019-01-02 | 2 | -2/+3 |
| | |||||
* | Remove most Elixir warnings | Mickael Remond | 2018-12-26 | 7 | -9/+15 |
| | |||||
* | Update ejabberd version for mix | Mickael Remond | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | Add no-store hint to CAPTCHA challenge stanzas (#2730) | Badlop | 2018-12-26 | 1 | -1/+2 |
| | |||||
* | Travis CI: Bump Erlang/OTP 21.x version | Holger Weiss | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | mod_mam: Additional checks for database failures | Evgeny Khramtsov | 2018-12-21 | 2 | -51/+69 |
| | |||||
* | Remove elixir tests | Paweł Chmielowski | 2018-12-21 | 14 | -2105/+0 |
| | | | | | Our regular suite cover most of those cases, and it get trickier and tricker to keep those working after changes in ejabberd. | ||||
* | Handle Prosody storage attributes key, when, with (#2724) | Badlop | 2018-12-21 | 1 | -0/+5 |
| | |||||
* | Handle persist=false in roster items (#2722) | Badlop | 2018-12-21 | 1 | -12/+14 |
| | |||||
* | We are handling groupchat in other branch now | Paweł Chmielowski | 2018-12-20 | 1 | -1/+0 |
| | |||||
* | Add option to mod_offline that would allow storing group chat messages | Paweł Chmielowski | 2018-12-20 | 1 | -8/+20 |
| | |||||
* | Fix PIEFXIS export of user when password is scrammed (#2721) | Badlop | 2018-12-19 | 1 | -10/+6 |
| | |||||
* | Search also for _jid when importing room from prosody (#2723) | Badlop | 2018-12-19 | 1 | -1/+5 |
| | |||||
* | Parse persistent and archiving room options importing from prosody (#2720) | Badlop | 2018-12-19 | 1 | -0/+2 |
| | |||||
* | Remove workaround for old erlang versions | Paweł Chmielowski | 2018-12-13 | 1 | -2/+2 |
| | |||||
* | Add code for handling deprecations of get_stacktrace() | Paweł Chmielowski | 2018-12-13 | 19 | -161/+185 |
| | |||||
* | Add HTTP listener on port 5280 for admin web interface | Evgeny Khramtsov | 2018-12-13 | 1 | -0/+5 |
| | |||||
* | Fix a pair of small typos | Badlop | 2018-12-12 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2718 from paulmenzel/strip-trailing-space-in-readme | Evgeny Khramtsov | 2018-12-12 | 1 | -1/+1 |
|\ | | | | | README: Strip trailing space | ||||
| * | README: Strip trailing space | Paul Menzel | 2018-12-12 | 1 | -1/+1 |
|/ | |||||
* | Remove outdated MIX tests | Evgeny Khramtsov | 2018-12-11 | 1 | -154/+0 |
| | |||||
* | Add hook on api call | Christophe Romain | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Increase MAX_PAYLOAD_SIZE for PubSub items | Holger Weiss | 2018-12-10 | 1 | -1/+1 |
| | | | | | | Some PubSub payloads (such as PEP avatars) can easily exceed the old MAX_PAYLOAD_SIZE. Use a higher limit, but stay below the default max_stanza_size value. | ||||
* | Bump xmpp version | Holger Weiss | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | mod_roster: Don't set version to "not_found" | Holger Weiss | 2018-12-10 | 1 | -1/+1 |
| | | | | | Don't include a "ver" attribute with roster pushes if no roster version is available. | ||||
* | Don't require a full JID as argument, instead set a dummy resource (#2710) | Badlop | 2018-12-10 | 1 | -5/+4 |
| | |||||
* | When unknown roster version, return an acceptable version ID binary (#2709) | Badlop | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | Fix (un)setting of priority | Evgeny Khramtsov | 2018-12-10 | 1 | -2/+2 |
| | |||||
* | Get rid of outdated mod_mix module | Evgeny Khramtsov | 2018-12-10 | 1 | -323/+0 |
| | |||||
* | Don't lose carbons on presence change or session resumption | Evgeny Khramtsov | 2018-12-10 | 3 | -28/+77 |
| | |||||
* | Change default ciphers to intermediate | Paweł Chmielowski | 2018-12-07 | 1 | -5/+6 |
| | |||||
* | Define default ciphers/protocol_option in example config | Paweł Chmielowski | 2018-12-07 | 1 | -1/+19 |
| | |||||
* | Add CHANGELOG.md file | Paweł Chmielowski | 2018-12-07 | 1 | -0/+10 |
| | |||||
* | Normalize hostname when processing host_config | Paweł Chmielowski | 2018-12-06 | 1 | -3/+5 |
| | |||||
* | Bump version of xmpp in mix.lock | Paweł Chmielowski | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | Start fast_tls before pkix | Paweł Chmielowski | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | Bump xmpp dep | Paweł Chmielowski | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | configure.ac: Bump required Erlang/OTP version | Holger Weiss | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | Update mix packaging18.12 | Paweł Chmielowski | 2018-12-06 | 2 | -13/+16 |
| | |||||
* | mod_private: Add "bookmarks_to_pep" command | Holger Weiss | 2018-12-05 | 1 | -2/+56 |
| | | | | | The "bookmarks_to_pep" command exports the bookmarks of the specified user from private XML storage to PEP. | ||||
* | mod_pubsub: Improve PEP behavior for 'whitelist' | Holger Weiss | 2018-12-05 | 1 | -2/+6 |
| | | | | | If a PEP node's access_model is set to 'whitelist' (or 'authorize'), send last PEP notifications to the node owner. | ||||
* | Remove useless config file (#2665) | Christophe Romain | 2018-12-05 | 1 | -665/+0 |
| | | | | | | Config file should be generated at packaging/installation stage /ejabberd.yml.example is the default template which can be used as default configuration | ||||
* | Add auth:which_user_exist to bulk checking existence of list of users | Paweł Chmielowski | 2018-12-05 | 2 | -2/+70 |
| | |||||
* | Add list types to sql_pt | Paweł Chmielowski | 2018-12-05 | 2 | -6/+38 |
| | |||||
* | Revert "Let deliver unsubscribe stanza when no roster push is required (#2598)" | Badlop | 2018-12-05 | 1 | -2/+0 |
| | | | | This reverts commit 86048f8a25ea820113a35350936b59ea9083c59f. | ||||
* | Let deliver unsubscribe stanza when no roster push is required (#2598) | Badlop | 2018-12-05 | 1 | -0/+2 |
| | |||||
* | Use tagged version of pkix dependency | Paweł Chmielowski | 2018-12-05 | 1 | -1/+2 |
| | |||||
* | Fix PostgreSQL compatibility in mod_offline_sql:remove_old_messages (#2695) | Alexey Shchepin | 2018-12-05 | 1 | -2/+11 |
| |