summaryrefslogtreecommitdiff
path: root/chat/bitlbee
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-01-08Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-27Add an option for the configure script to enable/disable IPv6 supportxtraeme3-2/+58
(by default disabled in configure, but enabled via bsd.options.mk), you can enable/disable it via "PKG_OPTIONS.bitlbee=-inet6", this closes PR pkg/27691 by Georg Schwarz. Bump PKGREVISION.
2004-10-25Update chat/bitlbee to 0.91.xtraeme2-10/+10
Changes: - Full support for ICQ server-side contact lists! NOTE: BitlBee now ignores your client-side contact list. If you want to import your ICQ contact list, use the import_buddies command. - Added the import_buddies command for upgrading purposes. - Added support for OpenSSL. - Fixed one major problem with the daemon mode by getting rid of the global IRC structure. - Documentation fixes. help.txt is now generated from XML. Also updated the installation manual. - Made the quickstart up-to-date. (By Elizabeth Krumbach) - Some bitlbeed additions. (By Marcus Dennis) - info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply for ICQ. (By Frank Thieme) - Support for Jabber over SSL. - nick_get() appends a _ on duplicates instead of chopping off the last character. - Got rid of an unused piece of code that caused crashes. (oscar.c:gaim_parse_clientauto) - When splitting long messages into 450-char chunks, BitlBee now tries not to cut off in the middle of a line. - Added a warning when the user specifies an unknown OSCAR server. - Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again. - Improved strip_html(), now less likely to strip non-HTML things. - An invalid account-command will now display an error message. - Fixed a bug that caused crashes when /CTCP'ing a groupchat channel. - Hopefully better Unicode/non-ASCII support for ICQ. - Fixed MSN connection crash on non-ASCII characters in screenname. - Added some missing charset conversion calls. (serv_got_crap, serv_buddy_rename) - "account off" without extra arguments now logs off all connections. - Fixed a crash-bug on disconnecting Yahoo! connections before they're fully connected. - Fixed a bug in helpfile handling which sometimes caused crashes in daemon mode. - block and allow commands work with just a nick as an argument again. - Working around a crash on some probably invalid Yahoo! packets. - Fixed a possible double free() on shutdown in irc_free(). - Talking to ICQ people on AIM and vice versa and talking to people with @mac.com accounts now possible. - Low ASCII chars are now stripped from away-messages so the Jabber module won't barf on BitchX and lame-script away messages anymore.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-07Update chat/bitlbee to 0.90a.xtraeme2-5/+5
Changes: * Fixed Yahoo! authentication code. (Thanks to Gaim/Cerulean Studios)
2004-06-03Update chat/bitlbee to 0.90.xtraeme2-6/+6
# Version 0.90 (released 2004-05-28) hilights: * Another release with a speech! * A complete rewrite of the MSN module, which mainly means more stability, but also some good new features and other enhancements. * Lots of cleanups and fixes in the other IM-modules. * Full support for operating behind proxy servers. features.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-03-01Bump PKGREVISION due to libtasn1 and gnutls updates.jmmv1-2/+2
2004-02-25Bump PKGREVISION due to the update of libgcrypt.minskim1-1/+2
2004-02-22Upgrade bitlbee to 0.84 and bl3ify.xtraeme3-23/+9
# Version 0.84 (released 2004-02-13) hilights: * Fixed Yahoo! support. * MSN module works without libsoup now. * Code cleanup.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-31Update to 0.83xtraeme3-5/+19
# Version 0.83 (released 2003-12-31) hilights: * Mainly bugfixes. * Added some features especially useful for public servers. (Like server-client pinging)
2003-12-05Updated to 0.82xtraeme3-8/+15
Changes since 0.80: o Fixed a buffer overflow plus another problem in the nick handling code. o Fixed MSN support. o Added the qlist command. o Fixed the Makefile: It doesn't just overwrite files in etcdir anymore. o Fixed a small problem in the auto-reconnect cleanup code. o Added a configuration file. o Added some access restrictions for people who don't want their BitlBee server to be open to anyone. o Added basic support for charsets, which makes BitlBee more useful to people who don't speak ASCII. o Added support for automatic reconnection to an IM-server. o Yahoo! now works again. And more...
2003-09-04Update HOMEPAGE/MASTER_SITES after the site moved to it's own domain.xtraeme1-3/+3
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-07-02Fix homepage.jmmv1-2/+2
2003-07-02Initial import of bitlbee, version 0.80:jmmv5-0/+75
bitlbee is an IRC gateway to other chat networks. It provides an IRC server where users connect to and have access to all their contacts in ICQ, MSN, Jabber or even IRC itself. Protocols are implemented using Gaim's code. Multiple users are supported too, where each one has its own set of accounts and contacts. Provided by Juan RP in pkgsrc-wip with some changes by me.