aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes in docBadlop2020-04-093-9/+12
* Copy more option explanations from ejabberd Docs siteBadlop2020-04-0812-39/+122
* Add ejabberd version number to man pagesBadlop2020-04-081-3/+4
* Indicate which ejabberd version is used to produce the pageBadlop2020-04-081-1/+2
* Don't make commands subsections, so Docs TOC plage is cleanerBadlop2020-04-081-1/+1
* Fix set_loglevel example argument documentationBadlop2020-04-081-1/+1
* Improve formatting of mod_announce docBadlop2020-04-081-5/+5
* Make resumed sessions try to deliver possibly queued messages to new sessionPaweł Chmielowski2020-04-071-2/+17
* Log errors that happen when retrieving http headers in ejabberd_httpPaweł Chmielowski2020-04-071-1/+4
* mod_carboncopy: Bump supported XEP revisionHolger Weiss2020-04-051-1/+1
* Document mod_shared_roster_ldap optionsBadlop2020-04-021-1/+136
* Add ejabberd_auth_http auth_opts brief descriptionBadlop2020-04-021-0/+6
* Document sql_prepared_statementsBadlop2020-04-021-0/+5
* Quick document with forward link api_permissionsBadlop2020-04-021-0/+7
* Document some global optionsBadlop2020-04-021-0/+53
* Add three missing mod_bosh optionsBadlop2020-04-021-0/+19
* add missing mod_mam optionsBadlop2020-04-021-2/+15
* Fix mod_pubsub indentationBadlop2020-04-021-104/+108
* Add mod_pubsub configuration documentationBadlop2020-04-021-1/+202
* Fix potential message loss in terminating c2s sessionsPaweł Chmielowski2020-04-018-36/+43
* sql_type should be taken for LServer, not LHost (#3202)Boris Chernov2020-03-301-1/+1
* 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