CMDR furrycat [Thu, 21 Sep 2017 10:04:14 +0000 (11:04 +0100)]
Fixed call to bot.set_avatar().
CMDR furrycat [Fri, 1 Sep 2017 07:01:19 +0000 (08:01 +0100)]
Require a minute between typing.
CMDR furrycat [Thu, 31 Aug 2017 17:48:38 +0000 (18:48 +0100)]
More conservative typing.
CMDR furrycat [Thu, 31 Aug 2017 12:44:28 +0000 (13:44 +0100)]
Don't print pending War, War when two factions closest in influence are pending War.
CMDR furrycat [Wed, 30 Aug 2017 12:45:31 +0000 (13:45 +0100)]
More sensible debug message when no systems/factions are tracked.
CMDR furrycat [Wed, 30 Aug 2017 12:45:07 +0000 (13:45 +0100)]
Plugin to heckle people for starting typing.
CMDR furrycat [Wed, 30 Aug 2017 12:41:48 +0000 (13:41 +0100)]
Added on_typing() and non_command_message() methods.
Plugins can implement on_typing() to react to a client typing.
Plugins can implement non_command_message() to handle a message that
mentions the bot but was not recognised as a command.
CMDR furrycat [Wed, 30 Aug 2017 12:41:19 +0000 (13:41 +0100)]
Set log plugin level after refresh.
CMDR furrycat [Tue, 29 Aug 2017 15:14:41 +0000 (16:14 +0100)]
Don't use shlex to split arguments for announcements.
The message part of an announcement may contain apostrophes or other
stuff that confuses shlex.split(), which operates on the whole command.
CMDR furrycat [Sat, 26 Aug 2017 18:04:53 +0000 (19:04 +0100)]
Don't claim a tracked system's influence data is stale when a faction retreated.
CMDR furrycat [Wed, 23 Aug 2017 06:50:59 +0000 (07:50 +0100)]
Only announce the same system once in a channel.
CMDR furrycat [Tue, 22 Aug 2017 12:22:57 +0000 (13:22 +0100)]
Allow tracking individual systems.
CMDR furrycat [Thu, 10 Aug 2017 21:25:31 +0000 (22:25 +0100)]
Correct schema.
CMDR furrycat [Thu, 10 Aug 2017 21:21:51 +0000 (22:21 +0100)]
Log weird EDDN data.
CMDR furrycat [Thu, 10 Aug 2017 21:21:40 +0000 (22:21 +0100)]
Schema can contain HTTPS.
CMDR furrycat [Thu, 3 Aug 2017 10:26:12 +0000 (11:26 +0100)]
Tweak to faction help.
CMDR furrycat [Thu, 27 Jul 2017 09:41:13 +0000 (10:41 +0100)]
Use parse_mention to parse the mention.
CMDR furrycat [Thu, 27 Jul 2017 09:36:02 +0000 (10:36 +0100)]
Yelp, not snore, when there's no URL for an avatar.
CMDR furrycat [Mon, 17 Jul 2017 10:17:59 +0000 (11:17 +0100)]
Maybe respond to o7 chat.
CMDR furrycat [Mon, 17 Jul 2017 10:16:46 +0000 (11:16 +0100)]
Moved mention hint to plugin.
CMDR furrycat [Mon, 17 Jul 2017 10:14:00 +0000 (11:14 +0100)]
Pass public messages without our mention to not_our_message() plugin method.
CMDR furrycat [Wed, 5 Jul 2017 08:46:23 +0000 (09:46 +0100)]
Use EDDN URLs.
CMDR furrycat [Sat, 1 Jul 2017 20:17:58 +0000 (21:17 +0100)]
Use + and - for trends.
CMDR furrycat [Sat, 1 Jul 2017 20:06:36 +0000 (21:06 +0100)]
Don't omit a faction from a system's report.
CMDR furrycat [Sat, 1 Jul 2017 20:02:05 +0000 (21:02 +0100)]
Don't mix up factions when reporting trends.
CMDR furrycat [Tue, 27 Jun 2017 17:13:28 +0000 (18:13 +0100)]
Handle pending and recovering states from the journal.
CMDR furrycat [Fri, 26 May 2017 20:43:02 +0000 (21:43 +0100)]
Fix fetching one row.
CMDR furrycat [Tue, 23 May 2017 09:18:17 +0000 (10:18 +0100)]
Don't crash after reporting first faction's influence.
CMDR furrycat [Tue, 23 May 2017 09:05:07 +0000 (10:05 +0100)]
Handle copy/paste of previou commands.
CMDR furrycat [Tue, 23 May 2017 09:01:37 +0000 (10:01 +0100)]
Maybe hint how to mention us.
CMDR furrycat [Thu, 11 May 2017 09:29:10 +0000 (10:29 +0100)]
Include faction state in checksum.
Factions may change state but not influence, eg after a conflict, but we
were not inferring that there had been a tick.
CMDR furrycat [Thu, 11 May 2017 09:28:43 +0000 (10:28 +0100)]
Fix logging faction name in stale influence check.
CMDR furrycat [Thu, 11 May 2017 09:26:00 +0000 (10:26 +0100)]
Use server.me in announce.
CMDR furrycat [Thu, 4 May 2017 20:39:19 +0000 (21:39 +0100)]
Fixed inserting tracked faction ID.
CMDR furrycat [Fri, 21 Apr 2017 15:59:45 +0000 (16:59 +0100)]
Recognise journal entries with no spaces in state name.
CMDR furrycat [Fri, 21 Apr 2017 15:39:53 +0000 (16:39 +0100)]
Include state legend.
CMDR furrycat [Fri, 21 Apr 2017 10:36:42 +0000 (11:36 +0100)]
Tidyups for graph.
Graph can be resized.
Legend isn't cropped.
Agg backend is appropriate for PNG output.
PIL wasn't used.
CMDR furrycat [Fri, 21 Apr 2017 09:18:56 +0000 (10:18 +0100)]
Don't crop legend.
CMDR furrycat [Wed, 19 Apr 2017 09:14:12 +0000 (10:14 +0100)]
Set eddn and other log levels.
CMDR furrycat [Wed, 19 Apr 2017 09:05:05 +0000 (10:05 +0100)]
Move event loop to eddn and log out gracefully.
CMDR furrycat [Wed, 19 Apr 2017 08:23:21 +0000 (09:23 +0100)]
Added get_faction_name().
CMDR furrycat [Wed, 19 Apr 2017 08:23:02 +0000 (09:23 +0100)]
Try an exception handler to trap closed futures.
CMDR furrycat [Sun, 16 Apr 2017 11:54:37 +0000 (12:54 +0100)]
Forgot tracked faction_id.
CMDR furrycat [Sun, 16 Apr 2017 11:08:47 +0000 (12:08 +0100)]
Ensure we return something.
CMDR furrycat [Sat, 15 Apr 2017 20:57:37 +0000 (21:57 +0100)]
Fix date cutoff in faction graph.
CMDR furrycat [Sat, 15 Apr 2017 20:57:10 +0000 (21:57 +0100)]
Save faction ID in factions table.
CMDR furrycat [Sat, 15 Apr 2017 20:56:26 +0000 (21:56 +0100)]
Report stale data.
CMDR furrycat [Sat, 15 Apr 2017 19:49:13 +0000 (20:49 +0100)]
Report on systems with stale influence data.
CMDR furrycat [Fri, 14 Apr 2017 11:14:13 +0000 (12:14 +0100)]
Tweak faction logging.
CMDR furrycat [Fri, 14 Apr 2017 08:06:23 +0000 (09:06 +0100)]
Cache canonical name.
CMDR furrycat [Fri, 14 Apr 2017 07:38:00 +0000 (08:38 +0100)]
Log faction caching.
CMDR furrycat [Thu, 13 Apr 2017 21:41:08 +0000 (22:41 +0100)]
Typos.
CMDR furrycat [Thu, 13 Apr 2017 17:55:36 +0000 (18:55 +0100)]
Really fix leaking dbh.
CMDR furrycat [Thu, 13 Apr 2017 17:50:13 +0000 (18:50 +0100)]
Leaking dbh.
CMDR furrycat [Thu, 13 Apr 2017 17:37:39 +0000 (18:37 +0100)]
Disable hissing.
CMDR furrycat [Thu, 13 Apr 2017 16:02:42 +0000 (17:02 +0100)]
Use proper UTZ datetime.
CMDR furrycat [Thu, 13 Apr 2017 15:05:53 +0000 (16:05 +0100)]
Fixed showing only one plot.
CMDR furrycat [Thu, 13 Apr 2017 14:56:44 +0000 (15:56 +0100)]
Hiss less.
CMDR furrycat [Thu, 13 Apr 2017 14:39:58 +0000 (15:39 +0100)]
Generate faction history graph.
Show influence over time with "faction history" for a faction or system.
Let "faction influence" accept "in" before system names, for
consistency with the new command.
CMDR furrycat [Thu, 13 Apr 2017 12:07:22 +0000 (13:07 +0100)]
Formatting of influence message.
CMDR furrycat [Thu, 13 Apr 2017 10:23:22 +0000 (11:23 +0100)]
Print full backtrace.
CMDR furrycat [Thu, 13 Apr 2017 10:17:56 +0000 (11:17 +0100)]
Formatting of traceback.
CMDR furrycat [Thu, 13 Apr 2017 10:09:30 +0000 (11:09 +0100)]
Print traceback for is_admin().
CMDR furrycat [Thu, 13 Apr 2017 09:54:02 +0000 (10:54 +0100)]
Ignore messages from bots.
CMDR furrycat [Thu, 13 Apr 2017 09:51:21 +0000 (10:51 +0100)]
Try harder to catch RunTimeError.
CMDR furrycat [Thu, 13 Apr 2017 09:15:15 +0000 (10:15 +0100)]
More influence reports.
Show influence in one or more systems.
Show influence for the system without requiring a faction name to check.
Report influence to tracked channel when new data is received.
CMDR furrycat [Wed, 12 Apr 2017 15:47:12 +0000 (16:47 +0100)]
Update timestamp when influence is unchanged.
CMDR furrycat [Wed, 12 Apr 2017 15:41:39 +0000 (16:41 +0100)]
Show tracked influence data in faction cache.
CMDR furrycat [Wed, 12 Apr 2017 14:08:40 +0000 (15:08 +0100)]
Added eddn command to simulate EDDN message receipt.
CMDR furrycat [Wed, 12 Apr 2017 13:02:04 +0000 (14:02 +0100)]
Correctly mark cache hot.
CMDR furrycat [Wed, 12 Apr 2017 10:47:06 +0000 (11:47 +0100)]
Track faction influence from EDDN.
CMDR furrycat [Tue, 11 Apr 2017 10:34:07 +0000 (11:34 +0100)]
Added parse_iso8601().
CMDR furrycat [Wed, 5 Apr 2017 08:47:14 +0000 (09:47 +0100)]
Listen to EDDN.
CMDR furrycat [Mon, 10 Apr 2017 15:32:50 +0000 (16:32 +0100)]
Shop for ships without aliases.
CMDR furrycat [Mon, 10 Apr 2017 13:50:27 +0000 (14:50 +0100)]
Typo logging parsed user.
CMDR furrycat [Mon, 10 Apr 2017 13:31:08 +0000 (14:31 +0100)]
Migrate greetings plugin to Python 3.5.
CMDR furrycat [Mon, 10 Apr 2017 13:25:32 +0000 (14:25 +0100)]
Hiss at other bots.
CMDR furrycat [Thu, 6 Apr 2017 13:14:22 +0000 (14:14 +0100)]
Drugs!
CMDR furrycat [Thu, 6 Apr 2017 09:43:27 +0000 (10:43 +0100)]
Log UTC timestamps.
CMDR furrycat [Thu, 6 Apr 2017 09:43:13 +0000 (10:43 +0100)]
Support plugins with __init__.py files.
CMDR furrycat [Thu, 6 Apr 2017 09:22:05 +0000 (10:22 +0100)]
Remember which plugins support which methods.
CMDR furrycat [Mon, 3 Apr 2017 13:16:44 +0000 (14:16 +0100)]
Migrate faction plugin to Python 3.5.
CMDR furrycat [Mon, 3 Apr 2017 12:49:46 +0000 (13:49 +0100)]
Warn when multiple members match a partial name.
CMDR furrycat [Fri, 31 Mar 2017 10:09:44 +0000 (11:09 +0100)]
Add option to get member by exact name, not nickname.
CMDR furrycat [Fri, 31 Mar 2017 09:31:19 +0000 (10:31 +0100)]
Added get_member_by_name().
CMDR furrycat [Fri, 31 Mar 2017 09:11:09 +0000 (10:11 +0100)]
Case-insensitive member match.
CMDR furrycat [Wed, 29 Mar 2017 09:18:43 +0000 (10:18 +0100)]
Restrict admin check for sounds to target server.
CMDR furrycat [Wed, 29 Mar 2017 09:17:24 +0000 (10:17 +0100)]
Log parsed user for playing.
CMDR furrycat [Wed, 29 Mar 2017 09:16:40 +0000 (10:16 +0100)]
Check member nickname.
CMDR furrycat [Wed, 29 Mar 2017 08:44:39 +0000 (09:44 +0100)]
User mention can include a ! prefix.
CMDR furrycat [Tue, 28 Mar 2017 21:35:09 +0000 (22:35 +0100)]
Recognise www Youtube URLs.
CMDR furrycat [Tue, 28 Mar 2017 15:47:25 +0000 (16:47 +0100)]
Admins can play sounds.
CMDR furrycat [Tue, 28 Mar 2017 15:45:26 +0000 (16:45 +0100)]
Wake before playing.
CMDR furrycat [Tue, 28 Mar 2017 14:30:43 +0000 (15:30 +0100)]
Allow playing to another user.
CMDR furrycat [Tue, 28 Mar 2017 14:23:40 +0000 (15:23 +0100)]
Support Youtube.
We can play Youtube URLs.
Use "stop playing" to interrupt sounds in progress.
CMDR furrycat [Tue, 28 Mar 2017 10:53:52 +0000 (11:53 +0100)]
Race moving channels.
CMDR furrycat [Tue, 28 Mar 2017 10:47:36 +0000 (11:47 +0100)]
Fixed moving channels.
CMDR furrycat [Tue, 28 Mar 2017 10:15:56 +0000 (11:15 +0100)]
Fixed default channel for playing.
CMDR furrycat [Tue, 28 Mar 2017 10:14:05 +0000 (11:14 +0100)]
Fixed parsing when only a sound is specified.
CMDR furrycat [Tue, 28 Mar 2017 10:09:12 +0000 (11:09 +0100)]
Command to play sounds.