Jabbot icon indicating copy to clipboard operation
Jabbot copied to clipboard

Bot API for JabbR

Results 9 Jabbot issues
Sort by recently updated
recently updated
newest added

Bumps jQuery from 1.6.4 to 3.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=1.6.4&new-version=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...

dependencies

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,...

dependencies

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,...

dependencies

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...

dependencies

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...

dependencies

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...

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 <...