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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: minbif
Section: net
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 9~), cmake, libimlib2-dev, libpurple-dev (>= 2.6.1), libxml2-dev (>= 2.5), libcaca-dev, libgnutls28-dev, libpam0g-dev
Standards-Version: 4.1.3
Homepage: http://symlink.me/wiki/minbif
Vcs-Git: https://salsa.debian.org/debian/minbif.git
Vcs-Browser: https://salsa.debian.org/debian/minbif.git
Package: minbif-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, tcpd
Suggests: openbsd-inetd | inet-superserver
Description: IRC-to-other-IM-networks gateway using Pidgin library (common files)
Minbif is an IRC gateway to IM networks which provides the following features:
* Minbif uses a library which abstracts all IM calls, and has several
plugins to support more than 15 IM protocols (IRC included!);
* Two modes: inetd and daemon fork;
* Only IRC commands are used to control Minbif;
* Certificates check;
* Buddies are IRC users;
* Each account has a status channel. You see in all connected
buddies, and their status on it;
* Add and remove buddies from list with /INVITE and /KICK commands;
* Blocked users are bans on the account's status channel;
* Display when a buddy is typing a message;
* Can chat with someone who is not in your buddy list;
* You can see buddies' icons (with libcaca) or download them;
* DCC SEND an image to set your icon on IM networks;
* Display extended information about buddies with /WII command;
* Support away messages;
* Can send and receive files, which are sent or received to/from your
IRC client with DCC SEND;
* Conversation channels are supported;
* Auto\-rejoin conversation channels at connection;
* Display list of channels on an IM account with /LIST;
* irssi scripts to increase your user experience of minbif;
* CoinCoin plugin for libpurple.
.
This package contains the documentation and common plugins.
Package: minbif
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, minbif-common
Conflicts: minbif-webcam
Description: IRC-to-other-IM-networks gateway using Pidgin library
Minbif is an IRC gateway to IM networks which provides the following features:
* Minbif uses a library which abstracts all IM calls, and has several
plugins to support more than 15 IM protocols (IRC included!);
* Two modes: inetd and daemon fork;
* Only IRC commands are used to control Minbif;
* Certificates check;
* Buddies are IRC users;
* Each account has a status channel. You see in all connected
buddies, and their status on it;
* Add and remove buddies from list with /INVITE and /KICK commands;
* Blocked users are bans on the account's status channel;
* Display when a buddy is typing a message;
* Can chat with someone who is not in your buddy list;
* You can see buddies' icons (with libcaca) or download them;
* DCC SEND an image to set your icon on IM networks;
* Display extended information about buddies with /WII command;
* Support away messages;
* Can send and receive files, which are sent or received to/from your
IRC client with DCC SEND;
* Conversation channels are supported;
* Auto\-rejoin conversation channels at connection;
* Display list of channels on an IM account with /LIST;
* irssi scripts to increase your user experience of minbif;
* CoinCoin plugin for libpurple.
|