summaryrefslogtreecommitdiff
path: root/src/database/database.hpp
AgeCommit message (Expand)Author
2018-04-11Use a different Date data typelouiz’
2018-03-19Add a nick field in the IRC server configuration formlouiz’
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-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-02-13Support the <before/> element in MAM requestslouiz’
2018-02-13Use the same function for both history orderslouiz’
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’
2017-12-02Add postgresql supportlouiz’
2017-09-09Add the persistent_by_default configuration optionlouiz’
2017-08-26Cache the encoding_in database value, to avoid doing a query for each messagelouiz’
2017-07-16Use a db roster to manage biboumi’s presence with the contactslouiz’
2017-07-08Remove all the empty “options” members in Column classeslouiz’
2017-07-06Add a global “persistent” optionlouiz’
2017-06-16Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions tablelouiz’
2017-06-14Fix compilation (many warnings, and a linkage error) with clang++louiz’
2017-06-14Fix an inversion of tlsPorts_ and ports_louiz’
2017-06-14Add default values for the database columnslouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
2017-03-30Add the archive ID to messages when they are sent to userslouiz’
2017-03-29Remove two sneaky log_debuglouiz’
2016-09-04MAM results can be filtered by start and end dateslouiz’
2016-08-23If the maxHistoryLength is negative, make it 0louiz’
2016-08-22When joining a channel, send the most recent history found in the databaselouiz’
2016-08-22Add a global configure ad-hoc command, with max history lengthlouiz’
2016-08-12Save received and sent messages into the databaselouiz’
2016-07-12Properly catch and handle database errorslouiz’
2016-07-04Replace all include guards by #pragma oncelouiz’
2016-05-04Style fixlouiz’
2016-01-04Add a ChannelOptions table in the DBFlorent Le Coz
2015-09-18Introduce an optional Database moduleFlorent Le Coz