0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 14, 2025 — Jan 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modules: fix default config values More... almost 10 years ago
readme: terminus-project.org now supports https (also, fix link missing tld) More... almost 10 years ago
discontinue support for Ruby versions below 2.0 (i.e., 1.9.3) More... almost 10 years ago
scripts/dice: remove cryptic todo added by @skyhighwings, per IRC discussion therewith More... about 10 years ago
readme: improve intro wording, improve troubleshooting section (still needs way more detail), add 1.9.3 support notice More... about 10 years ago
copying: bump date More... about 10 years ago
bump all copyright dates on modified files (all of them) More... about 10 years ago
has_key? is deprecated More... about 10 years ago
scripts/account: add missing comma (oops) More... about 10 years ago
add --no-verbose option to make verbose option actually boolean More... about 10 years ago
use long-form $PROGRAM_NAME instead of $0 More... about 10 years ago
scripts/reminders: send_reminder: remove unused time parameter More... about 10 years ago
scripts/mpd: queue?: remove unused my_queue variable More... about 10 years ago
scripts/markov: avoid allocation in two places using underscore naming More... about 10 years ago
scripts/help: list_scripts: rearrange sorting/mapping to be less confusing and wasteful More... about 10 years ago
scripts/channel: part: remove unused results variable More... about 10 years ago
scripts/backspace: begin..until is awkward; use loop with break More... about 10 years ago
users: part: use #any? to decided whether or not to forget someone More... about 10 years ago
more reduction of ambiguous arguments More... about 10 years ago
scripts: remove straggler to_s in interpolation More... about 10 years ago
modules: abort instead of exit -1 More... about 10 years ago
mkdir_p, without wrapping if statement, where needed More... about 10 years ago
File#exists? and Dir#exists? are deprecated More... about 10 years ago
avoid needless creation/allocation of many variables More... about 10 years ago
ircconnection: receive_line: move ignore checks into new private function More... about 10 years ago
ircconnection: remove unused bind lookup/variable More... about 10 years ago
commands: remove unused level lookup/variable More... about 10 years ago
eliminate redundant #to_s usage during interpolation More... about 10 years ago
add some style/convention-related todos More... about 10 years ago
eliminate argument ambiguity by adding () More... about 10 years ago