Age | Commit message (Expand) | Author |
2018-06-25 | Throttle all commands sent to IRC servers | louiz’ |
2018-04-29 | mam: Send “fin complete” only when appropriate | louiz’ |
2018-04-29 | Missing fields in a data-form response are now interpreted as an empty value | louiz’ |
2018-04-24 | Only use the ID to order archives | louiz’ |
2018-04-24 | Revert "Use a different Date data type" | louiz’ |
2018-04-24 | Revert "Use the Date to find a next page in RSM, not the id" | louiz’ |
2018-04-14 | Use the Date to find a next page in RSM, not the id | louiz’ |
2018-04-13 | one log_debug -> log_error, also some trivial indent | louiz’ |
2018-04-13 | Refactor that fixes a compilation issue in Release mode | louiz’ |
2018-04-11 | Fix a build warning when compiling without postgres or sqlite | louiz’ |
2018-04-11 | Use a different Date data type | louiz’ |
2018-03-23 | Check that db.prepare worked before using the returned statement | 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 | Reflect message IDs in channel MUCs | louiz’ |
2018-03-18 | Use a transaction around the DELETE + INSERT of the after_connection_commands | louiz’ |
2018-03-18 | Allow the execution of multiple commands after the IRC connection | 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-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-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 | 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 | Always return the oldest matching messages from MAM, even if no date is set | louiz’ |
2018-01-28 | This should fix the int conversion warning on 32bits arch | louiz’ |
2018-01-25 | Restore the is_one_of variable template | louiz’ |
2018-01-25 | Remove a variable template usage | louiz’ |
2018-01-14 | Add a DEBUG_SQL_QUERIES to log info about the executed SQL queries | louiz’ |
2018-01-14 | Remove all the ugly database debug | louiz’ |
2017-12-17 | Remove a warning (unused argument) | louiz’ |
2017-12-16 | db_name also accepts postgres:// scheme for PostgreSQL connections | louiz’ |
2017-12-05 | Always free the PGresult pointer returned by PQexec | louiz’ |
2017-12-02 | Fix a few warnings | louiz’ |
2017-12-02 | Handle postgresql and sqlite3 libs properly | louiz’ |
2017-12-02 | Actually free the database on Database::close() | Jonas Wielicki |
2017-12-02 | Make destructor of DatabaseEngine virtual | Jonas Wielicki |
2017-12-02 | Make destructor of Statement virtual | Jonas Wielicki |
2017-12-02 | Support for full postgresql URIs | Jonas Wielicki |
2017-12-02 | Add postgresql support | louiz’ |