gecko-dev/extensions
rginda%netscape.com fa1f25a153 --CHATZILLA CHANGES ONLY--
a=brendan

* chatzilla-service.js
added components required for irc:// urls.

* command-manager.js
sort names before returning

* connection-xpcom.js
added support for async reads.

* events.js
Added "yield" event type to break out of event processing.

* irc-debug.js
add MPL
show data for "senddata" type events.

* irc.js
add password param for server.login() method.
add key param for channel.join() method.
refactoring to use the connection's async read method if it's there
(it's not in connection-rhino.js yet.)

* utils.js
add hyphenateWord function.

* chatzilla.xul
add windowtype attribute.
apply exv@randomc.com 's userlist context menu patch.

* commands.js
apply cbegle@geocast.com 's /stalk and /unstalk patch.
update join, server, and attach commands to include new params.
alias leave part.
removed bogus comments.

* handlers.js
apply cbegle@geocast.com 's /stalk and /unstalk patch.
update join, server, and attach commands to include new params.
check for pending irc urls after connection is made.

* static.js
apply cbegle@geocast.com 's /stalk and /unstalk patch.
apply exv@randomc.com 's userlist context menu patch.
add long word rule to munger.
implement parseIRCURL() and gotoIRCURL() function.
implement doURLTest() to test the other two.
2000-06-01 05:31:04 +00:00
..
cookie fix for bug #40248. I was using the category manager incorrectly. 2000-06-01 04:14:34 +00:00
cview -- NOT PART OF THE BUILD -- 2000-05-29 21:59:13 +00:00
datetime correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
finger correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
irc --CHATZILLA CHANGES ONLY-- 2000-06-01 05:31:04 +00:00
pics removing incompatibly licensed source. 2000-04-07 20:14:28 +00:00
psm-glue Bug 39867: Fix uninitialized variable problem that was causing Mac to not post after unchecking "show again" box in warning dialog. r=harishd 2000-06-01 02:02:39 +00:00
transformiix Not part of build, a=leaf 2000-05-29 07:15:17 +00:00
wallet doing the right thing to fix bug 40978, r=ben 2000-05-31 03:27:56 +00:00
xml-rpc Remove quotes around inline function code that was once a local Function object. Oops. Thanks to McCabe for finding this. a=brendan 2000-05-25 20:10:47 +00:00
xmlterm --NOT PART OF DEFAULT BUILD-- 2000-05-26 03:54:47 +00:00
.cvsignore Ignore generated files. 1999-03-31 08:30:31 +00:00
Makefile.in Moved the handling of extensions into configure.in. 1999-11-09 23:30:32 +00:00
makefile.win Make XML-RPC part of the default build on Unix and Win32. smfr will take care ofthe Mac build. 2000-05-05 20:33:49 +00:00