-
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.
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 19:17:30 +0800
rollbot: split a long line
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 19:16:00 +0800
rollbot: move logging below the lookups, split the line
Helps keeping options and their defaults closer.
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 19:12:06 +0800
rollbot: split a long line
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Jul 2016 15:12:21 +0800
rollbot: inline "if hasattr(args, 'config')" block
Helps with keeping arguments and their defaults closer to each other.
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 17:23:23 +0800
rollbot: two spaces before inline comments (flake8)
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 15:12:44 +0800
docs: add an example dialog
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 04 Jul 2016 22:56:48 +0800
rollbot: simple markup for coloring/styling messages
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 24 Jun 2016 07:36:35 +0800
rollbot: shorten lines of log verbosity arguments creation