source:
@
bda2975
Name | Size | Rev | Date | Author | Last Change |
---|---|---|---|---|---|
debian | c521362 | 2010-04-24T17:04:28Z | libpurple-dev build dependency. | ||
doc | db57e7c | 2010-04-19T13:08:34Z | 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode in … | ||
lib | 2e3a857 | 2010-04-08T00:27:42Z | Added a mktime_utc() to misc.c using code that used to be in … | ||
protocols | 15794dc | 2010-05-02T16:03:41Z | Groupchat support "finished". Named chatrooms are not supported yet. … | ||
tests | 842cd8d | 2010-03-18T11:22:17Z | Fixed a bug that caused full JIDs to get lost sometimes with the new … | ||
utils | 73c2dce | 2008-06-10T03:21:13Z | Update docs, remove obsolete win32-related utilities. | ||
.bzrignore | 213 bytes | 73c2dce | 2008-06-10T03:21:13Z | Update docs, remove obsolete win32-related utilities. | |
account.c | 8.1 KB | 286b28e | 2010-03-13T01:02:47Z | Added nick_source account setting to allow using full name fields for … | |
account.h | 2.4 KB | d1ad6f0 | 2010-03-06T14:15:14Z | Preparing for per-account status/away messages. Convert some #defines … | |
bitlbee.c | 8.9 KB | f9ed311 | 2010-04-14T19:08:23Z | getaddrinfo(NULL) may return an IPv4 address first but we should … | |
bitlbee.conf | 4.2 KB | 90cd6c4 | 2010-03-14T18:22:43Z | Allow disabling certain IM protocols at runtime, patch from … | |
bitlbee.h | 5.2 KB | db57e7c | 2010-04-19T13:08:34Z | 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode in … | |
chat.c | 4.1 KB | b75acf6 | 2009-10-22T21:55:23Z | 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 | Don't include chat.h from bitlbee.h. make install-dev doesn't install … | |
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 | 11.0 KB | 3d1481f | 2010-04-13T22:25:40Z | Adding -V flag to show version info from a not-serving binary. (Bug #580) | |
conf.h | 1.9 KB | 90cd6c4 | 2010-03-14T18:22:43Z | Allow disabling certain IM protocols at runtime, patch from … | |
configure | 15.4 KB | bda2975 | 2010-05-02T16:14:14Z | Warning on the libpurple+libevent combination. | |
COPYING | 17.6 KB | b7d3cc34 | 2005-11-06T18:23:18Z | Initial repository (0.99 release tree) | |
crypting.c | 3.4 KB | 7c9db24 | 2010-03-08T02:10:41Z | Replaced obsolete (useless for the current .xml files) encode/decode … | |
crypting.h | 1.4 KB | c78c032 | 2007-10-12T12:11:32Z | Add GCC attributes. | |
dcc.c | 16.6 KB | 0cb71a6 | 2010-03-21T16:57:20Z | I renamed GAIM_INPUT_* to something else in this branch. | |
dcc.h | 3.7 KB | 4ed9c8c | 2010-03-21T15:10:07Z | Fixed 100% CPU usage bug in dcc.c. | |
help.c | 4.0 KB | e5d8d21 | 2009-11-25T00:45:27Z | Added in-memory help info, which I wanted to implement for ages … | |
help.h | 1.6 KB | e5d8d21 | 2009-11-25T00:45:27Z | Added in-memory help info, which I wanted to implement for ages … | |
ipc.c | 14.4 KB | e046390 | 2009-10-10T23:25:54Z | Make purple use BitlBee's event handling API. Since the APIs never … | |
ipc.h | 2.1 KB | cd63d58 | 2008-06-29T12:47:39Z | Now using an environment variable instead of a flag to pass state info … | |
irc.c | 34.7 KB | 92a9c68 | 2010-04-08T21:56:27Z | Fixed 2-byte memory leak in set_eval_charset(). | |
irc.h | 4.3 KB | 39f93f0 | 2008-08-31T13:42:33Z | /join can now be used to join chatrooms, join_chat should not be used … | |
irc_commands.c | 18.1 KB | ec2ebcc | 2010-04-11T22:13:19Z | Use 320 replies for status messages in /WHOIS, 333 was a bad idea. … | |
log.c | 4.9 KB | 156bbd7 | 2010-04-13T23:55:30Z | Log to stderr+syslog until daemonized. Current behaviour is too … | |
log.h | 1.8 KB | a9ca7dd | 2006-05-23T08:18:24Z | Added G_GNUC_PRINTF(...) to definitions of functions that take format … | |
Makefile | 3.7 KB | 4fca1db | 2010-04-10T10:07:11Z | Make compiling on BSD less painful: mktemp really does need a template … | |
motd.txt | 540 bytes | fa29d093 | 2007-03-28T05:53:11Z | Preparing for Jabber conference room support. | |
nick.c | 6.7 KB | 05b44da | 2008-06-24T09:15:47Z | Fixed a bug with nickname handling. I really should kill all … | |
nick.h | 1.7 KB | d06eabf | 2007-06-04T13:22:05Z | Added imcb_buddy_nick_hint so the Jabber conference module can suggest … | |
query.c | 4.1 KB | 9143aeb | 2008-04-05T12:26:04Z | query.h now defines a callback function type, not using void* for it … | |
query.h | 1.7 KB | 9143aeb | 2008-04-05T12:26:04Z | query.h now defines a callback function type, not using void* for it … | |
root_commands.c | 28.3 KB | 0baed0d | 2010-03-19T00:09:50Z | Allow changing the name of the control channel at run-time. | |
set.c | 6.1 KB | 56244c0 | 2010-03-12T00:38:40Z | 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 | Added set_eval_list which I will need for the Purple module now to … | |
sock.h | 969 bytes | 0a14b8c | 2008-04-02T15:03:37Z | Remove no longer needed functions. | |
storage.c | 5.2 KB | 3183c21 | 2008-09-06T22:59:32Z | Completely reviewed all uses of irc->password, irc_setpass() and … | |
storage.h | 2.6 KB | 3183c21 | 2008-09-06T22:59:32Z | Completely reviewed all uses of irc->password, irc_setpass() and … | |
storage_ldap.c | 4.2 KB | a15c097 | 2006-03-24T16:48:16Z | More work on LDAP backend; report errors | |
storage_text.c | 4.5 KB | 3183c21 | 2008-09-06T22:59:32Z | Completely reviewed all uses of irc->password, irc_setpass() and … | |
storage_xml.c | 15.6 KB | 542e44a | 2010-04-13T22:35:55Z | fsync() the user configuration file before closing it. (Bug #559) | |
unix.c | 8.3 KB | 156bbd7 | 2010-04-13T23:55:30Z | Log to stderr+syslog until daemonized. Current behaviour is too … | |
user.c | 5.7 KB | c6ca3ee | 2010-03-14T17:49:24Z | Some const/etc cleanups submitted by domen@… back in bug #431. | |
user.h | 2.0 KB | 449a51d | 2010-03-16T10:18:02Z | Include non-away status messages in blist and whois responses. The … | |
win32.c | 7.9 KB | 913545e | 2008-06-28T18:38:52Z | Fix indentation. |
Note: See TracBrowser
for help on using the repository browser.