source: @ 5ec4129

Name Size Rev Date Author Last Change
utils 9e08d5d   2006-04-07T19:27:58Z wilmer Got rid of some old e-mail addresses.
tests 18ff38f   2008-03-29T23:15:04Z wilmer Be more liberal with accepted line endings. ERC on Windows likes to …
debian a8d28d9   2008-05-11T12:19:09Z Jelmer Vernooij Add homepage and vcs-bzr fields in Debian package.
lib 51bbec0   2008-05-21T10:27:28Z Jelmer Vernooij Revert move of random_bytes() to unix.c
doc de8e584   2008-05-24T19:57:47Z wilmer Daemon mode is not an experiment anymore, it's running on …
protocols 5ec4129   2008-06-15T00:04:27Z wilmer Added parsing of Jabber chatroom invitations.
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
log.c 4.8 KB ac9f0e9   2006-01-18T07:53:50Z wilmer Formatting changes.
commands.h 1.5 KB f73b969   2006-01-20T15:15:49Z wilmer Renamed commands.c, got rid of return values in all command functions.
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
log.h 1.8 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
storage.c 4.7 KB 7e3592e   2006-07-05T18:34:31Z wilmer Fixed text_load(), added detection of primary storage backends without …
sock.h 1.1 KB b0a33a5   2006-07-11T09:28:44Z wilmer Better handling of situations where IPv6 is not available at run-time.
motd.txt 540 bytes fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
account.h 1.9 KB 0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
user.h 1.9 KB 0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
nick.h 1.7 KB d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
user.c 5.6 KB 43d8cc5   2007-06-13T23:31:18Z wilmer Fixed a memory management problem that caused some strange nickname issues.
crypting.h 1.4 KB c78c032   2007-10-12T12:11:32Z Jelmer Vernooij Add GCC attributes.
storage.h 2.6 KB c78c032   2007-10-12T12:11:32Z Jelmer Vernooij Add GCC attributes.
nick.c 6.6 KB 43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
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 …
crypting.c 4.5 KB 69ac78c   2008-02-04T23:54:08Z wilmer Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully).
storage_text.c 4.6 KB eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
Makefile 3.5 KB fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
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.h 4.3 KB f9756bd   2008-03-30T21:26:16Z wilmer Changed charset handling: irc_t keeps two iconv structures, which are …
irc_commands.c 18.4 KB f9756bd   2008-03-30T21:26:16Z wilmer Changed charset handling: irc_t keeps two iconv structures, which are …
set.c 5.1 KB f9756bd   2008-03-30T21:26:16Z wilmer Changed charset handling: irc_t keeps two iconv structures, which are …
set.h 4.1 KB f9756bd   2008-03-30T21:26:16Z wilmer Changed charset handling: irc_t keeps two iconv structures, which are …
account.c 5.3 KB fa75134   2008-04-01T23:07:21Z wilmer Reordered irc_free() a little bit, hoping that this will fix a …
storage_xml.c 14.3 KB 5f5d433   2008-04-02T14:17:37Z Jelmer Vernooij Use GLib functions to check whether files exist, for extra portability.
configure 12.6 KB f1e7407   2008-04-02T15:38:34Z Jelmer Vernooij Add --target argument to configure to allow cross-compilation.
query.c 4.1 KB 9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
query.h 1.7 KB 9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
bitlbee.h 4.9 KB 1195cec   2008-04-05T13:03:31Z wilmer Changed root nicknames are now saved. (Bug #378)
irc.c 32.8 KB 1195cec   2008-04-05T13:03:31Z wilmer Changed root nicknames are now saved. (Bug #378)
bitlbee.c 8.2 KB aefaac3a   2008-04-06T15:34:25Z wilmer Added ClientInterface configuration option to make BitlBee bind() to a …
conf.h 1.8 KB aefaac3a   2008-04-06T15:34:25Z wilmer Added ClientInterface configuration option to make BitlBee bind() to a …
root_commands.c 24.2 KB 23c4e64   2008-05-11T19:37:34Z wilmer Fixed NULL point dereference in "account set -del" code.
unix.c 6.1 KB 51bbec0   2008-05-21T10:27:28Z Jelmer Vernooij Revert move of random_bytes() to unix.c
bitlbee.conf 4.1 KB de8e584   2008-05-24T19:57:47Z wilmer Daemon mode is not an experiment anymore, it's running on …
conf.c 9.8 KB de8e584   2008-05-24T19:57:47Z wilmer Daemon mode is not an experiment anymore, it's running on …
.bzrignore 201 bytes 0db75ad   2025-12-27T02:25:31Z Jelmer Vernooij Ignore lcov output data.
Note: See TracBrowser for help on using the repository browser.