File: control

package info (click to toggle)
ezbounce 0.99.12-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 712 kB
  • ctags: 776
  • sloc: cpp: 7,243; makefile: 182; sh: 153; ansic: 102
file content (43 lines) | stat: -rw-r--r-- 1,761 bytes parent folder | download
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
Source: ezbounce
Section: net
Priority: optional
Maintainer: Karl Soderstrom <ks@debian.org>
Build-Depends: debhelper, debconf-utils
Standards-Version: 3.5.6

Package: ezbounce
Architecture: any
Depends: ${shlibs:Depends}
Suggests: mdidentd
Description: A highly configurable IRC proxy
 Ezbounce is a very configurable IRC proxy or 'bouncer'. Its basic
 features include password protection, remote administration, logging and
 listening on multiple ports. It lets you configure hosts to give access
 to and which addresses and ports they may connect to. It also can be
 setup to ban connections to and from certain addresses. Other features
 include:
 .
  * Ability to listen and connect on different interfaces or virtual
   hosts.
  * Configurable limits on amount of clients permitted to connect from an
   address and to an address.
  * Configurable idle time limits.
  * Transparent DCC Proxying (incoming and outgoing)
  * Uses nonblocking sockets.
  * Users can set their own idents, regardless of the uid the proxy is 
   running as.
  * Basic facilities to 'detach' and reattach clients from proxy but
   keep their connections to the IRC server alive.
  * Logs chats while you are detached and DCC sends them back to you
   when you reattach.
  * Ability to reload configuration at run time.
  * Can be run in the background or foreground.

Package: mdidentd
Architecture: any
Depends: ${shlibs:Depends}, pidentd | midentd | oidentd | ident-server, debconf
Recommends: ezbounce
Description: ident daemon that permits fake identd
 Mdidentd is a special ident daemon that permits processes to set their
 own fake ident replies regardless of the userid they are running under.
 For normal ident to work, a normal ident daemon must be installed as well.