source: @ 560d0a0

Name Size Rev Date Author Last Change
utils 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
lib f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
tests f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
doc 4af3050   2010-05-25T22:41:52Z wilmer install-* targets should also work now. Let's see how this works out …
protocols 3dc6d86   2010-06-02T08:47:18Z wilmer Disable old-style ICQ authentication. It looks like AOL or whoever is …
debian 560d0a0   2010-06-06T19:01:14Z wilmer Some more fixes to make this work with older distros (Hardy's stuck …
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
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 …
motd.txt 540 bytes fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
nick.h 1.7 KB d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
sock.h 969 bytes 0a14b8c   2008-04-02T15:03:37Z Jelmer Vernooij Remove no longer needed functions.
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 …
.bzrignore 213 bytes 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
nick.c 6.7 KB 05b44da   2008-06-24T09:15:47Z wilmer Fixed a bug with nickname handling. I really should kill all …
ipc.h 2.1 KB cd63d58   2008-06-29T12:47:39Z wilmer Now using an environment variable instead of a flag to pass state info …
irc.h 4.3 KB 39f93f0   2008-08-31T13:42:33Z wilmer /join can now be used to join chatrooms, join_chat should not be used …
storage.h 2.6 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
ipc.c 14.4 KB e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
chat.c 4.1 KB b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
chat.h 1.7 KB b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
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 …
account.h 2.4 KB d1ad6f0   2010-03-06T14:15:14Z wilmer Preparing for per-account status/away messages. Convert some #defines …
set.c 6.1 KB 56244c0   2010-03-12T00:38:40Z wilmer Added set_eval_list which I will need for the Purple module now to …
set.h 4.3 KB 56244c0   2010-03-12T00:38:40Z wilmer Added set_eval_list which I will need for the Purple module now to …
account.c 8.1 KB 286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
user.c 5.7 KB c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
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 …
user.h 2.0 KB 449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
dcc.h 3.7 KB 4ed9c8c   2010-03-21T15:10:07Z wilmer Fixed 100% CPU usage bug in dcc.c.
dcc.c 16.6 KB 0cb71a6   2010-03-21T16:57:20Z wilmer I renamed GAIM_INPUT_* to something else in this branch.
root_commands.c 28.3 KB ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
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 …
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 …
conf.c 11.0 KB 3d1481f   2010-04-13T22:25:40Z wilmer Adding -V flag to show version info from a not-serving binary. (Bug #580)
storage_xml.c 15.6 KB 542e44a   2010-04-13T22:35:55Z wilmer fsync() the user configuration file before closing it. (Bug #559)
log.c 4.9 KB 156bbd7   2010-04-13T23:55:30Z wilmer Log to stderr+syslog until daemonized. Current behaviour is too …
unix.c 8.3 KB 156bbd7   2010-04-13T23:55:30Z wilmer Log to stderr+syslog until daemonized. Current behaviour is too …
bitlbee.c 8.9 KB f9ed311   2010-04-14T19:08:23Z wilmer getaddrinfo(NULL) may return an IPv4 address first but we should …
irc.c 34.8 KB 839189b   2010-05-02T21:06:25Z wilmer Applied show-offline patch from Florian E.J. Fruth, adapted for a few …
irc_commands.c 18.4 KB 228fc18   2010-05-23T14:31:30Z wilmer Allow nick changes. (Based on patch from zibri) This mostly closes #6!
bitlbee.h 5.2 KB f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
Makefile 3.8 KB 4af3050   2010-05-25T22:41:52Z wilmer install-* targets should also work now. Let's see how this works out …
configure 16.0 KB 04dc563   2010-06-05T10:32:02Z wilmer A few more configure script tweaks: Don't enable libpurple by default …
Note: See TracBrowser for help on using the repository browser.