aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2017-07-30Restrict Git SHA regex to full SHAsTeddy Wing
Only match SHAs if they're the full 40 characters long. This will become important later when we have an actual chat bot and we don't want to match on partial SHAs.
2017-07-30Experiment with 'regex-tdfa'Teddy Wing
* Add the 'regex-tdfa' library for RegEx handling * Experiment with matching a Git SHA
2017-07-16New Haskell Stack projectTeddy Wing
$ stack new sorbot new-template GHC v8.0.2