Граф коммитов

278 Коммитов

Автор SHA1 Сообщение Дата
rginda%netscape.com b226fc4365 - chatzilla only -
massive changes to add i18n support to chatzilla, see bug 27805, "ChatZilla needs i18n"
2001-07-02 04:36:29 +00:00
rginda%netscape.com 496783a5f6 - chatzilla only -
initial add of stringbundle for chatzilla, for bug 27805, "ChatZilla needs i18n"
2001-07-02 04:34:50 +00:00
hwaara%chello.se edad25332f #81237, "IRC Chat has bizarre menu position and keyboard shortcut". r=doron, sr=ben, a=asa. 2001-06-12 23:26:00 +00:00
rginda%netscape.com b0cf4618fe 0.8.2 changes 2001-06-07 00:53:28 +00:00
rginda%netscape.com 69707191a6 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- copy client.userAgent code from chatzilla 0.8.1x
- implement getConnectionCount()
2001-06-07 00:52:57 +00:00
rginda%netscape.com 4d90b6eb73 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- return false the first time through onClose(), and disconnect from all servers.  This makes sure we keep the window around long enough to send the QUIT messages.
- close window if client.userClose is set and we disconnected from the last server.
2001-06-07 00:52:26 +00:00
rginda%netscape.com dd46726fb7 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- hook up onclose event.
- apply patch from 75226, fixes initial splitter position.
2001-06-07 00:51:51 +00:00
rginda%netscape.com 412b6489a5 - not built -
- add dummy escape/unescape if it isn't there
2001-06-07 00:51:00 +00:00
rginda%netscape.com 0d5cf581b6 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- fix HAS_XPCOM test (XPCDOM broke it.)
- add jsenv.HAS_NSPR_EVENTQ
2001-06-07 00:50:20 +00:00
rginda%netscape.com c738450f77 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- changes to work with new socket interface.
- correct isOp detection in setTopic
- remove checks for undefined exceptions
- route data-available immediatley.  inserting a data-available event to be routed later caused disconnect events to be recieved out of order.
2001-06-07 00:49:47 +00:00
rginda%netscape.com f3ae1a3f2f chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

check nextLine before using it.
2001-06-07 00:49:19 +00:00
rginda%netscape.com fa44a96e55 chatzilla only. bug 79311, chatzilla doesn't always connect properly
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- factor chatzilla specific code out of this file.  Callbacks into chatzilla specific code are now used, making this file more generic.
- according to darinf (the current necko guy), using openOutputStream with asyncRead is a bad thing.  Most of the changes in this file involve migrating from usage of openOutputStream to asyncWrite.
- Changes also include fixing the function declaration syntax to match the rest of the code (two lines, named functions.)
2001-06-07 00:48:45 +00:00
rginda%netscape.com b953ac7908 chatzilla only.
r=samuel@sieb.net, rs=brendan@mozilla.org, a=asa@mozilla.org

- Add stub allowPort method.
- Fix signature for handleContent method, bug 80993
2001-06-07 00:48:03 +00:00
rginda%netscape.com ac5cbe4720 - chatzilla only -
bug 80286, channels with colon characters don't work correctly.  Patch from samuel@sieb.net.  r=me
2001-05-15 21:05:35 +00:00
cls%seawood.org 5f5b0ae021 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
maolson%earthlink.net 7915e17171 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
rginda%netscape.com 00781c8cbf checking in irc library updates described in 74164
chatzilla only, r=ssieb
2001-04-15 00:04:32 +00:00
darin%netscape.com cc425938a3 Fixes irc bustage. 2001-04-10 07:25:55 +00:00
blakeross%telocity.com 6573419a09 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
rginda%netscape.com 12b4560cfa -- NOT PART OF ANY BUILD --
ircbot.js: only check userIsOwner if we care about the result
mingus.js: update owners list, add op owners on join
2001-03-30 21:05:24 +00:00
rginda%netscape.com b5d86332f9 fix for 73680, changes missed during the great XUL wacking.
patch by samuel@sieb.net, r=me, sr/r=shaver
2001-03-28 01:03:33 +00:00
rginda%netscape.com 6c80041312 -- NOT PART OF ANY BUILD --
implement userIsOwner in ircbot.js
move the hook initialization into a function in mingus.js
2001-03-27 22:10:33 +00:00
blakeross%telocity.com eaa6754a0a Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net cf7a9d0f56 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
rginda%netscape.com c7510c63fa -- NOT PART OF THE BUILD --
initial checkin of a "did you know" factsheet for chatzilla
2001-03-17 02:04:06 +00:00
rginda%netscape.com b4eb7b1f68 ChatZilla 0.8 checkin. see bug 71468 for details
r=ssieb, sr=shaver
2001-03-14 02:35:29 +00:00
rginda%netscape.com 73aa04f053 Checkin in new files for bug 71466 2001-03-14 02:33:40 +00:00
timeless%mac.com fbe4dc7bd4 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
blakeross%telocity.com 686e5a8010 UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
waterson%netscape.com 2cd62f503b Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
dougt%netscape.com eab041f43f Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com c6692de055 updating to new necko interfaces. r=rginda@netscape.com a=dougt 2001-02-10 00:46:19 +00:00
dougt%netscape.com 69415757ab Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
rginda%netscape.com d070fefa62 -- chatzilla changes only --
fix problem where chatzilla responds (to the channel) with an error, when someone says the word "undefined"
r=blizzard
2001-01-09 22:57:45 +00:00
blakeross%telocity.com f541335f3b Fix 30878: right click != left click. more to come. r=rginda sr=alecf 2001-01-08 05:01:17 +00:00
bryner%uiuc.edu 433f20e3da Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
bryner%uiuc.edu db51fc636e Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
mkaply%us.ibm.com b96b0acbbf rginda said it was OK for me to add webbnet to the list of networks 2000-11-17 19:32:07 +00:00
disttsc%bart.nl a515bead9b Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
rginda%netscape.com 0f82f11c81 doh! forgot to add the new file 2000-11-01 10:20:07 +00:00
rginda%netscape.com 10add773ff -- CHATZILLA CHANGES ONLY --
sr = scc, r = syd
fix for bug 57633, which also fixes 27805,40636,41343,51352,54145,56708,57104,57138, and some other random unfiled bugs.
2000-11-01 09:33:16 +00:00
timeless%mac.com 3d8ef37843 l10n for bug 54712, a=rginda 2000-10-02 03:35:29 +00:00
m_kato%ga2.so-net.ne.jp f0d7582b1f fix bug 52863 r=rginda a=ben
fix installed-chrome.txt problem.  All chatzilla component do not register to installed-chrome.txt.  So IRC menu isn't shown in Task menu.
2000-09-26 06:10:39 +00:00
cls%seawood.org 598cad6e44 Fix OS/2 gmake problem. Bug #54080. r=leaf a=brendan Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch 2000-09-26 05:20:06 +00:00
disttsc%bart.nl 4eece0fb48 Last batch of checkins for bug=53297 ('rdf:resource' -> 'resource', 'rdf:containment' -> 'containment'). r=akkana, r=cmanske, r=rginda, r=ben, a=waterson 2000-09-24 08:14:55 +00:00
hyatt%netscape.com 957c151659 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
cls%seawood.org 7bae231248 fix for objdir bustage 2000-09-21 07:43:43 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
warren%netscape.com dfec41b5fd added contents.rdf files - not in build yet 2000-09-20 12:00:57 +00:00
warren%netscape.com 13c152846a Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
rginda%netscape.com 7c4a94ea29 -- CHATZILLA ONLY --
fis "multiple hello" messages bug 52131
2000-09-14 08:21:14 +00:00
vishy%netscape.com 59637c069b Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
mcafee%netscape.com 6238e0cbff Adding accelerators for xmlterm, irc (51418). r=pavlov 2000-09-14 04:43:19 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
rginda%netscape.com 6a7af1a410 -- CHATZILLA ONLY --
add e.preventDefault() calls to keep [tab]s from changing focus.
fixes tabcompletion.
2000-08-30 00:35:18 +00:00
rginda%netscape.com 2bd8918f72 -- CHATZILLA ONLY --
call String(obj) instead of obj.toString() to do conversion
2000-08-30 00:30:53 +00:00
rginda%netscape.com 72bb6e8064 -- CHATZILLA CHANGES ONLY --
Fix case in outputstream calls to match recently changed IDLs.  Finally getting chatzilla to crash on join again. (bug 49410)
2000-08-23 21:41:09 +00:00
rginda%netscape.com f8adc640d1 -- CHATZILLA CHANGES ONLY --
removed dead libbs code (bug 39364)
partial fix for bug 47673, still blocked by bug 49410
fix for bug 46541
2000-08-22 23:58:02 +00:00
dprice%netscape.com 69e825c9fe moving pref-irc.xul to core.jar 2000-08-16 04:57:23 +00:00
dprice%netscape.com f7973c34f5 adding dtd file to en-US.jar 2000-08-16 04:10:00 +00:00
warren%netscape.com ea12edc20a Jar manifest updates. 2000-08-11 09:05:40 +00:00
rayw%netscape.com d8d52c08c6 Changed case of nsIFactory.idl methods to start with lower case to be like other
interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.
2000-08-10 20:12:08 +00:00
saari%netscape.com 00ad136b80 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
warren%netscape.com cb60172520 Fixed slashes 2000-07-22 05:00:17 +00:00
dprice%netscape.com 331ffeef9d NOT IN THE BUILD
adding jar.mn file to chatzilla for the eventual repackaging of the chrome into jar files.
2000-07-12 07:52:02 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
rginda%netscape.com 7809aabe01 -- chatzilla changes only --
whitespace changes
fix default dalnet server
2000-06-28 20:51:40 +00:00
rginda%netscape.com b0e8b77b01 -- chatzilla changes only --
Change default EFNet server to irc.mcs.net (no ident req'd.)
2000-06-28 02:23:12 +00:00
rginda%netscape.com 6884972fa6 -- Chatzilla only --
fix for 42947 and 43414 and an unreported regression with the view buttons
2000-06-22 22:57:09 +00:00
hyatt%netscape.com 00f5461214 30511. evaughan 2000-06-20 01:04:20 +00:00
ben%netscape.com bfc9ac7f98 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
rbs%maths.uq.edu.au 29f1b6960b Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
ben%netscape.com bf831eaa4b update extensions modules to use utility overlay and global overlay 2000-06-05 06:33:38 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
rginda%netscape.com 986b0c93ac --CHATZILLA CHANGES ONLY--
type=content in xul window to allow mouse selections, fixed debug message in gotoIRCURL()
2000-06-03 00:11:57 +00:00
rginda%netscape.com a2cc33af0a --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
sspitzer%netscape.com c49b896301 fix for bug #40248. I was using the category manager incorrectly.
thanks to bruce@cubik.org for pointing it out.
2000-06-01 04:14:34 +00:00
sspitzer%netscape.com ae15dd9ee7 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:08:54 +00:00
dougt%netscape.com 0da3936bb1 correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
dougt%netscape.com 4ea1d81354 Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
rginda%netscape.com c2bc1172b3 -- chatzilla dogfood --
use document.createElementNS instead of document.createElement where necessary, as described in bug 39360
a=waterson
2000-05-18 19:32:02 +00:00
mcafee%netscape.com 249e001dc3 Removing bogus part of this skeleton file. 2000-05-17 05:13:07 +00:00
rginda%netscape.com 884d41914a -- chatzilla only --
* manifest.rdf
put chatzilla in the tasks menu.

* static.js
fixed js error on attach
2000-05-17 00:50:16 +00:00
brendan%mozilla.org 2cc44b24b1 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
rginda%netscape.com 97074a34c6 munger regex modifications 2000-05-15 06:30:34 +00:00
rginda%netscape.com 6a0a36b5f8 -- CHATZILLA CHANGES ONLY --
* irc.js
add ctcpTo(), ctcp() methods
forward unknown ctcp codes to onUnknownCTCP handler

* utils.js
add abbreviateWord function

* commands.js
add /ctcp command

* handler.js
make |this| refer to client.currentObject in /eval
implement /ctcp command
chop long hostnames onJoin
add onUnknownCTCP handler
redraw fixes in on366, onPart

* rdf.js
add getTreeRoot method

* static.js
comment fixes
add max word/nick display vars, implementations
updateTitle changes, show correct title based on client.currentObject
fix delete view issue
chop long nicks before displaying
2000-05-15 05:58:30 +00:00
axel%pike.org 057a80d6c9 Removing $(srcdir) from CHROME variables.
r=syd@netscape.com
2000-05-14 11:17:58 +00:00
danm%netscape.com e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com 11a96f9c88 no longer used 2000-05-13 21:25:36 +00:00
danm%netscape.com 76562ee155 new chrome manifest 2000-05-13 21:15:37 +00:00
rginda%netscape.com 88cf80cbb7 * Makefile.in, makefile.win
install new file.

* command-manager.js
handle exact match case.

* chatzilla.css
remove old styles.

* output-default.css
darker bg on QUIT messages.
2000-05-12 22:30:53 +00:00
rginda%netscape.com 9135440529 -- CHATZILLA CHANGES ONLY --
* xul/content/MANIFEST
install new file.

* chatzilla.xul
remove old js file.
add new js file.
menu restructuring.
userlist as rdf populated tree.

* commands.js
hookup for quit, exit, clear, delete, hide, commands, names, toolbar, and statusbar commands.

* handlers.js
implement new commands.
userlist sorting.
tab completion reorg.
pgup/dn functionality.
userlist rdf related hookup.

* static.js
remove unused client.vars.
make version reply one line.
show activity in titlebar if toolbar is not visible.
fix scrolling AND redraw problems!!
userlist rdf related hookup.
2000-05-12 22:30:21 +00:00
rginda%netscape.com 411dff3714 -- CHATZILLA CHANGES ONLY --
Implemented supah-kewl tab completion
2000-05-10 22:23:35 +00:00
rginda%netscape.com 33d9e0d364 -- CHATZILLA CHANGES ONLY --
add /server, /quit, /exit commands
2000-05-10 07:08:33 +00:00
danm%netscape.com 9e41eb5be5 more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
danm%netscape.com 476b766667 chrome installation manifests 2000-05-10 02:02:13 +00:00
rginda%netscape.com da28924d15 * Makefile.in, makefile.win, MAINFEST
install new image.

* chatzilla.xul
add type="checkbox" to appropriate menuitems

* handlers.js
implement onToggleToolbarIcons()

* readprefs.js
read new prefs extensions.irc.(munger, .toolbar.icons, .notify.aggressive)

* static.js
sync menu checkmarks on startup
add fix for Bug# 29301
move button code to styles

* munger.js
add MPL

* chatzilla.css
added new activity-button styles
2000-05-09 01:00:42 +00:00
rginda%netscape.com def571b1d7 don't install unused file 2000-05-08 20:21:09 +00:00
rginda%netscape.com e873bb3a87 Removing unused file. 2000-05-08 20:18:00 +00:00
rginda%netscape.com 77d94a8801 ** CHATZILLA CHANGES ONLY **
* chatzilla.xul
add tasksoverlay
convert starusbar from html:table to box
html:input -> textfield

* handlers.js
prompt for a new nickname if default was not changed

* readprefs.js
read network pref

* static.js
titlebutton -> menubutton

* listbox.js
convert html thingies to xul thingies.  Quite broken, need to change quicklist to a tree

* chatzilla.css
deleted much, more skinnable now
2000-05-08 06:04:24 +00:00
danm%netscape.com 1e2d7af6d7 adding chrome registry update directives 2000-05-05 01:43:24 +00:00
sspitzer%netscape.com 2e096246ee slight cleanup. -chat doesn't pass any args when it opens the window. 2000-04-30 00:17:45 +00:00
sspitzer%netscape.com 3f17aa02db get -chat to work on the mac. 2000-04-25 06:51:17 +00:00
sspitzer%netscape.com bb92c92b21 implementing the chatzilla service that I promised rginda months ago.
now, -chat from the command line works and brings up chatzilla.
(only win32 and unix, until I tweak the mac build.)
2000-04-25 06:39:39 +00:00
rginda%netscape.com f1404ad4a6 -- CHATZILLA CHANGES ONLY --
undoing damn's misplaced changes
2000-04-24 00:45:23 +00:00
rginda%netscape.com f98d2946fb -- CHATZILLA CHANGES ONLY --
checking in patch from Josh Gough, <exv@randomc.com>
muchas gracias!

irc.js
add whois, invite

utils.js
added map and mapObjFunc

chatzilla.xul
add cntxt menu for userlist

commands.js
hook up /away, op, deop, voice, devoice, echo, invite, and kick commands

hadlers.js
onload hack
whois, away, deop, op, voice, devoice, echo, invite, kick command implementations

static.js
more of the onload hack
addEventListener on toolbuttons

listbox.js
selection code

chatzilla.css
selicted list item style
2000-04-24 00:40:56 +00:00
danm%netscape.com 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
rginda%netscape.com 4090ddbfc2 Fixed lame checkin on windows. r=mcafee 2000-02-24 04:10:57 +00:00
rginda%netscape.com 459c75206f Created irc menu item overlays under extensions/irc, in preparation for bug 28192 s fix. r=mcafee, a=jar 2000-02-24 03:38:05 +00:00
mcafee%netscape.com 51c51372c6 Adding dtd file for irc prefs, not part of build yet. r=rginda 2000-02-16 04:26:03 +00:00
mcafee%netscape.com f9fac57119 Adding locale for irc prefs, not part of build yet. r=rginda 2000-02-16 04:21:02 +00:00
mcafee%netscape.com cd15fa296d Adding files for irc prefs. Not part of build yet. r=rginda 2000-02-16 04:19:09 +00:00
mcafee%netscape.com 2cbee83738 Ignore generated files 2000-02-16 04:17:04 +00:00
mcafee%netscape.com d7eb4a5730 Adding irc pref skeleton. r=rginda 2000-02-16 04:15:34 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
rginda%netscape.com cfac58f17b -- CHATZILLA CHANGES ONLY --
* irc.js
verify nickname after login (001)
call changeNick with mixed case nick (regression introduced by previus checkin.)
2000-01-31 22:17:36 +00:00
rginda%netscape.com 25a4151415 Remove some console debug writes 2000-01-28 23:29:28 +00:00
beard%netscape.com affc548dd4 added myself as a contributor. 2000-01-28 01:14:11 +00:00
rginda%netscape.com 24986171e9 more fixes to the ctcp regex 2000-01-27 10:13:27 +00:00
rginda%netscape.com 66569ef9e7 Add slashnet, dalnet, and undernet networks 2000-01-27 09:57:06 +00:00
rginda%netscape.com f45210b218 fix regex in onCTCP 2000-01-27 09:49:30 +00:00
rginda%netscape.com bd0975cef7 Initial add. 2000-01-27 09:45:48 +00:00
rginda%netscape.com 56419e6fff * connection-rhino.js
Various changes to make it Right

* events.js
parameterize hook functions to allow arbitrary hook arrays to be used.
search hooks in reverse order of add

* irc.js
check to see if server is connected before trying to disconnect on net.quit()
watch for exception on connect()
move auto-join-channel into on001 handler.
watch for java.lang.ThreadDeath if running under rhino.
fix onNick for the undernet network

* utils.js
define dd under rhino.
allow functions as patterns in matchObject().

* ircbot.js
define gc() for rhino.
add initPersonality hook.
add support for script line continuation with "\"

* chatzilla.xul
include globalOverlay.xul (why?)
comment out style change menu.

* handlers.js
read prefs before initialization.
add updateTitle() calls where appropriate.

* readprefs.js
Add comment to explain valid prefs.
add style prefs.

* static.js
Fix matchMyNick to match if nick is anywhere in the message (bug 24860.)
Hook up user styles in output window.
add updateTitle(), (bug 24671.)

* chatzilla.css
remove window size designation (resize issues.)

* output-default.css
remove font size attributes.
swap mark=odd and directed-to-me declaration order, to make directed-to-me take
precedence.

* output-marble.css
tab->space changes
2000-01-27 09:45:11 +00:00
sfraser%netscape.com 3369b61d04 First Checked In. 2000-01-20 01:18:09 +00:00
rginda%netscape.com 6107e22d59 remove munger warning, bug 22048 is fixed 2000-01-18 08:58:07 +00:00
rginda%netscape.com b9890176c1 -- CHATZILLA CHANGES ONLY --
* static.js
Adjust IMAGEDIR and CSSDIR to use chrome:// urls
Append IMAGEDIR to gifs used in smiley insertion

* chatzilla.css
Background color in userlist
(border seems to bring back bug 24195)
2000-01-18 08:56:22 +00:00
rginda%netscape.com 10e891ca0c Initial add 2000-01-18 03:32:43 +00:00
rginda%netscape.com 00b8fd91dd -- CHATZILLA CHANGES ONLY --
* Makefile.in, makefile.win
Install files under chrome directory instead of bin.  smfr will adjust mac next.

* connection-xpcom.js, utils.js, readprefs.js
Remove getPriv call (not needed for chrome:// url.)

* irc/xul/content/*, irc/xul/skin/*
Copied test3* files from test directory into new structure.  Renamed test3* to chatzilla*.
2000-01-18 03:29:17 +00:00
rginda%netscape.com 61a967c222 -- CHATZILLA CHANGES ONLY --
* makefile.win, Makefile.in
Remove test1 and test2 files from install.

* connection-xpcom.js
replace enablePrivlege() calls with getPriv().

* utils.js
added jsenv.HAS_SECURITYMANAGER
replace enablePrivlege() calls with getPriv().
add getPriv() function.

* test3-handlers.js
fix onError funciton name.

* test3-readprefs.js
Add MPL (doh!)
replace enablePrivlege() calls with getPriv().

* test3-static.js
Adjust version reply string
Add check/error report for proper privs.
enable munger by default (Again)

* test3.xul
Show check in munger menu entry when page is loaded.
2000-01-16 05:07:01 +00:00
rginda%netscape.com ac7a989463 Remove the bslib from the build, r=leaf 2000-01-15 01:39:40 +00:00
sfraser%netscape.com 43dc74a7b7 First Checked In. 2000-01-15 01:29:00 +00:00
beard%netscape.com fe2b81f4ce Using byte array buffer to implement sock read. 2000-01-14 02:26:50 +00:00
norris%netscape.com 416a981c72 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
rginda%netscape.com 7c3f943cb8 -- CHATZILLA CHANGES ONLY --
* connection-rhino.js
formatting changes.

* connection-xpcom.js
Necko-only implementation courtesy peter.vanderbeken@pandora.be.

* irc.js
Fixed bug in error message.

* munger.js
Added ability to temporarily disable all rules.

* test3-handlers.js
not-implemented placeholder function.
hide, delete, and clear current view functions.
munger-toggle function.

* test3-static.js
disable munger by default.
fix rheet regex.
deleteToolbutton function.

* test3.xul
xul hookup for new functions.
2000-01-07 05:15:32 +00:00
beard%netscape.com 5137c1d14a not used by anything in the default build. r=rginda, a=leaf 1999-12-12 02:52:37 +00:00
rginda%netscape.com f7476a749d -- CHATZILLA CHANGES ONLY --
Raised max input history to 50 (was set to 2 for debugging, oops)
1999-12-07 22:25:20 +00:00
rginda%netscape.com f0309f778c -- CHATZILLA CHANGES ONLY --
* index.html
  Updated sll.js changes, added link to the m.o chatzilla page.

* test3-handlers.js, test3-static.js
  Added input-history stuff.
1999-12-07 07:04:22 +00:00
rginda%netscape.com 8f4b4ac5cf -- CHATZILLA CHANGES ONLY --
* events.js, utils.js
Clean up "Function does not always return a value" errors.

* ircbot.js
Got rid of literal tabs
Assorted anti-bit-rot changes
1999-12-05 03:47:18 +00:00
rginda%netscape.com 7dcab5fd9a -- CHATZILLA CHANGES ONLY --
* test3-handlers.js
  Map function keys to available views

* test3-readprefs.js
  Removed debugging output.

* test3-static.js
  Wiring for fn key->view mapping
  Tweak smiley regexp to require spaces on each side.
  Ignore view change if new view == current view
  Apply munger rules on TOPIC messages in addition to PRIVMSG and ACTIONs
1999-12-03 06:24:29 +00:00
rginda%netscape.com 131db27bf6 -- CHATZILLA CHANGES ONLY --
* Makefile.in, makefile.win
Install new files: munger.js, test3-readprefs.js, and face-*.gif (9 files)

* irc.js
Update regexps to 1.5 syntax.

* test3-commands.js
Wire whois command.

* test3-handlers.js
readPrefs() on startup.
Show checkmark on debug message menu.
Clear inputbox after a /command.
Send eval output to currentobject, instead of *client*
Fix for /join #channelname joining ##channelname.
Whois command implementation.
Factor _addToUserList out of onJoin so it can be used from onNick as well.
Whois reply display code.

* test3-output-*.css
New styles for munger tags.
Assorted style changes.

* test3-static.js
Change linuxnet->moznet.
Munger hookup.
newInlineText creates spans instead of anchors.
notifyActivity blinks indicator if it is already lit.
s/parity/mark

* test3.css
Assorted ui style changes: tbuttons in groove, color changes, etc.

* test3.xul
Include new js file.
Put statusbar in a toolbox.
1999-11-29 03:57:45 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
rginda%ndcico.com e2c7a685a7 ** NOT PART OF THE SEAMONKEY DEFAULT BUILD **
* xul/tests/index.html
Content update.

* xul/tests/test3-output-loud.css
Added ugly style.

* Makefile.in, makefile.win
Updated to install new style.
1999-10-29 03:33:01 +00:00
rginda%ndcico.com 581b05d2f5 **NOT PART OF THE SEAMONKEY DEFAULT BUILD**
* 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.)
1999-10-27 22:42:47 +00:00
waterson%netscape.com c7347c6be0 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
rginda%ndcico.com 5fa188bc05 * Makefile.in, makefile.win
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.
1999-10-09 21:26:52 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com 9e75934ef0 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00