Commit Graph

387 Commits

Author SHA1 Message Date
Alexander Yakovlev 0b8e772fb6 don't print the excerpt at all
Excerpts in Russian cause weird bugs
2018-07-05 11:42:02 +07:00
Alexander Yakovlev ddc0bac972 use excerpt or strip tags 2018-07-03 10:08:11 +07:00
Alexander Yakovlev 5a49817e56 package upgrades 2018-07-03 09:35:29 +07:00
Alexander Yakovlev e2f36f65f4 Don't spam the channel with "article content is too long" 2018-07-03 09:28:25 +07:00
Benji 9940e04431 Update README.md 2018-04-04 23:29:50 +01:00
benji7425 7adcdb89cd 3.5.2 2018-02-11 00:20:50 +00:00
benji7425 792b62fc73 git subrepo pull core
subrepo:
  subdir:   "core"
  merged:   "7a3eed3"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "7a3eed3"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-02-11 00:17:01 +00:00
benji7425 70f078c4b2 3.5.1 2018-01-27 20:23:24 +00:00
benji7425 5122eafc74 Remove deletion of data for removed guilds on startup
This would be bad if we started up during a discord outage, as I recently learned that discord.js counts the bot as not in the guild if that guild is inaccessible
2018-01-27 20:23:21 +00:00
benji7425 6a140afbe8 git subrepo pull core
subrepo:
  subdir:   "core"
  merged:   "1f14a50"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "1f14a50"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-27 20:23:04 +00:00
benji7425 4b815523f3 3.5.0 2018-01-27 18:15:14 +00:00
benji7425 d678f9db38 Remove unused reference causing problems 2018-01-27 18:15:14 +00:00
benji7425 e514f7af91 git subrepo push core
subrepo:
  subdir:   "core"
  merged:   "bcce76f"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "bcce76f"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-27 18:05:52 +00:00
benji7425 6a9a725cac Fix help not indicating that the bot username needs to be mentioned 2018-01-27 18:05:52 +00:00
benji7425 5e0250731c Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
benji7425 78960db384 Update camo to use new tagged version 2018-01-27 17:30:26 +00:00
benji7425 f378a3a47b 3.5.0-b3 2018-01-27 02:32:02 +00:00
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