summaryrefslogtreecommitdiff
path: root/src/xmpp
AgeCommit message (Expand)Author
2020-03-11Consider the nick change only if it is NOT a joinlouiz’
2019-11-13Don’t treat presence updates as MUC joinsEmmanuel Gil Peyrot
2019-11-06Add a missing max_history_length field in the IRC server option formlouiz’
2019-11-06Properly set the default values for invalid integer conf optionslouiz’
2019-09-23Mark all rooms as non-anonymouslouiz’
2019-09-23Trivial little naming changeslouiz’
2019-09-23USe safer functions, gmtime_r and localtime_rlouiz’
2019-09-22Always add a 210 status in our self join presencelouiz’
2019-09-14Use a “complete” action for the last step of ad-hoc commands instead of nextlouiz’
2019-08-20XEP-0410: implement server-side optimisation for self-pingsJonas Schäfer
2018-09-17Do not change our nick if we send a presence to a non-joined channellouiz’
2018-08-26Trivial little syntax changeslouiz’
2018-08-23Disable the throttle limit if negativelouiz’
2018-08-23Fix a bunch of int to unsigned int conversion warningslouiz’
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-06-19Reject messages from unjoined resources, with an errorlouiz’
2018-06-17Channels’ disco#info includes the number of participantslouiz’
2018-06-01Merge branch 'v8'louiz’
2018-06-01Make the global ad-hoc configure command available in fixed modelouiz’
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-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-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-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-13Refactor that fixes a compilation issue in Release modelouiz’
2018-04-11Use a different Date data typelouiz’
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-19Add a missing pointer checklouiz’
2018-03-19Add a nick field in the IRC server configuration formlouiz’
2018-03-18Advertise the muc#stable_id feature on disco#info resultslouiz’
2018-03-18Reflect message IDs in channel MUCslouiz’
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’