source: @ 56244c0

Name Size Rev Date Author Last Change
utils 73c2dce   2008-06-10T03:21:13Z Jelmer Vernooij Update docs, remove obsolete win32-related utilities.
debian 0a4f6f4   2008-08-28T22:27:34Z wilmer Uploaded 1.2.2-1. Now patching up bitlbee.conf at build time to keep …
tests de49316   2008-12-13T12:08:05Z wilmer Killed the test for setting non-existing variables since I killed …
doc 0e99548   2010-03-07T18:37:23Z wilmer Doc update.
protocols bab1c86   2010-03-08T01:21:08Z wilmer Mail notifications, partially from …
lib b52e478   2010-03-08T01:25:10Z wilmer Added ' HTML entity since we're sure getting that one a lot with …
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 …
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 …
crypting.h 1.4 KB c78c032   2007-10-12T12:11:32Z Jelmer Vernooij Add GCC attributes.
crypting.c 4.5 KB 69ac78c   2008-02-04T23:54:08Z wilmer Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully).
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 …
conf.h 1.8 KB aefaac3a   2008-04-06T15:34:25Z wilmer Added ClientInterface configuration option to make BitlBee bind() to a …
.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 …
win32.c 7.9 KB 913545e   2008-06-28T18:38:52Z Jelmer Vernooij Fix indentation.
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 …
bitlbee.conf 4.1 KB b119d5d   2008-08-26T22:33:54Z wilmer Reverting a change I accidentally imported from the Debian tree.
Makefile 3.7 KB ad9feec   2008-08-30T18:59:58Z wilmer Added chat.c to keep track of chatrooms the user cares about.
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.c 5.2 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
storage.h 2.6 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
storage_text.c 4.5 KB 3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
conf.c 9.8 KB 489f996   2008-12-25T11:05:11Z wilmer Simplified ini parser code a bit more. Not using strtok() after all …
user.c 5.7 KB fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
user.h 1.9 KB fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
bitlbee.c 8.2 KB e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
ipc.c 14.4 KB e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
bitlbee.h 5.0 KB b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
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 …
root_commands.c 27.2 KB b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
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 …
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 …
unix.c 6.2 KB 5674207   2009-11-28T19:51:39Z wilmer Reshuffled initialization sequence a little bit. Most important …
configure 13.9 KB 1c2eaa3   2010-02-17T00:17:04Z wilmer Also disable Yahoo! module if SSL support is missing since it also …
account.h 2.4 KB d1ad6f0   2010-03-06T14:15:14Z wilmer Preparing for per-account status/away messages. Convert some #defines …
account.c 8.1 KB 58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
irc.c 33.7 KB 58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
irc_commands.c 18.0 KB 63770b4   2010-03-07T18:32:31Z wilmer Changed formatting of Jabber buddy info response.
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 …
Note: See TracBrowser for help on using the repository browser.