aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Get rid of compile warnings in test suiteEvgeniy Khramtsov2016-09-251-31/+35
| |
* | Improve namespace handlingEvgeniy Khramtsov2016-09-243-57/+49
| |
* | Add tests for s2s codeEvgeniy Khramtsov2016-09-2311-119/+748
| |
* | Add tests for external componentEvgeniy Khramtsov2016-09-213-31/+139
| |
* | Add more tests for C2SEvgeniy Khramtsov2016-09-203-69/+315
| |
* | Make common tests working againEvgeniy Khramtsov2016-09-133-222/+213
|/
* acl: ACLName rule should match if any part of ACLName matchesPaweł Chmielowski2016-06-241-0/+4
|
* Add some tests for {shaper,access}_rules_validatorPaweł Chmielowski2016-06-221-0/+68
|
* Add test for more allowed access_rulesPaweł Chmielowski2016-06-161-0/+24
|
* Add shorter version of some common access rules definitionsPaweł Chmielowski2016-06-151-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 functionsPaweł Chmielowski2016-06-061-0/+202
|
* Fix quicktest casePablo Polvorin2016-06-051-0/+1
| | | | Missing initialization, required for ets table to exists
* Fix ejabberd.ldifAlexey Shchepin2016-06-021-1/+1
|
* Fix a typoAlexey Shchepin2016-06-021-1/+1
|
* Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin2016-06-024-74/+80
|
* Update test after roster code reorganizationPaweł Chmielowski2016-05-311-25/+42
|
* Update testPaweł Chmielowski2016-05-311-2/+2
|
* Fix mod_http_api_test.exsPaweł Chmielowski2016-05-301-4/+26
|
* Fix testsPaweł Chmielowski2016-05-301-7/+11
|
* Better code for setting up ejabberd app locationPaweł Chmielowski2016-05-302-15/+24
|
* Update acl tests to new internal access rules syntaxPaweł Chmielowski2016-05-301-15/+9
|
* Make tests run correctly even when ejabberd src in not in ejabberd-xxx dirPaweł Chmielowski2016-05-302-4/+15
|
* Copy lite.sql to place where tests expect it in failback modePaweł Chmielowski2016-05-261-0/+4
|
* Merge pull request #1131 from weiss/failed-resume-hEvgeny Khramtsov2016-05-252-0/+15
|\ | | | | XEP-0198: Indicate number of handled stanzas if resumption fails
| * XEP-0198: Add 'h' attribute to <failed/> elementHolger Weiss2016-05-242-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-affiliationEvgeny Khramtsov2016-05-251-0/+5
|\ \ | |/ |/| Notify on MUC affiliation changes of non-occupants
| * mod_muc_room: Notify on affiliation changesHolger Weiss2016-05-201-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" optionHolger Weiss2016-05-172-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 notificationsHolger Weiss2016-05-172-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 typoAlexey Shchepin2016-05-131-1/+1
|
* Less strict extauth.pyAlexey Shchepin2016-05-131-4/+4
|
* Update SQL escapingAlexey Shchepin2016-05-131-1/+1
|
* Avoid error bounces when testing stream managementHolger Weiss2016-05-061-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 testsPaweł Chmielowski2016-05-022-1/+2
|
* Add tests for MUC MAMEvgeniy Khramtsov2016-05-011-0/+90
|
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-202-61/+61
|
* Synchronizing master changesMickael Remond2016-04-122-6/+159
|
* Allow testing user pattern directly in access rulesMickael Remond2016-04-081-0/+25
|
* Add TODO to improve ACLMickael Remond2016-04-081-2/+5
|
* Add tests on Access rules returning valuesMickael Remond2016-04-071-0/+14
|
* Add test when mixing ip / user rulesMickael Remond2016-04-071-1/+12
|
* IP based ACL / Access rules and sequential evaluation of rulesMickael Remond2016-04-071-1/+23
|
* Variant for user ACL testMickael Remond2016-04-061-0/+11
|
* Add initial basic ACL testMickael Remond2016-04-061-0/+42
|
* Stringprep can already be started, do not check resultMickael Remond2016-04-061-1/+1
|
* Log Elixir test result for investigation and include this log file in travis ↵Mickael Remond2016-04-061-4/+5
| | | | for troubleshooting failed tests
* Better error message in logsMickael Remond2016-04-061-1/+1
|
* Now we need to start stringprep before configMickael Remond2016-04-061-0/+5
|
* Apply fixes and remove tests for missing methodsMickael Remond2016-04-011-346/+1
|
* Fix tests, they are now running fine locallyMickael Remond2016-04-015-35/+75
|