1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 2 days ago.
Jul 15, 2025 — Jul 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Attempt to implement vadi2/mudlet-lua#8 More... over 11 years ago
Fixed ansi2rgb for xterm256 rgb-specified colours More... over 11 years ago
Added some resiliency for bad xterm256 rgb codes. More... over 11 years ago
Fix doc generation command to run only for Geyser More... over 11 years ago
Whitespace removal from editor More... over 11 years ago
Commented ansi2decho better & added greyscale More... over 11 years ago
Limit the version of Busted to use 2.0-rc Busted is stuffed, does not keep globals around declared in test setups. 1.11.1 is the last good version. More... over 11 years ago
Initial version of ansi2decho. More... over 11 years ago
Better Mac detection with getOS(). More... over 11 years ago
Fixed improper equality checks. More... about 12 years ago
Improved db:create to re-open connections after they've been closed. More... about 12 years ago
Cdded table.deepcopy() to clone tables. More... over 12 years ago
Merge pull request #6 from keneanung/MakeQueryByExampleUseful More... over 12 years ago
Made query_by_example more useful More... over 12 years ago
Updated the unittests for query_by_example changes More... over 12 years ago
Merge pull request #5 from keneanung/AggregateDistinct More... over 12 years ago
Merge branch 'master' of https://github.com/vadi2/mudlet-lua into AggregateDistinct More... over 12 years ago
improved db:aggregate() More... over 12 years ago
Fix of a unit test of the last commit. More... over 12 years ago
Add db:aggregate() tests for the future option to only aggregate unique values More... over 12 years ago
Merge pull request #4 from keneanung/fixDbAggregate More... over 12 years ago
Fixed the query argument for db:aggregate function More... over 12 years ago
Bug fixes for db:aggregate() functions with query More... over 12 years ago
Added tests for all db:aggregate() functions the second version checks if a query argument works More... over 12 years ago
Added the test for db:average() count other minor changes More... over 12 years ago
Added tests for db:aggregate() "max" and "min" calculation More... over 12 years ago
Added test for db:aggregate() average function More... over 12 years ago
Changes to db:aggregate() More... over 12 years ago
Properly give the field that should be aggregated More... over 12 years ago
Fixed a type in the first agregate test More... over 12 years ago