source: @ 21d48d9

Name Size Rev Date Author Last Change
debian 0a4f6f4   2008-08-28T22:27:34Z wilmer Uploaded 1.2.2-1. Now patching up bitlbee.conf at build time to keep …
doc 286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
lib c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
protocols 21d48d9   2010-03-14T20:19:10Z wilmer Fix for bug #536: No longer fail on corrupted USR responses with …
tests de49316   2008-12-13T12:08:05Z wilmer Killed the test for setting non-existing variables since I killed …
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.
motd.txt 540 bytes fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
sock.h 969 bytes 0a14b8c   2008-04-02T15:03:37Z Jelmer Vernooij Remove no longer needed functions.
crypting.h 1.4 KB c78c032   2007-10-12T12:11:32Z Jelmer Vernooij Add GCC attributes.
commands.h 1.5 KB f73b969   2006-01-20T15:15:49Z wilmer Renamed commands.c, got rid of return values in all command functions.
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 …
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.h 1.7 KB 9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
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 …
log.h 1.8 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
conf.h 1.8 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
user.h 1.9 KB c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
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 …
account.h 2.4 KB d1ad6f0   2010-03-06T14:15:14Z wilmer Preparing for per-account status/away messages. Convert some #defines …
storage.h 2.6 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
crypting.c 3.4 KB 7c9db24   2010-03-08T02:10:41Z wilmer Replaced obsolete (useless for the current .xml files) encode/decode …
Makefile 3.5 KB 7c9db24   2010-03-08T02:10:41Z wilmer Replaced obsolete (useless for the current .xml files) encode/decode …
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 …
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 …
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 …
set.h 4.1 KB f3579fd   2008-08-24T20:52:31Z wilmer Clearer feedback after set/account set commands.
bitlbee.conf 4.2 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
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_text.c 4.5 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
log.c 4.8 KB ac9f0e9   2006-01-18T07:53:50Z wilmer Formatting changes.
bitlbee.h 5.0 KB c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
storage.c 5.2 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
user.c 5.7 KB c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
set.c 5.7 KB f3579fd   2008-08-24T20:52:31Z wilmer Clearer feedback after set/account set commands.
nick.c 6.7 KB 05b44da   2008-06-24T09:15:47Z wilmer Fixed a bug with nickname handling. I really should kill all …
win32.c 7.9 KB 913545e   2008-06-28T18:38:52Z Jelmer Vernooij Fix indentation.
account.c 8.1 KB 286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
bitlbee.c 8.2 KB bb34771   2010-03-14T16:35:55Z wilmer Close fd's 0,1,2 no matter what, not just if they're ttys. (Bug #476)
unix.c 8.2 KB 8b6b740   2010-03-11T11:15:36Z wilmer Document the new -x flag in one useful location and make it a bit …
conf.c 10.0 KB 90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
configure 13.6 KB ceebeb1   2010-03-14T18:09:56Z wilmer Warn if xmlto is missing and a prebuilt helpfile is missing.
ipc.c 14.4 KB cd63d58   2008-06-29T12:47:39Z wilmer Now using an environment variable instead of a flag to pass state info …
storage_xml.c 15.6 KB b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
irc_commands.c 18.0 KB 63770b4   2010-03-07T18:32:31Z wilmer Changed formatting of Jabber buddy info response.
root_commands.c 25.9 KB e9cf291   2010-03-14T16:42:22Z wilmer Allow the identify command only once. (Bug #509)
irc.c 33.7 KB 435f552   2010-03-14T16:47:00Z wilmer While I'm at it, set auto_reconnect to true by default, which I …
Note: See TracBrowser for help on using the repository browser.