source: @ 5848675

Name Size Rev Date Author Last Change
debian f7d12f7   2010-08-05T20:20:44Z wilmer Some fixes for compiler warnings that only show up when compiling with …
doc b890626   2010-08-08T13:42:57Z wilmer Add a few more commands (including RT) and the ability to send …
lib 4452e69   2010-08-14T13:06:11Z wilmer Allow changing the display_name, now permanently!
protocols 5848675   2010-08-14T13:32:46Z wilmer The contact's full name is in a different field now in NLN messages.
tests 1521a85   2010-07-29T19:17:57Z wilmer Make the unittests work *slightly* better with libevent. (Still won't …
utils 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
.bzrignore 213 bytes 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
bitlbee.c 9.0 KB 82ca986   2010-07-27T17:45:16Z wilmer Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
bitlbee.conf 4.2 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
bitlbee.h 5.2 KB 3063f81   2010-08-02T19:37:31Z wilmer Bump up the version number, and also copy bee.h to the public include …
commands.h 1.5 KB f73b969   2006-01-20T15:15:49Z wilmer Renamed commands.c, got rid of return values in all command functions.
conf.c 10.7 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
conf.h 1.9 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
configure 16.1 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
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 …
dcc.h 3.9 KB 89c11e7   2010-04-12T23:54:55Z wilmer Restored CTCP/DCC hooks for outgoing file transfers.
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 …
ipc.c 24.0 KB 82ca986   2010-07-27T17:45:16Z wilmer Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
ipc.h 2.2 KB 83e2d30   2010-07-14T23:19:03Z doug This makes Bitlbee compile on OpenBSD.
irc.c 24.6 KB 65016a6   2010-08-04T19:45:18Z wilmer Set channel mode +C for control channels.
irc.h 9.4 KB 65016a6   2010-08-04T19:45:18Z wilmer Set channel mode +C for control channels.
irc_channel.c 17.9 KB 65016a6   2010-08-04T19:45:18Z wilmer Set channel mode +C for control channels.
irc_commands.c 19.4 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
irc_im.c 22.5 KB f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
irc_send.c 11.0 KB f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
irc_user.c 6.8 KB f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
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 …
log.c 4.9 KB 156bbd7   2010-04-13T23:55:30Z wilmer Log to stderr+syslog until daemonized. Current behaviour is too …
log.h 1.8 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
Makefile 3.8 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
motd.txt 540 bytes fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
nick.c 9.5 KB f7d12f7   2010-08-05T20:20:44Z wilmer Some fixes for compiler warnings that only show up when compiling with …
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() …
query.c 4.1 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 …
root_commands.c 31.5 KB 65a4a64   2010-08-04T20:48:47Z wilmer To address bugs #77 and #661, add some code that should avoid …
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 …
set.h 4.2 KB f6f5eee   2010-07-27T22:04:19Z wilmer Source documentation update, including a short HACKING file.
sock.h 969 bytes 0a14b8c   2008-04-02T15:03:37Z Jelmer Vernooij Remove no longer needed functions.
storage.c 5.1 KB ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
storage.h 2.6 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
storage_xml.c 17.8 KB 4452e69   2010-08-14T13:06:11Z wilmer Allow changing the display_name, now permanently!
unix.c 8.6 KB daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
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 …
Note: See TracBrowser for help on using the repository browser.