summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-07-04Replace all include guards by #pragma oncelouiz’
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’
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’
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’
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’
2016-04-25Trivial cleanuplouiz’
2016-04-25Add e2e tests for the ad-hoc listing on the server jidlouiz’
2016-04-22Remove a forgotten commentlouiz’
2016-04-22Test the the virtual channellouiz’
2016-04-22tests: Split the connection sequence into twolouiz’
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’
2016-04-22Correct charybdis config file pathlouiz’
2016-04-22Provide a conf for charybdislouiz’
2016-04-22Forward the topic authors, handle the author from 333 messageslouiz’
2016-04-22e2etests: Use charybdis and update the scenarios accordinglylouiz’
2016-04-22e2etests: we are able to receive optional stanzaslouiz’
2016-04-22More testslouiz’
2016-04-22Remove localdomainlouiz’
2016-04-22Add mammond conflouiz’
2016-04-22Improve e2e test, start mammond ourself, etclouiz’
2016-04-22Trivial formattinglouiz’
2016-02-29Provide a better way to check stanzas at each step of the end_to_end testFlorent Le Coz
2016-02-24end_to_end creates a config file before running biboumiFlorent Le Coz
2016-02-24Add a basic integration test in pythonFlorent Le Coz
2016-02-10Remove unused xml_unescape() functionFlorent Le Coz
2016-01-15Remove the localhost6 test, that’s not portable at allFlorent Le Coz
2016-01-04Support multi-prefixFlorent Le Coz
2016-01-04Use the configured encoding value when decoding received messagesFlorent Le Coz
2016-01-04Add a ChannelOptions table in the DBFlorent Le Coz
2015-10-31Fix the logger test when built without systemdFlorent Le Coz
2015-10-31Add a IoTester classFlorent Le Coz