summaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Expand)Author
2018-08-23Disable the throttle limit if negativelouiz’
2018-08-23Fix one more warninglouiz’
2018-08-23MaxHistoryLength now has some sensible default value if the user set a negati...louiz’
2018-08-23Add two missing reflouiz’
2018-08-04Fix the real_type of ThrottleLimitlouiz’
2018-08-04Remove a bunch of useless empty lineslouiz’
2018-07-14Fix a compile error with GCC 5.xlouiz’
2018-06-25Trivial syntax improvementslouiz’
2018-06-25Throttle all commands sent to IRC serverslouiz’
2018-04-29mam: Send “fin complete” only when appropriatelouiz’
2018-04-29Missing fields in a data-form response are now interpreted as an empty valuelouiz’
2018-04-24Only use the ID to order archiveslouiz’
2018-04-24Revert "Use a different Date data type"louiz’
2018-04-24Revert "Use the Date to find a next page in RSM, not the id"louiz’
2018-04-14Use the Date to find a next page in RSM, not the idlouiz’
2018-04-13one log_debug -> log_error, also some trivial indentlouiz’
2018-04-13Refactor that fixes a compilation issue in Release modelouiz’
2018-04-11Fix a build warning when compiling without postgres or sqlitelouiz’
2018-04-11Use a different Date data typelouiz’
2018-03-23Check that db.prepare worked before using the returned statementlouiz’
2018-03-19Add a nick field in the IRC server configuration formlouiz’
2018-03-19Re-connect to postgresql when the connection is lostlouiz’
2018-03-18Reflect message IDs in channel MUCslouiz’
2018-03-18Use a transaction around the DELETE + INSERT of the after_connection_commandslouiz’
2018-03-18Allow the execution of multiple commands after the IRC connectionlouiz’
2018-03-17Revert "Use std::optional<bool> instead of OptionalBool"louiz’
2018-03-17Revert "Use if constexpr to make things a lot more readable"louiz’
2018-03-16Use if constexpr to make things a lot more readablelouiz’
2018-03-16Use std::optional<bool> instead of OptionalBoollouiz’
2018-03-12Rename a few “hostname” into “address”, regarding last commitlouiz’
2018-03-12Allow to override the addresses used to connect to an IRC networklouiz’
2018-03-12Fix the INSERT query for types that don’t have any Id columnlouiz’
2018-02-16Actually display the error message from postgresql when a query failedlouiz’
2018-02-16Log the warn/error messages coming from libpq in a correct formatlouiz’
2018-02-16Sort archive messages by date (and only then by id)louiz’
2018-02-15Fix the actual_bind versions for integralslouiz’
2018-02-14Fix a memory leak when psql connection failslouiz’
2018-02-13Support the <before/> element in MAM requestslouiz’
2018-02-13Use the same function for both history orderslouiz’
2018-02-11Fix a few warningslouiz’
2018-02-11Send a item-not-found error when the “after” value is not in the archivelouiz’
2018-02-10Handle the “after” RSM value to page through resultslouiz’
2018-02-10Always return the oldest matching messages from MAM, even if no date is setlouiz’
2018-01-28This should fix the int conversion warning on 32bits archlouiz’
2018-01-25Restore the is_one_of variable templatelouiz’
2018-01-25Remove a variable template usagelouiz’
2018-01-14Add a DEBUG_SQL_QUERIES to log info about the executed SQL querieslouiz’
2018-01-14Remove all the ugly database debuglouiz’
2017-12-17Remove a warning (unused argument)louiz’
2017-12-16db_name also accepts postgres:// scheme for PostgreSQL connectionslouiz’