Age | Commit message (Expand) | Author |
2018-03-23 | Check that db.prepare worked before using the returned statement | louiz’ |
2018-03-22 | Pass an IrcClient* to send_muc_leave instead of doing an other search | louiz’ |
2018-03-19 | Add a missing pointer check | louiz’ |
2018-03-19 | Add a nick field in the IRC server configuration form | louiz’ |
2018-03-19 | Re-connect to postgresql when the connection is lost | louiz’ |
2018-03-18 | Update the changelog with this latest feature | louiz’ |
2018-03-18 | Don’t reflect an empty id if it was not included | louiz’ |
2018-03-18 | Advertise the muc#stable_id feature on disco#info results | louiz’ |
2018-03-18 | Reflect message IDs in channel MUCs | louiz’ |
2018-03-18 | Add a multiline_message e2e test | louiz’ |
2018-03-18 | Use a transaction around the DELETE + INSERT of the after_connection_commands | louiz’ |
2018-03-18 | Add some missing include | louiz’ |
2018-03-18 | Allow the execution of multiple commands after the IRC connection | louiz’ |
2018-03-18 | Use Catch2’s single_include/ directory | louiz’ |
2018-03-17 | Revert "C++17" | louiz’ |
2018-03-17 | Revert "Use std::optional<bool> instead of OptionalBool" | louiz’ |
2018-03-17 | Revert "Use if constexpr to make things a lot more readable" | louiz’ |
2018-03-16 | Use if constexpr to make things a lot more readable | louiz’ |
2018-03-16 | Use std::optional<bool> instead of OptionalBool | louiz’ |
2018-03-16 | C++17 | louiz’ |
2018-03-15 | update docs to mention identd disable choice | Ailin Nemui |
2018-03-15 | follow coding style | Ailin Nemui |
2018-03-13 | optional identd | Ailin Nemui |
2018-03-12 | Add a few \n in the e2e error messages | louiz’ |
2018-03-12 | Remove an unused function | louiz’ |
2018-03-12 | Little doc typo | louiz’ |
2018-03-12 | And this one (hostname -> address) | louiz’ |
2018-03-12 | Rename a few “hostname” into “address”, regarding last commit | louiz’ |
2018-03-12 | Allow to override the addresses used to connect to an IRC network | louiz’ |
2018-03-12 | Fix the INSERT query for types that don’t have any Id column | louiz’ |
2018-03-12 | Add a <item/> node in the presence of a leaving participant | louiz’ |
2018-03-12 | Remove the virtual channel feature altogether | louiz’ |
2018-02-16 | Actually display the error message from postgresql when a query failed | louiz’ |
2018-02-16 | Log the warn/error messages coming from libpq in a correct format | louiz’ |
2018-02-16 | Sort archive messages by date (and only then by id) | louiz’ |
2018-02-15 | Fix the actual_bind versions for integrals | louiz’ |
2018-02-14 | Fix a memory leak when psql connection fails | louiz’ |
2018-02-13 | Support the <before/> element in MAM requests | louiz’ |
2018-02-13 | Do not forget an early return, to return the correct item-not-found error | louiz’ |
2018-02-13 | Use the same function for both history orders | louiz’ |
2018-02-11 | Fix a few warnings | louiz’ |
2018-02-11 | Send a item-not-found error when the “after” value is not in the archive | louiz’ |
2018-02-10 | Handle the “after” RSM value to page through results | louiz’ |
2018-02-10 | e2e test that the last uuid is the same as the “last” value in the iq result | louiz’ |
2018-02-10 | Always return the oldest matching messages from MAM, even if no date is set | louiz’ |
2018-02-05 | Add a check for GCC’s and Clang’s minimal versions | louiz’ |
2018-02-04 | Fix conversion warnings on 32 bits | louiz’ |
2018-02-04 | Fix argument types in declaration of send_history_message | louiz’ |
2018-01-30 | Remove the debug logs from previous commit | louiz’ |
2018-01-30 | Add a ifndef USE_DATABASE guard around send_history_message | louiz’ |