1 | Frequently Asked Questions about BitlBee |
---|
2 | ======================================== |
---|
3 | |
---|
4 | Well, maybe not exactly "Frequently", but definitely "Asked" ... mostly by |
---|
5 | the developers :-) |
---|
6 | |
---|
7 | Q: WTH were you guys on when you thought of that _weird_ name? |
---|
8 | A: Though we live in The Netherlands and one of us even lives in Amsterdam, |
---|
9 | we're not on drugs ... most of the time. |
---|
10 | |
---|
11 | Q: Okay, so the cops are so evil there, you can't even admit the truth, but |
---|
12 | WTH does BitlBee mean then? |
---|
13 | A: There are a few explanations. But the most symbolical goes like: the two |
---|
14 | colors of the bee symbolize the two worlds betwee which the Bee flies. On |
---|
15 | the one hand there's the IM-networks, on the other is IRC. |
---|
16 | |
---|
17 | Truth be told, it's absolute nonsense. The biggest nutcase in the |
---|
18 | development team just played around with words for half an hour or so. |
---|
19 | BitlBee was the result. We liked it, we kept it. We lovingly shorten it |
---|
20 | to "the Bee" or even "het Bijtje" (Dutch for "the little Bee") sometimes. |
---|
21 | |
---|
22 | Q: What is 'root' doing in my control channel? I didn't start the Bee as |
---|
23 | root. |
---|
24 | A: 'root' is just the name for the most powerful user in BitlBee. Just like |
---|
25 | in the system, it is root who is the ... eh ... root of the |
---|
26 | functionality. Luckily, in BitlBee, root follows your orders (mostly), so |
---|
27 | no BOFHs there. |
---|
28 | |
---|
29 | We get some complaints from time to time that 'root' is a confusing name. |
---|
30 | Because of that name, some package maintainers have renamed root to, for |
---|
31 | example, BitlBee. We recognize that some people see that need. If the |
---|
32 | package maintainer hasn't renamed root, you can do this yourself with the |
---|
33 | 'rename' command. |
---|
34 | |
---|
35 | The name root is not likely to change in the 'official' releases, though. |
---|
36 | We find the metaphor of root correct and feel that there is no important |
---|
37 | (security threatening) reason to change this non-creative piece of |
---|
38 | artistic creativity. |
---|
39 | |
---|
40 | Q: When is $random_feature going to be implemented? |
---|
41 | A: It depends on the feature. We keep a list of all wishlist "bugs" in our |
---|
42 | Bug Tracking system at http://bugs.bitlbee.org/ |
---|
43 | |
---|
44 | Q: The messages I send and/or receive look weird. I see weird characters and |
---|
45 | annoying HTML codes. Or, BitlBee does evil things when I send messages with |
---|
46 | non-ASCII characters! |
---|
47 | A: You probably have to change some settings. To get rid of HTML in messages, |
---|
48 | see "help set strip_html". If you seem to have problems with your charset, |
---|
49 | see "help set charset". |
---|
50 | |
---|
51 | Although actually most of these problems should be gone by now. So if you |
---|
52 | can't get things to work well, you might have found a bug. |
---|
53 | |
---|
54 | Q: Is BitlBee forked from Gaim? |
---|
55 | A: BitlBee 0.7 was, sort-of. It contained a lot of code from Gaim 0.58 |
---|
56 | (mainly the IM-code), although heavily modified, to make it work better |
---|
57 | with BitlBee. We were planning to keep BitlBee up-to-date with later Gaim |
---|
58 | versions, but this turned out to be very time-consuming because the API |
---|
59 | changed a lot, and we don't have the time to keep up with those changes |
---|
60 | all the time. |
---|
61 | |
---|
62 | These days, we replaced the Yahoo! code with libyahoo2 (which is a |
---|
63 | separate Yahoo! module. It's derived from Gaim, but separately |
---|
64 | maintained) and wrote our own MSN module. More modules are probably going |
---|
65 | to be changed, so in the near future, the API might be the only thing |
---|
66 | left from Gaim. |
---|
67 | |
---|
68 | Q: What's that Gaim doing in BitlBee error messages and my Jabber resource? |
---|
69 | A: Ah, well, as you probably know we use some of Gaim's IM-modules, and we |
---|
70 | don't think it's worth our time to do a search-and-replace over the whole |
---|
71 | source to get rid of every reference to Gaim. In fact, we don't want to, |
---|
72 | since we don't want to pretend we wrote all that code. |
---|
73 | |
---|
74 | About Jabber: If you want a different resource string, you can set it |
---|
75 | when logging in by appending it to your Jabber ID, like: |
---|
76 | lintux@jabber.com/BitlBee |
---|