Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Quick document with forward link api_permissions | Badlop | 2020-04-02 | 1 | -0/+7 | |
| | | ||||||
* | | Document some global options | Badlop | 2020-04-02 | 1 | -0/+53 | |
| | | ||||||
* | | Add three missing mod_bosh options | Badlop | 2020-04-02 | 1 | -0/+19 | |
| | | ||||||
* | | add missing mod_mam options | Badlop | 2020-04-02 | 1 | -2/+15 | |
| | | ||||||
* | | Fix mod_pubsub indentation | Badlop | 2020-04-02 | 1 | -104/+108 | |
| | | ||||||
* | | Add mod_pubsub configuration documentation | Badlop | 2020-04-02 | 1 | -1/+202 | |
| | | ||||||
* | | Don't replace %25 in webadmin test on older erlangs | Paweł Chmielowski | 2020-04-01 | 1 | -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ł Chmielowski | 2020-04-01 | 1 | -1/+8 | |
| | | ||||||
* | | Fix potential message loss in terminating c2s sessions | Paweł Chmielowski | 2020-04-01 | 9 | -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 chars | Badlop | 2020-04-01 | 1 | -3/+3 | |
| | | ||||||
* | | Better error reporting in pubsub tests | Paweł Chmielowski | 2020-04-01 | 1 | -3/+4 | |
| | | ||||||
* | | Make webadmin tests use different user for changepassword/unregister | Paweł Chmielowski | 2020-04-01 | 1 | -3/+3 | |
| | | | | | | | | | | Using username that is shared with other tests causes login problems in other places. | |||||
* | | Add more webadmin tests | Badlop | 2020-03-31 | 1 | -4/+72 | |
| | | ||||||
* | | sql_type should be taken for LServer, not LHost (#3202) | Boris Chernov | 2020-03-30 | 1 | -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ł Chmielowski | 2020-03-26 | 3 | -6/+22 | |
| | | ||||||
* | | Revert "Pass base path instead of level to support URL missing slash (#3177)" | Paweł Chmielowski | 2020-03-26 | 1 | -107/+124 | |
| | | | | | | | | This reverts commit e9d1201ea813d19c6c7403c7aa883e314991d664. | |||||
* | | Do not change to attribute of sent messages from bare to full jid | Paweł Chmielowski | 2020-03-25 | 1 | -1/+5 | |
| | | | | | | | | This is not correct per xmpp spec | |||||
* | | Increase version to 20.3.020.03 | Jerome Sautret | 2020-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix unsubscribe command result, handle_sync_event result, and dialyzer | Badlop | 2020-03-24 | 1 | -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 changelog | Paweł Chmielowski | 2020-03-23 | 1 | -0/+20 | |
| | | ||||||
* | | Update mix.lock | Paweł Chmielowski | 2020-03-23 | 1 | -32/+32 | |
| | | ||||||
* | | Make bounce_message_queue wait for 100ms for incoming messages | Paweł Chmielowski | 2020-03-23 | 1 | -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 room | Paweł Chmielowski | 2020-03-23 | 1 | -1/+4 | |
| | | ||||||
* | | Better handling of xml parse errors in send_stanza | Paweł Chmielowski | 2020-03-23 | 1 | -0/+3 | |
| | | ||||||
* | | Add baisc tests for webadmin | Paweł Chmielowski | 2020-03-23 | 3 | -0/+80 | |
| | | ||||||
* | | Update deps | Paweł Chmielowski | 2020-03-19 | 1 | -4/+4 | |
| | | ||||||
* | | Also add "escape '\'" to prepared statements in pgsqllike_escape | Paweł Chmielowski | 2020-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Add escape '\' to like expression in pgsql to fix problem cockroachdb | Paweł Chmielowski | 2020-03-18 | 1 | -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 query | Paweł Chmielowski | 2020-03-18 | 1 | -5/+4 | |
| | | ||||||
* | | Use correct type for seconds field in mod_last sql queries | Paweł Chmielowski | 2020-03-18 | 1 | -2/+4 | |
| | | ||||||
* | | Change conversion of boolean values for cockroachdb | Paweł Chmielowski | 2020-03-18 | 1 | -2/+2 | |
| | | ||||||
* | | Fix Dialyzer warning that jid can't be 'undefined' | Badlop | 2020-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Add cache to mod_shared_roster | Paweł Chmielowski | 2020-03-17 | 3 | -29/+237 | |
| | | | | | | | | | | This should help with excessive queries that sql backend generates Should fix issue #3158. | |||||
* | | Fix issue with family field on cockroachdb | Paweł Chmielowski | 2020-03-17 | 1 | -1/+5 | |
| | | ||||||
* | | Replace mod_shared_roster:X call with just X inside that module | Paweł Chmielowski | 2020-03-16 | 1 | -30/+34 | |
| | | ||||||
* | | Try to limit calls to groups_with_opts in mod_shared_roster | Paweł Chmielowski | 2020-03-16 | 1 | -18/+4 | |
| | | ||||||
* | | Pass base path instead of level to support URL missing slash (#3177) | Badlop | 2020-03-11 | 1 | -124/+107 | |
| | | ||||||
* | | fix command rooms_empty_destroy (#3183) | Paweł Chmielowski | 2020-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | Add reload handler to ejabberd_auth_ldap | Paweł Chmielowski | 2020-03-04 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | This will restart ldap process with new options, and should made it recognize new values. This fixes issue #3181 | |||||
* | | Use compilation flags used during build to compile modules in ext_mod | Paweł Chmielowski | 2020-03-03 | 3 | -6/+21 | |
| | | | | | | | | This fixes issue #3178 | |||||
* | | Fix list parameters in sql queries on pgsql | Paweł Chmielowski | 2020-02-27 | 1 | -6/+8 | |
| | | ||||||
* | | Merge pull request #3125 from area-42/enable_odbc_in_mix | Mickaël Rémond | 2020-02-26 | 1 | -0/+1 | |
|\ \ | | | | | | | enable odbc in mix build | |||||
| * | | enable odbc in mix build | Christoph Scholz | 2019-12-25 | 1 | -0/+1 | |
| |/ | ||||||
* | | Allow mod_register_web to be accessed from now-served vhosts (#3173) | Badlop | 2020-02-26 | 1 | -22/+11 | |
| | | ||||||
* | | Fix handle of 'http' atom in Headers, problem introduced in 357e7e11 | Badlop | 2020-02-26 | 1 | -2/+6 | |
| | | ||||||
* | | Support ssl connection on mysql | Paweł Chmielowski | 2020-02-26 | 2 | -3/+11 | |
| | | ||||||
* | | Update mix deps20.02 | Paweł Chmielowski | 2020-02-25 | 1 | -19/+19 | |
| | | ||||||
* | | Bump version in mix.exs | Jerome Sautret | 2020-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Update changelog | Paweł Chmielowski | 2020-02-25 | 1 | -0/+18 | |
| | | ||||||
* | | Update dependences | Paweł Chmielowski | 2020-02-25 | 1 | -19/+19 | |
| | |