Last change
on this file since 50988d1 was
f29f50e,
checked in by Wilmer van der Gaast <wilmer@…>, at 2010-08-22T11:37:49Z
|
Cleaning up utils directory, those scripts generate old-style files no longer
supported by BitlBee. Adding a script that converts libpurple configs (generated
by stuff like Pidgin, Finch, possibly Adium, maybe other programs that are not
BitlBee) into formats understood by BitlBee.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | This directory contains tiny additional programs which you might just like |
---|
2 | or need to run BitlBee: |
---|
3 | |
---|
4 | |
---|
5 | * bitlbeed.c |
---|
6 | |
---|
7 | If you want to run BitlBee on a machine you don't have root access to, this |
---|
8 | utility will help you. Compiling it is easy: 'gcc bitlbeed.c -o bitlbeed', |
---|
9 | you don't need any special flags. Use 'bitlbeed -h' to get more help. |
---|
10 | |
---|
11 | For example, 'bitlbeed -p6669 -n1 /home/wilmer/bin/bitlbee' will start |
---|
12 | listening on TCP port 6669 (on any interface, you might not want that!) |
---|
13 | and connect the specified BitlBee program to this socket as soon as |
---|
14 | someone connects. The -n1 makes sure only one person can be connected |
---|
15 | at once. |
---|
16 | |
---|
17 | Of course this program can be used for other programs too, not just BitlBee. |
---|
18 | |
---|
19 | |
---|
20 | * convert_purple.py |
---|
21 | |
---|
22 | Converts libpurple configs into something BitlBee can use, so you don't |
---|
23 | have to re-add all your accounts by hand. |
---|
24 | |
---|
25 | |
---|
26 | * BitlBee-specific Irssi scripts for: tab completion, typing notifica- |
---|
27 | tions, auto-away and more, by Tijmen Ruizendaal <tijmen.ruizendaal@gmail.com>. |
---|
28 | |
---|
29 | There are too many scripts to include them all with BitlBee (and keep |
---|
30 | them up-to-date), so you should get them from Tijmen's site: |
---|
31 | |
---|
32 | http://the-timing.nl/stuff/irssi-bitlbee |
---|
33 | |
---|
34 | |
---|
35 | Please do send your sources if you write anything useful for the Bee! |
---|
Note: See
TracBrowser
for help on using the repository browser.