source: @ 50d26f3

Name Size Rev Date Author Last Change
debian fc82be6   2008-01-06T20:01:25Z Jelmer Vernooij Add Debian watch file.
doc d07c3a8   2008-03-16T00:40:20Z wilmer No idea what's holding back 1.2 anymore so at least I'll make sure …
lib 50d26f3   2008-03-16T15:28:37Z wilmer Fixed base64_decode() to not barf on corrupted Base64 strings.
protocols e960a52   2008-03-16T14:39:34Z wilmer Fixed cached_id_prefix memory leak.
tests ddcf491f   2008-03-16T14:18:22Z wilmer Adding padding to encrypted IM-passwords so the exact password length …
utils 9e08d5d   2006-04-07T19:27:58Z wilmer Got rid of some old e-mail addresses.
.bzrignore 179 bytes f4aa393   2006-07-07T13:34:01Z Jelmer Vernooij Ignore *.o files (removed from global ignores in bzr 0.9)
account.c 5.3 KB 30ce1ce   2007-12-12T23:30:51Z wilmer Killed the <server> parameter to "account add" and changed the default …
account.h 1.9 KB 0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
bitlbee.c 8.1 KB 1ecff5e   2008-02-10T11:12:35Z wilmer Making AI_ADDRCONFIG optional, it doesn't exist on at least NetBSD and …
bitlbee.conf 3.6 KB aaf92a9   2007-12-02T23:18:25Z wilmer Imported setuid() patch from Simo Leone <simo@archlinux...> with some …
bitlbee.h 4.9 KB d07c3a8   2008-03-16T00:40:20Z wilmer No idea what's holding back 1.2 anymore so at least I'll make sure …
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 9.6 KB eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
conf.h 1.8 KB aaf92a9   2007-12-02T23:18:25Z wilmer Imported setuid() patch from Simo Leone <simo@archlinux...> with some …
configure 12.2 KB 003553b   2008-01-19T18:23:56Z wilmer Using test -f instead of test -e. This breaks if the include files are …
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
crypting.c 4.5 KB 69ac78c   2008-02-04T23:54:08Z wilmer Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully).
crypting.h 1.4 KB c78c032   2007-10-12T12:11:32Z Jelmer Vernooij Add GCC attributes.
help.c 3.5 KB 0fbda193   2008-02-02T21:48:09Z wilmer Added help_free() and cleaned up some very stale help-related stuff I …
help.h 1.5 KB 0fbda193   2008-02-02T21:48:09Z wilmer Added help_free() and cleaned up some very stale help-related stuff I …
ipc.c 13.7 KB 171ef85   2008-03-02T23:17:15Z wilmer Some saner error handling in ipc.c. One of the things I wanted to do …
ipc.h 2.1 KB 171ef85   2008-03-02T23:17:15Z wilmer Some saner error handling in ipc.c. One of the things I wanted to do …
irc.c 31.1 KB c84e31a   2008-02-07T21:25:18Z wilmer Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks …
irc.h 4.1 KB 0fbda193   2008-02-02T21:48:09Z wilmer Added help_free() and cleaned up some very stale help-related stuff I …
irc_commands.c 17.5 KB eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
log.c 4.8 KB ac9f0e9   2006-01-18T07:53:50Z wilmer Formatting changes.
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.5 KB fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
motd.txt 540 bytes fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
nick.c 6.6 KB 43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
nick.h 1.7 KB d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
query.c 4.0 KB 7f421d6   2008-03-03T23:18:36Z wilmer BitlBee <= 1.0 didn't have "account set" and allowed one to delete an …
query.h 1.7 KB 0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
root_commands.c 23.4 KB 7f421d6   2008-03-03T23:18:36Z wilmer BitlBee <= 1.0 didn't have "account set" and allowed one to delete an …
set.c 5.4 KB cd428e4   2007-11-17T12:20:51Z wilmer Added (account) set -del.
set.h 4.1 KB cd428e4   2007-11-17T12:20:51Z wilmer Added (account) set -del.
sock.h 1.1 KB b0a33a5   2006-07-11T09:28:44Z wilmer Better handling of situations where IPv6 is not available at run-time.
storage.c 4.7 KB 7e3592e   2006-07-05T18:34:31Z wilmer Fixed text_load(), added detection of primary storage backends without …
storage.h 2.6 KB c78c032   2007-10-12T12:11:32Z Jelmer Vernooij Add GCC attributes.
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
storage_text.c 4.6 KB eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
storage_xml.c 14.7 KB ddcf491f   2008-03-16T14:18:22Z wilmer Adding padding to encrypted IM-passwords so the exact password length …
unix.c 6.1 KB eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
user.c 5.6 KB 43d8cc5   2007-06-13T23:31:18Z wilmer Fixed a memory management problem that caused some strange nickname issues.
user.h 1.9 KB 0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
Note: See TracBrowser for help on using the repository browser.