Age | Commit message (Expand) | Author |
2019-11-06 | Add a missing max_history_length field in the IRC server option form | louiz’ |
2019-11-06 | Properly set the default values for invalid integer conf options | louiz’ |
2019-09-23 | Mark all rooms as non-anonymous | louiz’ |
2019-09-23 | Trivial little naming changes | louiz’ |
2019-09-23 | USe safer functions, gmtime_r and localtime_r | louiz’ |
2019-09-22 | Always add a 210 status in our self join presence | louiz’ |
2019-09-14 | Use a “complete” action for the last step of ad-hoc commands instead of next | louiz’ |
2019-08-20 | XEP-0410: implement server-side optimisation for self-pings | Jonas Schäfer |
2018-09-17 | Do not change our nick if we send a presence to a non-joined channel | louiz’ |
2018-08-26 | Trivial little syntax changes | louiz’ |
2018-08-23 | Disable the throttle limit if negative | louiz’ |
2018-08-23 | Fix a bunch of int to unsigned int conversion warnings | louiz’ |
2018-08-04 | Fix the real_type of ThrottleLimit | louiz’ |
2018-08-04 | Remove a bunch of useless empty lines | louiz’ |
2018-07-27 | Rename SetDesc to set_desc, and only define it if USE_DATABASEsrcip | louiz’ |
2018-07-27 | Make SetDesc static | Jonas Wielicki |
2018-07-27 | Fix incorrect setting of field description in Ad-Hoc config forms | Jonas Wielicki |
2018-06-25 | Throttle all commands sent to IRC servers | louiz’ |
2018-06-19 | Reject messages from unjoined resources, with an error | louiz’ |
2018-06-17 | Channels’ disco#info includes the number of participants | louiz’ |
2018-06-01 | Merge branch 'v8' | louiz’ |
2018-06-01 | Make the global ad-hoc configure command available in fixed mode | louiz’ |
2018-05-23 | Merge branch 'v8' | louiz’ |
2018-05-23 | Do not use (or present to the user) the Address field in fixed mode | louiz’ |
2018-05-14 | Empty the <command/> nodes before reusing them in our responses | louiz’ |
2018-04-29 | mam: Send “fin complete” only when appropriate | louiz’ |
2018-04-29 | Missing fields in a data-form response are now interpreted as an empty value | louiz’ |
2018-04-24 | Revert "Use a different Date data type" | louiz’ |
2018-04-24 | Revert "Use the Date to find a next page in RSM, not the id" | louiz’ |
2018-04-16 | Use Config::is_in_list() to allow for multiple admins | Emmanuel Gil Peyrot |
2018-04-16 | Use jid.bare() instead of manual concatenation | Emmanuel Gil Peyrot |
2018-04-14 | Use the Date to find a next page in RSM, not the id | louiz’ |
2018-04-13 | one log_debug -> log_error, also some trivial indent | louiz’ |
2018-04-13 | Refactor that fixes a compilation issue in Release mode | louiz’ |
2018-04-11 | Use a different Date data type | louiz’ |
2018-03-26 | Channel disco-info: use shorter string | Georg Lukas |
2018-03-23 | Change the nick of the joining user AFTER sending all the join stuff | louiz’ |
2018-03-23 | Properly handle force-join presences by sending everything in return | 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 | Advertise the muc#stable_id feature on disco#info results | louiz’ |
2018-03-18 | Reflect message IDs in channel MUCs | 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’ |
2018-03-12 | Add a <item/> node in the presence of a leaving participant | louiz’ |
2018-03-12 | Remove the virtual channel feature altogether | louiz’ |