index
:
sorbot
master
tmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Plugin
/
GitHubCommit.hs
Age
Commit message (
Expand
)
Author
2017-09-13
gitHubCommit: Fix type error
Teddy Wing
2017-09-13
GitHubCommit: Use `Cli.language` to get language
Teddy Wing
2017-09-13
Bot: Try adding a BotConfig type
Teddy Wing
2017-09-13
gitHubCommit: Remove unnecessary `$`
Teddy Wing
2017-09-13
gitHubCommitAction: Didn't need `liftIO` here
Teddy Wing
2017-09-13
GitHubCommit: Try to add `Bot` monad
Teddy Wing
2017-08-20
GitHubCommit: Remove the `Id` type
Teddy Wing
2017-08-20
GitHubCommit: Extract language handling to a function
Teddy Wing
2017-08-20
GitHubCommit: Make localisation work
Teddy Wing
2017-08-20
Plugin: Add `queryOnly` field
Teddy Wing
2017-08-20
GitHubCommit: Change `command` format
Teddy Wing
2017-08-20
Vertically align record fields in plugins
Teddy Wing
2017-08-20
Add Help plugin
Teddy Wing
2017-08-19
I18n.hs: Implement custom i18n using Haskell data types
Teddy Wing
2017-08-19
Try to get I18n working
Teddy Wing
2017-08-19
Set up i18n
Teddy Wing
2017-08-17
Message: Add a function to get the `text` field as a string
Teddy Wing
2017-08-17
Change `Plugin` and `Message` from `String` to `Data.Text`
Teddy Wing
2017-08-16
Connect plugins to IRC
Teddy Wing
2017-08-11
gitHubCommitAction: Add missing period to error message
Teddy Wing
2017-08-11
gitHubCommitAction: Fix whitespace
Teddy Wing
2017-08-11
gitHubCommitAction: Ignore unused variable
Teddy Wing
2017-08-10
gitHubCommitAction: Get error handling to work using `Either`
Teddy Wing
2017-08-10
Try to set up error handling for GitHub Commit plugin
Teddy Wing
2017-08-03
GitHubCommit.hs: Only select `repo_url` column from database
Teddy Wing
2017-08-03
GitHubCommit.hs: Select row corresponding to correct channel
Teddy Wing
2017-08-02
GitHubCommit.hs: Remove progress development comments
Teddy Wing
2017-08-02
ChannelRepoUrl: Get rid of the `id` field
Teddy Wing
2017-08-02
Connect plugins to the database
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-07-30
Move GitHub Commit plugin to its own module
Teddy Wing