openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
ScriptBot
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 26, 2025 — Sep 26, 2026
Showing page 6 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Made a few minor changes to time.js
amcbain
More...
about 18 years ago
Updated documentation
amcbain
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).
amcbain
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.
amcbain
More...
about 18 years ago
Readded files, should fix issues
amcbain
More...
about 18 years ago
committed remaining stuff.
amcbain
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)
amcbain
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).
amcbain
More...
about 18 years ago
Renamed the readme-license file to readme
amcbain
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.
amcbain
More...
about 18 years ago
Updated the documentation for all the previous changes.
amcbain
More...
about 18 years ago
Move the quit plugin out of main.
amcbain
More...
about 18 years ago
Added a config file so that you no longer have to hack main.js
amcbain
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.
amcbain
More...
about 18 years ago
Combined the README and LICENSE files.
amcbain
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.
amcbain
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.
amcbain
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.
amcbain
More...
about 18 years ago
Fixed bug in IO.readFile
amcbain
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
amcbain
More...
about 18 years ago
Added option to append contents instead of overwite. Option is optional.
amcbain
More...
about 18 years ago
removed some no longer generated files
amcbain
More...
about 18 years ago
Fixed docs
amcbain
More...
about 18 years ago
removed asolute paths
amcbain
More...
about 18 years ago
Updated the documents
amcbain
More...
about 18 years ago
Updated some @tags to include the version number, and reprised the version numbers on existing ones.
amcbain
More...
about 18 years ago
Undid previous fix. No problems, usage error
amcbain
More...
about 18 years ago
Hopefully fixed a bug where IO.fetchURL(url) returned a Java String isntead of a JS one
amcbain
More...
about 18 years ago
slap kick and punch functionality comes back!
Darren VanBuren
as onekopaka
More...
about 18 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree