source: @ 61ae52c

Name Size Rev Date Author Last Change
utils 9e08d5d   2006-04-07T19:27:58Z wilmer Got rid of some old e-mail addresses.
tests dcf0f3e   2007-02-18T22:46:50Z wilmer Fixed Makefiles (make distclean was completely broken).
lib b6423a09   2007-02-18T23:57:12Z wilmer Little fix copied from Jelmer's integration branch, want to import the …
doc b3cae44   2007-04-16T04:44:08Z wilmer Forgot to credit Greg for the update, and sorry to infamous41md for …
protocols 61ae52c   2007-04-20T05:19:06Z wilmer Renamed/slightly changed syntax of groupchat callback functions.
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
help.h 1.5 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
crypting.c 4.6 KB a301379c   2005-12-13T22:43:59Z Jelmer Vernooij Simplify obfuscation functions - make them a bit more bitlbee-independent
crypting.h 1.4 KB a301379c   2005-12-13T22:43:59Z Jelmer Vernooij Simplify obfuscation functions - make them a bit more bitlbee-independent
bitlbee.conf 3.4 KB 2a6ca4f   2006-01-04T11:16:58Z wilmer Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
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.
conf.h 1.8 KB 34b17d9   2006-02-02T13:21:44Z wilmer Added PID-file code.
help.c 3.2 KB 022e77f   2006-03-06T12:15:46Z wilmer Fixed error handling on empty help topics. (See #109)
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
ipc.h 2.1 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
log.h 1.8 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
storage.h 2.6 KB c121f89   2006-06-14T20:30:25Z wilmer xml_load() works pretty well now.
unix.c 5.6 KB 6e1fed7   2006-06-25T17:07:25Z wilmer Using salted MD5 checksums for the user's BitlBee password and salted …
irc.h 4.0 KB 5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
storage.c 4.7 KB 7e3592e   2006-07-05T18:34:31Z wilmer Fixed text_load(), added detection of primary storage backends without …
.bzrignore 179 bytes f4aa393   2006-07-07T13:34:01Z Jelmer Vernooij Ignore *.o files (removed from global ignores in bzr 0.9)
sock.h 1.1 KB b0a33a5   2006-07-11T09:28:44Z wilmer Better handling of situations where IPv6 is not available at run-time.
ipc.c 13.4 KB dfc8a46   2006-11-24T19:39:59Z wilmer Bye bye lilo. I've never been a fan of yours, but let's not make fun …
storage_xml.c 14.7 KB 55078f5   2006-11-25T09:20:29Z wilmer Forgot to pass O_CREAT to open() which can cause problems if there's a …
bitlbee.c 8.7 KB 46af107   2007-02-18T17:34:19Z wilmer Fixed uninitialized memory issue in bitlbee.c listen socket setup …
configure 12.1 KB 8de63c3   2007-02-18T17:37:54Z wilmer AIX fixup. See #230.
storage_text.c 4.8 KB 34337a7   2007-02-18T22:46:21Z wilmer Fixed a possible issue with corrupted .nicks files in text_load().
conf.c 9.3 KB d4589cb   2007-02-18T23:47:17Z wilmer Little doc/help update.
bitlbee.h 4.7 KB 6cfcfdf   2007-02-18T23:48:02Z wilmer Added the right version tag.
set.c 5.2 KB 723e611   2007-02-26T04:46:35Z wilmer Removed boolean code from set_getint() and added bits of help to set.h.
set.h 4.0 KB 723e611   2007-02-26T04:46:35Z wilmer Removed boolean code from set_getint() and added bits of help to set.h.
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 …
query.h 1.7 KB 0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
user.c 5.6 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 …
account.c 5.2 KB c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
irc.c 31.1 KB 84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
Makefile 3.4 KB 84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
query.c 3.9 KB 84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
irc_commands.c 17.3 KB 6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
root_commands.c 21.6 KB f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
nick.c 6.2 KB d323394c   2007-04-20T04:49:30Z wilmer New code to use nicknames stored in ICQ contact lists.
nick.h 1.6 KB d323394c   2007-04-20T04:49:30Z wilmer New code to use nicknames stored in ICQ contact lists.
Note: See TracBrowser for help on using the repository browser.