Commit Graph

360 Commits

Author SHA1 Message Date
benji7425 b114725ded Merge branch 'fix-message-length' 2017-11-27 00:09:20 +00:00
benji7425 dc2d66dd35 Fix changelog 2017-11-27 00:08:53 +00:00
benji7425 3e24a63a86 Add pagination limit to config 2017-11-27 00:07:29 +00:00
benji7425 4c7d826b52 Add rudimentary pagination for viewing feeds 2017-11-27 00:02:39 +00:00
benji7425 8f1c840447 Fix articles not posting if content too long for discord
Also fix incorrect name in example commands
2017-11-26 23:38:01 +00:00
benji7425 863eac6375 Revert "Removed ignoring of certain debug message in debug.log"
This reverts commit 1e4016ffd4d78d3a85c9161ab702b97979155753 in discord-bot-core subrepo
2017-11-26 23:36:23 +00:00
benji7425 6da6d1256c git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "a25486f"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "a25486f"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-11-26 23:29:16 +00:00
benji7425 68680d624f Quickfix deleted channels with feeds causing reconnect loop 2017-11-14 22:28:04 +00:00
benji7425 f1c12c8a19 Fix empty RSS feed crash 2017-11-14 01:31:46 +00:00
benji7425 4c557127d2 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "5c4a0b8"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "5c4a0b8"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-11-12 20:01:35 +00:00
benji7425 9386b754fb 3.1.0 2017-11-12 19:50:22 +00:00
benji7425 9b23e70e87 Add removal of data on startup if the bot has left the guild 2017-11-12 19:44:19 +00:00
benji7425 c3a55a6c5b Fix wrong feed being removed when the remove-feed command used 2017-11-12 19:34:04 +00:00
benji7425 5ab4464df7 3.1.0-b1 2017-11-11 04:17:18 +00:00
benji7425 014e19220b Add support for optional command parameters 2017-11-11 03:44:44 +00:00
benji7425 c1be0ff0e6 Add rss element content into posted message 2017-11-11 03:21:05 +00:00
benji7425 3877aa5c59 Add feed validity checking before adding 2017-11-11 01:59:00 +00:00
benji7425 0d5e3dcd81 Update changelog 2017-11-11 01:35:26 +00:00
benji7425 7d433e9354 Add max-old-space-size constraint of 64MB 2017-11-11 01:32:50 +00:00
benji7425 4bb676d136 Add removal of data when bot kicked from guild
Along with join/leave console messages
2017-11-11 01:28:38 +00:00
benji7425 3cfddd1f58 git subrepo pull (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "5fd4a43"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "5fd4a43"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-11-11 01:13:18 +00:00
Benji 65e7d05aad Update README.md 2017-10-31 22:56:49 +00:00
benji7425 753d636318 3.0.1 2017-10-19 00:20:42 +01:00
benji7425 f8fc7d76ac git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "8efb033"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "8efb033"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-10-19 00:14:01 +01:00
benji7425 91df5ef7ea 3.0.0 2017-10-05 23:25:19 +01:00
benji7425 74a7a5d569 Fix user posted links not being detected if setup done after b5 update 2017-10-05 23:06:19 +01:00
Benji a489726eb6 3.0.0-b7
Fix crash restart when bot received DM
2017-10-02 11:49:58 +01:00
benji7425 e3c102aa5b 3.0.0-b6
Remove 'BODY is not RSS or ATOM' error from console logging'
2017-10-02 02:08:13 +01:00
benji7425 8c6462e1b7 3.0.0-b5 2017-10-02 01:00:16 +01:00
benji7425 fd650dd981 Prevent checking of feeds for guilds the bot is no longer in
Plus fix a couple related issues
2017-10-02 00:52:36 +01:00
benji7425 ef5f455d4d Add upgrading of json data on startup 2017-10-02 00:42:01 +01:00
benji7425 f1f3b4a8df git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "1ed6225"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "1ed6225"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-10-02 00:20:31 +01:00
benji7425 71e61663e2 Fix exception if bot mentioned without a command 2017-10-02 00:18:05 +01:00
benji7425 ec8b165c96 Re-implement help message 2017-10-02 00:09:36 +01:00
benji7425 8f9acdb455 Merge branch 'command-framework' 2017-10-01 23:27:51 +01:00
benji7425 b3deb2a640 Refactor multiple areas for simplicity and readability
This is a squash commit of many commits
2017-10-01 23:20:06 +01:00
benji7425 5b2916bf77 I changed my mind, we're going back to promises
Require command invoke methods to return a promise
2017-09-24 22:46:58 +01:00
benji7425 60efeeebe8 git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "9f209e1"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "9f209e1"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-24 22:01:23 +01:00
benji7425 c8a314c6c2 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "0bf4f9d"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "0bf4f9d"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-24 21:39:53 +01:00
benji7425 b682b8af5c Update commands to use message.reply, rather than promises
The promise method was just too annoying, better to go back to .reply
2017-09-24 21:39:34 +01:00
benji7425 dc889096a5 Fix incorrect parameter being passed to internal command handling 2017-09-24 21:39:05 +01:00
benji7425 a744b1c69c Separate commands into separate files for command framework compatibility 2017-09-24 21:31:30 +01:00
benji7425 0c2eafcb6c Add client as a parameter to command invokation 2017-09-24 21:20:12 +01:00
benji7425 d6bc7b631b git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "180d069"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "180d069"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-24 21:07:35 +01:00
benji7425 64ea3d596f 3.0.0-b4 2017-09-20 23:46:29 +01:00
benji7425 bcc24e5ac5 git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "81a8c67"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "81a8c67"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-20 23:44:33 +01:00
benji7425 d30f4f6c1b Fix old package.json references that would have caused problems eventaully 2017-09-20 01:23:44 +01:00
benji7425 e02c3bbc8d 3.0.0-b3 2017-09-20 01:18:47 +01:00
benji7425 44d69cd12d Add some error handling 2017-09-20 01:18:44 +01:00
benji7425 ed427fe3b2 Fix misleading logged error if just "youtube.com" pasted in chat 2017-09-20 00:56:05 +01:00