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-11-19
Lib: Test help output with FR locale
HEAD
master
Teddy Wing
2017-11-19
Lib: Test application of Bot reader
Teddy Wing
2017-11-19
Bot(privmsgFromPlugin): Try to use the `Bot` monad instead of `IO`
Teddy Wing
2017-09-19
Plugin(matchPlugin): Get our functions to actually work with `Bot`
Teddy Wing
2017-09-15
Plugin: Update plugin list with new wrapped `Bot` type
Teddy Wing
2017-09-14
Help: Fix type error resulting from new plugin list type with `Bot`
Teddy Wing
2017-09-14
Add `Bot` to rest of plugins
Teddy Wing
2017-09-13
Add Config
Teddy Wing
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-09-11
Plugin.Base: Make `PluginAction` return a `Bot` monad
Teddy Wing
2017-09-11
Create `Bot` type
Teddy Wing
2017-08-27
privmsgFromPlugin: Rewrite using MaybeT monad transformer
Teddy Wing
2017-08-20
Use explicit imports when importing plugins
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
CliOptions: Parse the `language` option into a `Locale`
Teddy Wing
2017-08-20
CliOptions(parseOptions): Return options
Teddy Wing
2017-08-20
CliOptions: Add command line option for language
Teddy Wing
2017-08-20
IRC: Only require "sorbot: " prefix in channels
Teddy Wing
2017-08-20
IRC: Only respond to messages if prefixed with "sorbot: "
Teddy Wing
2017-08-20
IRC: Send private messages when plugin is `queryOnly`
Teddy Wing
2017-08-20
Plugin: Add `queryOnly` field
Teddy Wing
2017-08-20
Factorial: Include upper bound in description
Teddy Wing
2017-08-20
IRC: Speed up message transfer
Teddy Wing
2017-08-20
IRC: Chop messages longer than 400 characters
Teddy Wing
2017-08-20
Factorial: Use `Integer` instead of `Int` for bigger numbers
Teddy Wing
2017-08-20
Factorial: Use `Integral`
Teddy Wing
2017-08-20
Add Factorial plugin
Teddy Wing
2017-08-20
Move `PluginList` out of `Plugin` directory
Teddy Wing
2017-08-20
GitRemoteSetOrigin: Use lowercase bracket format in command help
Teddy Wing
2017-08-20
Help: Right-align command names
Teddy Wing
2017-08-20
GitHubCommit: Change `command` format
Teddy Wing
2017-08-20
Reformat Help output
Teddy Wing
2017-08-20
Vertically align record fields in plugins
Teddy Wing
2017-08-20
Add Help plugin
Teddy Wing
2017-08-19
Add command line option handling
Teddy Wing
2017-08-19
IRC.hs: Reformat record update syntax
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
gitRemoteSetOriginAction: Make response more descriptive
Teddy Wing
2017-08-17
gitRemoteSetOriginAction: Upsert instead of insert
Teddy Wing
2017-08-17
gitRemoteSetOriginAction: Use regex capture group
Teddy Wing
2017-08-17
Add GitRemoteSetOrigin plugin
Teddy Wing
[next]