Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Get rid of compile warnings in test suite | Evgeniy Khramtsov | 2016-09-25 | 1 | -31/+35 | |
| | | ||||||
* | | Improve namespace handling | Evgeniy Khramtsov | 2016-09-24 | 3 | -57/+49 | |
| | | ||||||
* | | Add tests for s2s code | Evgeniy Khramtsov | 2016-09-23 | 11 | -119/+748 | |
| | | ||||||
* | | Add tests for external component | Evgeniy Khramtsov | 2016-09-21 | 3 | -31/+139 | |
| | | ||||||
* | | Add more tests for C2S | Evgeniy Khramtsov | 2016-09-20 | 3 | -69/+315 | |
| | | ||||||
* | | Make common tests working again | Evgeniy Khramtsov | 2016-09-13 | 3 | -222/+213 | |
|/ | ||||||
* | acl: ACLName rule should match if any part of ACLName matches | Paweł Chmielowski | 2016-06-24 | 1 | -0/+4 | |
| | ||||||
* | Add some tests for {shaper,access}_rules_validator | Paweł Chmielowski | 2016-06-22 | 1 | -0/+68 | |
| | ||||||
* | Add test for more allowed access_rules | Paweł Chmielowski | 2016-06-16 | 1 | -0/+24 | |
| | ||||||
* | Add shorter version of some common access rules definitions | Paweł Chmielowski | 2016-06-15 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | This add conversion of - allow to - allow: all and - allow: acl_name to - allow: - acl: acl_name (this works also for deny, and number in shapers) | |||||
* | Add tests for new acl functions | Paweł Chmielowski | 2016-06-06 | 1 | -0/+202 | |
| | ||||||
* | Fix quicktest case | Pablo Polvorin | 2016-06-05 | 1 | -0/+1 | |
| | | | | Missing initialization, required for ets table to exists | |||||
* | Fix ejabberd.ldif | Alexey Shchepin | 2016-06-02 | 1 | -1/+1 | |
| | ||||||
* | Fix a typo | Alexey Shchepin | 2016-06-02 | 1 | -1/+1 | |
| | ||||||
* | Stronger tests in the test suite, SQL updates and fixes | Alexey Shchepin | 2016-06-02 | 4 | -74/+80 | |
| | ||||||
* | Update test after roster code reorganization | Paweł Chmielowski | 2016-05-31 | 1 | -25/+42 | |
| | ||||||
* | Update test | Paweł Chmielowski | 2016-05-31 | 1 | -2/+2 | |
| | ||||||
* | Fix mod_http_api_test.exs | Paweł Chmielowski | 2016-05-30 | 1 | -4/+26 | |
| | ||||||
* | Fix tests | Paweł Chmielowski | 2016-05-30 | 1 | -7/+11 | |
| | ||||||
* | Better code for setting up ejabberd app location | Paweł Chmielowski | 2016-05-30 | 2 | -15/+24 | |
| | ||||||
* | Update acl tests to new internal access rules syntax | Paweł Chmielowski | 2016-05-30 | 1 | -15/+9 | |
| | ||||||
* | Make tests run correctly even when ejabberd src in not in ejabberd-xxx dir | Paweł Chmielowski | 2016-05-30 | 2 | -4/+15 | |
| | ||||||
* | Copy lite.sql to place where tests expect it in failback mode | Paweł Chmielowski | 2016-05-26 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #1131 from weiss/failed-resume-h | Evgeny Khramtsov | 2016-05-25 | 2 | -0/+15 | |
|\ | | | | | XEP-0198: Indicate number of handled stanzas if resumption fails | |||||
| * | XEP-0198: Add 'h' attribute to <failed/> element | Holger Weiss | 2016-05-24 | 2 | -0/+15 | |
| | | | | | | | | | | If a resume request is rejected because the session timed out, indicate the number of handled stanzas as per version 1.5 of XEP-0198. | |||||
* | | Merge pull request #1126 from weiss/muc-send-affiliation | Evgeny Khramtsov | 2016-05-25 | 1 | -0/+5 | |
|\ \ | |/ |/| | Notify on MUC affiliation changes of non-occupants | |||||
| * | mod_muc_room: Notify on affiliation changes | Holger Weiss | 2016-05-20 | 1 | -0/+5 | |
| | | | | | | | | | | | | Notify the current room occupants if the affiliation of a non-occupant is changed as per example 195 of XEP-0045. In anonymous rooms, only moderators are notified, though. | |||||
* | | mod_client_state: Add "queue_pep" option | Holger Weiss | 2016-05-17 | 2 | -0/+53 | |
| | | | | | | | | | | | | | | If the new "queue_pep" option is enabled and the client is inactive, PEP notifications are throttled in a similar way to presence stanzas and chat states. Only the most recent notification of a given node and payload type will be queued from a given contact. | |||||
* | | mod_client_state: Queue chat state notifications | Holger Weiss | 2016-05-17 | 2 | -5/+10 | |
|/ | | | | | | Queue standalone chat states instead of simply dropping them when the client is inactive. Only the most recent chat state of a given client is queued. | |||||
* | Fix a typo | Alexey Shchepin | 2016-05-13 | 1 | -1/+1 | |
| | ||||||
* | Less strict extauth.py | Alexey Shchepin | 2016-05-13 | 1 | -4/+4 | |
| | ||||||
* | Update SQL escaping | Alexey Shchepin | 2016-05-13 | 1 | -1/+1 | |
| | ||||||
* | Avoid error bounces when testing stream management | Holger Weiss | 2016-05-06 | 1 | -1/+3 | |
| | | | | | | The test suite sends messages to the server JID while checking whether the stream management code counts outgoing stanzas correctly. We now set type='headline' for those messages to avoid error bounces. | |||||
* | Add ability to configure server loglevel when running tests | Paweł Chmielowski | 2016-05-02 | 2 | -1/+2 | |
| | ||||||
* | Add tests for MUC MAM | Evgeniy Khramtsov | 2016-05-01 | 1 | -0/+90 | |
| | ||||||
* | Rename odbc to sql everywhere | Evgeniy Khramtsov | 2016-04-20 | 2 | -61/+61 | |
| | ||||||
* | Synchronizing master changes | Mickael Remond | 2016-04-12 | 2 | -6/+159 | |
| | ||||||
* | Allow testing user pattern directly in access rules | Mickael Remond | 2016-04-08 | 1 | -0/+25 | |
| | ||||||
* | Add TODO to improve ACL | Mickael Remond | 2016-04-08 | 1 | -2/+5 | |
| | ||||||
* | Add tests on Access rules returning values | Mickael Remond | 2016-04-07 | 1 | -0/+14 | |
| | ||||||
* | Add test when mixing ip / user rules | Mickael Remond | 2016-04-07 | 1 | -1/+12 | |
| | ||||||
* | IP based ACL / Access rules and sequential evaluation of rules | Mickael Remond | 2016-04-07 | 1 | -1/+23 | |
| | ||||||
* | Variant for user ACL test | Mickael Remond | 2016-04-06 | 1 | -0/+11 | |
| | ||||||
* | Add initial basic ACL test | Mickael Remond | 2016-04-06 | 1 | -0/+42 | |
| | ||||||
* | Stringprep can already be started, do not check result | Mickael Remond | 2016-04-06 | 1 | -1/+1 | |
| | ||||||
* | Log Elixir test result for investigation and include this log file in travis ↵ | Mickael Remond | 2016-04-06 | 1 | -4/+5 | |
| | | | | for troubleshooting failed tests | |||||
* | Better error message in logs | Mickael Remond | 2016-04-06 | 1 | -1/+1 | |
| | ||||||
* | Now we need to start stringprep before config | Mickael Remond | 2016-04-06 | 1 | -0/+5 | |
| | ||||||
* | Apply fixes and remove tests for missing methods | Mickael Remond | 2016-04-01 | 1 | -346/+1 | |
| | ||||||
* | Fix tests, they are now running fine locally | Mickael Remond | 2016-04-01 | 5 | -35/+75 | |
| |