aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Vendor in irc-clientHEADmasterTom Smeding2023-10-15
| | | | | | | Also: - Make irc-client decode incoming UTF8 leniently - Remove some redundant imports - Switch to GHC 9.4.7
* Ignore lambdabotTom Smeding2023-10-02
| | | | | Lambdabot also ignores yahb2; this is all to prevent accidental (or not so accidental) loops
* Separate reply message for :qTom Smeding2023-09-12
|
* Add Nat to initial ghci environment for lolsTom Smeding2023-04-22
|
* Long ghc diagnostics are long, need to read them wholeTom Smeding2023-02-14
|
* PasteTom Smeding2022-12-03
|
* Remove some of the re-restarting logic, uselessTom Smeding2022-11-02
|
* Also join #haskell-offtopicTom Smeding2022-11-02
|
* Add commented-out stdoutLogger implementationTom Smeding2022-11-02
|
* Flush stdout moreTom Smeding2022-11-02
|
* Proper target for irc responsesTom Smeding2022-10-14
|
* Flush stdoutTom Smeding2022-10-14
|
* start.sh: mkdir /tmpTom Smeding2022-10-14
| | | | | This solves an error that GHC can't create /tmp/ghc_4_0 or something. Not sure why I didn't get that before?
* Replace newlines with ; insteadTom Smeding2022-06-27
| | | | Request from geekosaur, original yahb did that too
* Allow debug prints for ghci interaction (when statically enabled)Tom Smeding2022-06-27
|
* Less loggingTom Smeding2022-06-15
|
* Limit disk usageTom Smeding2022-06-14
|
* TimeoutTom Smeding2022-06-14
|
* Cleanup in start.shTom Smeding2022-06-14
|
* Early-catch large show output with -interactive-printTom Smeding2022-06-14
|
* Set memory limit to 500MiBTom Smeding2022-06-14
|
* Main that also allows direct ghci accessTom Smeding2022-06-14
|
* More loggingTom Smeding2022-06-14
|
* InitialTom Smeding2022-06-14