The NetBSD Project

CVS log for pkgsrc/chat/bitlbee/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / chat / bitlbee

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:05:11 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
chat: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:23:19 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
chat: Remove SHA1 hashes for distfiles

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 4 19:00:09 2019 UTC (5 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -5 lines
bitlbee: Update to 3.6

Version 3.6:

- irc/core:
  * Add server-time IRCv3 capability (blastrock)
  * Add PROXY command for haproxy/stunnel
  * Large performance improvements for large contact lists
  * Many UX/documentation improvements
  * Added built-in crash handler that writes to /var/lib/bitlbee/crash.log
  * Try to join long spaceless lines in paste_buffer without a newline. The
    main use case for this is pasting long URLs and not breaking them
  * Fix status message being set to null accidentally
  * Fix handling utf8 nick renames when loading configs (MaskRay)
  * Fix SSL's SNI with hostnames starting with a digit (CMB)
  * Show correct nick when `rename -del` is used (arcnmx)

- twitter:
  * Disable the stream setting by default. Filter streams still work.
  * Update default character limit to 280 chars (qyliss)
  * Fix quote tweet url display.

- jabber:
  * Try to join anyway after "Already present in chat"
  * Fix chat joins when ext_jid is provided for your own user.
    Seen with Biboumi (a gateway from XMPP to IRC)
  * Handle always_use_nicks more gracefully to reduce nick change noise

- otr:
  * Don't block attempts to connect/smp/smpq to "offline" users

- Removed dead protocols:
  * msn: Use the skypeweb purple plugin instead.
  * skype (the dbus based thing): ditto.
  * yahoo: It's so dead even the replacement protocol died.
  * oscar: AIM is dead, for ICQ use the icyque purple plugin instead.

- For plugin devs:
  * Add datadir to pkgconfig file and config.h (sm00th)
  * Add "bitlbee-set-account-password" purple signal (for hangouts)
  * Support libpurple 2.12.0's PURPLE_MESSAGE_REMOTE_SEND for groupchat
    self-messages (for slack)

- Packaging/distro specific stuff:
  * bitlbee@.service now sends stderr to syslog instead of the socket
  * debian: only enable bitlbee.service, not bitlbee.socket too
  * cygwin: portability fixes for plugins
  * Support OpenSSL 1.1 built without backwards compat (cotequeiroz)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun May 14 11:39:32 2017 UTC (7 years, 11 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -6 lines
Update chat/bitlbee to 3.5.1

Patch provided by Frédéric Fauberteau via PR pkg/52215.

Changes:
Version 3.5.1:

- purple:
  * Fix crash on file transfer requests from unknown contacts. This was the
    result of an incomplete fix in the previous release and may result in
    remote DoS. Read the full security advisory at:
    https://bugs.bitlbee.org/ticket/1282
- After some investigation we decided to reclassify a crash fix from the
  previous release as a security issue. Read the full security advisory at:
  https://bugs.bitlbee.org/ticket/1281
- Included help.txt in the release tarball, which was missing in the previous
  release and resulted in adding python as a build dependency. The release
  tarball of 3.5.1 does not require python.

Finished 30 Jan 2017

Version 3.5:

- ui:
  * "chat list": shows a list of existing server-side chatrooms. With some
    protocols, this is often the only way to add new channels.
    See 'help chat list' for details. (jgeboski)
  * "plugins": lists the installed plugins and their versions (jgeboski)
  * Add 'nick_lowercase' and 'nick_underscores' settings.
  * "handle_unknown" can be set per-account, not just globally

- jabber:
  * Add "always_use_nicks" channel setting, for non-anonymous MUCs (trac #415)
    See 'help set always_use_nicks' for possible side effects.
  * Properly handle rejected file transfers
  * Don't send parts in a chat if someone is still connected from other devices
  * hipchat: support personal oauth tokens (manually generated ones)

- twitter:
  * Hide muted tweets / no-retweets, add mute/unmute commands (Flexo)
  * Show full version of extended tweets (with slightly more than 140 chars)

- purple:
  * Support setting chat room topics (EionRobb)
  * Support for extra groupchat settings. Shows an error if any required
    ones are missing. Look for purple_ prefixed settings in "chan #... set"
  * SIPE: persistent chats can be joined now, thanks to the "chat list" command
    and the above ("purple_uri" channel setting)
  * Fix a file transfer crash bug (Mainly affected telegram)
  * Honor protocol flag to not require a password (used in hangouts, telegram)
  * Set the contacts' nicks to the %full_name for a few whitelisted protocols
    (hangouts, funyahoo, icq, line)
  * LINE: added a hack to save its auth token, to avoid re-auth every time
  * Show self-messages in groupchat backlogs (before join)

- yahoo:
  * Removed because they killed their old protocol on a two month notice.
    Use EionRobb's funyahoo purple plugin, or better yet, don't use yahoo.

- Stuff for enterprise deployments (all done by Sevas)
  * Locked down accounts, useful when pregenerating user config files. An
    account that is marked with the locked="true" attribute can't be removed
    and its username/password can't be changed.
  * Locked down settings. Same as above, but for individual account settings.
  * AllowAccountAdd setting in bitlbee.conf, to disable adding new accounts.
  * PAM and LDAP authentication backends (not compiled by default)

- For packagers:
  * Enabled debug symbols in non-debug builds, disabled stripping by default.
    This is closer to the default behavior of autotools, and --debug=1 is mostly
    to set the DEBUG macro and disable optimization.

- For plugin devs:
  * Plugins should now include an "init_plugin_info" function which will be used
    for ABI version checking in the future. It's optional for now, but will be
    enforced later. See the commit log of d28fe1c for details. (jgeboski)

Finished 8 Jan 2017

Version 3.4.2:
- irc:
  * Self-messages (messages sent by yourself from other IM clients), given
    support by the IM protocols and your IRC client. See this for details:
    https://wiki.bitlbee.org/SelfMessages
  * IRCv3.1 support and part of 3.2: cap-3.2, sasl-3.2, multi-prefix,
    away-notify, extended-join, userhost-in-names
  * Send numeric errors when failing to join a channel, to not confuse clients
  * Channel autojoins should be more reliable now.
- jabber:
  * Carbons (XEP-0280), for self-message support. It's not widely supported
    by most public XMPP servers (easier if you host your own), but this will
    probably change in the next few years. Thanks kormat for the original patch.
  * Fix typing notifications between two bitlbee users or with gtalk users
  * Remove facebook XMPP code, point people at bitlbee-facebook.
  * Show groupchat kick/ban/leave reasons
  * SASL ANONYMOUS (XEP-0175), for "guest" logins, see "help set anonymous"
  * Hipchat: 'chat add hipchat "channel name"' now tries to guess the JID
- purple:
  * Fix problems remembering SSL certificates as trusted
  * Fix /join #channel, which joined a differently named channel
  * Fix crash when doing "chat with" with skypeweb
  * Fix html entities appearing in some protocols
  * Fix setting away states in jabber, which failed silently
  * Implement notify_message UI op, to be able to show some error messages.
- skype:
  * Show all messages as groupchats since we can't tell which ones are private.
  * This plugin is mostly-deprecated and mostly-broken but it's still useful
    for p2p-based groupchats, which aren't delivered over newer protocols.
    Everyone else should use the skypeweb purple plugin or msn instead.
- msn:
  * Minor tweaks. Faster login, better error reporting, fixed add/remove.
    Still MSNP21. Disregard that "Next release!" in the previous release.
- otr:
  * Don't use NOTICE for user messages (revmischa)
  * Fix crashes when using the jabber xmlconsole
  * A few minor fixes: color multiline messages, filter incoming color codes.
- Packaging:
  * Show ./configure args in bitlbee -V, config.h and Makefile.settings
  * Allow setting the plugin dir in bitlbee.conf, for NixOS (anderspapitto)
  * Improved cross compiler support (gamaral)
- Other important bugfixes:
  * Fix potential crashes when leaving temporary channels
  * Fix all sorts of crashing bugs when cancelling in-progress connections.

Finished 19 Mar 2016

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Nov 3 01:20:17 2015 UTC (9 years, 6 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
Add SHA512 digests for distfiles for chat category

Problems found with existing distfiles:
	distfiles/icb-5.0.9.tar.gz
	distfiles/icb.2.1.4.tar.Z
	distfiles/zenicb-19981202.tar.gz
No changes made to these /distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Aug 27 21:58:42 2015 UTC (9 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -4 lines
Update to 3.4.1, provided by Frédéric Fauberteau in PR 50181:

Version 3.4.1:
- msn:
  * Upgraded protocol to MSNP21, works again (dx)
  * Contact list management, groupchats and skype username logins won't work.
    Next release!
- jabber:
  * Add "hipchat" protocol, for smoother login. Takes the same username as
    the official client. Note that unlike the 'hip-cat' branch, this doesn't
    preload channels. https://wiki.bitlbee.org/HowtoHipchat for details (dx)
  * Fixed a bug when receiving topics set by people who left the channel (dx)
  * Create fake users instead of showing "unknown participant" errors (dx)
  * Gmail mail notifications support (Artem Savkov)
  * Lowering xmpp presence priority on away (Artem Savkov)
- twitter:
  * Show quoted tweets/RTs with comment inline (wilmer)
  * Added "url" command, can be used to quote tweets (wilmer)
  * Make replies to self work (wilmer)
- Building documentation is now done with a python script (both 2.x/3.x work)
  Asciidoc/xsltproc/xmlto are no longer build dependencies (dx)

Finished 16 Jun 2015

Version 3.4:
- First release pretty much fully prepared by dx instead of Wilmer. Just look
  at the tightly structured changelog!
- Main repository migrated from bzr to git
- Some API/ABI changes. Recompiling third party plugins is required!
- Important bugfixes:
  * Fix memory leak when calling word_wrap() on groupchat messages (dx)
  * Fix segfault after a file transfer is complete (dx)
  * Fix bug where NSS would refuse to work in forkdaemon mode (dx)
  * Fix several bugs with UTF8 nicks (dx)
  * Fix some nasty deadlocks that appared mostly with libpurple (dx)
- General changes:
  * Add a 'pattern' parameter to the blist command, to filter it (tribut)
  * Implemented /kick support, only supported by purple for now (jgeboski)
  * Add a "special" state to show_users (mapped to the % prefix) (jgeboski)
  * Improved support for cygwin, openbsd and darwin (jcopenha)
  * Create temporary users instead of showing "Message from unknown
    participant" (jgeboski)
- purple:
  * Local contact lists for gadugadu and whatsapp (dx)
  * Add topic and name_hint to groupchats (seirl)
  * Support for 'input' requests (such as telegram auth codes) (seirl)
    Note that telegram-purple itself is rather unstable ATM, it may crash.
- jabber:
  * Handle compressed DNS responses in SRV lookup (jcopenha)
  * Fix case sensitivity issues with JIDs (GRMrGecko, dx)
  * Implement XEP-0203 style message timestamps (dx)
  * Fix "Server claims your JID is X instead of Y" warnings (dx)
  * Account-wide display_name setting, mostly for hipchat (dx)
- twitter:
  * Filter channels. Search by keyword/hashtag or a list of users (jgeboski)
  * Fix bug in "reply" command which removed the first quote character (dx)
  * Add "rawreply" command, like reply but bitlbee won't add @mention (WillP)
  * Add support for The United States of America (favorite/fav aliases) (dx)
  * Default show_old_mentions to 0 (dx)
  * Start stream from last tweet on connect/reconnect (roger)
- msn:
  * Disabled module by default. The protocol we used (MSNP18) stopped working
    last week. This is being worked on, but it's far from ready for release.
- And lots of small bugfixes, too many to list here.

Finished 25 Mar 2015

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 20 08:38:59 2014 UTC (10 years, 5 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
Version 3.2.2:
- The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
- Rejecting buddy requests in jabber won't accept them. Sorry for that.
- Purple builds can now enable built in protocols when configuring, by
  passing a parameter such as --jabber=1 to configure
- You can now use /oper to change passwords with "ac x set -del password"
- Complex unicode characters (non-BMP) now display correctly in twitter.
- A few init / build script / pkg-config fixes. Added "install-systemd"
  make target.

Finished 5 Jul 2014

Version 3.2.1:
- Most important change: http_client updated to use HTTP/1.1, now required
  by Twitter.
- fill_by setting can now be used to fill a channel contacts *not* in a
  certain group/on a certain account/etc. See "help set fill_by"
- Added utf8_nicks setting which lets you use non-ASCII nicknames for your
  contacts. Might not work with all IRC clients, use at your own risk!
- Lots of bugfixes.

Finished 27 Nov 2013

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 20 10:56:26 2013 UTC (12 years, 3 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -6 lines
Update chat/bitlbee to 3.2

Version 3.2 (released 2013-01-06) hilights:
    Updated Twitter module. Support for Twitter API 1.1, streaming API, direct
    messages and some other improvements.
    Fixed potential connection issue to Google Talk, OpenFire, possibly other
    Jabber services.
    A bunch of other things.

Version 3.0.6 (released 2012-10-14) hilights:
    Updated MSN module, now speaking the MSNP18 protocol. This adds support for
    MPOP and also fixes sending off-line messages.
    Loads of bugfixes, etc. accumulated over the last half a year.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jul 18 09:56:02 2012 UTC (12 years, 9 months ago) by marino
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
chat/bitlbee: Fix regression due to upgrade to gnutils 3.0

GnuTLS deprecated gnutils_transport_set_lowat function in version 2.12.0
and finally removed it with version 3.0, breaking any packages that
still reference it.

The lowat feature is now disabled permanently I think.
The patch uses the GNUTLS_VERSION_NUMBER macro to appropriately conceal
the function reference.  The same patch is widely seen on the 'net with
other packages that use GnuTLS.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Nov 18 21:06:19 2011 UTC (13 years, 5 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Fix problem with msn connect, reported by Frédéric Fauberteau

The patch is obtained using revisions 824 and 825 of the bitlbee repository

Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Sat Jul 9 21:34:19 2011 UTC (13 years, 10 months ago) by spz
Branches: pkgsrc-2011Q2
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +4 -4 lines
Pullup ticket #3468 - requested by mspo
chat/bitlbee build fix

Revisions pulled up:
- chat/bitlbee/Makefile                                         1.52-1.53
- chat/bitlbee/distinfo                                         1.27

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   mspo
   Date:           Sat Jul  9 11:13:21 UTC 2011

   Modified Files:
           pkgsrc/chat/bitlbee: Makefile distinfo

   Log Message:
   Version 3.0.3:
   - 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.


   To generate a diff of this commit:
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/chat/bitlbee/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/bitlbee/distinfo

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Sat Jul  9 13:37:51 UTC 2011

   Modified Files:
           pkgsrc/chat/bitlbee: Makefile

   Log Message:
   depend on libgcrypt explicitely
   (gnutls used to pull it in for us, but this will be cleaned up)


   To generate a diff of this commit:
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/chat/bitlbee/Makefile

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jul 9 11:13:20 2011 UTC (13 years, 10 months ago) by mspo
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Version 3.0.3:
- 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.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 20 10:49:06 2010 UTC (14 years, 4 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Branch point for: pkgsrc-2011Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -5 lines
Update chat/bitlbee to 3.0.1

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.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 5 22:20:57 2010 UTC (14 years, 6 months ago) by tonio
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -4 lines
Update chat/bitlbee to 3.0

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.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun May 30 14:52:18 2010 UTC (14 years, 11 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Update chat/bitlbee to 1.2.7

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.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Nov 1 13:35:33 2008 UTC (16 years, 6 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
Update chat/bitlbee 1.2.3

Version 1.2.3 (released 2008-09-07) hilights:
* Fixed a security issue similar to the previous account overwrite/hijack bug.

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 2 11:58:48 2008 UTC (16 years, 8 months ago) by tron
Branches: pkgsrc-2008Q2
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +4 -9 lines
Pullup ticket #2512 - requested by tonio
bitlbee: security update

chat/bitlbee/Makefile				1.42-1.43
chat/bitlbee/distinfo				1.21-1.22
chat/bitlbee/patches/patch-aa			delete
chat/bitlbee/patches/patch-ab			delete
chat/bitlbee/patches/patch-ac			delete
chat/bitlbee/patches/patch-ad			delete
chat/bitlbee/patches/patch-ae			delete
---
    Module Name:	pkgsrc
    Committed By:	tonio
    Date:		Wed Jul 23 21:11:40 UTC 2008

    Modified Files:
    	pkgsrc/chat/bitlbee: Makefile distinfo
    Removed Files:
    	pkgsrc/chat/bitlbee/patches: patch-aa patch-ab patch-ac patch-ad
    	    patch-ae

    Log Message:
    Update chat/bitlbee to 1.2.1

    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.
---
    Module Name:	pkgsrc
    Committed By:	tonio
    Date:		Fri Aug 29 13:29:24 UTC 2008

    Modified Files:
    	pkgsrc/chat/bitlbee: Makefile distinfo

    Log Message:
    Update chat/bitlbee to 1.2.2

    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.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Aug 29 13:29:24 2008 UTC (16 years, 8 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
Update chat/bitlbee to 1.2.2

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.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jul 23 21:11:40 2008 UTC (16 years, 9 months ago) by tonio
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -9 lines
Update chat/bitlbee to 1.2.1

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.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Apr 20 09:31:05 2008 UTC (17 years ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6 lines
Fix mistake with cvsid tags

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 20 09:29:45 2008 UTC (17 years ago) by tonio
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -1 lines
Add patch taken from the devel branch, to fix issues with openssl and jabber

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.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 9 18:51:30 2008 UTC (17 years, 1 month ago) by tonio
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Update chat/bitlbee to 1.2

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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Nov 12 20:17:14 2007 UTC (17 years, 6 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Update chat/bitlbee to 1.0.4

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.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 16 09:46:27 2006 UTC (18 years, 9 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Update chat/bitlbee to 1.0.3

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.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 8 21:42:26 2006 UTC (19 years, 1 month ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Update chat/bitlbee to 1.0.2

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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 24 10:02:31 2006 UTC (19 years, 3 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update chat/bitlbee to 1.0.1

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

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 13 15:22:02 2006 UTC (19 years, 4 months ago) by salo
Branches: pkgsrc-2005Q4
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +4 -4 lines
Pullup ticket 1024 - requested by Antoine Reilles
security update for bitlbee

Revisions pulled up:
- pkgsrc/chat/bitlbee/Makefile		1.30
- pkgsrc/chat/bitlbee/PLIST		1.3
- pkgsrc/chat/bitlbee/distinfo		1.13

   Module Name:		pkgsrc
   Committed By:	tonio
   Date:		Fri Jan 13 13:03:43 UTC 2006

   Modified Files:
   	pkgsrc/chat/bitlbee: Makefile PLIST distinfo

   Log Message:
   Update chat/bitlbee to 1.0

   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 DoS bug

   Also, the package now installs the full user-guide, and bitlbee.conf(5) man
   page

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 13 13:03:43 2006 UTC (19 years, 4 months ago) by tonio
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Update chat/bitlbee to 1.0

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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Nov 12 19:51:24 2005 UTC (19 years, 6 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5 lines
update chat/bitlbee to 0.99
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 29 13:34:36 2005 UTC (19 years, 8 months ago) by tonio
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Oups, i forgot the $NetBSD$, so adding it.
Thanks Matthew Luckie

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 2 15:22:30 2005 UTC (19 years, 9 months ago) by tonio
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
update bitlbee to 0.92

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@

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 23 15:59:10 2005 UTC (20 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Add RMD160 digests in addition to SHA1 ones

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 27 23:35:41 2004 UTC (20 years, 4 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Add an option for the configure script to enable/disable IPv6 support
(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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 25 09:37:44 2004 UTC (20 years, 6 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update chat/bitlbee to 0.91.

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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 7 09:31:08 2004 UTC (20 years, 10 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update chat/bitlbee to 0.90a.

Changes:

  * Fixed Yahoo! authentication code. (Thanks to Gaim/Cerulean Studios)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 3 23:02:24 2004 UTC (20 years, 11 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update chat/bitlbee to 0.90.

# 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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Feb 22 23:27:19 2004 UTC (21 years, 2 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
Upgrade bitlbee to 0.84 and bl3ify.

# Version 0.84 (released 2004-02-13) hilights:

    * Fixed Yahoo! support.
    * MSN module works without libsoup now.
    * Code cleanup.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Dec 31 13:02:42 2003 UTC (21 years, 4 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
Update to 0.83

# Version 0.83 (released 2003-12-31) hilights:

    * Mainly bugfixes.
    * Added some features especially useful for public servers.
      (Like server-client pinging)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 5 23:05:58 2003 UTC (21 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Updated to 0.82

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...

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jul 2 09:03:02 2003 UTC (21 years, 10 months ago) by jmmv
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of bitlbee, version 0.80:

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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 2 09:03:02 2003 UTC (21 years, 10 months ago) by jmmv
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>