source:
@
5100caa
Name | Size | Rev | Date | Author | Last Change |
---|---|---|---|---|---|
doc | 0025b51 | 2006-06-03T21:08:58Z | Use unique OID's and include BitlBee's OID (25873) | ||
lib | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | ||
protocols | 0a3c243 | 2006-06-30T23:18:56Z | Got rid of struct aim_user (now using account_t everywhere). Needs … | ||
tests | 1fc2958 | 2006-06-16T12:07:51Z | Add checks for nick functions as well, fix bug where nick lengths … | ||
utils | 9e08d5d | 2006-04-07T19:27:58Z | Got rid of some old e-mail addresses. | ||
.bzrignore | 154 bytes | c2fa827 | 2006-06-16T11:48:52Z | Add unit testing infrastructure. | |
account.c | 5.0 KB | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | |
account.h | 1.8 KB | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | |
bitlbee.c | 8.1 KB | 6e1fed7 | 2006-06-25T17:07:25Z | Using salted MD5 checksums for the user's BitlBee password and salted … | |
bitlbee.conf | 3.4 KB | 2a6ca4f | 2006-01-04T11:16:58Z | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping … | |
bitlbee.h | 4.7 KB | df1694b | 2006-06-25T12:15:42Z | Moving all generic files to lib/ instead of having some in / and some … | |
commands.h | 1.5 KB | f73b969 | 2006-01-20T15:15:49Z | Renamed commands.c, got rid of return values in all command functions. | |
conf.c | 9.3 KB | 5c9512f | 2006-06-30T09:17:18Z | Made set.c API more generic so it's not specific to irc_t structures … | |
conf.h | 1.8 KB | 34b17d9 | 2006-02-02T13:21:44Z | Added PID-file code. | |
configure | 11.4 KB | b3c467b | 2006-06-28T09:59:33Z | Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the … | |
COPYING | 17.6 KB | b7d3cc34 | 2005-11-06T18:23:18Z | Initial repository (0.99 release tree) | |
crypting.c | 4.6 KB | a301379c | 2005-12-13T22:43:59Z | Simplify obfuscation functions - make them a bit more bitlbee-independent | |
crypting.h | 1.4 KB | a301379c | 2005-12-13T22:43:59Z | Simplify obfuscation functions - make them a bit more bitlbee-independent | |
help.c | 3.2 KB | 022e77f | 2006-03-06T12:15:46Z | Fixed error handling on empty help topics. (See #109) | |
help.h | 1.5 KB | b7d3cc34 | 2005-11-06T18:23:18Z | Initial repository (0.99 release tree) | |
ipc.c | 13.4 KB | 3af70b0 | 2006-06-15T12:37:05Z | !x&y == (!x)&y, not !(x&y). | |
ipc.h | 2.1 KB | a9ca7dd | 2006-05-23T08:18:24Z | Added G_GNUC_PRINTF(...) to definitions of functions that take format … | |
irc.c | 31.0 KB | 0a3c243 | 2006-06-30T23:18:56Z | Got rid of struct aim_user (now using account_t everywhere). Needs … | |
irc.h | 4.0 KB | 79e826a | 2006-06-15T12:22:17Z | Converted irc->status to binary flags. (This also fixes … | |
irc_commands.c | 17.3 KB | 0a3c243 | 2006-06-30T23:18:56Z | Got rid of struct aim_user (now using account_t everywhere). Needs … | |
log.c | 4.8 KB | ac9f0e9 | 2006-01-18T07:53:50Z | Formatting changes. | |
log.h | 1.8 KB | a9ca7dd | 2006-05-23T08:18:24Z | Added G_GNUC_PRINTF(...) to definitions of functions that take format … | |
Makefile | 3.3 KB | b3c467b | 2006-06-28T09:59:33Z | Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the … | |
motd.txt | 542 bytes | b7d3cc34 | 2005-11-06T18:23:18Z | Initial repository (0.99 release tree) | |
nick.c | 6.0 KB | 5c9512f | 2006-06-30T09:17:18Z | Made set.c API more generic so it's not specific to irc_t structures … | |
nick.h | 1.7 KB | 1eddf6b | 2005-12-08T12:30:43Z | Add some const | |
query.c | 3.9 KB | 5c9512f | 2006-06-30T09:17:18Z | Made set.c API more generic so it's not specific to irc_t structures … | |
query.h | 1.7 KB | b7d3cc34 | 2005-11-06T18:23:18Z | Initial repository (0.99 release tree) | |
root_commands.c | 21.7 KB | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | |
set.c | 5.3 KB | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | |
set.h | 2.2 KB | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | |
sock.h | 1.2 KB | 3f199fc | 2006-05-13T23:28:31Z | Added a closesocket() that properly removes event handlers before … | |
storage.c | 4.7 KB | b3c467b | 2006-06-28T09:59:33Z | Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the … | |
storage.h | 2.6 KB | c121f89 | 2006-06-14T20:30:25Z | xml_load() works pretty well now. | |
storage_ldap.c | 4.2 KB | a15c097 | 2006-03-24T16:48:16Z | More work on LDAP backend; report errors | |
storage_text.c | 9.0 KB | 90bbb0e | 2006-06-26T16:50:47Z | Moved the call to "account on" to the right place. | |
storage_xml.c | 14.0 KB | 5100caa | 2006-07-01T15:52:05Z | Added "account set" command. | |
unix.c | 5.6 KB | 6e1fed7 | 2006-06-25T17:07:25Z | Using salted MD5 checksums for the user's BitlBee password and salted … | |
user.c | 5.2 KB | 0a3c243 | 2006-06-30T23:18:56Z | Got rid of struct aim_user (now using account_t everywhere). Needs … | |
user.h | 1.9 KB | 9b8a38b | 2006-03-22T18:22:41Z | Buddy group data is now stored in the user_t structure. |
Note: See TracBrowser
for help on using the repository browser.