File: index.html

package info (click to toggle)
znc 0.045-3%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,120 kB
  • ctags: 2,324
  • sloc: cpp: 17,406; sh: 2,380; perl: 448; makefile: 134
file content (50 lines) | stat: -rw-r--r-- 2,138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<title>ZNC - Front Page</title>
</head>

<body bgcolor="#FFFFFF" text="#000000" alink="#993333" link="#333399" vlink="#666666">
[<a href="index.html">Home</a>]
-
[<a href="http://sourceforge.net/projects/znc">Project Page</a>]

<hr noshade>
<p />
<h1>
 ZNC - An advanced IRC bouncer
</h1>
<h2>
 Main Features
</h2>
<ul>
<li> <strong>Detaching</strong> - ZNC will stay on IRC even while you are offline.
<li> <strong>Multiple Users</strong> - You can add additional users under one running process.  Useful for public shells that limit background processes.
<li> <strong>Playback Buffers</strong> - Stay up-to-date with what happened while you were detached.
<li> <strong>SSL</strong> - Encryption for both the listen port and connecting to IRC servers.
<li> <strong>DCC Bouncing</strong> - Transparent bouncing for DCC anonymity.
<li> <strong>C++ Modules</strong> - Dynamically loaded shared objects.  Just derive from CModule and overload any needed functions such as OnPrivMsg().  IRC scripting in C++, what could be better than that?
<ul>
<li> <strong>shell</strong> - Have your unix shell in a query window right inside of your IRC client.
<li> <strong>savebuff</strong> - Saves your channel buffers into an encrypted file so they can survive restarts and reboots.
<li> <strong>email</strong> - Monitors email activity on local disk /var/mail/user
<li> <strong>schat</strong> - SSL (encrypted) DCC chats.
<li> <strong>watch</strong> - Monitor activity for specific text patterns from specific users and have the text sent to a special query window.
<li> <strong>custom</strong> - Write your own modules to do whatever you want.
</ul>
</ul>
<h2>
 Using ZNC
</h2>
<ul>
<li> <a href="Installation.html">Installation</a>
<li> <a href="Configuration.html">Configuration</a>
<li> <a href="UsingCommands.html">UsingCommands</a>
<li> <a href="WritingModules.html">WritingModules</a>
</ul>

</body>
</html>