index
:
sorbot
master
tmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-08-02
Plugin.hs(performPlugin): Use `PluginAction` type
Teddy Wing
2017-08-02
GitHubCommit.hs: Make types of `ChannelRepoUrl` more specific
Teddy Wing
2017-08-02
GitHubCommit.hs: Add `ChannelRepoUrl` database type
Teddy Wing
2017-08-02
Change `PluginAction` type to `Message -> String`
Teddy Wing
2017-08-02
Plugin/Base.hs: Remove duplicated exports
Teddy Wing
2017-08-02
Lib.hs: Remove unused `Text.Regex.TDFA` import
Teddy Wing
2017-08-01
Add `Message` types
Teddy Wing
2017-07-30
Plugin.hs: Add some minimal documentation
Teddy Wing
2017-07-30
Move GitHub Commit plugin to its own module
Teddy Wing
2017-07-30
Move `Plugin` and `PluginAction` to a new module
Teddy Wing
2017-07-30
Add a type for plugin actions
Teddy Wing
2017-07-30
Get rid of `realMatchPlugin`
Teddy Wing
2017-07-30
performPlugin: Use the correct match string
Teddy Wing
2017-07-30
Transform regex match into the beginning of a plugin architecture
Teddy Wing
2017-07-30
Restrict Git SHA regex to full SHAs
Teddy Wing
2017-07-30
Experiment with 'regex-tdfa'
Teddy Wing
2017-07-16
New Haskell Stack project
Teddy Wing