summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-28Merge branch 'v7'louiz’
2018-04-28Fix a crash when botan policy does not allow any available ciphersuitev7louiz’
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-16Use Config::is_in_list() to allow for multiple adminsEmmanuel Gil Peyrot
2018-04-16Add a Config::is_in_list() methodEmmanuel Gil Peyrot
2018-04-16Use jid.bare() instead of manual concatenationEmmanuel Gil Peyrot
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-13Remove two unused (julianday) functionslouiz’
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-31Send the stanza-id for messages received by other userslouiz’
2018-03-26Channel disco-info: use shorter stringGeorg Lukas
2018-03-23Change the nick of the joining user AFTER sending all the join stufflouiz’
2018-03-23Properly handle force-join presences by sending everything in returnlouiz’
2018-03-23Check that db.prepare worked before using the returned statementlouiz’
2018-03-22Pass an IrcClient* to send_muc_leave instead of doing an other searchlouiz’
2018-03-19Add a missing pointer checklouiz’
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-18Don’t reflect an empty id if it was not includedlouiz’
2018-03-18Advertise the muc#stable_id feature on disco#info resultslouiz’
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-15follow coding styleAilin Nemui
2018-03-13optional identdAilin Nemui
2018-03-12Remove an unused functionlouiz’
2018-03-12And this one (hostname -> address)louiz’
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-03-12Add a <item/> node in the presence of a leaving participantlouiz’
2018-03-12Remove the virtual channel feature altogetherlouiz’
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-13Do not forget an early return, to return the correct item-not-found errorlouiz’