aboutsummaryrefslogtreecommitdiffstats
path: root/src/Plugin/GitHubCommit.hs
AgeCommit message (Expand)Author
2017-09-06tmp; fix/rewordtmpTeddy Wing
2017-08-20GitHubCommit: Remove the `Id` typeTeddy Wing
2017-08-20GitHubCommit: Extract language handling to a functionTeddy Wing
2017-08-20GitHubCommit: Make localisation workTeddy Wing
2017-08-20Plugin: Add `queryOnly` fieldTeddy Wing
2017-08-20GitHubCommit: Change `command` formatTeddy Wing
2017-08-20Vertically align record fields in pluginsTeddy Wing
2017-08-20Add Help pluginTeddy Wing
2017-08-19I18n.hs: Implement custom i18n using Haskell data typesTeddy Wing
2017-08-19Try to get I18n workingTeddy Wing
2017-08-19Set up i18nTeddy Wing
2017-08-17Message: Add a function to get the `text` field as a stringTeddy Wing
2017-08-17Change `Plugin` and `Message` from `String` to `Data.Text`Teddy Wing
2017-08-16Connect plugins to IRCTeddy Wing
2017-08-11gitHubCommitAction: Add missing period to error messageTeddy Wing
2017-08-11gitHubCommitAction: Fix whitespaceTeddy Wing
2017-08-11gitHubCommitAction: Ignore unused variableTeddy Wing
2017-08-10gitHubCommitAction: Get error handling to work using `Either`Teddy Wing
2017-08-10Try to set up error handling for GitHub Commit pluginTeddy Wing
2017-08-03GitHubCommit.hs: Only select `repo_url` column from databaseTeddy Wing
2017-08-03GitHubCommit.hs: Select row corresponding to correct channelTeddy Wing
2017-08-02GitHubCommit.hs: Remove progress development commentsTeddy Wing
2017-08-02ChannelRepoUrl: Get rid of the `id` fieldTeddy Wing
2017-08-02Connect plugins to the databaseTeddy Wing
2017-08-02GitHubCommit.hs: Make types of `ChannelRepoUrl` more specificTeddy Wing
2017-08-02GitHubCommit.hs: Add `ChannelRepoUrl` database typeTeddy Wing
2017-08-02Change `PluginAction` type to `Message -> String`Teddy Wing
2017-07-30Move GitHub Commit plugin to its own moduleTeddy Wing