summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_adhoc_commands.cpp
AgeCommit message (Expand)Author
2019-09-23USe safer functions, gmtime_r and localtime_rlouiz’
2018-08-23Disable the throttle limit if negativelouiz’
2018-08-04Fix the real_type of ThrottleLimitlouiz’
2018-08-04Remove a bunch of useless empty lineslouiz’
2018-07-27Rename SetDesc to set_desc, and only define it if USE_DATABASEsrciplouiz’
2018-07-27Make SetDesc staticJonas Wielicki
2018-07-27Fix incorrect setting of field description in Ad-Hoc config formsJonas Wielicki
2018-06-25Throttle all commands sent to IRC serverslouiz’
2018-05-23Merge branch 'v8'louiz’
2018-05-23Do not use (or present to the user) the Address field in fixed modelouiz’
2018-05-14Empty the <command/> nodes before reusing them in our responseslouiz’
2018-04-29Missing fields in a data-form response are now interpreted as an empty valuelouiz’
2018-04-16Use Config::is_in_list() to allow for multiple adminsEmmanuel Gil Peyrot
2018-04-13Refactor that fixes a compilation issue in Release modelouiz’
2018-03-19Add a missing pointer checklouiz’
2018-03-19Add a nick field in the IRC server configuration formlouiz’
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-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’
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-08-02Re-add a removed (by mistake) pointer null checklouiz’
2017-07-21Do not ignore empty values when receiving a data formlouiz’
2017-07-08Remove a bunch of useless string_literal usagelouiz’
2017-07-06Add some scopes around various XmlSubNodelouiz’
2017-07-06Add a global “persistent” optionlouiz’
2017-06-16Add a Record History option in the Channel configuration formlouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
2017-05-11Make the IRC channel configuration form available from the MUC configlouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
2017-03-29Remove two sneaky log_debuglouiz’
2017-03-27Add a Persistent option on channelslouiz’
2017-02-12The form fields in the Configure ad-hoc commands are not requiredlouiz’
2017-01-22Add a linger_time configuration option on IRC serverslouiz’
2016-12-14Introduce a XmlSubNode class that automatically adds itself into its parentlouiz’
2016-12-07Add some missing includeslouiz’
2016-11-07Workaround for debian and other old OS that do not have std::put_timelouiz’
2016-11-07Add <algorithm> backlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
2016-08-22Add missing algorithm includelouiz’
2016-08-23Only save the logs if recordHistory global config option is truelouiz’
2016-08-22Add a global configure ad-hoc command, with max history lengthlouiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
2016-04-27Include the Configure ad-hoc command on biboumi's JID for fixed_irc_serverlouiz’
2016-01-04Support a trusted SHA1 fingerprint to be configured for each IRC serverFlorent Le Coz
2016-01-04Also provide in and out encoding configure options for IRC serversFlorent Le Coz
2016-01-04Add an ad-hoc configure command on IRC channelsFlorent Le Coz