aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove iconv from vars.config.inPaweł Chmielowski2019-01-021-1/+0
|
* Remove no longer used depsPaweł Chmielowski2019-01-024-33/+9
|
* Update distilleryChristophe Romain2019-01-022-2/+3
|
* Remove most Elixir warningsMickael Remond2018-12-267-9/+15
|
* Update ejabberd version for mixMickael Remond2018-12-261-1/+1
|
* Add no-store hint to CAPTCHA challenge stanzas (#2730)Badlop2018-12-261-1/+2
|
* Travis CI: Bump Erlang/OTP 21.x versionHolger Weiss2018-12-221-1/+1
|
* mod_mam: Additional checks for database failuresEvgeny Khramtsov2018-12-212-51/+69
|
* Remove elixir testsPaweł Chmielowski2018-12-2114-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)Badlop2018-12-211-0/+5
|
* Handle persist=false in roster items (#2722)Badlop2018-12-211-12/+14
|
* We are handling groupchat in other branch nowPaweł Chmielowski2018-12-201-1/+0
|
* Add option to mod_offline that would allow storing group chat messagesPaweł Chmielowski2018-12-201-8/+20
|
* Fix PIEFXIS export of user when password is scrammed (#2721)Badlop2018-12-191-10/+6
|
* Search also for _jid when importing room from prosody (#2723)Badlop2018-12-191-1/+5
|
* Parse persistent and archiving room options importing from prosody (#2720)Badlop2018-12-191-0/+2
|
* Remove workaround for old erlang versionsPaweł Chmielowski2018-12-131-2/+2
|
* Add code for handling deprecations of get_stacktrace()Paweł Chmielowski2018-12-1319-161/+185
|
* Add HTTP listener on port 5280 for admin web interfaceEvgeny Khramtsov2018-12-131-0/+5
|
* Fix a pair of small typosBadlop2018-12-122-2/+2
|
* Merge pull request #2718 from paulmenzel/strip-trailing-space-in-readmeEvgeny Khramtsov2018-12-121-1/+1
|\ | | | | README: Strip trailing space
| * README: Strip trailing spacePaul Menzel2018-12-121-1/+1
|/
* Remove outdated MIX testsEvgeny Khramtsov2018-12-111-154/+0
|
* Add hook on api callChristophe Romain2018-12-111-0/+1
|
* Increase MAX_PAYLOAD_SIZE for PubSub itemsHolger Weiss2018-12-101-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 versionHolger Weiss2018-12-101-1/+1
|
* mod_roster: Don't set version to "not_found"Holger Weiss2018-12-101-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)Badlop2018-12-101-5/+4
|
* When unknown roster version, return an acceptable version ID binary (#2709)Badlop2018-12-101-1/+1
|
* Fix (un)setting of priorityEvgeny Khramtsov2018-12-101-2/+2
|
* Get rid of outdated mod_mix moduleEvgeny Khramtsov2018-12-101-323/+0
|
* Don't lose carbons on presence change or session resumptionEvgeny Khramtsov2018-12-103-28/+77
|
* Change default ciphers to intermediatePaweł Chmielowski2018-12-071-5/+6
|
* Define default ciphers/protocol_option in example configPaweł Chmielowski2018-12-071-1/+19
|
* Add CHANGELOG.md filePaweł Chmielowski2018-12-071-0/+10
|
* Normalize hostname when processing host_configPaweł Chmielowski2018-12-061-3/+5
|
* Bump version of xmpp in mix.lockPaweł Chmielowski2018-12-061-1/+1
|
* Start fast_tls before pkixPaweł Chmielowski2018-12-061-1/+1
|
* Bump xmpp depPaweł Chmielowski2018-12-061-1/+1
|
* configure.ac: Bump required Erlang/OTP versionHolger Weiss2018-12-061-1/+1
|
* Update mix packaging18.12Paweł Chmielowski2018-12-062-13/+16
|
* mod_private: Add "bookmarks_to_pep" commandHolger Weiss2018-12-051-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 Weiss2018-12-051-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 Romain2018-12-051-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 usersPaweł Chmielowski2018-12-052-2/+70
|
* Add list types to sql_ptPaweł Chmielowski2018-12-052-6/+38
|
* Revert "Let deliver unsubscribe stanza when no roster push is required (#2598)"Badlop2018-12-051-2/+0
| | | | This reverts commit 86048f8a25ea820113a35350936b59ea9083c59f.
* Let deliver unsubscribe stanza when no roster push is required (#2598)Badlop2018-12-051-0/+2
|
* Use tagged version of pkix dependencyPaweł Chmielowski2018-12-051-1/+2
|
* Fix PostgreSQL compatibility in mod_offline_sql:remove_old_messages (#2695)Alexey Shchepin2018-12-051-2/+11
|