summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/LogParsing
AgeCommit message (Expand)Author
2022-08-08fix log parsing for invalid content packs (#860)Jesse Plamondon-Willard
2022-07-09update log parser for new update alert formatJesse Plamondon-Willard
2022-07-05detect missing/outdated Error Handler for 'suggested fixes' sectionJesse Plamondon-Willard
2022-06-19fix mod count in log parser metadataJesse Plamondon-Willard
2022-04-09enable nullable annotations in log parser (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-02-12add data-* attributes to log parser for external toolsJesse Plamondon-Willard
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
2021-12-09fix log parser handling when multiple mods have the exact same nameJesse Plamondon-Willard
2020-12-23fix edge cases in SMAPI log parsing (#743)Jesse Plamondon-Willard
2020-12-20update for split-screen modeJesse Plamondon-Willard
2020-05-16minor cleanupJesse Plamondon-Willard
2020-03-08fix log parse issuesJesse Plamondon-Willard
2020-03-08optimize log parser for very long multi-line messagesJesse Plamondon-Willard
2020-01-23add full internal support for non-standard four-part versionsJesse Plamondon-Willard
2019-12-26fix log parser content pack list entry pattern, remove unneeded ternary in co...Dan Volchek
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-13fix log parser failing for logs with dot-delimited time formatsJesse Plamondon-Willard
2019-03-10fix typos and update release notesdanvolchek
2019-03-10add log sections implementationdanvolchek
2019-02-24minor tweaks to new log parser UI (#619)Jesse Plamondon-Willard
2019-02-24add update info in suggested fixes sectiondanvolchek
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-10-08track game logs separately in log parserJesse Plamondon-Willard
2018-06-03fix log parser mangling some crossplatform pathsJesse Plamondon-Willard
2018-05-25add semantic version to toolkit (#532)Jesse Plamondon-Willard
2018-05-12update log parser for the internal 'critical' log levelJesse Plamondon-Willard
2018-05-02fix log parser not recognising content packs with no description (#481)Jesse Plamondon-Willard
2018-05-01unify SMAPI.AssemblyRewriters and SMAPI.Common projectsJesse Plamondon-Willard
2018-03-29show game path on log parser page instead of mods pathJesse Plamondon-Willard
2018-02-25always include raw taxt in modelJesse Plamondon-Willard
2018-02-25fix log parser not correctly parsing mod list if a mod has no author nameJesse Plamondon-Willard
2018-02-24add content pack support to log parserJesse Plamondon-Willard
2018-02-24reimplement log parser with serverside parsing and vue.js frontendJesse Plamondon-Willard