index
:
sorbot
master
tmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Lib.hs
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-08-20
CliOptions(parseOptions): Return options
Teddy Wing
2017-08-20
CliOptions: Add command line option for language
Teddy Wing
2017-08-20
Add Help plugin
Teddy Wing
2017-08-19
Add command line option handling
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
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-02
Connect plugins to the database
Teddy Wing
2017-08-02
Change `PluginAction` type to `Message -> String`
Teddy Wing
2017-08-02
Lib.hs: Remove unused `Text.Regex.TDFA` import
Teddy Wing
2017-07-30
Get rid of `realMatchPlugin`
Teddy Wing
2017-07-30
performPlugin: Use the correct match string
Teddy Wing
2017-07-30
Transform regex match into the beginning of a plugin architecture
Teddy Wing
2017-07-30
Restrict Git SHA regex to full SHAs
Teddy Wing
2017-07-30
Experiment with 'regex-tdfa'
Teddy Wing
2017-07-16
New Haskell Stack project
Teddy Wing