gecko-dev/extensions/irc
gijskruitbosch%gmail.com 8a4c1438e6 Bug 351215 - instanceof now failing for subscript loader generated objects
p=silver@warwickcompsoc.co.uk (James Ross)
r=ssieb
ChatZilla Only
2006-09-07 23:05:20 +00:00
..
ff Bug 255081 - Land ChatZilla 0.9.65 (check bug for details of bugs fixed). 2004-09-15 18:39:16 +00:00
js Bug 351215 - instanceof now failing for subscript loader generated objects 2006-09-07 23:05:20 +00:00
sm Bug 269633 - Land ChatZilla 0.9.67. Various changes, many bugs fixed, see bug 269633 for details. 2004-12-19 22:52:37 +00:00
xpi Adjusting install.rdf versions to allow for SM 1.1 and work around AMO lameness. 2006-07-31 10:58:33 +00:00
xul Bug 351215 - instanceof now failing for subscript loader generated objects 2006-09-07 23:05:20 +00:00
.cvsignore
ChangeLog Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
DYK
Makefile.in Bug 255081 - Land ChatZilla 0.9.65 (check bug for details of bugs fixed). 2004-09-15 18:39:16 +00:00
README
TODO
chatzilla.pkg
jar.mn Bug 27807 - Load and overlay default network list with networks.txt data from profile. Phase 1 of user-editable networks, includes required extra support from the serializer. 2006-04-21 01:42:06 +00:00
locale-jar.mn Bug 224503 - Create simpler way of localizing ChatZilla 2006-01-31 17:41:51 +00:00

README

                                   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)