diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | account.c | 84 | ||||
-rw-r--r-- | account.h | 10 | ||||
-rw-r--r-- | bitlbee.c | 47 | ||||
-rw-r--r-- | bitlbee.h | 3 | ||||
-rw-r--r-- | conf.c | 7 | ||||
-rwxr-xr-x | configure | 199 | ||||
-rw-r--r-- | doc/CHANGES | 98 | ||||
-rw-r--r-- | doc/README | 34 | ||||
-rw-r--r-- | doc/bitlbee.schema | 62 | ||||
-rw-r--r-- | doc/user-guide/Makefile | 2 | ||||
-rw-r--r-- | doc/user-guide/commands.xml | 286 | ||||
-rw-r--r-- | doc/user-guide/help.xsl | 7 | ||||
-rw-r--r-- | ipc.c | 6 | ||||
-rw-r--r-- | irc.c | 176 | ||||
-rw-r--r-- | irc.h | 2 | ||||
-rw-r--r-- | irc_commands.c | 21 | ||||
-rw-r--r-- | lib/Makefile | 37 | ||||
-rw-r--r-- | lib/base64.c | 153 | ||||
-rw-r--r-- | lib/base64.h | 33 | ||||
-rw-r--r-- | lib/events.h (renamed from protocols/events.h) | 31 | ||||
-rw-r--r-- | lib/events_glib.c (renamed from protocols/events_glib.c) | 5 | ||||
-rw-r--r-- | lib/events_libevent.c (renamed from protocols/events_libevent.c) | 2 | ||||
-rw-r--r-- | lib/http_client.c (renamed from protocols/http_client.c) | 0 | ||||
-rw-r--r-- | lib/http_client.h | 82 | ||||
-rw-r--r-- | lib/ini.c (renamed from ini.c) | 0 | ||||
-rw-r--r-- | lib/ini.h (renamed from ini.h) | 0 | ||||
-rw-r--r-- | lib/md5.c (renamed from protocols/md5.c) | 0 | ||||
-rw-r--r-- | lib/md5.h (renamed from protocols/md5.h) | 0 | ||||
-rw-r--r-- | lib/misc.c (renamed from util.c) | 201 | ||||
-rw-r--r-- | lib/misc.h (renamed from util.h) | 14 | ||||
-rw-r--r-- | lib/proxy.c (renamed from protocols/proxy.c) | 1 | ||||
-rw-r--r-- | lib/proxy.h (renamed from protocols/proxy.h) | 0 | ||||
-rw-r--r-- | lib/rc4.c | 189 | ||||
-rw-r--r-- | lib/rc4.h | 36 | ||||
-rw-r--r-- | lib/sha.c (renamed from protocols/sha.c) | 0 | ||||
-rw-r--r-- | lib/sha.h (renamed from protocols/sha.h) | 0 | ||||
-rw-r--r-- | lib/ssl_bogus.c (renamed from protocols/ssl_bogus.c) | 0 | ||||
-rw-r--r-- | lib/ssl_client.h (renamed from protocols/ssl_client.h) | 30 | ||||
-rw-r--r-- | lib/ssl_gnutls.c (renamed from protocols/ssl_gnutls.c) | 0 | ||||
-rw-r--r-- | lib/ssl_nss.c (renamed from protocols/ssl_nss.c) | 0 | ||||
-rw-r--r-- | lib/ssl_openssl.c (renamed from protocols/ssl_openssl.c) | 0 | ||||
-rw-r--r-- | lib/url.c (renamed from url.c) | 0 | ||||
-rw-r--r-- | lib/url.h (renamed from url.h) | 0 | ||||
-rw-r--r-- | nick.c | 111 | ||||
-rw-r--r-- | nick.h | 14 | ||||
-rw-r--r-- | protocols/Makefile | 2 | ||||
-rw-r--r-- | protocols/http_client.h | 57 | ||||
-rw-r--r-- | protocols/jabber/jabber.c | 106 | ||||
-rw-r--r-- | protocols/msn/msn.c | 99 | ||||
-rw-r--r-- | protocols/msn/msn.h | 1 |