]> gitweb.michael.orlitzky.com - dead/halcyon.git/history - src
Fix username merging.
[dead/halcyon.git] / src /
2013-07-15 Michael OrlitzkyFix username merging.
2013-07-15 Michael OrlitzkyRewrite CommandLine to use cmdargs and integrate the...
2013-07-14 Michael OrlitzkyAdd an OptionalConfiguration type and parse one from...
2013-07-13 Michael OrlitzkyFix remaining hlint suggestions.
2013-07-13 Michael OrlitzkyFix a few hlint suggestions.
2013-07-13 Michael OrlitzkyUse test-framework instead of bare HUnit for the test...
2013-07-10 Michael OrlitzkyAdd missing Html.hs from previous commit.
2013-07-10 Michael OrlitzkyUse hyphens instead of underscores in access-token...
2013-07-09 Michael OrlitzkyAdd the Twitter API oAuth stuff to the configuration...
2013-07-04 Michael OrlitzkyReplace necessary NoMonomorphism language pragma.
2013-07-04 Michael OrlitzkyRewrite everything to use the JSON API with OAuth authe...
2013-06-24 Michael OrlitzkyWhitespace cleanup.
2012-11-07 Michael OrlitzkySupply the "to" address to sendmail on the commandline.
2012-11-06 Michael OrlitzkyAccept a sendmail_path on the command line.
2012-05-31 Michael OrlitzkyUnescape ampersands twice in the status text.
2012-04-13 Michael OrlitzkyThread the Cfg object through the recursive loop, simpl...
2012-04-13 Michael OrlitzkyUse a more flexible curl function to make HTTP requests.
2012-04-13 Michael OrlitzkyAdd the Configuration module containing the Cfg type.
2012-04-10 Michael OrlitzkyAdd the new reply/retweet fields to Status.
2012-04-10 Michael OrlitzkyAdd two functions to get the "retweeted" and "in_reply_...
2012-04-10 Michael OrlitzkyPut replies before retweets in the options.
2012-04-08 Michael OrlitzkyAdd (unimplemented) options to ignore retweets and...
2011-12-11 Michael OrlitzkyUse the newer Data.Time library.
2011-12-11 Michael OrlitzkyTake the heartbeat (in seconds) from the command line...
2011-12-11 Michael OrlitzkyEscape an '@' in a Haddock comment.
2011-12-11 Michael OrlitzkyAPI bump for HaXml >= 1.22.
2011-02-14 Michael OrlitzkyAdd referenced users' timeline URLs to the bottom of...
2010-10-25 Michael OrlitzkyHandle all numeric entities by converting them to UTF...
2010-10-25 Michael OrlitzkyUpdate the default headers to include a Content-Transfe...
2010-10-25 Michael OrlitzkyAdd the ability to twat a single status (as a debugging...
2010-10-25 Michael OrlitzkyClean up compiler warnings.
2010-10-25 Michael OrlitzkyAdd default headers for MIME-Version and Content-type...
2010-10-15 Michael OrlitzkyMake the email date header RFC822-compliant.
2010-10-15 Michael OrlitzkyAdd support for … and … XML entities.
2010-10-01 Michael OrlitzkyAdd a "Date: " header to outgoing messages.
2010-10-01 Michael OrlitzkyAdd " unescaping.
2010-09-28 Michael OrlitzkyAdd Haddock documentation for most functions and types.
2010-09-28 Michael OrlitzkyMove the exit code into its own module.
2010-09-28 Michael OrlitzkyWhitespace cleanup.
2010-09-28 Michael OrlitzkyInitial commit.