Changed allmakefiles.sh to only generate Makefiles for extensions directories that are specified.
Added support for --with-extensions=none & --without-extensions
The following options have been superceded by --with-extensions:
--disable-cookie-management
--disable-client-wallet
--disable-single-signon
* xul/tests/test3-output-loud.css
Added css for "loud" style.
* xul/tests/blue_rock.gif
Added pic for new default style, from Eterm background collection.
* makefile.win, Makefile.in
Add blue_rock.gif to install files.
* js/lib/irc.js
Strip \r characters from input.
* xul/tests/index.html
Updated content.
* xul/tests/test3-handlers.js
Create userlist object onJoin if it isnt already there.
* xul/tests/test3-output-default.css
New default style.
* xul/tests/test3-static.js
Added irc.freei.net server to top of EFNet network. This server does not
require the ident service, which is blocked by the NS firewall.
* xul/tests/test3.xul
Added "loud" style to menu (old default style.)
Install new css files and alternate images.
* README
Removed some rot.
* events.js
Add ability to disable a hook without uninstalling it.
Changed return value of addHook to the new hook object.
Added getHook(name) method.
Removed unused variable from routeEvent.
* http.js, irc-debug.js
Fixed spelling error.
* irc.js
network.onConnect no longer forwards the event to the server.
Added getModeStr() method to the IRCChanMode object to retrieve the entire mode string for a channel.
* utils.js
Added Clone() constructor.
Fixed problem in stringTrim.
Added getStackTrace() ... Whoopee!! ...
* bsconnection.c, bsutil.c
Stop warnings on Mac.
* index.html
Change links to buttons to avoid troubles with other methods (href="javascript:f()" | (href="javascript:(void 0)" | href="#") onclick="f()")
* test3-commands.js
Wiring for /testdisplay and /msg commands.
* test3-handlers.js
Added debug message toggle menuitem handler.
Added style change menu item handler.
Added hack to work around bad KeyUp events.
Factored out some logic from onInputCompleteLine into getObjectDetails (in test3-static.js)
Added /testdisplay and /msg implementation.
Fixed error message for unknown network passed to /network.
Added topicDate to output of /topic command.
updateNetwork and updateChannel calls sprinkled throughout to keep the statusbar current.
Added topic change handler.
* test3-static.js
Post new messages top to bottom!!
Disable the debug hook by default.
Added getObjectDetails (factored out of test3-handlers.js)
Added setOutputStyle to dynamically change the .cs file used for the output window.
Implemented updateNetwork and updateChannel.
Massive changes to .display methods make output window now display using a table, instead of spans (much faster, btw.)
Fixed addHistory to trim the correct side of the output, regardless of print direction.
* test3.css
Factored out output window styles.
* test3.xul
Added menu options for debug message toggle and style changes.
Added statusbar (table.)
* test3-output-default.css, test3-output-marble.css
Added output window stylesheets.