summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
CMDR furrycat [Wed, 5 Oct 2016 20:48:22 +0000 (21:48 +0100)]
Highest role on server can manage any announcement.
CMDR furrycat [Wed, 5 Oct 2016 20:37:12 +0000 (21:37 +0100)]
Announcements can be paused, resumed or scheduled ASAP.
CMDR furrycat [Wed, 5 Oct 2016 11:22:13 +0000 (12:22 +0100)]
Support voice only announcements.
CMDR furrycat [Wed, 5 Oct 2016 11:09:20 +0000 (12:09 +0100)]
Enforce U in UUID.
CMDR furrycat [Wed, 5 Oct 2016 10:53:13 +0000 (11:53 +0100)]
Fix open/close DB.
CMDR furrycat [Wed, 5 Oct 2016 10:51:57 +0000 (11:51 +0100)]
Typo.
CMDR furrycat [Wed, 5 Oct 2016 10:51:09 +0000 (11:51 +0100)]
Format shown announcement in bold.
CMDR furrycat [Wed, 5 Oct 2016 10:49:45 +0000 (11:49 +0100)]
Reopen DB for each operation.
CMDR furrycat [Tue, 4 Oct 2016 13:32:01 +0000 (14:32 +0100)]
We can't /me.
CMDR furrycat [Tue, 4 Oct 2016 13:31:48 +0000 (14:31 +0100)]
Set db log level.
CMDR furrycat [Tue, 4 Oct 2016 13:21:42 +0000 (14:21 +0100)]
Users can delete announcements.
CMDR furrycat [Tue, 4 Oct 2016 13:01:15 +0000 (14:01 +0100)]
List and show announcements.
CMDR furrycat [Tue, 4 Oct 2016 13:00:54 +0000 (14:00 +0100)]
Split long messages across multiple say() invocations.
CMDR furrycat [Tue, 4 Oct 2016 10:16:42 +0000 (11:16 +0100)]
id command to print details of users, roles and channels.
CMDR furrycat [Tue, 4 Oct 2016 09:20:17 +0000 (10:20 +0100)]
Announce if start and end dates are the same, so a one-time scheduled announcement is possible.
CMDR furrycat [Tue, 4 Oct 2016 09:19:27 +0000 (10:19 +0100)]
Assign probability to each announcement.
CMDR furrycat [Mon, 3 Oct 2016 21:19:11 +0000 (22:19 +0100)]
Avoid TypeError.
CMDR furrycat [Mon, 3 Oct 2016 21:12:43 +0000 (22:12 +0100)]
Announcements in database.
CMDR furrycat [Mon, 3 Oct 2016 21:11:40 +0000 (22:11 +0100)]
Return message after successful post.
CMDR furrycat [Mon, 3 Oct 2016 21:09:42 +0000 (22:09 +0100)]
DB tidyup.
CMDR furrycat [Mon, 3 Oct 2016 18:01:03 +0000 (19:01 +0100)]
Typo.
CMDR furrycat [Mon, 3 Oct 2016 15:20:23 +0000 (16:20 +0100)]
Remember idle status and avatar in sqlite.
CMDR furrycat [Mon, 3 Oct 2016 06:46:17 +0000 (07:46 +0100)]
More thread safety.
CMDR furrycat [Sun, 2 Oct 2016 21:20:52 +0000 (22:20 +0100)]
Separate bot logging from Discord logging.
CMDR furrycat [Sun, 2 Oct 2016 10:01:57 +0000 (11:01 +0100)]
Default avatars.
CMDR furrycat [Sun, 2 Oct 2016 10:01:38 +0000 (11:01 +0100)]
Respond to pats.
CMDR furrycat [Sat, 1 Oct 2016 19:12:56 +0000 (20:12 +0100)]
Inverted logic.
CMDR furrycat [Fri, 30 Sep 2016 18:30:21 +0000 (19:30 +0100)]
Typo.
CMDR furrycat [Fri, 30 Sep 2016 12:38:14 +0000 (13:38 +0100)]
More responses.
CMDR furrycat [Fri, 30 Sep 2016 11:56:27 +0000 (12:56 +0100)]
Issue orders periodically.
CMDR furrycat [Fri, 30 Sep 2016 11:10:26 +0000 (12:10 +0100)]
Handle GalNet direct from Frontier servers.
CMDR furrycat [Fri, 30 Sep 2016 11:09:57 +0000 (12:09 +0100)]
Per-bot configuration.
CMDR furrycat [Fri, 30 Sep 2016 07:40:14 +0000 (08:40 +0100)]
Don't complain if we don't have a channel to join.
CMDR furrycat [Fri, 30 Sep 2016 07:37:35 +0000 (08:37 +0100)]
15m idle time.
CMDR furrycat [Fri, 30 Sep 2016 07:37:08 +0000 (08:37 +0100)]
Purr and meow in voice channels.
CMDR furrycat [Thu, 29 Sep 2016 17:01:14 +0000 (18:01 +0100)]
Ignore messages sent to roles or channels.
CMDR furrycat [Thu, 29 Sep 2016 16:10:18 +0000 (17:10 +0100)]
Allow find command.
CMDR furrycat [Thu, 29 Sep 2016 10:39:17 +0000 (11:39 +0100)]
Thread safety.
CMDR furrycat [Thu, 29 Sep 2016 10:22:48 +0000 (11:22 +0100)]
Use status() properly.
CMDR furrycat [Thu, 29 Sep 2016 10:12:07 +0000 (11:12 +0100)]
Configurable idletime.
CMDR furrycat [Thu, 29 Sep 2016 10:08:34 +0000 (11:08 +0100)]
Don't wake up to say certain things.
CMDR furrycat [Thu, 29 Sep 2016 10:05:50 +0000 (11:05 +0100)]
Function to get idle status.
CMDR furrycat [Thu, 29 Sep 2016 09:54:46 +0000 (10:54 +0100)]
Typo.
CMDR furrycat [Thu, 29 Sep 2016 09:47:28 +0000 (10:47 +0100)]
Make waking up optional.
CMDR furrycat [Thu, 29 Sep 2016 09:18:29 +0000 (10:18 +0100)]
Command to toggle dryrun.
CMDR furrycat [Wed, 28 Sep 2016 14:59:58 +0000 (15:59 +0100)]
Sleep when idle and wake on activity.
CMDR furrycat [Wed, 28 Sep 2016 14:49:10 +0000 (15:49 +0100)]
Respond to strokes.
CMDR furrycat [Wed, 28 Sep 2016 14:45:08 +0000 (15:45 +0100)]
Mention user whose avatar was blinged.
CMDR furrycat [Wed, 28 Sep 2016 12:53:03 +0000 (13:53 +0100)]
Don't greet a joiner on a different server.
CMDR furrycat [Wed, 28 Sep 2016 12:52:38 +0000 (13:52 +0100)]
Accept treats.
CMDR furrycat [Wed, 28 Sep 2016 12:52:13 +0000 (13:52 +0100)]
Return True if maybe_say() said something.
CMDR furrycat [Tue, 27 Sep 2016 22:30:50 +0000 (23:30 +0100)]
Ensure do_commands can be run.
CMDR furrycat [Tue, 27 Sep 2016 15:27:12 +0000 (16:27 +0100)]
Delta images for bling.
CMDR furrycat [Tue, 27 Sep 2016 15:21:13 +0000 (16:21 +0100)]
Moved to Delta server.
CMDR furrycat [Tue, 27 Sep 2016 15:20:48 +0000 (16:20 +0100)]
Respect DEBUG.
CMDR furrycat [Tue, 27 Sep 2016 14:51:39 +0000 (15:51 +0100)]
@mentions can contain bling.
CMDR furrycat [Mon, 26 Sep 2016 15:54:48 +0000 (16:54 +0100)]
Bot may not be able to get avatar from unknown user.
CMDR furrycat [Mon, 26 Sep 2016 15:51:12 +0000 (16:51 +0100)]
Detect invalid URL.
CMDR furrycat [Mon, 26 Sep 2016 15:51:03 +0000 (16:51 +0100)]
Mention user to bling their avatar.
CMDR furrycat [Mon, 26 Sep 2016 13:24:57 +0000 (14:24 +0100)]
Use user avatar if no URL is provided for bling.
CMDR furrycat [Mon, 26 Sep 2016 13:11:58 +0000 (14:11 +0100)]
Let anyone Deltaify an image.
CMDR furrycat [Mon, 26 Sep 2016 13:00:56 +0000 (14:00 +0100)]
More feeds.
CMDR furrycat [Mon, 26 Sep 2016 13:00:42 +0000 (14:00 +0100)]
Working open_url().
CMDR furrycat [Mon, 26 Sep 2016 10:29:12 +0000 (11:29 +0100)]
Greet new arrivals before setting the Unassigned role.
CMDR furrycat [Mon, 26 Sep 2016 09:01:07 +0000 (10:01 +0100)]
Respect DRYRUN.
CMDR furrycat [Mon, 26 Sep 2016 08:53:30 +0000 (09:53 +0100)]
Handle starting up without needed server roles.
CMDR furrycat [Mon, 26 Sep 2016 08:53:12 +0000 (09:53 +0100)]
Allow overriding token name.
CMDR furrycat [Mon, 26 Sep 2016 08:52:53 +0000 (09:52 +0100)]
Import open_url from util.
CMDR furrycat [Mon, 26 Sep 2016 08:52:21 +0000 (09:52 +0100)]
Admins are members of the named group.
CMDR furrycat [Mon, 26 Sep 2016 08:25:47 +0000 (09:25 +0100)]
Safer delete.
CMDR furrycat [Wed, 21 Sep 2016 11:27:59 +0000 (12:27 +0100)]
Check RSS against the same number of messages that we might be posting.
CMDR furrycat [Tue, 20 Sep 2016 12:34:10 +0000 (13:34 +0100)]
Ensure RSS feed permissions are correct.
CMDR furrycat [Tue, 20 Sep 2016 11:06:51 +0000 (12:06 +0100)]
Delete messages.
CMDR furrycat [Tue, 20 Sep 2016 11:06:41 +0000 (12:06 +0100)]
Post RSS feeds.
CMDR furrycat [Mon, 19 Sep 2016 21:06:16 +0000 (22:06 +0100)]
Set new members to unassigned group.
CMDR furrycat [Fri, 16 Sep 2016 12:16:03 +0000 (13:16 +0100)]
Security.
CMDR furrycat [Thu, 15 Sep 2016 14:23:47 +0000 (15:23 +0100)]
We can fork and exec certain commands.
CMDR furrycat [Thu, 15 Sep 2016 09:36:33 +0000 (10:36 +0100)]
Command to set avatar.
CMDR furrycat [Thu, 15 Sep 2016 09:24:21 +0000 (10:24 +0100)]
Check admins.
CMDR furrycat [Thu, 15 Sep 2016 08:57:08 +0000 (09:57 +0100)]
Command modules.
CMDR furrycat [Thu, 15 Sep 2016 08:45:40 +0000 (09:45 +0100)]
edts bot