aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix unused variables from previous commitBadlop2020-04-141-2/+2
|
* Update links to the ejabberd Docs page in WebAdminBadlop2020-04-146-10/+9
|
* Rename opts->name to label, to avoid confusion with the group name (#3214)Badlop2020-04-142-55/+96
| | | | | Also updated WebAdmin to show more meaningful explanations Also fixed a bug that break support for group@host in Displayed
* Merge pull request #3132 from area-42/publisher_mssql_text_to_varcharJérôme Sautret2020-04-101-1/+1
|\ | | | | change PubSub publisher from text to varchar for mssql
| * change publisher from text to varchar for mssqlChristoph Scholz2019-12-281-1/+1
| |
* | 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
| | | | | | | | | | | | | | Between receiving resume request and being closed by new session, it's possible (even if not very likely) that new messages would arrive to process that is resumed. In that case try to reroute messages that were received after we sent resume reply to new process.
* | Log errors that happen when retrieving http headers in ejabberd_httpPaweł Chmielowski2020-04-071-1/+4
| | | | | | | | | | It seems that ssl errors can be generated here, so lets have abily to show them instead of swallowing them silently.
* | mod_carboncopy: Bump supported XEP revisionHolger Weiss2020-04-051-1/+1
| | | | | | | | | | Since mod_carboncopy supports "urn:xmpp:carbons:rules:0", it implements version 0.13.x of XEP-0280.
* | Remove bash-izm from ejabberdctl.template introduced recentlyPaweł Chmielowski2020-04-031-1/+1
| |
* | Limit number of atoms used by ejabberdctl ( #2977)Jerome Sautret2020-04-021-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
| |
* | Don't replace %25 in webadmin test on older erlangsPaweł Chmielowski2020-04-011-2/+7
| | | | | | | | | | It seems that is a bug in R21+ httpc, so let's try to keep that test working with older versions
* | Make stop_ejabberd test also work without receiving </stream:stream>Paweł Chmielowski2020-04-011-1/+8
| |
* | Fix potential message loss in terminating c2s sessionsPaweł Chmielowski2020-04-019-37/+44
| | | | | | | | | | | | | | | | | | | | Calling sync version of xmpp_stream_in/out:stop could lead to messages never being processed by c2s process if they were queued in p1_server. This could be reproduced by when having messages in offline storage, starting sessions, enabling stream_mgmt, sending initial presence, and then immediately </stream:stream>, messages that mod_offline would send process would not be bounced back by stream_mgmt.
* | Use different username than other tests, but still include the test charsBadlop2020-04-011-3/+3
| |
* | Better error reporting in pubsub testsPaweł Chmielowski2020-04-011-3/+4
| |
* | Make webadmin tests use different user for changepassword/unregisterPaweł Chmielowski2020-04-011-3/+3
| | | | | | | | | | Using username that is shared with other tests causes login problems in other places.
* | Add more webadmin testsBadlop2020-03-311-4/+72
| |
* | sql_type should be taken for LServer, not LHost (#3202)Boris Chernov2020-03-301-1/+1
| | | | | | sql_type option should be retrieved for the main domain, not the MUC subdomain
* | Make webadmin redirect to page that end with /Paweł Chmielowski2020-03-263-6/+22
| |
* | Revert "Pass base path instead of level to support URL missing slash (#3177)"Paweł Chmielowski2020-03-261-107/+124
| | | | | | | | This reverts commit e9d1201ea813d19c6c7403c7aa883e314991d664.
* | Do not change to attribute of sent messages from bare to full jidPaweł Chmielowski2020-03-251-1/+5
| | | | | | | | This is not correct per xmpp spec
* | Increase version to 20.3.020.03Jerome Sautret2020-03-251-1/+1
| |
* | Fix unsubscribe command result, handle_sync_event result, and dialyzerBadlop2020-03-241-2/+4
| | | | | | | | | | | | How to reproduce the problems fixed by this commit: Create temporary room, other account subscribes, and owner leaves Unsubscribe that account with the command: ejabberdctl unsubscribe_room ...
* | Update changelogPaweł Chmielowski2020-03-231-0/+20
| |
* | Update mix.lockPaweł Chmielowski2020-03-231-32/+32
| |
* | Make bounce_message_queue wait for 100ms for incoming messagesPaweł Chmielowski2020-03-231-1/+1
| | | | | | | | | | | | | | There is possibilty that between c2s process unregistering itself from sm and terminating, some other process could try to send something to c2s, which could result in messages to triggering mam/offline hooks, and causing them not to be stored in any way.
* | 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
| |
* | Add baisc tests for webadminPaweł Chmielowski2020-03-233-0/+80
| |
* | Update depsPaweł Chmielowski2020-03-191-4/+4
| |
* | 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
| | | | | | | | | | | | Cockroachdb doesn't properly handle escaping of _ in like expressions, having "like ... escape '\'" makes it work, by disabling optimization that causes this broken behaviour
* | 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
| |