index
:
sorbot
master
tmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
stack.yaml: Turn off `-support_aesni` when compiling 'cryptonite'
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-10
Add TODO
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
2017-08-02
GitHubCommit.hs: Remove progress development comments
Teddy Wing
2017-08-02
ChannelRepoUrl: Get rid of the `id` field
Teddy Wing
2017-08-02
Connect plugins to the database
Teddy Wing
2017-08-02
Plugin.hs(performPlugin): Use `PluginAction` type
Teddy Wing
2017-08-02
GitHubCommit.hs: Make types of `ChannelRepoUrl` more specific
Teddy Wing
2017-08-02
GitHubCommit.hs: Add `ChannelRepoUrl` database type
Teddy Wing
2017-08-02
Change `PluginAction` type to `Message -> String`
Teddy Wing
2017-08-02
Plugin/Base.hs: Remove duplicated exports
Teddy Wing
2017-08-02
Lib.hs: Remove unused `Text.Regex.TDFA` import
Teddy Wing
2017-08-01
Add `Message` types
Teddy Wing
2017-08-01
.gitignore: Ignore local Sqlite database
Teddy Wing
2017-08-01
Remove old hand-written migrations
Teddy Wing
2017-08-01
Add migration for GitHub Commit plugin table
Teddy Wing
2017-08-01
Add moo configuration for 'dbmigrations-sqlite'
Teddy Wing
2017-08-01
Install 'dbmigrations-sqlite'
Teddy Wing
2017-07-31
Add database migrations for GitHub Commit plugin
Teddy Wing
2017-07-30
Plugin.hs: Add some minimal documentation
Teddy Wing
2017-07-30
Move GitHub Commit plugin to its own module
Teddy Wing
2017-07-30
Move `Plugin` and `PluginAction` to a new module
Teddy Wing
2017-07-30
Add a type for plugin actions
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-30
sorbot.cabal: Fix license format error
Teddy Wing
2017-07-16
sorbot.cabal: Update license type
Teddy Wing
2017-07-16
New Haskell Stack project
Teddy Wing
[prev]