summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2017-12-26Add a <x muc#user> node on outgoing private MUC messageslouiz’
See https://xmpp.org/extensions/xep-0045.html#privatemessage fix #3321
2017-12-12Only run the unit tests with postgresql if TEST_POSTGRES_URI env var is setlouiz’
Even if we built with postgresql’s support
2017-12-03Run some of the ci tests against a postgresql docker containerlouiz’
2017-12-02Add postgresql supportlouiz’
2017-11-07Add an e2e test to demonstrate #3304louiz’
2017-11-07Change how we count the number of connected resources to a serverlouiz’
2017-09-09Add the persistent_by_default configuration optionlouiz’
fix #3293
2017-09-06When biboumi is logging into journald, use sd_journal_sendlouiz’
This makes sure that multi-lines messages are properly parsed as a single message by journald. fix #3268
2017-08-30Mark messages from the IRC server as private and no-copylouiz’
fix #3284
2017-08-27Add support for the "history" node on MUC joinlouiz’
Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0) attributes. fix #3270
2017-08-27In fixed mode, server messages come from biboumi’s hostname directlylouiz’
Instead of irc.example.com@biboumi, because that’s actually user named “irc.example.com”, in that case. And that fixes the raw messages in fixed mode. fix #3286
2017-08-24Add an e2e test to demonstrate bug #3291louiz’
2017-07-21Do not ignore empty values when receiving a data formlouiz’
Otherwise, these fields cannot be emptied by the user fix #3281
2017-07-20Add the possibility to invite any external JID to a roomlouiz’
fix #3285
2017-07-20Do not reply with an error when receiving a presence for a user JIDlouiz’
fix #3224
2017-07-20In fixed mode, fix the iid type of the component JIDlouiz’
2017-07-16Add a failing test demonstrating 3277louiz’
2017-07-16Add an e2e test for the IRC server roster presencelouiz’
2017-07-16Send an additional unsubscribed presence when receiving an unsubscribe onelouiz’
2017-07-16Add e2e tests for the (un)subscribe thinglouiz’
2017-07-08Send status code='332' on biboumi or IRC server’s shutdownlouiz’
2017-07-08Send a 110 status code on a QUIT received for ourselflouiz’
2017-07-06Add a global “persistent” optionlouiz’
2017-06-21Remove a useless debug print in the e2e testslouiz’
2017-06-21Disable charybdis’ connection throttlinglouiz’
2017-06-16Add a Record History option in the Channel configuration formlouiz’
fix #3269
2017-06-16Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions tablelouiz’
ref #3269
2017-06-14Add default values for the database columnslouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
Entirely replace LiteSQL fix #3271
2017-05-23Add a e2e to check that timestamps in MAM requests are correctly handledlouiz’
fix #3266
2017-05-21Remove a few warnings occuring in some build configlouiz’
2017-05-17Redirect welcome NOTICE to their channel, instead of sending a global onelouiz’
fix #3236
2017-05-16Test the default channel list limitlouiz’
fix #3219
2017-05-11Make the IRC channel configuration form available from the MUC configlouiz’
fix #3250
2017-05-08Little fix and cleanup in the channels list codelouiz’
2017-05-05Add an execute_incomplete_hello_adhoc_command e2e testlouiz’
2017-04-30Wrong ifndef, keklouiz’
2017-04-30Add a missing ifnedf BOTAN_FOUNDlouiz’
2017-04-30Make botan’s policy configurable from a filelouiz’
fix #3244
2017-04-21Group simultaneous JOINs into a single command, to avoid floodinglouiz’
We still split the JOINs with a key and the ones without
2017-04-20Remove the e2e test for the linger_timelouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
2017-04-20Fix the tests to take into account the new “your are exempt bla” linelouiz’
2017-04-19Make sure the channel is joined before trying to leave itlouiz’
fix #3243
2017-04-19Merge branch 'mam_default_limit' into 'master' louiz
Limit of 100 MAM messages, if no other limit has been set by the client Closes #3256 See merge request !9
2017-04-20Fix wrong JID computing when sending iq ping or version in fixed modelouiz’
fix #3259
2017-04-19Add an e2e test for the mam default limitlouiz’
We send 150 messages, then retrieve the archive. We should receive messages from 50 to 149 only.
2017-04-19Remove the flood limit in our e2e charybdis configurationlouiz’
2017-04-12Handle the RSM "max" value in the MAM requestslouiz’
fix #3255
2017-04-10Add an e2e test for the ad-hoc reload commandlouiz’