-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 16:31:34 +0800
rollbot: actually set html body
"Good" commit: https://github.com/fritzy/SleekXMPP/commit/648b03f81172829cae65f6ac9fc551e049310501
"Bad" commit: https://github.com/fritzy/SleekXMPP/commit/afc939708ff71e168f9204f1eab8823b7dc9f875#diff-5a3a55704faa3b6b84a4acd7ca6dd6f0
The former is why you need to explain code like that, the latter is why you
need to run annotate first (and split commits).
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:32:01 +0800
rollbot: random actions on a user-provided snack
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:25:43 +0800
rollbot: don't direct slash-me messages in MUCs to anybody
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:25:23 +0800
rollbot: require sleekxmpp 1.3.3
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:24:55 +0800
rollbot: require PyYAML 3.12
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:12:24 +0800
docs: CC0 is also an option
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:10:04 +0800
rollbot: send some entity capabilities, why not
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 04 Apr 2018 00:09:27 +0800
rollbot: add another command: snack
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Jul 2016 00:32:32 +0800
rollbot: no need to wait for MUCs
If a user sends groupchat message to a room while the bot is still in the
process of joining that room, the message will not be handled. And it shouldn't
be, because the bot is not there yet! So there's no point in blocking the
current thread on joining MUCs.
Additionally, using wait=True triggers a warning: "Use of send mask waiters is
deprecated." (from XMLStream.send)
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 19:17:54 +0800
rollbot: move logging options above main config, split the lines
Helps keeping options and their defaults closer to each other.