118 Commits

Author SHA1 Message Date
rginda%netscape.com
eb201a2a41 landing CHATZILLA_COMMANDS_YOU branch, see bug 210744. a=asa
git-svn-id: svn://10.0.0.236/trunk@146171 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-18 21:35:33 +00:00
rginda%netscape.com
c1e85fc06c landing patches for the following bugs, as 0.8.34:
193246	/list doesn't work on RFC2812 compliant IRC servers
114744 	File->Close vs. View-Close
80125 	Logging facility in Chatzilla.
198538 	Chat views tab titles are lowcase
200188 	PgDn/PgUp scroll left and right Chatzilla panes
199201 	sound settings blocks stalked messages if WAV sound file ...
114104 	messaging from private chat tab does not show the addressee
201324 	Userlist not always kept sorted as requested
202644 	Column sort behavior should parallel mailnews
184228 	Spelling error in irc.js: "function net_conenct()".
206915 	/join reports joining new channel in current window
209524 	stalk word list cannot have length one
198823 	Should be able to set Default Character Coding in Prefere...
200097 	lowcase ``<nickname> has changed the topic to...''
205792 	important text notification does not properly differentia...
86526 	chatzilla stores default prefs in prefs.js

Thanks to ssieb, kazhik ans Silver for the patches.


git-svn-id: svn://10.0.0.236/trunk@144030 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-22 00:17:55 +00:00
rginda%netscape.com
7f0f59ea90 bug 206639, "land latest chatzilla", a=asa
Changes between 0.8.26 and 0.8.31 are:

* bug 119746: it is now possible to change character sets per channel.
* bug 206066: auto-connect networks now open in correct order
* bug 193246: fixed /list problem on some servers


git-svn-id: svn://10.0.0.236/trunk@142765 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-22 21:28:13 +00:00
samuel%sieb.net
b89daf19db Bug 113227 - make /list not cause chatzilla to time out or freeze mozilla
(also bump version)
chatzilla only
r=rginda
a=asa


git-svn-id: svn://10.0.0.236/trunk@132900 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-02 06:16:14 +00:00
gerv%gerv.net
5751d43faf Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
git-svn-id: svn://10.0.0.236/trunk@126985 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-10 08:39:43 +00:00
rginda%netscape.com
d6482d8b53 - chatzilla only -
Bug 139334 - [RFE] SQUERY command support
patch=jbontje@suespammers.org,r=me


git-svn-id: svn://10.0.0.236/trunk@122150 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-25 00:40:00 +00:00
rginda%netscape.com
5b9fbbd216 chatzilla only, a=asa, bug=41564
fix remaining charset bugs and add /charset command
update changelog
change version to 0.8.5


git-svn-id: svn://10.0.0.236/trunk@110447 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-14 01:43:26 +00:00
rginda%netscape.com
320cedffc0 landing CHATZILLA_0_8_5_BRANCH, bug 103386, r=samuel@sieb.net, rs=brendan@mozilla.org
See the ChangeLog and bug for a full list of changes, and the branch checkin log for a blow by blow.


git-svn-id: svn://10.0.0.236/trunk@109581 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-04 00:20:48 +00:00
rginda%netscape.com
831a75fe95 ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
add css, ping, voice commands
rename toolbar to tabstrip


git-svn-id: svn://10.0.0.236/trunk@101720 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-23 21:30:40 +00:00
rginda%netscape.com
a2858ebbdf - chatzilla only -
massive changes to add i18n support to chatzilla, see bug 27805, "ChatZilla needs i18n"


git-svn-id: svn://10.0.0.236/trunk@98441 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-02 04:36:29 +00:00
rginda%netscape.com
55db3c0b63 ChatZilla 0.8 checkin. see bug 71468 for details
r=ssieb, sr=shaver


git-svn-id: svn://10.0.0.236/trunk@89574 18797224-902f-48f8-a5cc-f745e15eee43
2001-03-14 02:35:29 +00:00
rginda%netscape.com
a52ad6116a --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.


git-svn-id: svn://10.0.0.236/trunk@71248 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-01 05:31:04 +00:00
rginda%netscape.com
935a497c18 -- chatzilla dogfood --
use document.createElementNS instead of document.createElement where necessary, as described in bug 39360
a=waterson


git-svn-id: svn://10.0.0.236/trunk@70454 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-18 19:32:02 +00:00
rginda%netscape.com
21ae512e12 -- 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


git-svn-id: svn://10.0.0.236/trunk@69749 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-15 05:58:30 +00:00
rginda%netscape.com
4a50592f6a -- 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.


git-svn-id: svn://10.0.0.236/trunk@69467 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-12 22:30:21 +00:00
rginda%netscape.com
b74ebda008 -- CHATZILLA CHANGES ONLY --
add /server, /quit, /exit commands


git-svn-id: svn://10.0.0.236/trunk@69019 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-10 07:08:33 +00:00
rginda%netscape.com
aebe1cd818 -- 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


git-svn-id: svn://10.0.0.236/trunk@66942 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-24 00:40:56 +00:00
rginda%netscape.com
c08a2ead97 Initial add
git-svn-id: svn://10.0.0.236/trunk@58070 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 03:32:43 +00:00