Jabbot
Jabbot copied to clipboard
Bot API for JabbR
Bumps jQuery from 1.6.4 to 3.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [Nancy](https://github.com/NancyFx/Nancy) from 0.9.0 to 1.4.4. Release notes Sourced from Nancy's releases. v1.4.4 Security Issue in JSON deserialization used by CSRF cookie handling. Removed use of JSON (de)serialization in Csrf.cs,...
Bumps [Nancy](https://github.com/NancyFx/Nancy) from 0.9.0 to 1.4.4. Release notes Sourced from Nancy's releases. v1.4.4 Security Issue in JSON deserialization used by CSRF cookie handling. Removed use of JSON (de)serialization in Csrf.cs,...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Cloning the repository and firing up the console host gives this display in the console: ERROR: The remote server returned an error: (500) Internal Server Error. Using fiddler I was...
Preferably MIT
DateTime.Now has the unfortunate ability to leap forward or back by an hour twice a year which would mess up the calculation:- ``` var currentItems = _scheduledAnnouncements.Where(c => c.Value <...