1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Attempted reliability improvement in stream reader. More... over 16 years ago
Returned to N+1 threads on the basis of select's inefficiency. More... over 16 years ago
Style tweak. More... over 16 years ago
Dropped threadcount by 1 by using select instead of true parallelism. More... over 16 years ago
Cleaned up docstrings and removed the not-generally-appliccable in google-related commands. More... over 16 years ago
Added docstrings to weather commands. More... over 16 years ago
Added command aliases to, predictably, list supported aliases. More... over 16 years ago
Added aliases to weather-related commands. More... over 16 years ago
Moved the majority of command spawning logic out of handler command-launcher for ease of extension. More... over 16 years ago
Added a command alias system. More... over 16 years ago
Fixed handling in command forecast for the situation in which no arguments are passed and no cache exists. More... over 16 years ago
Added input caching to command forecast. More... over 16 years ago
Trivial weather command bugfix More... over 16 years ago
Modified weather command to use simplified input-cache interface. More... over 16 years ago
Added utility function to ease input-cache use. More... over 16 years ago
Replaced (setf input-cache)'s return value with the value to be set, as per standard setf usage. More... over 16 years ago
Bugfixed cache creation in weather command and added leak-protection to (setf input-cache). More... over 16 years ago
Experimental input-caching in command weather. More... over 16 years ago
Added simple input-caching utility functions. More... over 16 years ago
Fixed bug in ctcp-command which caused arguments to be returned with a leading space. More... over 16 years ago
Fixed handling for multiple-argument CTCPs in ctcp-command. More... over 16 years ago
Fixed handling for argumentless CTCPs in ctcp-command. More... over 16 years ago
Added ctcp-command utility function to destructure CTCP commands. More... over 16 years ago
fixed leading space in specialized google searches in google.lisp (cherry picked from commit f906231575d8b975ed55ff8273462b698ba54a6a) More... over 16 years ago
Removed an accidental inclusion from google.lisp More... over 16 years ago
added coyo.lisp and quote.lisp to thune.asd (cherry picked from commit ca11b7b2f775331c4970329fd41749d0480f5fe8) More... over 16 years ago
Removed unnecessary multiple-value-bind from scroogle-search. More... over 16 years ago
Formatting tweak in google command. More... over 16 years ago
Handling for the case when a google search has no results. More... over 16 years ago
Revert "Split up NickServ auth params correctly." Forgot that NS is a wrapper for PRIVMSG NickServ. More... over 16 years ago