Commit Graph

73 Commits

Author SHA1 Message Date
rginda%netscape.com
c833d164ca -- 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
5153c01a6f 30511. evaughan 2000-06-20 01:04:20 +00:00
ben%netscape.com
2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
rbs%maths.uq.edu.au
26742e611c 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
a5da281d80 update extensions modules to use utility overlay and global overlay 2000-06-05 06:33:38 +00:00
rginda%netscape.com
579fd995b8 --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
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
sspitzer%netscape.com
02b40486f6 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:08:54 +00:00
rginda%netscape.com
da936a688d -- 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
eaeef283dc Removing bogus part of this skeleton file. 2000-05-17 05:13:07 +00:00
rginda%netscape.com
e1e6c60287 -- 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
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
rginda%netscape.com
7f03f3ce2a munger regex modifications 2000-05-15 06:30:34 +00:00
rginda%netscape.com
cbee6f70c8 -- 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
c28af247c3 Removing $(srcdir) from CHROME variables.
r=syd@netscape.com
2000-05-14 11:17:58 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com
49d1c9fe22 no longer used 2000-05-13 21:25:36 +00:00
danm%netscape.com
7e68eab2ac new chrome manifest 2000-05-13 21:15:37 +00:00
rginda%netscape.com
e14b7f93eb * 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
1c483d887f -- 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
8fc382656f -- CHATZILLA CHANGES ONLY --
Implemented supah-kewl tab completion
2000-05-10 22:23:35 +00:00
rginda%netscape.com
b0d19c19d8 -- CHATZILLA CHANGES ONLY --
add /server, /quit, /exit commands
2000-05-10 07:08:33 +00:00
danm%netscape.com
f116f169ed more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
danm%netscape.com
6073141fbd chrome installation manifests 2000-05-10 02:02:13 +00:00
rginda%netscape.com
d4704fde9d * 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
338f978831 don't install unused file 2000-05-08 20:21:09 +00:00
rginda%netscape.com
245a6ae989 Removing unused file. 2000-05-08 20:18:00 +00:00
rginda%netscape.com
f6b8c1c19a ** 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
rginda%netscape.com
010ca27f23 -- CHATZILLA CHANGES ONLY --
undoing damn's misplaced changes
2000-04-24 00:45:23 +00:00
rginda%netscape.com
7d1bdb74c7 -- 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
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
rginda%netscape.com
e747b276af Fixed lame checkin on windows. r=mcafee 2000-02-24 04:10:57 +00:00
rginda%netscape.com
60f5a24084 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
376a788f6e Adding dtd file for irc prefs, not part of build yet. r=rginda 2000-02-16 04:26:03 +00:00
mcafee%netscape.com
9a27bf133a Adding locale for irc prefs, not part of build yet. r=rginda 2000-02-16 04:21:02 +00:00
mcafee%netscape.com
4bd2190739 Adding files for irc prefs. Not part of build yet. r=rginda 2000-02-16 04:19:09 +00:00
mcafee%netscape.com
28562c007d Ignore generated files 2000-02-16 04:17:04 +00:00
mcafee%netscape.com
c6a5bf2df5 Adding irc pref skeleton. r=rginda 2000-02-16 04:15:34 +00:00
rginda%netscape.com
ecc7a6d6aa Remove some console debug writes 2000-01-28 23:29:28 +00:00
rginda%netscape.com
d266ed9673 Add slashnet, dalnet, and undernet networks 2000-01-27 09:57:06 +00:00
rginda%netscape.com
8537a0885b * 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
de5b99c454 First Checked In. 2000-01-20 01:18:09 +00:00
rginda%netscape.com
163feff64f remove munger warning, bug 22048 is fixed 2000-01-18 08:58:07 +00:00
rginda%netscape.com
56d633b956 -- 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
2434e298f9 Initial add 2000-01-18 03:32:43 +00:00
rginda%netscape.com
2ed3337172 -- 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
6b9b799616 -- 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
sfraser%netscape.com
69f9db76be First Checked In. 2000-01-15 01:29:00 +00:00
norris%netscape.com
ab39816cf4 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
rginda%netscape.com
19e2cc1648 -- 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