source: doc/FAQ @ f1df064

Last change on this file since f1df064 was 685c4ef, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-17T12:51:50Z

Removed the note about version control from the FAQ

  • Property mode set to 100644
File size: 4.4 KB
Line 
1Frequently Asked Questions about BitlBee
2========================================
3
4Well, maybe not exactly "Frequently", but definitely "Asked" ... mostly by
5the developers :-)
6
7Q: WTH were you guys on when you thought of that _weird_ name?
8A: 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
11Q: Okay, so the cops are so evil there, you can't even admit the truth, but
12   WTH does BitlBee mean then?
13A: 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
22Q: What is 'root' doing in my control channel? I didn't start the Bee as
23   root.
24A: '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
40Q: When is $random_feature going to be implemented?
41A: Please do consult doc/TODO (preferably in a development snapshot, which
42   is more up-to-date than a TODO in a release version) before asking.
43   Please also check the documentation. You'd not be the first one to request
44   a feature which already exists!
45   
46   If your fabulous feature seems not to be requested before, just join
47   #bitlbee on irc.oftc.net and tell us the news.
48   
49   If your feature request is already in the TODO list, of course you can
50   still request it again/make us know that you'd like to see the feature as
51   well. But when the feature is in the "post-1.0" list, it's probably not
52   going to help. Most of the features in this list are low-priority because
53   we (the developers) don't need (or even want) them. (File transfers are a
54   good example here.)
55   Hence, they'll only be implemented when we really got too much spare
56   time. Obviously, if you're willing to help (i.e. submit a patch), you're
57   always welcome.
58
59Q: The messages I send and/or receive look weird. I see weird characters and
60   annoying HTML codes. Or, BitlBee does evil things when I send messages with
61   non-ASCII characters!
62A: You probably have to change some settings. To get rid of HTML in messages,
63   see "help set html". If you seem to have problems with your charset, see
64   "help set charset".
65
66Q: Is BitlBee forked from Gaim?
67A: BitlBee 0.7 was, sort-of. It contained a lot of code from Gaim 0.58
68   (mainly the IM-code), although heavily modified, to make it work better
69   with BitlBee. We were planning to keep BitlBee up-to-date with later Gaim
70   versions, but this turned out to be very time-consuming because the API
71   changed a lot, and we don't have the time to keep up with those changes
72   all the time.
73   
74   These days, we replaced the Yahoo! code with libyahoo2 (which is a
75   separate Yahoo! module. It's derived from Gaim, but separately
76   maintained) and wrote our own MSN module. More modules are probably going
77   to be changed, so in the near future, the API might be the only thing
78   left from Gaim.
79
80Q: What's that Gaim doing in BitlBee error messages and my Jabber resource?
81A: Ah, well, as you probably know we use some of Gaim's IM-modules, and we
82   don't think it's worth our time to do a search-and-replace over the whole
83   source to get rid of every reference to Gaim. In fact, we don't want to,
84   since we don't want to pretend we wrote all that code.
85   
86   About Jabber: If you want a different resource string, you can set it
87   when logging in by appending it to your Jabber ID, like:
88   lintux@jabber.com/BitlBee
Note: See TracBrowser for help on using the repository browser.