aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make webadmin redirect to page that end with /Paweł Chmielowski2020-03-262-6/+21
* Revert "Pass base path instead of level to support URL missing slash (#3177)"Paweł Chmielowski2020-03-261-107/+124
* Do not change to attribute of sent messages from bare to full jidPaweł Chmielowski2020-03-251-1/+5
* Fix unsubscribe command result, handle_sync_event result, and dialyzerBadlop2020-03-241-2/+4
* Make bounce_message_queue wait for 100ms for incoming messagesPaweł Chmielowski2020-03-231-1/+1
* Make mod_muc_room:unsubscirbe handle that unsubscribe may stop roomPaweł Chmielowski2020-03-231-1/+4
* Better handling of xml parse errors in send_stanzaPaweł Chmielowski2020-03-231-0/+3
* Also add "escape '\'" to prepared statements in pgsqllike_escapePaweł Chmielowski2020-03-181-1/+1
* Add escape '\' to like expression in pgsql to fix problem cockroachdbPaweł Chmielowski2020-03-181-1/+1
* Fix type of computed field in node_flat sql queryPaweł Chmielowski2020-03-181-5/+4
* Use correct type for seconds field in mod_last sql queriesPaweł Chmielowski2020-03-181-2/+4
* Change conversion of boolean values for cockroachdbPaweł Chmielowski2020-03-181-2/+2
* Fix Dialyzer warning that jid can't be 'undefined'Badlop2020-03-181-1/+1
* Add cache to mod_shared_rosterPaweł Chmielowski2020-03-173-29/+237
* Fix issue with family field on cockroachdbPaweł Chmielowski2020-03-171-1/+5
* Replace mod_shared_roster:X call with just X inside that modulePaweł Chmielowski2020-03-161-30/+34
* Try to limit calls to groups_with_opts in mod_shared_rosterPaweł Chmielowski2020-03-161-18/+4
* Pass base path instead of level to support URL missing slash (#3177)Badlop2020-03-111-124/+107
* fix command rooms_empty_destroy (#3183)Paweł Chmielowski2020-03-051-1/+1
* Add reload handler to ejabberd_auth_ldapPaweł Chmielowski2020-03-041-1/+6
* Use compilation flags used during build to compile modules in ext_modPaweł Chmielowski2020-03-031-1/+1
* Fix list parameters in sql queries on pgsqlPaweł Chmielowski2020-02-271-6/+8
* Allow mod_register_web to be accessed from now-served vhosts (#3173)Badlop2020-02-261-22/+11
* Fix handle of 'http' atom in Headers, problem introduced in 357e7e11Badlop2020-02-261-2/+6
* Support ssl connection on mysqlPaweł Chmielowski2020-02-261-2/+10
* Make http heades passed in custom_headers override builtin headersPaweł Chmielowski2020-02-213-14/+22
* Merge pull request #3127 from area-42/allow_emojis_with_mssqlMickaël Rémond2020-02-201-29/+64
|\
| * allow storage of emojis in archive on mssqlChristoph Scholz2019-12-271-29/+64
* | Support ejabberd_auth_http's auth_opts (processone/ejabberd-contrib#284)Badlop2020-02-192-0/+25
* | Do read piefxis file fully before starting processing included filePaweł Chmielowski2020-02-181-8/+17
* | ejabberd_admin: Fix *_config command result formatHolger Weiss2020-02-141-2/+2
* | Make piefxis import properly decode scram passwordsPaweł Chmielowski2020-02-111-3/+3
* | 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 wi...Alexey Shchepin2020-02-046-24/+56
* | Optimize sql queries in pubsub select_affiliation_subscriptionsPaweł Chmielowski2020-01-311-4/+17
* | Update copyright to 2020 (#3149)Badlop2020-01-28207-208/+208
* | mod_http_upload: Document correct put_url defaultHolger Weiss2020-01-271-1/+1
* | Do not use ~ts format in string that are put in xmpp payloadPaweł Chmielowski2020-01-2211-36/+36
* | mod_stream_mgmt: Don't crash on disabled ACK timerHolger Weiss2020-01-141-5/+11
* | mod_carboncopy: Omit check for undefined 'from'Holger Weiss2020-01-131-12/+4
* | mod_carboncopy: Don't process non-message stanzasHolger Weiss2020-01-131-29/+30
* | mod_carboncopy: Also copy mediated MUC invitationsHolger Weiss2020-01-131-1/+6
* | mod_carboncopy: Improve is_carbon_copy() checkHolger Weiss2020-01-121-30/+17
* | mod_carboncopy: Support new copying rulesHolger Weiss2020-01-121-6/+18
* | mod_sip: Omit documentation when SIP is disabledHolger Weiss2020-01-111-2/+4
* | mod_sip: Fix compilation without SIP supportHolger Weiss2020-01-111-1/+1
* | Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-0862-61/+4851
* | Omit push notifications if offline storage failedHolger Weiss2020-01-052-29/+27
|/
* 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