aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3127 from area-42/allow_emojis_with_mssqlMickaël Rémond2020-02-202-31/+66
|\ | | | | allow storage of emojis in archive on mssql
| * allow storage of emojis in archive on mssqlChristoph Scholz2019-12-272-31/+66
| |
* | Support ejabberd_auth_http's auth_opts (processone/ejabberd-contrib#284)Badlop2020-02-192-0/+25
| |
* | Update Jiffy to 1.0.1, just for coherence with p1_acme requirement (#3102)Badlop2020-02-191-1/+1
| |
* | Do read piefxis file fully before starting processing included filePaweł Chmielowski2020-02-181-8/+17
| | | | | | | | | | | | | | | | | | | | Previous method of processing files, could lead to mixing events generated by parsers for multiple files, where we could get in inconsistant state. After this change we gather all events generated by parser for single file, before we start parsing any included file. This fixes issue #3166
* | Update README.mdMickaël Rémond2020-02-181-1/+3
| |
* | ejabberd_admin: Fix *_config command result formatHolger Weiss2020-02-141-2/+2
| | | | | | | | | | | | | | | | The 'reload_config' and 'dump_config' calls are expected to yield a 'rescode' result, which means they must return 'ok' (rather than a tuple) on success. Fixes #3170.
* | Make piefxis import properly decode scram passwordsPaweł Chmielowski2020-02-111-3/+3
| | | | | | | | | | | | | | We encoded scramed password with base64 when exporting, but didn't apply reverse operation on import, this adds base64 decoding on import. This fixes issue #3167.
* | Remove tweak introduced in 05c2995c for #1954 as it isn't needed anymoreBadlop2020-02-071-5/+7
| |
* | Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility ↵Alexey Shchepin2020-02-047-25/+58
| | | | | | | | with CockroachDB (#3074)
* | Add missing oauth_client table declaration in lite.new.sqlPaweł Chmielowski2020-01-311-0/+7
| |
* | Optimize sql queries in pubsub select_affiliation_subscriptionsPaweł Chmielowski2020-01-311-4/+17
| |
* | Update copyright to 2020 (#3149)Badlop2020-01-28275-276/+276
| |
* | mod_http_upload: Document correct put_url defaultHolger Weiss2020-01-271-1/+1
| | | | | | | | Closes #3152.
* | Do not use ~ts format in string that are put in xmpp payloadPaweł Chmielowski2020-01-2211-36/+36
| | | | | | | | | | We are expecting utf8 data here, and using that flag will convert those to unicode codepoints, which aren't handled properly later.
* | Fix 20.01 changelogJerome Sautret2020-01-211-2/+1
| |
* | Update changelog20.01Paweł Chmielowski2020-01-171-0/+34
| |
* | Bump version in mix.exsPaweł Chmielowski2020-01-171-1/+1
| |
* | Use tagged version of coverallsPaweł Chmielowski2020-01-171-1/+1
| |
* | Update xmpp in mixPaweł Chmielowski2020-01-162-2/+2
| |
* | Use tagged xmppPaweł Chmielowski2020-01-161-1/+1
| |
* | Update xmpp dependency in mix.exs and mix.lockHolger Weiss2020-01-152-2/+2
| | | | | | | | Closes #3146.
* | mod_stream_mgmt: Don't crash on disabled ACK timerHolger Weiss2020-01-141-5/+11
| | | | | | | | | | | | | | Don't attempt to start an ACK timer if 'ack_timeout' is set to 'infinity'. Thanks to Ingo Jürgensmann for reporting the bug.
* | mod_carboncopy: Omit check for undefined 'from'Holger Weiss2020-01-131-12/+4
| | | | | | | | | | These days, the 'from' of an outgoing #message is guaranteed to be set to the sender's JID by xmpp_stream_in:process_authenticated_packet/2.
* | mod_carboncopy: Don't process non-message stanzasHolger Weiss2020-01-131-29/+30
| | | | | | | | | | | | | | Avoid examining presence and IQ stanzas, as they're not eligible for carbon-copying. This is just an optimization and should not change the behavior.
* | mod_carboncopy: Also copy mediated MUC invitationsHolger Weiss2020-01-131-1/+6
| |
* | mod_carboncopy: Improve is_carbon_copy() checkHolger Weiss2020-01-121-30/+17
| | | | | | | | | | Make sure the hook chain is stopped early whenever a carbon copy is processed, not just in some cases.
* | mod_carboncopy: Support new copying rulesHolger Weiss2020-01-122-7/+19
| | | | | | | | | | | | | | Support the copying rules added to XEP-0280 with version 0.13.0 under the "urn:xmpp:carbons:rules:0" namespace. Closes #3011.
* | mod_sip: Omit documentation when SIP is disabledHolger Weiss2020-01-111-2/+4
| | | | | | | | | | Don't generate the actual mod_sip documentation if ejabberd is built without SIP support.
* | mod_sip: Fix compilation without SIP supportHolger Weiss2020-01-111-1/+1
| | | | | | | | | | | | | | Make sure the T() macro is also defined when ejabberd is compiled without SIP support. Fixes #3143.
* | Merge pull request #3142 from kenanilgun/masterbadlop2020-01-101-3/+3
|\ \ | | | | | | Update Turkish Language
| * | Update Turkish LanguageKenan Ä°LGÃœN2020-01-101-3/+3
|/ /
* | Update deps is mixPaweł Chmielowski2020-01-091-17/+17
| |
* | Add the man pageEvgeny Khramtsov2020-01-082-2/+6047
| |
* | Add install target for ejabberd.yml.5Evgeny Khramtsov2020-01-081-3/+7
| |
* | Rename plugin to not clash with plugin from depPaweł Chmielowski2020-01-082-3/+3
| |
* | Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-0862-61/+4851
| | | | | | | | | | | | | | Several documentation callbacks (doc/0 and mod_doc/0) are implemented and `ejabberdctl man` command is added to generate a man page. Note that the command requires a2x to be installed (which is a part of asciidoc package).
* | Update depsPaweł Chmielowski2020-01-081-14/+14
| |
* | Omit push notifications if offline storage failedHolger Weiss2020-01-052-29/+27
| | | | | | | | | | | | | | | | | | This commit removes the 'store_offline_message' hook which didn't allow mod_push to suppress notifications when storing an offline message failed (due to the offline spool size limit being exceeded or due to database issues). Fixes #3120.
* | Travis CI: Test against Erlang/OTP 22.2Holger Weiss2020-01-051-1/+1
|/
* Updated Catalan translationBadlop2019-12-242-96/+98
|
* Fix case clause error regarding admin_generated password (#3122)Badlop2019-12-241-1/+2
|
* Add ability to hookup config transformerPaweł Chmielowski2019-12-161-4/+10
|
* Fix mod_muc_log skipping non-Latin messages (thanks to Yandrey)(#3115)Badlop2019-12-161-5/+3
|
* Improve compatibility with CockroachDB (#3074)Alexey Shchepin2019-12-164-45/+50
|
* Improve compatibility with CockroachDB (#3074)Alexey Shchepin2019-12-112-22/+27
|
* Update the Spanish translationBadlop2019-12-092-46/+48
|
* Add Hungarian translation (thanks to Balázs Úr)(#3108)Badlop2019-12-092-0/+2687
|
* Update translation filesBadlop2019-12-0953-18509/+18105
|
* Improve send_message commandEvgeny Khramtsov2019-11-291-14/+20
|