summaryrefslogtreecommitdiff
path: root/chat/bitlbee
AgeCommit message (Collapse)AuthorFilesLines
2011-11-18Fix problem with msn connect, reported by Frédéric Fauberteautonio3-3/+71
The patch is obtained using revisions 824 and 825 of the bitlbee repository
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-1/+1
2011-09-25Really depend on gcrypt explicitlyjoerg1-2/+2
2011-07-09depend on libgcrypt explicitelydrochner1-1/+2
(gnutls used to pull it in for us, but this will be cleaned up)
2011-07-09Version 3.0.3:mspo2-7/+7
- Fixed Twitter compatibility. (The API call used to get the following list was deprecated.) - Twitter: Enable the show_ids setting to assign a two-digit short ID to recent tweets to use for retweets and replies (so you can RT/reply to more than just a person's last message). - Some other Twitter fixes/improvements. - "otr reconnect" command and some other fixes. - GnuTLS 2.12 compatibility fix. - Include "FLOOD=0/9999" in the 005/ISUPPORT line at login to hint the IRC client that rate limiting is not required. (Next step: Get IRC clients to parse it.) - Other stuff too small to mention. Finished 2 Jun 2011 Version 3.0.2: - Fixed MSN login issues with @msn.com accounts. - /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN contacts. More may come later, ideas are welcome. - By default, leave Twitter turned on for libpurple builds. - Allow using /OPER to identify/register as well. (Password security hack.) - Fixed proxy support with libpurple. - Some minor changes/fixes.
2011-05-04these programs are known to suffer from incompatible changesdrochner1-1/+4
in gnutls-2.12 -- add constraint and URL reference (from gls)
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-12-20Update chat/bitlbee to 3.0.1tonio3-25/+7
Patch provided by gls@ Changes: Version 3.0.1 (released 2010-11-24) hilights: - MSN login fixes, Jabber (3.0 had a bug that made Jabber contacts never go offline), some other minor IM module fixes (including the new default ICQ login server). - Fixed build issues on some non-Linux systems. - Minor bugfixes/improvements.
2010-11-05Update chat/bitlbee to 3.0tonio3-6/+24
Version 3.0 (released 2010-10-22) hilights: * Lots of stuff, see the development version below. * MSN protocol module was rewritten. This fixes some problems many people were having with the old code lately, and adds support for things like status messages and offline messages. * The bitlbee-otr branch is now merged into mainline, which means you can compile BitlBee with OTR encryption support, if you want, without any need for patches/alternative branches. * Many more fixes, small changes, etc. Just read the full non-bzr changelog for all details.
2010-05-30Update chat/bitlbee to 1.2.7tonio2-7/+6
Fix PR pkg/43329 - Version 1.2.7 (released 2010-05-15) hilights: * Resolved MSN Messenger login issues. * Twitter module now uses OAuth, so it'll still work after June. * Various other fixes and small feature additions. - Version 1.2.6a (released 2010-04-19) hilights: * (1.2.6a because the original 1.2.6 release had one unfortunate bug in the Twitter module.) * Twitter support! (Implemented by Geert Mulders.) * Fixed issues with MSN friendly names getting lost by allowing to store them locally (see the local_display_name MSN setting.), and worked around problems when talking to offline MSN contacts (see the switchboard_keepalives MSN setting). The usual bug fixes and small feature enhancements. - Version 1.2.5 (released 2010-03-17) hilights: * Full support for non-away status messages. * Ability to generate nicknames from the contact's full name, making Facebook's XMPP server work much better with BitlBee. * Lots of misc. bug fixes and small feature enhancements.
2009-07-16Make sure bitlbee honors VARBASE properlytonio4-7/+16
2009-07-15Add rc.d file for bitlbee, so that it can be used in deamon modetonio3-4/+29
Use gnutls instead of openssl, as google talk does not work with openssl This fixes PR pkg/35345
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-11-01Update chat/bitlbee 1.2.3tonio2-6/+6
Version 1.2.3 (released 2008-09-07) hilights: * Fixed a security issue similar to the previous account overwrite/hijack bug.
2008-08-29Update chat/bitlbee to 1.2.2tonio2-6/+6
Fixes security issue http://secunia.com/advisories/31633/ Changelog: Version 1.2.2 (released 2008-08-26) hilights: * Fixed a security issue where it was possible to recreate/hijack already existing accounts. * Various stability improvements and minor feature enhancements.
2008-07-23Update chat/bitlbee to 1.2.1tonio7-142/+6
Version 1.2.1 (released 2008-06-24) hilights: * Mostly a lot of fixes for bugs found after the 1.2 release. * Daemon mode is now officially declared stable. - Fixed proxy support. - Fixed stalling issues while connecting to Jabber when using the OpenSSL module. - Fixed problem with GLib and ForkDaemon where processes didn't die when the client disconnects. - Fixed handling of "set charset none". (Which pretty much breaks the account completely in 1.2.) - You can now automatically identify yourself to BitlBee by setting a server password in your IRC client. - Compatible with all crazy kinds of line endings that clients can send. - Changed root nicknames are now saved. - Added ClientInterface setting to bind() outgoing connections to a specific network interface. - Support for receiving Jabber chatroom invitations. - Relaxed port restriction of the Jabber module: added ports 80 and 443. - Preserving case in Jabber resources of buddies, since these should officially be treated as case sensitive. - Fully stripping spaces from AIM screennames, this didn't happen completely which severly breaks the IRC protocol. - Removed all the yellow tape around daemon mode, it's pretty mature by now: testing.bitlbee.org serves all (~30) SSL users from one daemon mode process without any serious stability issues. - Fixed GLib <2.6 compatibility issue. - Misc. memory leak/crash fixes.
2008-04-20Fix mistake with cvsid tagstonio6-16/+16
2008-04-20Add patch taken from the devel branch, to fix issues with openssl and jabbertonio7-2/+138
Patch is taken from http://bugs.bitlbee.org/bitlbee/changeset/devel%2C359 And the issue: http://bugs.bitlbee.org/bitlbee/ticket/368 Thanks to Frederic Jaeckel for the report.
2008-04-09Update chat/bitlbee to 1.2tonio3-14/+13
Changelog: * Version 1.2 (released 2008-03-17) hilights: - See 1.1.1dev and 1.1dev (Jabber module rewrite, Jabber groupchats, better (and more secure) file format for user data, ForkDaemon mode). - Yahoo! support in this release will hopefully still work next month. * Development version 1.1.1dev (released 2007-11-24) hilights: - Mostly internal changes (resolved some GPL issues, changed some parts of the IM API). - Support for Jabber chatrooms and an XML console. - Support for named AIM chatrooms. * Development version 1.1dev (released 2007-02-19) hilights: - Many new features, enhancements, bugfixes, for example: - Rewritten Jabber module. - Improved file format for storing user configuration. - ForkDaemon mode: Daemon mode without the stability problems.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-11/+15
their files via a custom do-install target.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-12Update chat/bitlbee to 1.0.4tonio2-6/+6
Version 1.0.4 (released 2007-08-20) hilights: - Removed call to sethostent() from proxy.c, this caused a lot of problems especially for people on *BSD. - Just some small bugfixes.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-4/+4
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-08-16Update chat/bitlbee to 1.0.3tonio2-6/+6
From changelog: Version 1.0.3 (released 2006-06-24) hilights: - Less ICQ spam because the web-aware flag is disabled. - It's easier to talk to people who are not in your buddy list. - ISON command works better with irssi (and probably other clients). - The usual bug fixes.
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+3
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-08Update chat/bitlbee to 1.0.2tonio2-7/+6
Version 1.0.2 (released 2006-04-01) hilights: - Fixed some issues in charset handling. - Better handling of Jabber away states. - Some daemon mode stability/usability fixes. - Lots of miscellaneous fixes, cleanups, etc.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-24Update chat/bitlbee to 1.0.1tonio2-6/+6
Version 1.0.1 (released 2006-01-14) hilights: - This version contains some of the changes from the current bzr tree, mainly bug fixes - AIM groupchat support - Fixes problems with MSN messages failing to arrive - Fixes problems with not seeing Jabber buddies online - Now handles MSN passwords with commas correctly - Code cleanup
2006-01-13Update chat/bitlbee to 1.0tonio3-11/+15
CHANGES contains: - renamed control channel to &bitlbee, to avoid confusions - Jabber cleanup - Handle RSS-to-Jabber feeds - AIM notifications - typing notifications come in as CTCP - fixes a possible DoD bug Also, the package now installs the full user-guide, and bitlbee.conf(5) man page
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-5/+5
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-12And remove the patch-aa, as same change was integrated upstreamtonio1-46/+0
2005-11-12update chat/bitlbee to 0.99tonio2-9/+10
as i did the two latest updates, take maintainership The changelog for 0.99: - Fixed memory initialization bug in OSCAR module that caused crashes on closing the connection. - Most likely fixed the bug that caused BitlBee to use 100% CPU time in some situations. - Outgoing MSN typing notifications are now understood correctly by the orignal MS Mac/Windows clients (again). - Added "account add $protocol" to the documentation, got rid of a lot of over-markup (i.e. overuse of bold-tags), reviewed some other parts. - Small changes to help.xsl to fix small flaws in the help.txt formatting. - Messaging yourself now doesn't make irssi or mIRC crash anymore.
2005-10-20under solaris, install does not support creating multiple directories at thetonio1-2/+4
same time.
2005-08-29Oups, i forgot the $NetBSD$, so adding it.tonio2-2/+4
Thanks Matthew Luckie
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-02update bitlbee to 0.92tonio3-14/+11
Main changelog entries are: Security: - Fixed a bug in http_encode that might have caused buffer overflows (although not likely to be exploitable) when trying to encode strings with non-ASCII characters. - Newline stripping added to prevent newline-in-friendlyname attacks. (Which allowed remote people to make BitlBee send raw custom IRC lines.) Bugs: - Many crashes - Yahoo! cleanup code to avoid 100% CPU time usage - fixes for ICQ and MSN approved by wiz@
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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.