summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-13Use “using” instead of typedeflouiz’
2016-05-12ci: Have two builds: on fedora and on debianlouiz’
2016-05-12Add a Dockerfile for biboumi-test-debianlouiz’
2016-05-11Do not use std::endl for each line when saving the conf filelouiz’
2016-05-10Fix build with POLLER=POLLlouiz’
2016-05-04Run e2e in a subdirectory and lighten the build artifactslouiz’
2016-05-04Style fixlouiz’
Move all constructors at the top of classes
2016-04-28Update .gitignorelouiz’
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-22Add a Dockerfile to build a biboumi-test imagelouiz’
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-22Move the e2e tests out of make checklouiz’
2016-04-22Force LANG to en_US when generating biboumi.spec (fixes the date format)louiz’
2016-04-22Write irc output into a filelouiz’
2016-04-22Run make rpm, in the cilouiz’
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’
fix #2
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-22Support RPL_NOTPIC and 005louiz’
2016-04-22Improve e2e test, start mammond ourself, etclouiz’
2016-04-22Add a TEMPORARY work-around for botan 1.11.29louiz’
2016-04-22Trivial formattinglouiz’
2016-04-22Convert README, INSTALL etc to markdownlouiz’
2016-03-24Fetch Catch from our own clone, instead of the github one.louiz’
Avoids: - Relying on github’s services - Fetching a new (malicious) version, automatically, without any “check”
2016-02-29Provide a better way to check stanzas at each step of the end_to_end testFlorent Le Coz
2016-02-28Include a note on own to contribute changesFlorent Le Coz
2016-02-24Fix the ordering of poll callbacks, with ppoll tooFlorent Le Coz
2016-02-24Close the epoll fdFlorent Le Coz
2016-02-24Fix a few ci thingsFlorent 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-22log the handshake + stream opening/close in a more consistent wayFlorent Le Coz
2016-02-22Fix the ordering of poll callbacks (recv, connect, send)Florent Le Coz
Because if we have a send event to signal the connection sucess + a recv event to signal something to read on the socket, we need to first finish the connect process before reading the available data. That’s what we do now.
2016-02-17Simplify the ci fileFlorent Le Coz
2016-02-12Remove the clang ci test that won’t work for a mysterious reason in my dockerFlorent Le Coz
2016-02-10Remove unused xml_unescape() functionFlorent Le Coz