Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-02-21 | Re-enable "replaced" tests | Evgeniy Khramtsov | 1 | -4/+2 | |
2017-02-21 | Test stream management queue overload | Evgeniy Khramtsov | 3 | -3/+67 | |
2017-02-21 | Improve stream management tests | Evgeniy Khramtsov | 1 | -7/+16 | |
2017-02-21 | Rename mod_sm -> mod_stream_mgmt | Evgeniy Khramtsov | 1 | -1/+1 | |
2017-02-16 | Change routing API | Evgeniy Khramtsov | 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} | |||||
2017-01-23 | Fix tests | Paweł Chmielowski | 1 | -10/+10 | |
2017-01-23 | Adapt to new ejabberd_sm changes | PaweÅ Chmielowski | 1 | -8/+8 | |
2017-01-23 | Make test suite working again | Evgeniy Khramtsov | 3 | -35/+67 | |
2017-01-03 | Cleanup file headers | Christophe Romain | 23 | -123/+427 | |
2017-01-02 | Update copyright date automatically (#1442) | Badlop | 16 | -16/+16 | |
2017-01-02 | Fix cyrsasl test after recent changes | Paweł Chmielowski | 1 | -5/+5 | |
2016-12-06 | Try to fix interminent failures in cyrsasl tests | Paweł Chmielowski | 1 | -1/+1 | |
2016-12-01 | Fix mod_http_api_mock_test on 19.1 | Paweł Chmielowski | 1 | -8/+20 | |
2016-12-01 | Add more tests for digest-md5 cyrsasl | Paweł Chmielowski | 1 | -18/+33 | |
2016-11-24 | Don't check for faked carbons | Evgeniy Khramtsov | 1 | -7/+1 | |
2016-11-23 | Move copyright definition to ejabberd.hrl | Evgeniy Khramtsov | 3 | -3/+27 | |
2016-11-21 | Fix logging in tests on R17 | Evgeniy Khramtsov | 1 | -1/+1 | |
2016-11-21 | Set 'sql_pool_size' to 1 for sqlite tests | Evgeniy Khramtsov | 1 | -0/+1 | |
2016-11-21 | Fix elixir tests | Paweł Chmielowski | 5 | -4/+5 | |
2016-11-21 | Fix s2s test | Paweł Chmielowski | 2 | -1/+4 | |
2016-11-21 | Do not send empty <after/> tag | Evgeniy Khramtsov | 1 | -1/+2 | |
2016-11-18 | Fix elixir tests | Paweł Chmielowski | 1 | -2/+2 | |
2016-11-18 | Get rid of substitute_forwarded | Paweł Chmielowski | 2 | -17/+1 | |
2016-11-18 | Make common tests working again | Evgeniy Khramtsov | 17 | -2381/+2711 | |
2016-11-15 | Fix tests that use #forwarded | Paweł Chmielowski | 3 | -12/+28 | |
2016-11-08 | Add more tests for offline storage | Evgeniy Khramtsov | 4 | -205/+489 | |
2016-11-07 | Add roster tests | Evgeniy Khramtsov | 3 | -202/+578 | |
2016-10-22 | Add more tests for privacy lists and blocking command | Evgeniy Khramtsov | 4 | -460/+1365 | |
2016-10-17 | Add more MUC tests | Evgeniy Khramtsov | 4 | -392/+2147 | |
2016-10-07 | Add xdata generator and make some code using it | Evgeniy Khramtsov | 3 | -128/+770 | |
2016-10-06 | Disable one test for now, we may change how this part is handled | Paweł Chmielowski | 1 | -6/+6 | |
2016-10-05 | Initialize ejabberd_access_permissions in elixir tests | Paweł Chmielowski | 6 | -6/+12 | |
2016-09-25 | Text legacy IQ handler support | Evgeniy Khramtsov | 3 | -0/+42 | |
2016-09-25 | Test anonymous auth | Evgeniy Khramtsov | 3 | -27/+47 | |
2016-09-25 | Get rid of compile warnings in test suite | Evgeniy Khramtsov | 1 | -31/+35 | |
2016-09-24 | Improve namespace handling | Evgeniy Khramtsov | 3 | -57/+49 | |
2016-09-23 | Add tests for s2s code | Evgeniy Khramtsov | 11 | -119/+748 | |
2016-09-21 | Add tests for external component | Evgeniy Khramtsov | 3 | -31/+139 | |
2016-09-20 | Add more tests for C2S | Evgeniy Khramtsov | 3 | -69/+315 | |
2016-09-13 | Make common tests working again | Evgeniy Khramtsov | 3 | -222/+213 | |
2016-09-08 | Support for Elixir configuration file #1208 | gabrielgatu | 7 | -0/+293 | |
Contribution for Google Summer of code 2016 by Gabriel Gatu | |||||
2016-09-05 | Clean ejabberd_commands before tests | Paweł Chmielowski | 1 | -0/+1 | |
2016-09-05 | ejabberd_oauth requiere working cache_tab, initialize it before tests | Paweł Chmielowski | 1 | -1/+4 | |
2016-08-01 | Fix error return expectation in command test | Mickael Remond | 1 | -1/+1 | |
2016-07-26 | Add ability to run test with Elixir mix | Mickael Remond | 7 | -18/+52 | |
2016-07-25 | Fix tests, command need to be properly added to list of exposed commands | Mickael Remond | 1 | -7/+9 | |
2016-07-25 | Initial attempt on access on commands | Mickael Remond | 1 | -2/+40 | |
May change and will require more work / test / refactor | |||||
2016-07-23 | Error when not authorized should be 403 | Mickael Remond | 1 | -5/+5 | |
2016-07-22 | Support oauth password grant type | Pablo Polvorin | 1 | -0/+65 | |
As in https://tools.ietf.org/html/rfc6749#section-4.3 | |||||
2016-07-22 | stringprep might already be started | Pablo Polvorin | 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. |