• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-8,5277,383

init/H07-Feb-2019-3022

lib/H07-Feb-2019-8,7625,715

protocols/H07-Feb-2019-16,41511,152

tests/H07-Feb-2019-1,2201,001

utils/H07-Feb-2019-627465

.gdbinitH A D07-Feb-201929 21

.travis.ymlH A D07-Feb-20191.5 KiB4741

.vimrcH A D07-Feb-2019282 75

COPYINGH A D07-Feb-201917.7 KiB340281

MakefileH A D03-May-20225.6 KiB190137

README.mdH A D07-Feb-20191.8 KiB5533

auth.cH A D07-Feb-20191.5 KiB6656

auth.hH A D07-Feb-2019337 1410

auth_ldap.cH A D07-Feb-20192 KiB7862

auth_pam.cH A D07-Feb-20191.5 KiB6353

bitlbee.cH A D07-Feb-20199.1 KiB353240

bitlbee.confH A D03-May-20225.6 KiB1812

bitlbee.hH A D07-Feb-20195.8 KiB189125

commands.hH A D07-Feb-20191.6 KiB4816

conf.cH A D07-Feb-201912.5 KiB386321

conf.hH A D07-Feb-20191.9 KiB6434

configureH A D03-May-202224.1 KiB997813

dcc.cH A D07-Feb-201914.9 KiB592371

dcc.hH A D07-Feb-20193.9 KiB10626

help.cH A D07-Feb-20194.4 KiB208150

help.hH A D07-Feb-20191.7 KiB5020

ipc.cH A D07-Feb-201923.8 KiB966723

ipc.hH A D07-Feb-20192.2 KiB7129

irc.cH A D07-Feb-201926.2 KiB988706

irc.hH A D07-Feb-201913.3 KiB381251

irc_cap.cH A D07-Feb-20194.7 KiB198123

irc_channel.cH A D07-Feb-201923.1 KiB1,017746

irc_commands.cH A D07-Feb-201927 KiB938686

irc_im.cH A D07-Feb-201928.7 KiB1,181876

irc_send.cH A D07-Feb-201914.4 KiB536411

irc_user.cH A D07-Feb-20196.4 KiB271197

irc_util.cH A D07-Feb-20193.8 KiB14892

log.cH A D07-Feb-20194.4 KiB182133

log.hH A D07-Feb-20191.8 KiB6029

nick.cH A D07-Feb-201910.9 KiB430314

nick.hH A D07-Feb-20191.8 KiB4114

otr.cH A D07-Feb-201959.4 KiB2,1811,671

otr.hH A D07-Feb-20192.4 KiB8631

query.cH A D07-Feb-20194.2 KiB198142

query.hH A D07-Feb-20191.7 KiB4717

root_commands.cH A D07-Feb-201943.2 KiB1,6581,341

set.cH A D07-Feb-20195.8 KiB287192

set.hH A D07-Feb-20194.7 KiB11741

sock.hH A D07-Feb-2019377 1311

storage.cH A D07-Feb-20194.6 KiB210136

storage.hH A D07-Feb-20192.5 KiB6827

storage_xml.cH A D07-Feb-201913 KiB516396

unix.cH A D07-Feb-201911.4 KiB394275

README.md

1# BitlBee
2
3![](https://www.bitlbee.org/style/logo.png)
4
5[![Build Status](https://travis-ci.org/bitlbee/bitlbee.svg)](https://travis-ci.org/bitlbee/bitlbee)
6[![Coverity Scan Build Status](https://scan.coverity.com/projects/4028/badge.svg)](https://scan.coverity.com/projects/4028)
7
8An IRC to other chat networks gateway
9
10Main website: https://www.bitlbee.org/
11
12Bug tracker: https://bugs.bitlbee.org/
13
14Wiki: https://wiki.bitlbee.org/
15
16License: GPLv2
17
18## Installation
19
20BitlBee is available in the package managers of most distros.
21
22For debian/ubuntu/etc you may use the nightly APT repository: https://code.bitlbee.org/debian/
23
24You can also use a public server (such as `im.bitlbee.org`) instead of installing it: https://www.bitlbee.org/main.php/servers.html
25
26## Compiling
27
28If you wish to compile it yourself, ensure you have the following packages and their headers:
29
30* glib 2.16 or newer (not to be confused with glibc)
31* gnutls
32* python 2 or 3 (for the user guide)
33
34Some optional features have additional dependencies, such as libpurple, libotr, libevent, etc.
35NSS and OpenSSL are also available but not as well supported as GnuTLS.
36
37Once you have the dependencies, building should be a matter of:
38
39    ./configure
40    make
41    sudo make install
42
43## Development tips
44
45* To enable debug symbols: `./configure --debug=1`
46* To get some additional debug output for some protocols: `BITLBEE_DEBUG=1 ./bitlbee -Dnv`
47* Use github pull requests against the 'develop' branch to submit patches.
48* The coding style based on K&R with tabs and 120 columns. See `./doc/uncrustify.cfg` for the parameters used to reformat the code.
49* Mappings of bzr revisions to git commits (for historical purposes) are available in `./doc/git-bzr-rev-map`
50* See also `./doc/README` and `./doc/HACKING`
51
52## Help?
53
54Join **#BitlBee** on OFTC (**irc.oftc.net**) (OFTC, *not* freenode!)
55