summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-10-02Use LIST * instead of just LIST, because some servers don’t accept itlouiz’
Also add a e2e test for the list query
2016-09-20Make history messages work with fixed_irc_serverlouiz’
fix #3209
2016-09-17Fix the parse_datetime by using %Z instead of %zlouiz’
If anybody knows why fedora accepts both, but it only works with %z on debian, please tell me.
2016-09-04MAM results can be filtered by start and end dateslouiz’
2016-08-31Add parse_datetimelouiz’
2016-08-31Fix to_string(time_t) and write a unit test for itlouiz’
2016-08-28Respond to MAM requests on a channel JIDlouiz’
At the moment, result-set-management is not implemented, the whole history (well, at most 1024 messages) is returned.
2016-08-23Do not fail e2e if the database cannot be removed because it's not therelouiz’
2016-08-22Delete the database before each e2e test, to start freshlouiz’
2016-08-21Add get_first_non_empty and use it into Database to simplify a little bitlouiz’
2016-08-20Remove dns unit tests, because they are not *unit* test (depends on network…)louiz’
2016-08-17On a client error, do not QUIT, just make the resource leave all channelslouiz’
This should fix #3205
2016-08-16e2e test self invitelouiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
It’s now easier to use. The distinction between a nick and a channel name is based on the first character (by default it's '#' and '&'). The user doesn’t have to worry about which separator to use anymore. fix #3066
2016-08-03Test the version request, in many wayslouiz’
2016-08-02Test the kick on a multisession nicklouiz’
2016-07-31test kicklouiz’
2016-07-28Fix the timeout test, now that we don't wait 1ms too much everytimelouiz’
2016-07-25Test the resolving of multiple hostnames at the same timelouiz’
2016-07-12Properly catch and handle database errorslouiz’
Do not use a singleton for the database. fix #3203
2016-07-04Replace all include guards by #pragma oncelouiz’
It’s $CURRENT_YEAR
2016-07-03Properly remove the resource from the server when we leave the last channellouiz’
2016-07-02Add a valgrind suppression filelouiz’
2016-06-29Run e2e through with valgrind if BIBOUMI_E2E_VALGRIND is set in the envlouiz’
2016-06-24Add a e2e test that checks self-ping with multiple resources behind one nicklouiz’
2016-06-24Add a e2e for self-ping, with a single channel resourcelouiz’
2016-06-23Add a simple e2e test that joins a channel with xep0106-encoded namelouiz’
2016-06-15cut messages at 512 bytes, taking into account the UTF-8 codepointslouiz’
ref #3067
2016-06-14Refactor, test and improve the way we cut too-long messages for IRClouiz’
2016-06-14Clean the Config module, use static things instead of a stupid singletonlouiz’
2016-06-13Make the logger tests more usefullouiz’
2016-06-13Show off, with some variadic templates, for the logger modulelouiz’
2016-06-10Reset the preferred private JID when all resources leave a roomlouiz’
For example if we are talking in private with nick Joe from room #foo, and then we leave that room, we start receiving Joe’s message from the server-wide JID e2e tests included!!!
2016-06-09Add some e2e tests to check that private messages come from the right JIDslouiz’
2016-06-08Add a basic e2e test for channel and private messageslouiz’
2016-06-08Associate a bridge with a bare JID instead of a full JIDlouiz’
ref #2556
2016-05-13Test the execution of the hello commandlouiz’
2016-05-13e2e: possibility to extract a value from a stanza and reuse it in send_stanzalouiz’
2016-04-27Change the name of the DB in the e2e testslouiz’
2016-04-27Include the Configure ad-hoc command on biboumi's JID for fixed_irc_serverlouiz’
Because a jid like “freenode.example.org” is both the JID for the configured IRC server, and biboumi’s JID. fix #3175
2016-04-25Trivial cleanuplouiz’
2016-04-25Add e2e tests for the ad-hoc listing on the server jidlouiz’
2016-04-22Remove a forgotten commentlouiz’
[ci skip]
2016-04-22Test the the virtual channellouiz’
2016-04-22tests: Split the connection sequence into twolouiz’
We can now insert steps between the two parts
2016-04-22Remove an unused variablelouiz’
2016-04-22Add a basic fixed_server e2e scenariolouiz’
2016-04-22Each e2e scenario can provide its own config namelouiz’
2016-04-22Write irc output into a filelouiz’
2016-04-22Debug and exit if IRC server startup failslouiz’