aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-08-20Factorial: Use `Integral`Teddy Wing
2017-08-20Add Factorial pluginTeddy Wing
2017-08-20Add TODOTeddy Wing
2017-08-20Move `PluginList` out of `Plugin` directoryTeddy Wing
2017-08-20Add TODOsTeddy Wing
2017-08-20Update TODOTeddy Wing
2017-08-20GitRemoteSetOrigin: Use lowercase bracket format in command helpTeddy Wing
2017-08-20Help: Right-align command namesTeddy Wing
2017-08-20GitHubCommit: Change `command` formatTeddy Wing
2017-08-20Reformat Help outputTeddy Wing
2017-08-20Vertically align record fields in pluginsTeddy Wing
2017-08-20Add Help pluginTeddy Wing
2017-08-19Add command line option handlingTeddy Wing
2017-08-19IRC.hs: Reformat record update syntaxTeddy Wing
2017-08-19Remove 'shakespeare' packageTeddy 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-18Add 'shakespeare' packageTeddy Wing
2017-08-18Add an English i18n fileTeddy Wing
2017-08-17TODO: Add task for I18nTeddy Wing
2017-08-17Update TODOTeddy Wing
2017-08-17gitRemoteSetOriginAction: Make response more descriptiveTeddy Wing
2017-08-17Add a few TODOsTeddy Wing
2017-08-17Update TODOTeddy Wing
2017-08-17gitRemoteSetOriginAction: Upsert instead of insertTeddy Wing
2017-08-17gitRemoteSetOriginAction: Use regex capture groupTeddy Wing
2017-08-17Update TODOTeddy Wing
2017-08-17Add GitRemoteSetOrigin pluginTeddy Wing
2017-08-17Update TODOTeddy 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-16handlePrivmsg: call out to plugins in QUERYTeddy Wing
2017-08-16IRC.hs: Remove old commented codeTeddy Wing
2017-08-16IRC.hs: Handle `Nothing` branchesTeddy Wing
2017-08-16handlePrivmsg: Move duplicated code to new functionTeddy Wing
2017-08-16Remove commented code from a0d21d9aed3a38e98e622fbae5fcab3e91c5ddeeTeddy Wing
2017-08-16TODO: Add a few new tasksTeddy Wing
2017-08-16Connect plugins to IRCTeddy Wing
2017-08-13Lib.hs: Move IRC-related code to a new "IRC" moduleTeddy Wing
2017-08-13dispatchEvent: Ignore user's hostname argumentTeddy Wing
2017-08-13Lib.hs: Bot now responds on the channel that message came fromTeddy Wing
2017-08-13Lib.hs: Test chat message listening and postingTeddy Wing
2017-08-12Lib.hs: Make `Network.IRC.Client` a qualified importTeddy Wing
2017-08-12stack.yaml: Turn off `-support_aesni` when compiling 'cryptonite'Teddy Wing
2017-08-12Set up basic IRC supportTeddy 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-11Lib.hs: Move `putStrLn` outside the `case` statementTeddy Wing