Commit Graph

246 Commits

Author SHA1 Message Date
benji7425 436d474787 Fixed missing variable declaration 2016-12-02 00:55:39 +00:00
benji7425 9c4a569242 Fixed a call to an old, non-existant method 2016-12-02 00:51:40 +00:00
benji7425 4d64ee7da2 Updated my eslint config 2016-12-02 00:51:12 +00:00
benji7425 a51f0853a6 Updated to use separate logging class + many helpful comments 2016-12-02 00:43:24 +00:00
benji7425 f1c2796f09 Merged feature/reconnect-improvement into develop 2016-12-02 00:41:47 +00:00
benji7425 55ab0b58df Added check for existing timer so we don't start a new one on reconnect 2016-12-02 00:40:33 +00:00
benji7425 630cc2a421 Merged develop into master 2016-11-05 00:12:07 +00:00
benji7425 e828e6996b Fixed crash when trying to handle non-existant error 2016-11-04 19:56:37 +00:00
benji7425 3373d6d2ec Merged feature/disconnect-handling into develop 2016-11-02 01:52:04 +00:00
benji7425 e84ebe197a Updated link detection log for clarity 2016-11-02 01:51:43 +00:00
benji7425 599ed40db0 Fixed disconnect error crash + added channel check on message detect 2016-11-02 01:51:35 +00:00
benji7425 a8283ba87a Removed silly and useless verboseLogging toggle 2016-11-02 01:51:26 +00:00
benji7425 e8ddcdb821 Merged hotfix/disconnection into develop 2016-11-01 17:24:16 +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 5dbeb8cade Merged hotfix/uri-identification into master 2016-11-01 00:54:19 +00:00
benji7425 7fb51aebb8 Merged hotfix/uri-identification into develop 2016-11-01 00:54:19 +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 7d8151094f Updated README.md 2016-11-01 00:39:42 +00:00
benji7425 3dc138d0d4 Merged release/v1.0.1 into master 2016-11-01 00:28:54 +00:00
benji7425 153da3018d Merged feature/link-caching into develop 2016-11-01 00:27:29 +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 282db02695 Merged release/v1.0.0 into master 2016-10-30 21:34:06 +00:00
benji7425 1c782a2530 Merged release/v1.0.0 into develop 2016-10-30 21:34:06 +00:00
Benji 68b949f7a9 Update README.md 2016-10-30 21:33:35 +00:00
Benji efe4698c55 Update README.md 2016-10-30 21:33:32 +00:00
Benji 83a3c46da1 Update README.md 2016-10-30 21:33:24 +00:00
benji7425 986e776508 Merged feature/error-handling into develop 2016-10-30 20:15:25 +00:00
benji7425 4cf4c10323 Added internet disconnection error handling 2016-10-30 20:15:15 +00:00
benji7425 12ac8683a8 Added vscode launch json for node 2016-10-30 19:39:58 +00:00
benji7425 910c06415b Added error handling for invalid RSS feed 2016-10-30 19:39:46 +00:00
benji7425 fb129feb8f Merged feature/feed-reading into develop 2016-10-29 19:09:32 +01:00
benji7425 961c167108 Added link posting if link not found posted in last 100 messages 2016-10-29 19:09:10 +01:00
benji7425 8a8c2f88e6 Added feed-read npm module 2016-10-29 18:41:54 +01:00
benji7425 3323de6a27 Added eslint config 2016-10-29 18:33:20 +01:00
benji7425 f84cdca84f Updated README.md to mention need for config.json 2016-10-29 18:33:13 +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
benji7425 b6c4e08737 Installed discord.io 2016-10-29 17:50:46 +01:00
benji7425 f73db49665 Initialised npm 2016-10-29 17:50:29 +01:00
benji7425 04e2398459 Added gitignore 2016-10-29 17:50:03 +01:00
benji7425 d919005b19 Initial commit 2016-10-29 17:45:54 +01:00