summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't call deprecated jid functions from the test suiteEvgeniy Khramtsov2017-03-0710-32/+32
|
* Best Practices for Use of SASL EXTERNAL with Certificates (XEP-0178) supportEvgeniy Khramtsov2017-03-077-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 testsPaweł Chmielowski2017-02-273-9/+12
|
* Update tests to ejabberd_commands changesPaweł Chmielowski2017-02-271-1/+1
|
* Update tests to cyrsasl modificationsPaweł Chmielowski2017-02-271-1/+1
|
* Adapt get_last tests to new outputPaweł Chmielowski2017-02-241-7/+7
|
* Update tests for changes in acl start codePaweł Chmielowski2017-02-242-2/+3
|
* Fix elixir testsPaweł Chmielowski2017-02-232-0/+2
|
* Re-enable "replaced" testsEvgeniy Khramtsov2017-02-211-4/+2
|
* Test stream management queue overloadEvgeniy Khramtsov2017-02-213-3/+67
|
* Improve stream management testsEvgeniy Khramtsov2017-02-211-7/+16
|
* Rename mod_sm -> mod_stream_mgmtEvgeniy Khramtsov2017-02-211-1/+1
|
* Change routing APIEvgeniy Khramtsov2017-02-164-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 testsPaweł Chmielowski2017-01-231-10/+10
|
* Adapt to new ejabberd_sm changesPaweł Chmielowski2017-01-231-8/+8
|
* Make test suite working againEvgeniy Khramtsov2017-01-233-35/+67
|
* Cleanup file headersChristophe Romain2017-01-0323-123/+427
|
* Update copyright date automatically (#1442)Badlop2017-01-0216-16/+16
|
* Fix cyrsasl test after recent changesPaweł Chmielowski2017-01-021-5/+5
|
* Try to fix interminent failures in cyrsasl testsPaweł Chmielowski2016-12-061-1/+1
|
* Fix mod_http_api_mock_test on 19.1Paweł Chmielowski2016-12-011-8/+20
|
* Add more tests for digest-md5 cyrsaslPaweł Chmielowski2016-12-011-18/+33
|
* Don't check for faked carbonsEvgeniy Khramtsov2016-11-241-7/+1
|
* Move copyright definition to ejabberd.hrlEvgeniy Khramtsov2016-11-233-3/+27
|
* Fix logging in tests on R17Evgeniy Khramtsov2016-11-211-1/+1
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-215-4/+5
|\
| * Fix elixir testsPaweł Chmielowski2016-11-215-4/+5
| |
* | Set 'sql_pool_size' to 1 for sqlite testsEvgeniy Khramtsov2016-11-211-0/+1
|/
* Fix s2s testPaweł Chmielowski2016-11-212-1/+4
|
* Do not send empty <after/> tagEvgeniy Khramtsov2016-11-211-1/+2
|
* Fix elixir testsPaweł Chmielowski2016-11-181-2/+2
|
* Get rid of substitute_forwardedPaweł Chmielowski2016-11-182-17/+1
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-182-1/+17
|\ | | | | | | | | Conflicts: test/ejabberd_SUITE.erl
| * Fix tests that use #forwardedPaweł Chmielowski2016-11-153-12/+28
| |
* | Make common tests working againEvgeniy Khramtsov2016-11-1817-2381/+2711
|/
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-1217-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 handledPaweł Chmielowski2016-10-061-6/+6
| |
| * Initialize ejabberd_access_permissions in elixir testsPaweł Chmielowski2016-10-056-6/+12
| |
| * Support for Elixir configuration file #1208gabrielgatu2016-09-087-0/+293
| | | | | | | | Contribution for Google Summer of code 2016 by Gabriel Gatu
| * Clean ejabberd_commands before testsPaweł Chmielowski2016-09-051-0/+1
| |
| * ejabberd_oauth requiere working cache_tab, initialize it before testsPaweł Chmielowski2016-09-051-1/+4
| |
| * Fix error return expectation in command testMickael Remond2016-08-011-1/+1
| |
| * Add ability to run test with Elixir mixMickael Remond2016-07-267-18/+52
| |
| * Fix tests, command need to be properly added to list of exposed commandsMickael Remond2016-07-251-7/+9
| |
| * Initial attempt on access on commandsMickael Remond2016-07-251-2/+40
| | | | | | | | May change and will require more work / test / refactor
| * Error when not authorized should be 403Mickael Remond2016-07-231-5/+5
| |
| * Support oauth password grant typePablo Polvorin2016-07-221-0/+65
| | | | | | | | As in https://tools.ietf.org/html/rfc6749#section-4.3
| * stringprep might already be startedPablo Polvorin2016-07-221-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 requiredPablo Polvorin2016-07-221-0/+1
| |
| * Fix test for changes in oauth expiryPablo Polvorin2016-07-191-1/+1
| |