source: @ 297d1d02

Name Size Rev Date Author Last Change
debian fed12b9   2012-02-18T11:37:31Z wilmer 3.0.5-1.
doc 0153ba9   2012-06-04T11:01:50Z wilmer Drop the LDAP stuff that was never even close to finished. There was …
init d1d1b88   2011-05-01T14:08:02Z wilmer Add -I to command line in xinetd/systemd example files instead of …
lib 222b440   2012-06-05T20:19:56Z wilmer Add xt_to_string_i() and use it to get indentation back in saved …
protocols bb5ce568   2012-06-07T22:41:17Z wilmer s/ACC_SET_NOSAVE/SET_NOSAVE/.
tests 7fa5c19   2012-02-11T12:55:45Z wilmer Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
utils 4f37a98   2012-02-11T17:18:46Z wilmer convert_purple fix: Don't barf on protocols without passwords. Bug #877.
.bzrignore 246 bytes 9b767e9   2012-03-26T22:43:38Z wilmer Update .bzrignore.
bitlbee.c 9.3 KB fd73022   2011-02-24T19:15:44Z wilmer Don't use AI_ADDRCONFIG at all for setting up a listening socket, …
bitlbee.conf 4.9 KB d527913   2012-04-22T21:57:33Z wilmer s/him/it/ in bitlbee.conf, bug #948.
bitlbee.h 5.8 KB 7a2a486   2012-06-03T23:08:43Z wilmer Shut up a flood of GLib-related compiler warnings.
commands.h 1.5 KB 8358691   2010-08-31T20:05:36Z wilmer Added root_command_add() and use it to create the "otr" command.
conf.c 11.2 KB af5764e   2011-12-19T17:23:28Z wilmer Refuse to start if cafile points at an unreadable file, to avoid …
conf.h 1.9 KB 486ddb5   2011-12-19T14:50:58Z wilmer Initial merge of tls_verify patch from AopicieR.
configure 18.8 KB 0153ba9   2012-06-04T11:01:50Z wilmer Drop the LDAP stuff that was never even close to finished. There was …
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
dcc.c 14.7 KB f1f7b5e   2010-07-24T22:50:23Z wilmer Take the local address from the IM/IRC connection when setting up a …
dcc.h 3.9 KB 89c11e7   2010-04-12T23:54:55Z wilmer Restored CTCP/DCC hooks for outgoing file transfers.
help.c 4.5 KB 674a01d   2010-09-06T00:20:01Z wilmer Move whatsnew stuff into help.txt. Stop putting too much string …
help.h 1.7 KB 674a01d   2010-09-06T00:20:01Z wilmer Move whatsnew stuff into help.txt. Stop putting too much string …
ipc.c 24.5 KB 18e1f3b   2012-05-02T07:58:22Z wilmer Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
ipc.h 2.2 KB 83e2d30   2010-07-14T23:19:03Z doug This makes Bitlbee compile on OpenBSD.
irc.c 25.5 KB b958cb5   2012-02-26T09:20:30Z wilmer Changing ping behaviour. Pinging seems to be misbehaving for some …
irc.h 11.9 KB fda194f   2012-03-19T21:01:50Z wilmer Allow identify -noload/-force without typing a password. (/OPER) Patch …
irc_channel.c 19.6 KB 7d4ffc2   2012-02-17T10:20:28Z wilmer Fixing NULL pointer dereference in irc_channel_free(). This seems to …
irc_commands.c 21.6 KB 18e1f3b   2012-05-02T07:58:22Z wilmer Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
irc_im.c 26.8 KB 57a65600   2012-03-10T00:06:29Z wilmer Bug #929: Indeed SET_NULL_OK was missing.
irc_send.c 12.1 KB 18e1f3b   2012-05-02T07:58:22Z wilmer Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
irc_user.c 6.8 KB 18e1f3b   2012-05-02T07:58:22Z wilmer Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
irc_util.c 3.2 KB a4cdf43   2010-05-01T14:19:09Z wilmer Same fix like 566 in mainline: tm_mon + 1 to get the right month in …
log.c 5.0 KB 156bbd7   2010-04-13T23:55:30Z wilmer Log to stderr+syslog until daemonized. Current behaviour is too …
log.h 1.8 KB 764c7d1   2008-02-03T21:30:03Z sm OTR support, first checkin
Makefile 6.1 KB 52bba15   2012-02-22T08:33:05Z Miklos Vajna Fix systemd service files Now that BINDIR points to /usr/bin, we need …
motd.txt 540 bytes ecae65f   2010-09-10T11:45:31Z wilmer Some doc fixes, removing a % that was never supposed to be at the end …
nick.c 9.5 KB e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
nick.h 1.7 KB b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
otr.c 50.6 KB c7b94ef   2011-11-26T00:41:45Z pesco make sure we avoid file traversal in otr load/save functions (#853)
otr.h 2.3 KB 934db064   2010-09-01T22:09:27Z wilmer Do encryption and decryption. Somehow SMP and other things aren't …
query.c 4.2 KB e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
query.h 1.7 KB 1e52e1f   2010-07-11T10:30:27Z wilmer When cleaning up queries, q->data is free()d. Even if it turns out to …
root_commands.c 36.3 KB aa88e50   2012-06-07T22:40:59Z wilmer Make error message on using save without registering/identifying a …
set.c 5.6 KB ce199b7   2011-12-21T11:21:04Z wilmer Make it easier to add OAuth-authenticated accounts without having to …
set.h 4.7 KB bb5ce568   2012-06-07T22:41:17Z wilmer s/ACC_SET_NOSAVE/SET_NOSAVE/.
sock.h 934 bytes 25b5a4a   2010-10-03T03:03:19Z wilmer Make sure events_*.c are fully compatible to callers so plugins built …
storage.c 4.6 KB 297d1d02   2012-06-07T23:11:15Z wilmer Remove storage_rename() which was never tested/used, and current /NICK …
storage.h 2.5 KB 297d1d02   2012-06-07T23:11:15Z wilmer Remove storage_rename() which was never tested/used, and current /NICK …
storage_xml.c 11.6 KB e222c36   2012-06-07T22:45:24Z wilmer Add xml_generate_settings(), little less code duplication.
unix.c 9.6 KB 18e1f3b   2012-05-02T07:58:22Z wilmer Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
win32.c 7.9 KB ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
Note: See TracBrowser for help on using the repository browser.