0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made a few minor changes to time.js More... about 18 years ago
Updated documentation More... about 18 years ago
Added time-plus, which will do what time was planning to do, and will override the time default time plugin (which will now be much simpler). More... about 18 years ago
Updated this file to detect files that don't exist and throw a catchable error instead of the one given by Rhino. Previously, invalid files would cause the bot to pretend to join IRC, but the program instance would be immediately hosed. Now invalid files (save for ones that fail to parse, or whatever) will just say they didn't load and the bot will survive. More... about 18 years ago
Readded files, should fix issues More... about 18 years ago
committed remaining stuff. More... about 18 years ago
apply the documentation typo fix.
Darren VanBuren
as onekopaka
More... about 18 years ago
Fixed documentation typo. Documentation will be updated next time something else is changed. not now (this isn't a major typo) More... about 18 years ago
Fixed the onTopic event method so that the boolean passed from Java was converted to a JavaScript boolean literal before the event was dispatched. The fix is to call Util.isTrue() on the object. This could have resulted in some unhappy people (who didn't know to call that convertor function). More... about 18 years ago
Renamed the readme-license file to readme More... about 18 years ago
License change. \o/ well, not quite \o/, but at least this license is agreeable to all/most members to some extent. More... about 18 years ago
Updated the documentation for all the previous changes. More... about 18 years ago
Move the quit plugin out of main. More... about 18 years ago
Added a config file so that you no longer have to hack main.js More... about 18 years ago
Fixed some issue where the bot might fail when unregistering an unhandled event handler before the event array for it existed. More... about 18 years ago
Combined the README and LICENSE files. More... about 18 years ago
Updated JSON to the latest, and blacklisted some internal stuff to prevent it from showing up in the documentation. I also changed IO to use JSON completely for everything. More... about 18 years ago
Fixed IO. IO now uses JSON for reading in of written object files. This provides an easy parser for said objects without going through the hasstle of writing my own parser or the previous (and dangerous) include() hack. JSON is public domain, and will remain as such. However the bot itself is still GPL. More... about 18 years ago
Added data directory. Code doesn't depend on it being there (will create it if deleted) but just to prevent trouble of having to delete it, add it or whatever when testing, I'm going to commit it. More... about 18 years ago
Fixed bug in IO.readFile More... about 18 years ago
Added JSON, it will parse back in stuff written by IO.writeObject, and if it can't, then IO.writeObject will be replaced in entirety with JSON More... about 18 years ago
Added option to append contents instead of overwite. Option is optional. More... about 18 years ago
removed some no longer generated files More... about 18 years ago
Fixed docs More... about 18 years ago
removed asolute paths More... about 18 years ago
Updated the documents More... about 18 years ago
Updated some @tags to include the version number, and reprised the version numbers on existing ones. More... about 18 years ago
Undid previous fix. No problems, usage error More... about 18 years ago
Hopefully fixed a bug where IO.fetchURL(url) returned a Java String isntead of a JS one More... about 18 years ago
slap kick and punch functionality comes back!
Darren VanBuren
as onekopaka
More... about 18 years ago