Age | Commit message (Expand) | Author |
2017-07-08 | Send a 110 status code on a QUIT received for ourself | louiz’ |
2017-07-06 | Add a global “persistent” option | louiz’ |
2017-06-21 | Remove a useless debug print in the e2e tests | louiz’ |
2017-06-21 | Disable charybdis’ connection throttling | louiz’ |
2017-06-16 | Add a Record History option in the Channel configuration form | louiz’ |
2017-06-16 | Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions table | louiz’ |
2017-06-14 | Add default values for the database columns | louiz’ |
2017-06-14 | Implement our own database ORM, and update the whole code to use it | louiz’ |
2017-05-23 | Add a e2e to check that timestamps in MAM requests are correctly handled | louiz’ |
2017-05-21 | Remove a few warnings occuring in some build config | louiz’ |
2017-05-17 | Redirect welcome NOTICE to their channel, instead of sending a global one | louiz’ |
2017-05-16 | Test the default channel list limit | louiz’ |
2017-05-11 | Make the IRC channel configuration form available from the MUC config | louiz’ |
2017-05-08 | Little fix and cleanup in the channels list code | louiz’ |
2017-05-05 | Add an execute_incomplete_hello_adhoc_command e2e test | louiz’ |
2017-04-30 | Wrong ifndef, kek | louiz’ |
2017-04-30 | Add a missing ifnedf BOTAN_FOUND | louiz’ |
2017-04-30 | Make botan’s policy configurable from a file | louiz’ |
2017-04-21 | Group simultaneous JOINs into a single command, to avoid flooding | louiz’ |
2017-04-20 | Remove the e2e test for the linger_time | louiz’ |
2017-04-20 | Revert "Add a linger_time configuration option on IRC servers" | louiz’ |
2017-04-20 | Fix the tests to take into account the new “your are exempt bla” line | louiz’ |
2017-04-19 | Make sure the channel is joined before trying to leave it | louiz’ |
2017-04-19 | Merge branch 'mam_default_limit' into 'master'
| louiz |
2017-04-20 | Fix wrong JID computing when sending iq ping or version in fixed mode | louiz’ |
2017-04-19 | Add an e2e test for the mam default limit | louiz’ |
2017-04-19 | Remove the flood limit in our e2e charybdis configuration | louiz’ |
2017-04-12 | Handle the RSM "max" value in the MAM requests | louiz’ |
2017-04-10 | Add an e2e test for the ad-hoc reload command | louiz’ |
2017-04-09 | Properly handle multiline topics | louiz’ |
2017-04-07 | Add an e2e test for the ad-hoc ping | louiz’ |
2017-04-07 | Fix the display of the number of checks to be run by the e2e tests | louiz’ |
2017-04-07 | Apply all the clang-tidy modernize-* fixes | louiz’ |
2017-04-04 | Do not allow pings from resources that aren’t in the channel | louiz’ |
2017-04-04 | Handle some iq of type='error' as valid ping response | louiz’ |
2017-03-30 | Add the archive ID to messages when they are sent to users | louiz’ |
2017-03-29 | Respond to disco#info on MUC JIDs | louiz’ |
2017-03-29 | Change mam namespace to mam:2, instead of mam:1 | louiz’ |
2017-03-28 | e2e: Display the correct number of tests that will run | louiz’ |
2017-03-14 | Refactoring louloulibs and cmake | louiz’ |
2017-03-07 | e2e: Make the tests work without udns too | louiz’ |
2017-03-04 | Fix the order of from and to address in muc traffic info reply | louiz’ |
2017-02-28 | e2e: Add an outgoing_bind= conf option | louiz’ |
2017-02-28 | Add a test for the ad-hoc command disconnect-from-irc-server | louiz’ |
2017-02-28 | Also test the channel config on a fixed_irc_server instance | louiz’ |
2017-02-28 | Add a irc channel ad-hoc configure test | louiz’ |
2017-02-27 | Use uname() instead of CMAKE_SYSTEM | louiz’ |
2017-02-15 | Surround ipv6 with [], and properly cleanup otherwise invalid domains | louiz’ |
2017-02-15 | Little scopeguard cleanup, and add a test | louiz’ |
2017-02-13 | Add a e2e test for the previous 2 commits | louiz’ |