summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-08Remove an unused variablelouiz’
2017-07-08Replace a function argument from ... to the template Args&&... thinglouiz’
2017-07-08Remove many log_debug from the database modulelouiz’
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-08Remove a bunch of useless string_literal usagelouiz’
2017-07-08Use a more precise return type, instead of autolouiz’
2017-07-08Remove all the empty “options” members in Column classeslouiz’
2017-07-06Add some scopes around various XmlSubNodelouiz’
2017-07-06Add a global “persistent” optionlouiz’
2017-06-23Move a few functions from select_query to querylouiz’
2017-06-22Set the database pointer to nullptr after a closelouiz’
2017-06-21Re-implement correctly the handling of failure to open the databaselouiz’
2017-06-16Add a Record History option in the Channel configuration formlouiz’
2017-06-16Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions tablelouiz’
2017-06-16At startup, upgrade all database tables by adding missing columnslouiz’
2017-06-14Fix cstdint -> cstddef, to fix compilation on freebsdlouiz’
2017-06-14Explicitely declare the add_param<Id> specializationlouiz’
2017-06-14Add a 0 default value for template argument Nlouiz’
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-14Explicitely close the Database before re-opening itlouiz’
2017-06-14Add a Statement class to manage the sqlite3_stmt objects and avoid leakslouiz’
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-05-28Move biboumi.h.cmake inside the src/ directorylouiz’
2017-05-23Fix the datetime parsing to handle optional fractions of secondslouiz’
2017-05-21Remove a few warnings occuring in some build configlouiz’
2017-05-18Handle messages 367 and 368 to display the banlist in the MUClouiz’
2017-05-18Refactor the channel::self to point at the existing userlouiz’
2017-05-17Redirect welcome NOTICE to their channel, instead of sending a global onelouiz’
2017-05-11Make the IRC channel configuration form available from the MUC configlouiz’
2017-05-10Improve the handling of the biboudb.hpp dependencieslouiz’
2017-05-09Avoid any potential int overflowlouiz’
2017-05-08Remove a useless debug loglouiz’
2017-05-08Limit the number of rooms sent by default in the disco#items responselouiz’
2017-05-08Little fix and cleanup in the channels list codelouiz’
2017-05-02Fix a segmentation fault when connecting to a server without a portlouiz’
2017-04-30Make botan’s policy configurable from a filelouiz’
2017-04-21Make sure we don’t exceed 512 bytes when grouping JOINslouiz’
2017-04-21Group simultaneous JOINs into a single command, to avoid floodinglouiz’
2017-04-21Configuration options can be overridden by setting env valueslouiz’
2017-04-20Better way to init the msghdr fieldslouiz’
2017-04-20Explicitely init the msghdr fields, to be compatible with any implementationlouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
2017-04-20Revert "Cancel the IRC server linger timer when we try to-rejoin a channel on...louiz’
2017-04-19Make sure the channel is joined before trying to leave itlouiz’
2017-04-19Merge branch 'mam_default_limit' into 'master' louiz
2017-04-20Fix wrong JID computing when sending iq ping or version in fixed modelouiz’
2017-04-19Limit of 100 MAM messages, if no other limit has been set by the clientlouiz’