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-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
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
handlePrivmsg: call out to plugins in QUERY
Teddy Wing
2017-08-16
IRC.hs: Remove old commented code
Teddy Wing
2017-08-16
IRC.hs: Handle `Nothing` branches
Teddy Wing
2017-08-16
handlePrivmsg: Move duplicated code to new function
Teddy Wing
2017-08-16
Remove commented code from a0d21d9aed3a38e98e622fbae5fcab3e91c5ddee
Teddy Wing
2017-08-16
Connect plugins to IRC
Teddy Wing
2017-08-13
Lib.hs: Move IRC-related code to a new "IRC" module
Teddy Wing
2017-08-13
dispatchEvent: Ignore user's hostname argument
Teddy Wing
2017-08-13
Lib.hs: Bot now responds on the channel that message came from
Teddy Wing
2017-08-13
Lib.hs: Test chat message listening and posting
Teddy Wing
2017-08-12
Lib.hs: Make `Network.IRC.Client` a qualified import
Teddy Wing
2017-08-12
Set up basic IRC support
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-11
Lib.hs: Move `putStrLn` outside the `case` statement
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
[next]