Commit graph

370 commits

Author SHA1 Message Date
benji7425 ee938ff563 Remove discord-bot-core direct mongodb package dep
Camo actually just loads it itself
2018-01-27 01:29:00 +00:00
benji7425 5f2b3af2d7 Update defauly NeDB compaction schedule to hourly 2018-01-27 00:42:36 +00:00
benji7425 19677b7626 Remove auto-restart
It was a work around to reset memory usage, but as I hope mongodb support fixes that, I shall remove it. Hopefully I won't need to revert this commit and put it back!
2018-01-27 00:41:58 +00:00
benji7425 17eb0554fe Update camo to use my fork
Increases MongoDB compatibility and adds it's own method for compacting NeDB data files
2018-01-27 00:37:17 +00:00
benji7425 f1f81a9ba4 Update data deletion to require a reset command instead of guildDelete
guildDelete apparently gets called whenever Discord has an outage - we don't want to delete server data whenever there is a temporary outage!
2018-01-27 00:03:51 +00:00
benji7425 672c07f5b0 Update formatting; convert tabs to 4x spaces
I believe this is the accepted method and should increase default editor compatibility
2018-01-26 23:48:07 +00:00
benji7425 381ff1d219 v3.5.0-b2
Fix a couple of script errors
2018-01-26 00:35:41 +00:00
benji7425 1e0d8d3266 3.5.0-b1 2018-01-26 00:29:41 +00:00
benji7425 71c77d41a3 Merge branch 'mongodb-compatibility' 2018-01-25 23:02:50 +00:00
benji7425 f7c00f898c Update core client to support mongodb in addition to nedb 2018-01-25 23:02:46 +00:00
benji7425 559a61828d Install mongodb 2018-01-25 22:29:51 +00:00
benji7425 1a60292860 Update naming and formatting for core .js files 2018-01-25 21:41:17 +00:00
benji7425 1d5ba2561b git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "693a761"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "693a761"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-23 23:55:07 +00:00
benji7425 b77eded7c2 3.4.0
Fix YouTube feeds not posting anymore
2018-01-23 23:19:48 +00:00
benji7425 f37c114624 Update default NeDB compaction schedule to once per minute 2018-01-23 23:19:33 +00:00
benji7425 120e1f66d8 git subrepo push --force discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "109848a"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "109848a"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-23 00:53:44 +00:00
benji7425 b407f66c88 git subrepo pull (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "71586d6"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "a0387b3"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-23 00:52:11 +00:00
benji7425 7a60083945 3.4.0-b1 2018-01-23 00:36:11 +00:00
benji7425 309286b528 Disable a few unused websocket events
Hopefully will improve memory usage somewhat
2018-01-23 00:32:33 +00:00
benji7425 f996eb363b Add daily auto restart 2018-01-23 00:30:10 +00:00
benji7425 3cdf6b2b2a Add LICENSE 2018-01-20 16:22:46 +00:00
benji7425 91d200eb44 3.3.0 2018-01-14 20:18:29 +00:00
benji7425 1150911a93 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "429a85c"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "429a85c"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-14 20:12:32 +00:00
benji7425 25f67948b2 Switch from 'feed-read' module to 'rss-parser' 2018-01-14 20:08:05 +00:00
benji7425 7b7645cb5e Remove some unnecessary stuff in Client.js
- Remove message sweeping - shouldn't be needed with max cache size
- Remove console spam about db compaction
2018-01-14 19:48:40 +00:00
benji7425 d452569ad1 Update feed url caching to ignore 'www.' prefix
Has caused some issues with users posting links with/without www. and the RSS feed doing the opposite
Improve regex
2018-01-14 18:31:33 +00:00
benji7425 fbf762ff16 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "4bfcf1b"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "4bfcf1b"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-07 23:53:26 +00:00
benji7425 7ee7d4c704 3.2.2
asdf
2018-01-07 23:48:29 +00:00
Benji 021abe31f7 Update README.md 2018-01-03 21:06:37 +00:00
benji7425 2ff31f8ec2 Remove useless node launch argument 2018-01-03 17:01:04 +00:00
benji7425 adab6692e7 Update .gitignore 2018-01-03 03:30:58 +00:00
benji7425 84cbe10eba 3.2.1 2018-01-03 01:47:52 +00:00
benji7425 79ce4d2501 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "70b150f"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "70b150f"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-03 01:47:02 +00:00
benji7425 4afadaaa26 Update d.js message caching settings 2018-01-03 01:45:47 +00:00
benji7425 a0e94ae86d Update README.md 2017-12-11 01:18:36 +00:00
benji7425 5f7fb483da 3.2.0 2017-12-11 01:11:52 +00:00
benji7425 d97468ebd2 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "0bab27a"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "0bab27a"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-12-11 01:06:10 +00:00
benji7425 e953e1cdca Refactor for efficiency and improved readability 2017-12-11 01:05:43 +00:00
benji7425 2b921c84e9 git subrepo pull (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "cf92dea"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "b19d4b2"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-12-09 05:39:04 +00:00
benji7425 784ef72392 3.2.0-b3
Fix some race conditions with the 3.2 update
2017-12-09 01:38:42 +00:00
benji7425 446df2f8a7 3.2.0-b2
Fix some issues with 3.2 upgrades
2017-12-08 22:54:45 +00:00
benji7425 71f0e344e1 3.2.0-b1 2017-12-08 00:57:44 +00:00
benji7425 cafecb4e13 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "900f1f5"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "900f1f5"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-12-08 00:54:42 +00:00
benji7425 94c16927d3 Add legacy json file upgrader 2017-12-08 00:54:07 +00:00
benji7425 5b054b520b Update feed error handling 2017-12-08 00:29:16 +00:00
benji7425 c48c443854 Add removal of data on startup for guilds deleted during downtime 2017-12-08 00:09:07 +00:00
benji7425 6013b0dcbf Add guild iteration for feed checking
Update default feed check interval to be 10 seconds between guilds
2017-12-08 00:09:03 +00:00
benji7425 c93fe0d6ce Fix links not being properly cached with camo integration 2017-12-07 22:48:49 +00:00
benji7425 fe9781bdfe Merge branch 'camo-integration' 2017-12-07 22:29:01 +00:00
benji7425 b2c849e8c4 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "be39d24"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "be39d24"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-12-07 22:27:54 +00:00