Age | Commit message (Expand) | Author |
2018-04-29 | Missing fields in a data-form response are now interpreted as an empty value | louiz’ |
2018-04-16 | Use Config::is_in_list() to allow for multiple admins | Emmanuel Gil Peyrot |
2018-04-13 | Refactor that fixes a compilation issue in Release mode | louiz’ |
2018-03-19 | Add a missing pointer check | louiz’ |
2018-03-19 | Add a nick field in the IRC server configuration form | louiz’ |
2018-03-18 | Allow the execution of multiple commands after the IRC connection | louiz’ |
2018-03-17 | Revert "Use std::optional<bool> instead of OptionalBool" | louiz’ |
2018-03-16 | Use std::optional<bool> instead of OptionalBool | louiz’ |
2018-03-12 | And this one (hostname -> address) | louiz’ |
2018-03-12 | Rename a few “hostname” into “address”, regarding last commit | louiz’ |
2018-03-12 | Allow to override the addresses used to connect to an IRC network | louiz’ |
2017-09-09 | Add the persistent_by_default configuration option | louiz’ |
2017-08-26 | Cache the encoding_in database value, to avoid doing a query for each message | louiz’ |
2017-08-02 | Re-add a removed (by mistake) pointer null check | louiz’ |
2017-07-21 | Do not ignore empty values when receiving a data form | louiz’ |
2017-07-08 | Remove a bunch of useless string_literal usage | louiz’ |
2017-07-06 | Add some scopes around various XmlSubNode | louiz’ |
2017-07-06 | Add a global “persistent” option | louiz’ |
2017-06-16 | Add a Record History option in the Channel configuration form | louiz’ |
2017-06-14 | Implement our own database ORM, and update the whole code to use it | louiz’ |
2017-05-11 | Make the IRC channel configuration form available from the MUC config | louiz’ |
2017-04-20 | Revert "Add a linger_time configuration option on IRC servers" | louiz’ |
2017-03-29 | Remove two sneaky log_debug | louiz’ |
2017-03-27 | Add a Persistent option on channels | louiz’ |
2017-02-12 | The form fields in the Configure ad-hoc commands are not required | louiz’ |
2017-01-22 | Add a linger_time configuration option on IRC servers | louiz’ |
2016-12-14 | Introduce a XmlSubNode class that automatically adds itself into its parent | louiz’ |
2016-12-07 | Add some missing includes | louiz’ |
2016-11-07 | Workaround for debian and other old OS that do not have std::put_time | louiz’ |
2016-11-07 | Add <algorithm> back | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-08-22 | Add missing algorithm include | louiz’ |
2016-08-23 | Only save the logs if recordHistory global config option is true | louiz’ |
2016-08-22 | Add a global configure ad-hoc command, with max history length | louiz’ |
2016-08-10 | Don’t use ! as the separator for nicknames, use % instead | louiz’ |
2016-04-27 | Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server | louiz’ |
2016-01-04 | Support a trusted SHA1 fingerprint to be configured for each IRC server | Florent Le Coz |
2016-01-04 | Also provide in and out encoding configure options for IRC servers | Florent Le Coz |
2016-01-04 | Add an ad-hoc configure command on IRC channels | Florent Le Coz |
2015-12-23 | Also store a reference instead of a pointer, in AdhocCommandsHandler | Florent Le Coz |
2015-12-03 | Add an ad-hoc command to disconnect a user from one or more IRC server | Florent Le Coz |
2015-11-05 | Provide an adhoc option to let user pass the cert verif for some IRC servers | Florent Le Coz |
2015-10-24 | Remove an unused include | Florent Le Coz |
2015-10-12 | Provide the “realname_customization” option | Florent Le Coz |
2015-09-23 | TIL std::string::end and std::string::begin… | Florent Le Coz |
2015-09-23 | Make sure the user-provided username does not contain spaces | Florent Le Coz |
2015-09-23 | Provide username and realname IRC server options | Florent Le Coz |
2015-09-22 | Fix two small warnings | Florent Le Coz |
2015-09-21 | Add a field (in the configure form) to specifiy an after-connect IRC command | Florent Le Coz |
2015-09-21 | Provide Ports and TLS Ports IRC-server ad-hoc options | Florent Le Coz |