Timeline
16/11/05:
- 10:46 Ticket #53 (Demonstrate milestones working) closed by
- wontfix
- 10:46 Ticket #53 (Demonstrate milestones working) reopened by
- 10:44 Ticket #53 (Demonstrate milestones working) closed by
- wontfix: This is not a bug.
- 10:30 Ticket #53 (Demonstrate milestones working) created by
- Done!
- 10:05 Changeset [356] by
-
Re-arranged the ObjectDB Transaction retrieve() a little so that it makes ...
- 09:52 Changeset [355] by
-
Fixed sorting clause on ObjectDB output; made Http compile; fixed sorting ...
15/11/05:
- 21:48 Ticket #18 (Add decent selection of default aliases) reopened by
- Reopening. This fix is a fix for deployment only, hence this is still a …
- 20:18 Ticket #50 (Actions aren't counted as messages for Choob to give you your bot messages) closed by
- fixed: This was fixed by Faux some time ago (actions now responded to). [354] …
- 20:17 Changeset [354] by
-
Now manages private actions for tells too.
- 20:09 Ticket #52 (No actual proper skeleton/example plugin) created by
- There's no skeleton example plugin for either HaxSunPluginManager? NOR …
- 15:09 Ticket #51 (When joining a channel, choob greets everyone in it) closed by
- wontfix: This appears to have been a netsplit, and the bot (at least SilverBOT) did …
- 14:41 Ticket #51 (When joining a channel, choob greets everyone in it) created by
- If the bots get disconnected from a channel, then rejoin the channel, they …
- 10:20 Changeset [353] by
-
Tell now triggers on actions (/mes).
- 09:57 Ticket #50 (Actions aren't counted as messages for Choob to give you your bot messages) created by
- When sending a message, the recipient won't receive it until he sends a …
- 08:20 Changeset [352] by
-
Cleanups in php scripts.
- 08:09 Changeset [351] by
-
ObjectDbDump?.php now works from the command line.
- 07:54 Ticket #44 (Factoids plugin gets IllegalStateException in odd cases) closed by
- fixed: 'Fixed' by [350]. I need to figure out why that exception is thrown …
- 07:53 Changeset [350] by
-
Added some exception handling in Factoids to stop #44 happening again, ...
- 07:50 Changeset [349] by
-
Added crazy php scripts for fun and profit.
Changed compile.bat so jjtree ...
- 07:49 Ticket #18 (Add decent selection of default aliases) closed by
- fixed: There's now a list of default aliases in source:trunk/docs/default.aliases
- 07:45 Changeset [348] by
-
Set of default aliases for quick copying and pasting to the bot.
13/11/05:
- 19:42 Ticket #46 (Flood protection is trigged in cases when no commands were used) closed by
- duplicate: This bug is almost certainly a duplicate of #47: Choobie's trigger is ;, …
- 19:41 Ticket #47 (Strange errors from unknown plugins when spamming text) closed by
- fixed: Fixed in [347]: Error message for permissions etc now gives plugin name, …
- 19:40 Changeset [347] by
-
Fixed bug #47: Trigger is now bound to start of line and error messages ...
- 19:05 Ticket #30 (java.lang.NullPointerException when a really large block of tells are sent ...) closed by
- fixed: OK, I think this bug was a concurrency issue. This only happens when …
- 19:00 Changeset [346] by
-
Fixed plugins to play nice with transactions that might repeat.
Fixed a ...
- 18:48 Changeset [345] by
-
Attempted resolution of transaction deadlock errors. Now some vague ...
- 16:28 Changeset [344] by
-
Deadlock-causing code in Test.
- 14:49 Ticket #42 (wish: addquote functionality for Quotes) closed by
- fixed: Done. Fixed as of [343]: Quote.AddQuote? now exists.
- 14:48 Changeset [343] by
-
Added addquote functionality, fixing #42.
- 14:10 Ticket #49 (Exceptions all over the place.) created by
- Lots of plugin and even API code throws ChoobException? or blindly catches …
- 14:09 Ticket #48 (API docs) created by
- Much of the API has no or little Javadocs. This includes some modules, …
- 14:05 Ticket #15 (ObjectDB and Security throw undescriptive exceptions) closed by
- fixed: All ObjectDB stuff now throws ObjectDBError, as of [342]. Marking fixed.
- 14:05 Changeset [342] by
-
More tweaks to the ODB parser; it now generates information about type of ...
- 02:54 Changeset [341] by
-
Allow "run.bat once" to not do the looping, since go.bat relies on this.
- 02:49 Changeset [340] by
-
Fixed a pretty nasty bug in ODB where it missed every 50th entry.
Also ...
- 02:47 PerformanceIssues edited by
- Added ODB stats. (diff)
- 01:34 Changeset [339] by
-
Slight tweak to output of BeginLink?.
- 01:19 Changeset [338] by
-
Remangled exceptions: Most are now RuntimeExceptions?.
This means much ...
- 00:44 Changeset [337] by
-
Update Test plugin some more to use the new quit/restart APIs.
- 00:35 Changeset [336] by
-
Updating compile.bat to match new code in compile.sh.
Adding auto-restart ...
- 00:07 Changeset [335] by
-
Altered ObjectDB to be a little more SQL-like.
Compile.sh now ...
12/11/05:
- 22:48 Ticket #47 (Strange errors from unknown plugins when spamming text) created by
- IRC log: […]
- 22:46 Ticket #46 (Flood protection is trigged in cases when no commands were used) created by
- IRC log: […]
- 22:30 Changeset [334] by
-
Add quit(message) and restart(message) to IRCInterface, with support from ...
- 22:29 Changeset [333] by
-
Copy SVN datafile to sensible place so bot can check what version it is.
- 21:24 Ticket #45 (Events' timestamp generation is a bit off, thanks to rounding.) created by
- stupidStamp needs fixing, or, preferably, needs moving into something like …
- 20:15 Changeset [332] by
-
Added timetostamp on new signups, fixed event misidentification bug in ...
- 18:17 Changeset [331] by
-
API whorage test in Test. Removed some debugging stuff. Cache for Node IDs ...
- 16:55 PerformanceIssues edited by
- (diff)
- 16:34 PerformanceIssues edited by
- (diff)
- 16:28 PerformanceIssues edited by
- (diff)
- 16:28 PerformanceIssues created by
- 16:03 WikiStart edited by
- (diff)
11/11/05:
- 14:14 Ticket #44 (Factoids plugin gets IllegalStateException in odd cases) created by
- IRC conversation:[…]
10/11/05:
- 14:41 Ticket #40 (SQL exceptions when the bot is idle.) closed by
- fixed: Seems to be fixed, woot.
- 14:22 Changeset [330] by
-
The src/tmp directory is required, make sure it exists.
- 04:19 Ticket #41 (Periodic cleanup of old objects in ScraperModule.) closed by
- fixed: As of [329] expired objects are removed every time a new object is …
- 04:19 Changeset [329] by
-
Cleaned up ScraperModule?.java, and made it clean-up after it's-self. #41 ...
- 03:56 Ticket #36 (Join quotes.) closed by
- fixed: Added as of [328].
- 03:56 Changeset [328] by
-
Initial version of join quotes (#36). Quite a bit of duplicated code, ...
- 03:28 Ticket #26 (Security concerns on friendly variables and inheritance.) closed by
- fixed: [327] deals with the ability to instantiate Choob, without which many …
- 03:26 Changeset [327] by
-
A few classes' constructors that were unnecessarily public changed to ...
- 02:49 Changeset [326] by
-
'Hardened' in response to #26, lots of major classes are now final, with ...
- 02:27 Changeset [325] by
-
Added automatic shutup/wakeup + flood protection (#19). This may require ...
- 01:33 UsingHelp edited by
- Added info for zero param commands. (diff)
- 01:28 Changeset [324] by
-
Fixed the help on the bugreport and featurerequest commands.
- 01:22 Ticket #28 (Trac interface (Tickets).) closed by
- fixed: Already exists in !miscmsg.bugreport and !miscmsg.featurerequest, which …
- 01:15 Ticket #19 (Automatic shutup/wakeup/you're flooding!) closed by
- fixed: Finished, automatic shutup/wakeup ended up in a plugin. All three …
08/11/05:
- 16:32 Ticket #43 (Bot isn't aware of it's own name being changed.) created by
- Top of run() in ChoobDecoderTask?.java: FIXME: There is no way I can see …
- 00:30 WritingJsPlugins edited by
- Adding links to some new documents (LoadingPlugins, PluginEvents and … (diff)
- 00:29 PluginIntervals created by
- 00:08 PluginEvents created by
- 00:05 LoadingPlugins created by
07/11/05:
- 23:46 Ticket #42 (wish: addquote functionality for Quotes) created by
- A command to add quotes to the quote database manually rather than having …
- 23:42 WritingPlugins edited by
- Omglame writing plugin guide: Hello World! (diff)
- 16:54 Ticket #41 (Periodic cleanup of old objects in ScraperModule.) created by
- ScraperModule? caches pages it's accessed indefintely, even though it knows …
- 16:06 Changeset [323] by
-
!flipacoin was broken when you tried to comma separate things in a ...
- 12:44 Changeset [322] by
-
Tentative fix for benji's idle bug #40 using the periodic connection idle ...
- 12:43 Ticket #40 (SQL exceptions when the bot is idle.) created by
- Benji has got these; I have reproduced them. Here's one …
06/11/05:
- 15:22 Changeset [321] by
-
Fixed some typos and grammar-os. :)
- 15:20 Ticket #38 (Strange behaviour in 'quote.create action:'.) closed by
- fixed: Fixed in [320] - the null error was simply memory like a seive. There's …
- 15:19 Changeset [320] by
-
Fix0erd bug #38: Quote.Create now acctepts "action:" and "privmsg:" as ...
- 14:27 Ticket #37 (Non-trivial aliases are broken.) closed by
- fixed
- 14:26 Changeset [319] by
-
Fix bug [37]: Aliases now support the syntax "<plugin>.<cmd> <initparams>" ...
05/11/05:
- 15:05 Ticket #39 (CPU issues.) created by
- Choob eats CPU like a CPU hungry monster. I gave it 49 tell commands …
04/11/05:
- 19:57 Ticket #38 (Strange behaviour in 'quote.create action:'.) created by
- […]
- 13:56 Ticket #37 (Non-trivial aliases are broken.) created by
- Aliases which aren't just rewriting the command fail to …
- 12:53 Ticket #36 (Join quotes.) created by
- Add join-quotes, preferably with an api-call from the quotes plugin.
- 10:29 Ticket #35 (Map plugin.) created by
- Map plugin! This would scrape mapquest or similar and provide commands …
03/11/05:
- 20:30 Changeset [318] by
-
Small tweak to TimedEvents?.
- 20:08 Changeset [317] by
-
Fixes:
Tell now supports being aliased to ask with a different ...
- 19:04 Ticket #29 (Object for Deletion does not exist when large blocks of tells are sent) closed by
- fixed: This was probably caused by a race condition. As such, I've simple …
- 19:03 Changeset [316] by
-
The spew() function in Karma is now synchronised, hopefully fixing #29.
- 18:24 Ticket #32 (Multikarma misparse) closed by
- fixed: Not a problem in [315].
- 18:24 Changeset [315] by
-
If something is karma'd at the start of a line, don't allow anything else ...
- 18:13 Ticket #33 (Karma.Reason doesn't work.) closed by
- fixed: Fixed in [314] by adding the reasonup and reasondown commands.
- 18:13 Changeset [314] by
-
Fix for #33. Added the reasonup and reasondown commands to Karma, ...
- 17:27 Ticket #34 (Karma's * is obfuscated - better to say "with reason") closed by
- fixed: Fixed in [313].
- 17:27 Changeset [313] by
-
Fix #34.
- 17:26 Ticket #31 (Pasting UNIX permissions causes the bot to insult the user.) closed by
- fixed: Fixed as [312].
- 17:26 Changeset [312] by
-
Fix #31 by s/-+/-/ on karma.
- 17:04 Ticket #34 (Karma's * is obfuscated - better to say "with reason") created by
- When you give a reason, choob sticks a * on the noun. It'd be clearer if …
- 16:57 Ticket #33 (Karma.Reason doesn't work.) created by
- This should probably be converted to standard command syntax. As it is, I …
- 16:52 Ticket #24 (IRCInterface: Only sendContextReply splits up long messages, sendMessage ...) closed by
- fixed
- 16:51 Ticket #24 (IRCInterface: Only sendContextReply splits up long messages, sendMessage ...) reopened by
- 16:47 Ticket #32 (Multikarma misparse) created by
- […]
- 16:37 Ticket #31 (Pasting UNIX permissions causes the bot to insult the user.) created by
- This is due to broken code in Karma. […]
- 11:05 Ticket #30 (java.lang.NullPointerException when a really large block of tells are sent ...) created by
- Bot gives the error: "The plugin author was too lazy to trap the …
- 11:03 Ticket #29 (Object for Deletion does not exist when large blocks of tells are sent) created by
- Bot gives error: "The plugin author was too lazy to trap the exception: …
- 10:35 Ticket #28 (Trac interface (Tickets).) created by
- We need to make bugreport and featurerequest commands.
- 10:28 Ticket #27 (Logger plugin) created by
- While we do curently keep a History table in the database, people seem to …
- 10:23 Ticket #26 (Security concerns on friendly variables and inheritance.) created by
- Among other things, a friendly reference to the Choob object is held by a …
- 10:15 Changeset [311] by
-
Support for handling non-IRC events, like PluginLoaded?.
- 01:40 Ticket #25 (Per-plugin concurrency limits) created by
- [308] added a basic framework for controllable concurrency on plugins. …
- 01:31 Changeset [310] by
-
Update trigger code to escape RegExp?-special characters to prevent... ...
- 01:21 Changeset [309] by
-
Altered defaults to be more lenient. Hopefully this will fix NickServ? for ...
- 01:11 Changeset [308] by
-
Some simple plugin synchronization. For now, each plugin can only attempt ...
- 00:57 Ticket #24 (IRCInterface: Only sendContextReply splits up long messages, sendMessage ...) closed by
- fixed: Fixed in [307].
- 00:56 Changeset [307] by
-
IRCInterface cleaned up, and fixed as #24.
- 00:42 Ticket #24 (IRCInterface: Only sendContextReply splits up long messages, sendMessage ...) created by
- if (message.length() > MAX_MESSAGE_LENGTH) { // XXX HAX XXX HAX …
- 00:30 Ticket #22 (Block karma in PM.) closed by
- fixed: Done as of [306].
- 00:29 Changeset [306] by
-
Karma as #22, plus not being able to karma yourself.
Small cleanups in ...
02/11/05:
- 21:18 Ticket #23 (Events plugin breaks Java's RegExp) created by
- I don't really know what happened, I just updated to r303, and restarted …
- 21:09 Changeset [305] by
-
Update compile.bat to check the date of Choob.java and ...
- 20:52 Changeset [304] by
-
Oops, forgot to delete the .pl.
- 20:47 Changeset [303] by
-
HorriblePerlScript? is now written in Java. compile.bat needs fixing to run ...
- 17:30 Ticket #22 (Block karma in PM.) created by
- Block.. karma.. in.. pm..
- 17:28 Ticket #21 (Timedevents.in doens't work in PM.) closed by
- fixed: Fixed in [302].
- 17:28 Changeset [302] by
-
Fix for HistoryModule? re #21.
- 17:07 Changeset [301] by
-
Added (initial) version of HorriblePerlScript?'s conversion. Note that it ...
- 16:27 Ticket #21 (Timedevents.in doens't work in PM.) created by
- !timedevents.in goes insane in pm with a message like:[…]
- 16:24 Ticket #20 (Synthetic Recursion error when there's no recursion) closed by
- fixed: This specific issue arbitarially fixed in [300].
- 16:21 Changeset [300] by
-
Alias' maximum recursion depth increased, so ![something aliased to ...
- 16:05 Ticket #20 (Synthetic Recursion error when there's no recursion) created by
- When TimedEvents?.in is aliased to in and talk.say is aliased to say, in 5s …
- 16:02 Ticket #19 (Automatic shutup/wakeup/you're flooding!) created by
- Add automatic shutting up, waking up (to IRCInterface) and "You're …
- 16:01 Ticket #18 (Add decent selection of default aliases) created by
- The current choob.db has two (broken) aliases by default. Before release, …
- 16:00 Ticket #17 ("Message too long, pm'ing instead.") created by
- Add this as a feature of IRCInterface.
- 15:56 Ticket #8 (Fix dict command) closed by
- fixed: Acronym Finder is done, no other known issues. Open a ticket with an …
- 15:48 Changeset [299] by
-
Fixed Dict.java as #8.
- 15:40 Ticket #16 (Ignore people who are +B.) created by
- Completely disregard all input from anyone on the /msg statserv botlist …
- 15:01 Ticket #14 (Dodgy error generation in ChoobNoSuchPluginException.) closed by
- fixed: Both fixed as of [298].
- 15:00 Changeset [298] by
-
#14 fixed: ChoobNoSuch?*Exception are now more sensible, and more sensibly ...
- 14:12 Ticket #15 (ObjectDB and Security throw undescriptive exceptions) created by
- Well, they describe the problem, but they're all ChoobExceptions?. I'd …
- 14:09 Ticket #11 (DBConnectionManager log) closed by
- fixed: On second thoughts, there isn't anywhere you can sanely insert another …
- 13:56 Ticket #7 (dbConnectionBroker returning nulls) closed by
- fixed: getConnection is now an alias for c3p0's getConnection, which throws …
- 13:55 Changeset [297] by
-
DbConnectionBroker?.java is now a wrapper for the c3p0 database connection ...
- 12:09 Changeset [296] by
-
Cleaned up javadocs folder, removed missing entries.
- 11:31 Changeset [295] by
-
Bye bye gadget branches.
01/11/05:
- 20:01 Changeset [294] by
-
Update go.bat to correctly identify when custom.db fails to import. Adjust ...
- 17:52 Ticket #10 (Bot needs a trigger in /msg) closed by
- fixed: Fixed in r293.
- 17:52 Changeset [293] by
-
#10 fixed.
- 17:18 Changeset [292] by
-
Fix random exception that was in Laurence's pants.
- 16:37 HowToRunChoob edited by
- Update (diff)
- 16:34 Changeset [291] by
-
Change to go.bat to use exit code 0 to mean "don't restart". Any non-zero ...
- 13:30 Ticket #13 (Stupid loadplugin error relating to Http) closed by
- fixed: As of r290 HaxSunPluginManager?'s handling of errors exists, it responds by …
- 13:26 Ticket #9 (Events announce changes) closed by
- fixed: Done as of r290.
- 13:25 Changeset [290] by
-
Events announces, as #9. HaxSunPluginManager?.java has more intelligent ...
- 13:12 Ticket #12 (getParams should take count of params, not count+1) closed by
- fixed: Fixed by changeset [289]. All contrib plugins have been updated to …
- 13:07 Changeset [289] by
-
Changing UtilModule? getParams to only take the count of the parameters, ...
- 12:51 Changeset [288] by
-
Add support for importing db/custom.db automatically in go.bat. Adjust ...
- 12:41 Ticket #14 (Dodgy error generation in ChoobNoSuchPluginException.) created by
- Calls the superclass constructor with an error string, but it expects a …
- 12:25 Ticket #12 (getParams should take count of params, not count+1) reopened by
- Do not WONTFIX a ticket by working around the problem in all the places …
- 12:20 Ticket #13 (Stupid loadplugin error relating to Http) created by
- […]
- 10:24 Ticket #12 (getParams should take count of params, not count+1) closed by
- wontfix: As of r287 all of the plugins are compatiable with the latest version of …
- 10:21 Changeset [287] by
-
Made plugins compliant with the new UtilModule?.java, minor changes to ...
31/10/05:
- 18:58 Ticket #12 (getParams should take count of params, not count+1) created by
- The current documented behaviour, and after changeset [266] the actual …
30/10/05:
- 14:59 Changeset [286] by
-
Clean up and add some comments in JavaScriptPluginManager?.
- 14:37 Changeset [285] by
-
Make JavaScriptPluginManager?.destroyPlugin remove command names from the ...
- 13:16 Ticket #11 (DBConnectionManager log) created by
- Should be just STDERR, like all other logging messages. This involves …
- 13:15 Changeset [284] by
-
Moving bot-nick-change code to DecoderTask? per bucko's request. It does ...
- 13:11 Ticket #10 (Bot needs a trigger in /msg) created by
- In /msg, every message the bot recieves is a command. That or the user is …
- 03:48 Changeset [283] by
-
Pre-emptive strike! Make sure nick changes for us update the trigger code.
- 03:37 Changeset [282] by
-
Small code removal tweak.
- 03:34 Changeset [281] by
-
Remove small chunk of duplicated code.
- 03:32 Changeset [280] by
-
Allow "botName," prefix to trigger commands, and make sure UtilModule? is ...
- 02:42 WritingJsPlugins edited by
- (diff)
- 02:41 WritingJsPlugins edited by
- (diff)
- 02:39 WritingJsPlugins edited by
- (diff)
- 02:37 WritingJsPlugins created by
- 01:54 WritingPlugins edited by
- (diff)
- 01:54 WritingPlugins edited by
- (diff)
29/10/05:
- 23:29 Ticket #9 (Events announce changes) created by
- The events plugin needs to announce changes when they occur.
- 23:28 Ticket #8 (Fix dict command) created by
- Apparently it needs fixing. This is to track that.
- 23:26 Changeset [279] by
-
Remove some no longer needed debug prints from the ...
- 23:19 Changeset [278] by
-
- actually support property style generics.
- 23:14 Changeset [277] by
-
- adding support for handling exported ...
- 22:22 Changeset [276] by
-
Make [JavaScriptPluginManager?]doGeneric throw if the method is not ...
- 21:34 Changeset [275] by
-
Check for .js files as well as .java files when extracting plugin name.
- 20:14 Changeset [274] by
-
Update JavaScript? Plugin Manager's error messages to include useful ...
- 19:33 Changeset [273] by
-
Fixed synchronized being in the wrong place.
- 19:22 Changeset [272] by
-
Fixed sql deadlock issue in Tell by synchronising tells. Tell is a special ...
27/10/05:
25/10/05:
- 16:35 Ticket #4 (Http global objects hack.) closed by
- fixed: Fixed in r271.
- 16:34 Changeset [271] by
-
Fixed Http.java as per Ticket#4, now uses an api call to save ...
21/10/05:
- 23:21 Changeset [270] by
-
Adding nodes.pl to display the node tree from the current bot. Must be run ...
- 00:38 Ticket #7 (dbConnectionBroker returning nulls) created by
- Need to figure out why there are null pointers in the dbConnectionBroker's …
20/10/05:
- 23:27 Ticket #6 (Case sensitivity in granted permission names) created by
- It seems that Java permissions (Socket, Runtime, File.. etc..) are …
- 17:58 Changeset [269] by
-
Added featurerequest and bugreport to MiscMsg?.
- 17:50 Changeset [268] by
-
Added several more plugins to core plugins, created groups and also ...
- 17:39 Ticket #5 (Fixing all 'XXX HAX' lines) created by
- Fix most of the stuff that shows when you grep for XXX, and maybe some of …
- 17:38 Ticket #4 (Http global objects hack.) created by
- Http should probably actually just have an API call for storeString which …
- 17:38 DeveloperInfo edited by
- (diff)
- 17:37 Ticket #1 (Quotes plugin) closed by
- fixed
- 17:36 Ticket #3 (SQL Deadlock problem) created by
- Seems the database actually deadlocks in certain situations. This needs …
- 16:11 Changeset [267] by
-
This time the fix works...
- 16:06 Changeset [266] by
-
Fixed some stuff in the Tell plugin.
- 01:53 Changeset [265] by
-
Mega uber speshul go.bat update. Now totally sets up the env and tries to ...
- 01:16 Changeset [264] by
-
Fix off-by-one error?
- 01:15 Changeset [263] by
-
Adding test.restart for this bot-loop stuff too.
- 01:12 Changeset [262] by
-
*sigh*2
- 01:11 Changeset [261] by
-
*sigh*
- 01:10 Changeset [260] by
-
(try again) Adding ability to specify exit code (for bot-loop work).
- 01:07 Changeset [259] by
-
Backout until it works!
- 01:06 Changeset [258] by
-
Adding ability to specify exit code (for bot-loop work).
- 00:13 Changeset [257] by
-
Fixed alias.remove.
19/10/05:
- 23:59 Changeset [256] by
-
Fixes.
- 23:50 Changeset [255] by
-
Added dict classpath stuff.
- 20:43 UsingSecurity edited by
- Added bangs to all the command names. (diff)
- 20:42 UsingSecurity edited by
- (diff)
- 20:33 Changeset [254] by
-
Woops. This one actually compiles. :-S
- 20:28 Changeset [253] by
-
Should fix the null pointer exceptions DbConnectionBroker? was giving. We ...
- 00:50 Changeset [252] by
-
Remove some of the no longer necessary JavaScriptPluginManager? spew (ctor, ...
18/10/05:
- 22:29 Changeset [251] by
-
Added displaying of uncaught exceptions from plugin code.
Removed some ...
- 21:25 Changeset [250] by
-
Mega changes to how the JavaScriptPluginMap? works (no more lists ...
- 21:24 Changeset [249] by
-
Attempt to find and set up JDK 1.5 path in go.bat for running on systems ...
