gecko-dev/extensions/irc
rginda%netscape.com 95381c7eb2 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.
2003-06-22 00:17:55 +00:00
..
js landing patches for the following bugs, as 0.8.34: 2003-06-22 00:17:55 +00:00
xul landing patches for the following bugs, as 0.8.34: 2003-06-22 00:17:55 +00:00
.cvsignore
ChangeLog Bug 106386 rid source of misspellings 2003-03-24 04:15:34 +00:00
DYK -- NOT PART OF THE BUILD -- 2001-03-17 02:04:06 +00:00
jar.mn landing patches for the following bugs, as 0.8.34: 2003-06-22 00:17:55 +00:00
Makefile.in Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.) 2002-04-25 02:52:44 +00:00
README - chatzilla only - 2001-09-20 05:04:17 +00:00
TODO Checkin in new files for bug 71466 2001-03-14 02:33:40 +00:00

                                   Using ChatZilla











Table Of Contents

Part 1: Introduction to ChatZilla.

  1.1: Introduction
    1.1.1: What is IRC?
    1.1.2: What is ChatZilla?
    1.1.3: Where do I get more information on IRC?

  1.2: The User Interface.
    1.2.1: Menu structure.
    1.2.2: User list.
    1.2.3: Output area.
    1.2.4: View tabs.
    1.2.5: Status bar.

  1.3: Features of the input area.
    1.3.1: Responding to the last person who spoke to you.
    1.3.2: Autocompleting nicknames.
    1.3.3: Autocompleting commands.
    1.3.4: Multiline input.

Part 2: Navigating IRC with ChatZilla.

  2.1: Connecting to an IRC network.
    2.1.1: Listing available networks.
    2.1.2: Attaching to a network.
    2.1.3: Canceling an attach that isn't going well.
    2.1.4: Connecting to a specific server.
    2.1.5: Disconnecting when you're finished.

  2.2: Channels.
    2.2.1: Finding a channel.
    2.2.2: Joining.
    2.2.3: Modes, Topics, and Kicks.
    2.2.4: Parting.

  2.3: Private messages.
    2.3.1: Receiving messages.
    2.3.2: Sending messages.
    2.3.3: Query windows.

Part 3: Scripting ChatZilla.

  3.1: Scripting basics.
    3.1.1: The /eval command.
    3.1.2: Writing text to the output window.
    3.1.3: Writing DOM nodes to the output window.
    3.1.1: Exploring objects with dumpObjectTree();

  3.2: More Scripting.
    3.2.1: External scripts.
    3.2.2: Hooking into IRC events.

Appendix A:
  A: Styling the output window.
    (copy of the comment in output-window.css)