Age | Commit message (Expand) | Author |
2016-12-13 | Send a presence error from the room, when receiving command ERR_BADCHANNELKEY | louiz’ |
2016-12-12 | Auto accept presence subscription | louiz’ |
2016-12-11 | Do not change the nick when joining a second room with a different nick | louiz’ |
2016-12-11 | Add a None type for the Iid class (when the iid is completely empty) | louiz’ |
2016-12-10 | The logger writes to std::clog | louiz’ |
2016-12-10 | The config module doesn’t use the logger at all | louiz’ |
2016-12-09 | e2e: remove the log_message step, because it causes race conditions | louiz’ |
2016-12-08 | e2e: Accept even more unordered things in the connection sequence | louiz’ |
2016-11-16 | e2e tests that the IRC server received an ident response | louiz’ |
2016-11-07 | Test the error on joining invalid room | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-11-03 | Test the global and IRC server configure commands | louiz’ |
2016-11-02 | Fix the presences sent, when multiple resources join the virtual channel | louiz’ |
2016-10-31 | Actually run all the e2e scenario if nothing is specified | louiz’ |
2016-10-31 | Test successful invite of an other user | louiz’ |
2016-10-31 | Use ensure_future if available, otherwise use asyncio.async | louiz’ |
2016-10-31 | Test self disco | louiz’ |
2016-10-31 | e2e: add the possibility to launch a specific list of scenarios only | louiz’ |
2016-10-31 | Test raw messages | louiz’ |
2016-10-27 | Remove calls to INFO() in catch, they are useless | louiz’ |
2016-10-26 | Refactor the sha1 digest into its own function, and do not use sprintf | louiz’ |
2016-10-24 | Correctly handle the nick change inside the virtual channel | louiz’ |
2016-10-21 | Revert "Use ensure_future instead of async" | louiz’ |
2016-10-21 | Fix the broken commit 4388b9c | louiz’ |
2016-10-21 | e2e: Fix some logic in check_list_of_xpath | louiz’ |
2016-10-21 | Use ensure_future instead of async | louiz’ |
2016-10-21 | Remove an unused variable in e2e | louiz’ |
2016-10-17 | Use expect_unordered in a few more places | louiz’ |
2016-10-17 | Add tests for the nick change, and the nick conflict | louiz’ |
2016-10-14 | Add two e2e tests on adhoc commands | louiz’ |
2016-10-12 | Disable the output in the config unit test | louiz’ |
2016-10-12 | e2e: test the private and no-copy thingy | louiz’ |
2016-10-12 | e2e: the port to use should be an int, not a string | louiz’ |
2016-10-11 | Parse the timezone myself, instead of using the broken strptime | louiz’ |
2016-10-07 | e2e: add expec_unordered to be able to test things even if the arrive in a di... | louiz’ |
2016-10-07 | Cleanup __main__.py a little bit | louiz’ |
2016-10-04 | Respond to muc#traffic requests | louiz’ |
2016-10-03 | Make version requests work with global user JIDs as well | louiz’ |
2016-10-03 | Fix parse_datetime by always using a 'z' as the timezone | louiz’ |
2016-10-03 | Modify the charybdis conf to disable the LIST throttling | louiz’ |
2016-10-03 | Implement result-set-management for LIST queries | louiz’ |
2016-10-02 | Use LIST * instead of just LIST, because some servers don’t accept it | louiz’ |
2016-09-20 | Make history messages work with fixed_irc_server | louiz’ |
2016-09-17 | Fix the parse_datetime by using %Z instead of %z | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |
2016-08-31 | Add parse_datetime | louiz’ |
2016-08-31 | Fix to_string(time_t) and write a unit test for it | louiz’ |
2016-08-28 | Respond to MAM requests on a channel JID | louiz’ |
2016-08-23 | Do not fail e2e if the database cannot be removed because it's not there | louiz’ |
2016-08-22 | Delete the database before each e2e test, to start fresh | louiz’ |