source: @ 8358691

Name Size Rev Date Author Last Change
utils 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
tests 1521a85   2010-07-29T19:17:57Z wilmer Make the unittests work *slightly* better with libevent. (Still won't …
lib 762d96f   2010-08-15T22:07:57Z wilmer If a connection fails, try the next address from the getaddrinfo() …
debian 763a3ab   2010-08-18T10:01:10Z wilmer Pass the -Npackage flag the right way so bitlbee-libpurple doesn't …
doc 0ebf919   2010-08-21T22:25:37Z wilmer Pass "user is mobile" info coming from OSCAR up to BitlBee and show …
protocols 237eadd   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
motd.txt 540 bytes fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
log.h 1.8 KB 764c7d1   2008-02-03T21:30:03Z sm OTR support, first checkin
.bzrignore 213 bytes 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
storage.h 2.6 KB 823de9d   2009-03-12T19:10:06Z pesco commit updates by ashish shukla <wahjava@…>
help.c 4.0 KB e5d8d21   2009-11-25T00:45:27Z wilmer Added in-memory help info, which I wanted to implement for ages …
help.h 1.6 KB e5d8d21   2009-11-25T00:45:27Z wilmer Added in-memory help info, which I wanted to implement for ages …
bitlbee.conf 4.2 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
conf.h 1.9 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
storage.c 5.2 KB ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
win32.c 7.9 KB ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
dcc.h 3.9 KB 89c11e7   2010-04-12T23:54:55Z wilmer Restored CTCP/DCC hooks for outgoing file transfers.
log.c 5.0 KB 156bbd7   2010-04-13T23:55:30Z wilmer Log to stderr+syslog until daemonized. Current behaviour is too …
irc_util.c 3.2 KB a4cdf43   2010-05-01T14:19:09Z wilmer Same fix like 566 in mainline: tm_mon + 1 to get the right month in …
set.c 6.2 KB 88eaf4b   2010-06-06T01:24:13Z wilmer buddy_sendbuffer should be renamed, since it has to work for users and …
query.c 4.2 KB 1e52e1f   2010-07-11T10:30:27Z wilmer When cleaning up queries, q->data is free()d. Even if it turns out to …
query.h 1.7 KB 1e52e1f   2010-07-11T10:30:27Z wilmer When cleaning up queries, q->data is free()d. Even if it turns out to …
nick.h 1.7 KB b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
ipc.h 2.2 KB 83e2d30   2010-07-14T23:19:03Z doug This makes Bitlbee compile on OpenBSD.
storage_xml.c 17.5 KB e135cd09   2010-07-24T15:58:27Z wilmer Use the account tag in a few places and store it in the XML file as an …
dcc.c 14.7 KB f1f7b5e   2010-07-24T22:50:23Z wilmer Take the local address from the IM/IRC connection when setting up a …
bitlbee.c 9.0 KB 82ca986   2010-07-27T17:45:16Z wilmer Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
ipc.c 24.0 KB 82ca986   2010-07-27T17:45:16Z wilmer Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
nick.c 9.5 KB f7d12f7   2010-08-05T20:20:44Z wilmer Some fixes for compiler warnings that only show up when compiling with …
conf.c 10.7 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
configure 16.7 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
unix.c 9.1 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
irc_user.c 6.9 KB 4ffd757   2010-08-14T10:21:44Z wilmer Don't send a /QUIT for every Twitter contact when going offline, and …
irc_im.c 22.2 KB ac2717b   2010-08-14T10:55:20Z wilmer blist should only show contacts that are (or would be if they were …
sock.h 1003 bytes 136c2bb   2010-08-14T10:57:17Z wilmer Fix the libevent-specific compiler warning about closesocket().
irc_send.c 11.1 KB 4d4a7ed   2010-08-21T17:46:47Z wilmer Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to …
irc_channel.c 18.6 KB 180ab31   2010-08-21T19:34:17Z wilmer Added some neat whatsnew code that keeps track of the newest version …
set.h 4.2 KB 180ab31   2010-08-21T19:34:17Z wilmer Added some neat whatsnew code that keeps track of the newest version …
irc.c 24.7 KB a758ec1   2010-08-21T19:48:41Z wilmer Although the backward compatibility stuff for show_offline and …
irc.h 9.6 KB ad2d8bc   2010-08-25T23:03:11Z wilmer It compiles, including otr.c. Time to hook it up with the rest again.
Makefile 3.8 KB ad2d8bc   2010-08-25T23:03:11Z wilmer It compiles, including otr.c. Time to hook it up with the rest again.
bitlbee.h 5.4 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
commands.h 1.5 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
irc_commands.c 19.4 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
otr.c 45.5 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
otr.h 3.1 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
root_commands.c 34.6 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
Note: See TracBrowser for help on using the repository browser.