summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_adhoc_commands.cpp
AgeCommit message (Expand)Author
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
2015-12-23Also store a reference instead of a pointer, in AdhocCommandsHandlerFlorent Le Coz
2015-12-03Add an ad-hoc command to disconnect a user from one or more IRC serverFlorent Le Coz
2015-11-05Provide an adhoc option to let user pass the cert verif for some IRC serversFlorent Le Coz
2015-10-24Remove an unused includeFlorent Le Coz
2015-10-12Provide the “realname_customization” optionFlorent Le Coz
2015-09-23TIL std::string::end and std::string::begin…Florent Le Coz
2015-09-23Make sure the user-provided username does not contain spacesFlorent Le Coz
2015-09-23Provide username and realname IRC server optionsFlorent Le Coz
2015-09-22Fix two small warningsFlorent Le Coz
2015-09-21Add a field (in the configure form) to specifiy an after-connect IRC commandFlorent Le Coz
2015-09-21Provide Ports and TLS Ports IRC-server ad-hoc optionsFlorent Le Coz
2015-09-18Introduce the configure ad-hoc command on irc serversFlorent Le Coz
2015-09-01Use unique_ptr to store the XmlNode’s childrenFlorent Le Coz
2015-09-01XmlNodes are now always closedFlorent Le Coz
2015-03-02Move non-specific adhoc commands into louloulibsFlorent Le Coz