Commit graph

14 commits

Author SHA1 Message Date
benji7425 a8283ba87a Removed silly and useless verboseLogging toggle 2016-11-02 01:51:26 +00:00
benji7425 e1473e2114 Added verbose logging option (currently toggled with a message) 2016-11-01 17:24:07 +00:00
benji7425 d130cecdca Added disconnect error handling and reconnect attempt 2016-11-01 17:24:02 +00:00
benji7425 4c05a15a16 Quick sort-of-hacky fix for Uri library not doing what I expected
It re-inserts the url in the string, letting you modify it in a callback. I just used the callback to call the cacheLink method with it, which is what I was going to do when it returned anyway. Hacky, but it'll do for now!
2016-11-01 00:54:10 +00:00
benji7425 2a1ced73cb Removed "link sent" detection when it sent it itself 2016-11-01 00:24:34 +00:00
benji7425 8ea6a8169d Fixed time not being included when using logEvent 2016-11-01 00:17:54 +00:00
benji7425 eb780182cb Fixed initial link detection caching links in the wrong order 2016-11-01 00:04:35 +00:00
benji7425 6515e32901 Fixed typo with regex link detection 2016-10-31 23:45:11 +00:00
benji7425 6feaf49a97 Hackily fixed https:// and http:// not matching 2016-10-31 23:44:14 +00:00
benji7425 5661af7b66 Added event logging, improved error handling, added link caching 2016-10-31 23:28:17 +00:00
benji7425 4cf4c10323 Added internet disconnection error handling 2016-10-30 20:15:15 +00:00
benji7425 910c06415b Added error handling for invalid RSS feed 2016-10-30 19:39:46 +00:00
benji7425 961c167108 Added link posting if link not found posted in last 100 messages 2016-10-29 19:09:10 +01:00
benji7425 7f65c0c117 Added basic ping pong bot
Requires a config.json file with a token
2016-10-29 18:31:16 +01:00