0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a secondlife module Also poked at the webserver's handling of query strings. More... over 15 years ago
Fix "revert" with NULL creator. More... over 15 years ago
More playing with dynamic module - Added "revert" command - Added more detail to revisions command - Fixed webpage list (removed duplicates, alphabetical sorting) More... over 15 years ago
Added versioning to dynamic commands - Added new "revisions" command - Added optional revision argument to "source" command More... over 15 years ago
New Tag [delete] and dir fixes More... over 15 years ago
Further improvements to dyn_* More... over 15 years ago
Fixed the code I just added More... over 15 years ago
Revert "Added stuff to autoload." More... over 15 years ago
Revert "Revert "Added [localhttp] tag."" More... over 15 years ago
Revert "Added [localhttp] tag." More... over 15 years ago
YAy! More dynamic stuffs! More... over 15 years ago
Added stuff to autoload. More... over 15 years ago
Added [localhttp] tag. More... over 15 years ago
Spore module handles updates to old assets differently More... over 15 years ago
Added all the various missing tables. More... over 15 years ago
Spore module can now provide notifications - Added sporespam to spore module to control notifications per channel - Added myspore command to opt-in to notifications - Improved serialising in the datastore module - Enabled deletion of settings in the datastore module - Chantrack module can now return all channels a UID is in (and their nick) - Added functions to get aliases by nick and get nick by ID to the security module - Various improvements to Maxis' Spore API. More... over 15 years ago
You can now store arbitrary datatypes in the datastore. More... over 15 years ago
Added "spore" module (with one command so far) More... over 15 years ago
Better handling of multi-file modules - Modules may be a folder with the module in __init__.py - Any other Python files in that folder will automatically be imported for the module More... over 15 years ago
Because git is a complete pain in the ass. More... over 15 years ago
Merge branch 'davy/master' More... over 15 years ago
Added global settings to datastore - Also refectored some code into a KBDict base class to save on repetition More... over 15 years ago
Improvements to dynamic parser - Added [switch] and [case] tags, and let the self-closing [|] be used in place of [case] - Added Python-style [substr] tag. - [regex] tag now accepts a variable for the expression - Added get_var_maybe function to clean up some code. - Other stuff. More... over 15 years ago
Minor changes - Updated URL in response to CTCP SOURCE command - Added "uptime" command to reference module. More... over 15 years ago
Random improvements - AI: save data every 10 minutes, tweak popular word limit - Dynamic: changed how [math] is broken. More... over 15 years ago
More work on 'inventory' module. More... over 15 years ago
Fix stupid find/replace bug in chantrack More... over 15 years ago
Improvements to inventory module - Interactions work - Removed "[Inventory]" from output - Changed formatting - Changed adding from (..) to {..} - Fixed give_stat, add_item, add_effect, add_stat - Moved repetitive code into create_user_maybe - Improve inventory listing format More... over 15 years ago
Fixed chantrack hostname bugs - USERHOST requests are batched in fives - Also made its debug spam use logger.debug instead of logger.info More... over 15 years ago
Improvements to AI module - Ignore most popular words - Fix repeated words - Can set response frequency and learning from IRC - More stats - Changed logging - Other fun stuff. More... over 15 years ago