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 get() method to new datastore stuff. More... over 15 years ago
Merge branch 'newdatastore' More... over 15 years ago
Merge branch 'master' of git://github.com/Davymaltz/KathBot3 into davy/master More... over 15 years ago
More changes to inventory module. More... over 15 years ago
Added [unhtml] tag, removed foon command (Foon can now be a dynamic command.) More... over 15 years ago
"in" keyword works on the datastore stuff. More... over 15 years ago
Added some helpers to datastore Modules can now do m('datastore').users[uid][setting] to reference a setting for a user Modules can do m('datastore').channels[(network, channel)][setting] for a setting for a channel. More... over 15 years ago
Merge branch 'master' of git://github.com/Davymaltz/KathBot3 into davy/master More... over 15 years ago
Made several updates and fixes to the 'inventory' module: --Added 'sudogive' command for testing purposes. --Made 'additem', 'addeffect', and 'addstat' commands actually do something. --Action messages now parse correctly. --Examining can now be accomplished through action messages. --'Destructing' is a new type of action. More... over 15 years ago
Merge branch 'master' of git://github.com/Katharine/KathBot3 More... over 15 years ago
Forgot to purge a tag from dynamic, whoopsie More... over 15 years ago
Added two new tag stuff libs, fixed dynamic More... over 15 years ago
Added verb stats. More... over 15 years ago
Fixed random typo. More... over 15 years ago
Added AI module (output currently disabled) More... over 15 years ago
Enabled hook threading again. More... over 15 years ago
Fixed import error in dynamic module More... over 15 years ago
Merge branch 'master' of [email protected]:Katharine/KathBot3 More... over 15 years ago
Pisg will use data from unregistered users Also made it refuse to run more than once simultaneously on a given channel. More... over 15 years ago
Webserver can handle unicode in static files More... over 15 years ago
Pisg module now handles genders - Added "gender" command - Writes genders to alias file More... over 15 years ago
Merge branch 'master' of git://github.com/Katharine/KathBot3 More... over 15 years ago
Any module can now create new dynamic tags. More... over 15 years ago
Dynamic: support functions in if/while/math/etc. - TagContext inherits from dict - Runs any defined functions if accessed - get_var uses TagContext access when no attribute supplied - all eval() functions now receive context in place of context.variables More... over 15 years ago
Dynamic: moved all tags into tag_* functions More... over 15 years ago
Started refactoring dynamic module - Pass around TagContext object instead of many variables - Call functions (which aren't written yet) More... over 15 years ago
Moved pisg stats to webserver hosting - Copied over the required pisg files. More... over 15 years ago
Added get_root_address() to webserver More... over 15 years ago
Added logging messages to nick stuff More... over 15 years ago
Improved nick handling. - The whole nick list is now tried before giving up and disconnecting - The bot can be renamed. More... over 15 years ago