Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't call deprecated jid functions from the test suite | Evgeniy Khramtsov | 2017-03-07 | 10 | -32/+32 |
| | |||||
* | Best Practices for Use of SASL EXTERNAL with Certificates (XEP-0178) support | Evgeniy Khramtsov | 2017-03-07 | 7 | -105/+153 |
| | | | | | | | | | It is now possible for client connections to login using PKIX certificates. This is disabled by default, to enable it: - either set 'tls_verify: true' and 'cafile: /path/to/CAfile' in the corresponding listener's section - or set equivalent per-vhost options 'c2s_tls_verify' and 'c2s_cafile' | ||||
* | Fix elixir tests | Paweł Chmielowski | 2017-02-27 | 3 | -9/+12 |
| | |||||
* | Update tests to ejabberd_commands changes | Paweł Chmielowski | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Update tests to cyrsasl modifications | Paweł Chmielowski | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Adapt get_last tests to new output | Paweł Chmielowski | 2017-02-24 | 1 | -7/+7 |
| | |||||
* | Update tests for changes in acl start code | Paweł Chmielowski | 2017-02-24 | 2 | -2/+3 |
| | |||||
* | Fix elixir tests | Paweł Chmielowski | 2017-02-23 | 2 | -0/+2 |
| | |||||
* | Re-enable "replaced" tests | Evgeniy Khramtsov | 2017-02-21 | 1 | -4/+2 |
| | |||||
* | Test stream management queue overload | Evgeniy Khramtsov | 2017-02-21 | 3 | -3/+67 |
| | |||||
* | Improve stream management tests | Evgeniy Khramtsov | 2017-02-21 | 1 | -7/+16 |
| | |||||
* | Rename mod_sm -> mod_stream_mgmt | Evgeniy Khramtsov | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Change routing API | Evgeniy Khramtsov | 2017-02-16 | 4 | -5/+6 |
| | | | | | | | | | | | Now 'From' and 'To' arguments must be omitted in functions and structures related to routing. The commit deprecates the following functions: ejabberd_router:route/3 in favor of ejabberd_router:route/1 ejabberd_router:route_error/4 in favor of ejabberd_router:route_error/2 ejabberd_local:route_iq/4 in favor of ejabberd_local:route_iq/2 ejabberd_local:route_iq/5 in favor of ejabberd_local:route_iq/3 The format of {route, From, To, Packet} is changed in favor of {route, Packet} | ||||
* | Fix tests | Paweł Chmielowski | 2017-01-23 | 1 | -10/+10 |
| | |||||
* | Adapt to new ejabberd_sm changes | PaweÅ Chmielowski | 2017-01-23 | 1 | -8/+8 |
| | |||||
* | Make test suite working again | Evgeniy Khramtsov | 2017-01-23 | 3 | -35/+67 |
| | |||||
* | Cleanup file headers | Christophe Romain | 2017-01-03 | 23 | -123/+427 |
| | |||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 16 | -16/+16 |
| | |||||
* | Fix cyrsasl test after recent changes | Paweł Chmielowski | 2017-01-02 | 1 | -5/+5 |
| | |||||
* | Try to fix interminent failures in cyrsasl tests | Paweł Chmielowski | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Fix mod_http_api_mock_test on 19.1 | Paweł Chmielowski | 2016-12-01 | 1 | -8/+20 |
| | |||||
* | Add more tests for digest-md5 cyrsasl | Paweł Chmielowski | 2016-12-01 | 1 | -18/+33 |
| | |||||
* | Don't check for faked carbons | Evgeniy Khramtsov | 2016-11-24 | 1 | -7/+1 |
| | |||||
* | Move copyright definition to ejabberd.hrl | Evgeniy Khramtsov | 2016-11-23 | 3 | -3/+27 |
| | |||||
* | Fix logging in tests on R17 | Evgeniy Khramtsov | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2016-11-21 | 5 | -4/+5 |
|\ | |||||
| * | Fix elixir tests | Paweł Chmielowski | 2016-11-21 | 5 | -4/+5 |
| | | |||||
* | | Set 'sql_pool_size' to 1 for sqlite tests | Evgeniy Khramtsov | 2016-11-21 | 1 | -0/+1 |
|/ | |||||
* | Fix s2s test | Paweł Chmielowski | 2016-11-21 | 2 | -1/+4 |
| | |||||
* | Do not send empty <after/> tag | Evgeniy Khramtsov | 2016-11-21 | 1 | -1/+2 |
| | |||||
* | Fix elixir tests | Paweł Chmielowski | 2016-11-18 | 1 | -2/+2 |
| | |||||
* | Get rid of substitute_forwarded | Paweł Chmielowski | 2016-11-18 | 2 | -17/+1 |
| | |||||
* | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2016-11-18 | 2 | -1/+17 |
|\ | | | | | | | | | Conflicts: test/ejabberd_SUITE.erl | ||||
| * | Fix tests that use #forwarded | Paweł Chmielowski | 2016-11-15 | 3 | -12/+28 |
| | | |||||
* | | Make common tests working again | Evgeniy Khramtsov | 2016-11-18 | 17 | -2381/+2711 |
|/ | |||||
* | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 17 | -41/+497 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl | ||||
| * | Disable one test for now, we may change how this part is handled | Paweł Chmielowski | 2016-10-06 | 1 | -6/+6 |
| | | |||||
| * | Initialize ejabberd_access_permissions in elixir tests | Paweł Chmielowski | 2016-10-05 | 6 | -6/+12 |
| | | |||||
| * | Support for Elixir configuration file #1208 | gabrielgatu | 2016-09-08 | 7 | -0/+293 |
| | | | | | | | | Contribution for Google Summer of code 2016 by Gabriel Gatu | ||||
| * | Clean ejabberd_commands before tests | Paweł Chmielowski | 2016-09-05 | 1 | -0/+1 |
| | | |||||
| * | ejabberd_oauth requiere working cache_tab, initialize it before tests | Paweł Chmielowski | 2016-09-05 | 1 | -1/+4 |
| | | |||||
| * | Fix error return expectation in command test | Mickael Remond | 2016-08-01 | 1 | -1/+1 |
| | | |||||
| * | Add ability to run test with Elixir mix | Mickael Remond | 2016-07-26 | 7 | -18/+52 |
| | | |||||
| * | Fix tests, command need to be properly added to list of exposed commands | Mickael Remond | 2016-07-25 | 1 | -7/+9 |
| | | |||||
| * | Initial attempt on access on commands | Mickael Remond | 2016-07-25 | 1 | -2/+40 |
| | | | | | | | | May change and will require more work / test / refactor | ||||
| * | Error when not authorized should be 403 | Mickael Remond | 2016-07-23 | 1 | -5/+5 |
| | | |||||
| * | Support oauth password grant type | Pablo Polvorin | 2016-07-22 | 1 | -0/+65 |
| | | | | | | | | As in https://tools.ietf.org/html/rfc6749#section-4.3 | ||||
| * | stringprep might already be started | Pablo Polvorin | 2016-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Depending on the way the test us ran (full test suite or the elixir quicktest one) the stringprep might already be loaded. | ||||
| * | Fix elixir test case: stringprep was required | Pablo Polvorin | 2016-07-22 | 1 | -0/+1 |
| | | |||||
| * | Fix test for changes in oauth expiry | Pablo Polvorin | 2016-07-19 | 1 | -1/+1 |
| | |