Commit graph

1209 commits

Author SHA1 Message Date
snj
402a92be0b Fix build on sparc64 with gcc2. 2004-03-20 05:15:45 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
xtraeme
4146e202cc Forgot to change perl's bl3. 2004-03-18 00:37:01 +00:00
xtraeme
7f2e138035 bl3ify 2004-03-18 00:36:11 +00:00
uebayasi
d91439015d Bl3'ify. 2004-03-14 08:19:18 +00:00
minskim
24469b6b6b Update quirc to 0.9.84 and bl3ify. Switch to Tcl/Tk 8.4.
Changes sinec 0.9.82:
  - Fixes to make it compile with gcc 3.3 and Tcl/Tk 8.4.
  - Highlight a window when your nick appears in it.
  - fix for a bug that causes QuIRC to crash on nicknames longer than
    30 characters.
2004-03-12 06:07:12 +00:00
minskim
a3acc4647f Switch to Tk 8.4 and enable pkgviews installation. Also use DEPENDS
instead of including buildlink2.mk because this package does not build
anything.
2004-03-12 05:46:21 +00:00
minskim
612109bec6 Switch to Tk 8.4. 2004-03-12 05:38:38 +00:00
minskim
95b4ac39b4 Switch to Tk 8.4 and define NO_BUILDLINK and NO_CONFIGURE. 2004-03-12 05:33:32 +00:00
minskim
bd00bcaad2 Switch to Tk 8.4 and enable pkgviews installation.
Bump PKGREVISION.
2004-03-12 01:44:21 +00:00
minskim
42db5f48bd Switch to Tk 8.4 and enable pkgviews installation. 2004-03-12 01:32:30 +00:00
minskim
aa4fa81be0 Switch to Tk 8.4 and enable pkgviews installtion.
Since this package doesn't actually build anything, define
NO_BUILDLINK and NO_CONFIGURE, and set USE_LANGUAGES to an empty
string.
2004-03-12 01:07:05 +00:00
grant
eb9d759c26 bump PKGREVISION after tcl dependency change. 2004-03-11 08:30:31 +00:00
minskim
9d23a7e700 bl3ify. 2004-03-11 06:55:22 +00:00
minskim
990c8d715e Switch to Tcl 8.4. It will close PR pkg/24739. 2004-03-11 06:37:50 +00:00
snj
c07f9ebebe Split "opensource" into two words. 2004-03-11 04:00:58 +00:00
snj
fa97d13b1c Use bl3, update my address. 2004-03-09 21:03:31 +00:00
jmmv
0ddd60dc01 Bump PKGREVISION due to gnome1-dirs dependancy update (missed yesterday). 2004-03-09 18:35:13 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
739d460af9 Update to 0.7.2:
* Make the status icon flash when going to and from away state.
* Show the contact list if it's visible on another workspace when toggling
  visibility.
* Make links clickable in logs.
* Handle incoming private chats through group chats correctly.
* An experimental and optional dbus interface.
* Add status submenu to the notification area icon.
* Limit the length of the status text in the contact list.
* Plug memory leaks.
* When detaching a tab, put the new window at the pointer.
* Updated translations (ca, cs, es, hr, nl, no, sr, sr@Latn, sv).
2004-03-08 15:48:02 +00:00
jmmv
6b343ba550 Bump PKGREVISION due to loudmouth update (SSL support). 2004-03-07 22:47:04 +00:00
jmmv
ec86c35203 Unconditionally add SSL support (gnutls) to get a full featured package.
Bump PKGREVISION to 3.
2004-03-07 22:45:44 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
salo
a4856e62f0 Update to version 0.9.18.
Changes:

0.9.18:
=======

Upgrade release because of couple serious bugs in the 0.9.17.  Especially
backup router had stability problems with 0.9.17.  This was due to a rekey bug
when performing rekey with PFS, and because of another bug it caused the
backup (and other servers too) to crash.  If you are running a normal server
or backup router then ugprading is strongly recommended.  If you are running
any kind of server with PFS enabled in rekey, upgrading is recommended.

- Fixed protocol completion handling in connection closing.
- Fixed rekey with PFS to work on backup with disabled connections.
- Fixed CMODE command reply to return the user limit correctly.
- Fixed the watch notify to be called for resuming clients.

0.9.17:
=======
- Implemented the user limit to the CMODE_CHANGE notify and to the CMODE
  and JOIN command replies, as defined in the new protocol specs.
- Implemented the public key support to WATCH command, as defined in
  the new protocol specs.
- Added asynchronous connecting to remote router/server.
- Fixed the WHOIS public key deleting.
- Several other bugfixes were also made.
2004-03-03 19:05:52 +00:00
jmmv
f8bc614c63 Bump PKGREVISION due to libtasn1 and gnutls updates. 2004-03-01 20:34:45 +00:00
jmmv
5adcfa1afb Bump PKGREVISION due to libtasn1 and gnutls updates. 2004-03-01 15:19:41 +00:00
minskim
29e0ff957c Remove incompatible compiler options and simplify Makefile rules, so
that this package can build on more platforms.
2004-02-28 14:26:08 +00:00
adam
7448a8801e Fixed buildlink3.mk, libtlen is no longer in wip 2004-02-26 09:24:01 +00:00
minskim
181f251f0a bl3ify 2004-02-25 18:37:33 +00:00
minskim
f5e93c14ab Bump PKGREVISION due to the update of libgcrypt. 2004-02-25 15:53:17 +00:00
xtraeme
b0765607c3 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.
2004-02-22 23:27:18 +00:00
minskim
f6b73ba8c9 Add and enable libtlen. 2004-02-22 21:51:17 +00:00
minskim
a99b77d729 Import libtlen from pkgsrc-wip. Packaged by Michal Pasternak, and
slightly modified by me.

Libtlen is a client library to access tlen.pl IM/chat system.
2004-02-22 21:49:42 +00:00
snj
6ea4911e1f Add a couple of scripts to PLIST, add a HOMEPAGE, bump PKGREVISION.
Okayed by jmmv.
2004-02-21 22:06:37 +00:00
snj
ca926ea8cf s/compata/compati/ 2004-02-21 06:38:14 +00:00
xtraeme
ce2b2cd2f0 Downgrade jabberd to 1.4.2. Because 1.4.3 version doesn't work with
current pth's version from pkgsrc. It was tested by David Ferlier
<david@NetBSD-fr dot org> and it works perfectly, reported in PR
pkg/24462.
2004-02-21 05:38:29 +00:00
jmmv
3260042d40 Fix path to loudmouth, now in the chat category. 2004-02-20 14:25:04 +00:00
jmmv
8675bd1845 loudmouth moved from devel to chat. 2004-02-20 14:17:03 +00:00
jmmv
b6a3f27bab Move loudmouth from devel to chat, as this is a library to write Jabber
clients.  This is version 0.15.1.  Ok'ed by xtraeme@ (maintainer).
2004-02-20 14:16:18 +00:00
jmmv
b1fcbde4ff bl3ify and use pkgsrc intltool. 2004-02-20 13:42:15 +00:00
wiz
75a5a40aca Unused. 2004-02-19 18:14:08 +00:00
wiz
f8d3569e66 buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk. 2004-02-19 17:46:19 +00:00
wiz
d3d46c753b Convert to buildlink3. 2004-02-19 17:44:17 +00:00
salo
34e6e9d370 bl3ify. 2004-02-18 14:40:35 +00:00
mrg
c0a8d37041 update to ircii 20040216. notable changes include:
o  various documentation updates
  o  ircii now requires an ANSI C compiler (such as GCC) to compile
  o  new /SET SWITCH_TO_QUIET_CHANNELS that allows SWITCH_CHANNELS binding
     to ignore "quiet" channels.
  o  fixed the --without-emacs-meta-keys option to really be the default
  o  /hush support in ICB
  o  new example script ``multichan'' for maintaining multiple server
     and channel configurations.
  o  renamed /ON ICB_MOTD to ICB_CMDOUT and fixed it as well
  o  removed old "SED" useless encryption
  o  add /ON TOPIC support for ICB
  o  builds on solaris out-of-box again
2004-02-16 09:25:53 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
snj
1b07893f89 Update to naim-0.11.6.6, bl3ify, drop unnecessary readline dependency.
ChangeLog is unavailable, but it seems to be mostly small bugfixes.

Okayed by jmmv and wiz.
2004-02-13 22:15:32 +00:00
minskim
87155c13fa Add and enable xchat-systray-integration-2.4.0. 2004-02-13 06:34:26 +00:00
minskim
e0bc3ae119 Import xchat-systray-integration-2.4.0 from pkgsrc-wip.
Plugin for IRC client X-Chat which adds an icon in your systray that
flashes when you got highlighted message.  Configurable events and
actions.  Integrates with KDE, GNOME and Xfce4.
2004-02-13 06:32:18 +00:00
xtraeme
5685d3e62b err it should be buildlink3.mk, sorry... 2004-02-11 03:26:44 +00:00
xtraeme
66d527f367 Install some header files required to build jabberd related modules
to the proper directory, add a missing buildlink3 file.

Bump PKGREVISION.
2004-02-11 03:22:37 +00:00
minskim
75bf71202d bl3ify 2004-02-10 16:59:21 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
2004-02-05 20:14:05 +00:00
markd
d5861c274e Remove kopete - now part of kdenetwork. 2004-02-05 09:18:02 +00:00
grant
7005f973ea link against libnsl and libsocket on Solaris. 2004-02-02 09:30:15 +00:00
grant
e78ceb3874 don't pass gcc specific flags. 2004-02-02 09:05:20 +00:00
grant
307e0d601d bl3ify and define u_int8_t=uint8_t.
fixes build on Solaris and with SunPro.
2004-02-02 01:37:09 +00:00
snj
d32ffecc8a Update to naim-0.11.6.5. Changes:
* All individual protocol drivers have been rewritten as permanent modules.
  Transient (/modloaded) modules can add new protocol drivers dynamically.
* /sync now preserves group names, and saved group names are restored when
  naim retrieves your permanent buddy list from the TOC server.
* New /jumpback command, also available as M-b and F7. Allows the user to
  do a reverse /jump (to the previous window).

Take maintainership.  Okayed by wiz.
2004-02-01 17:46:33 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
snj
78a0ad0709 s/seperate/separate/ 2004-01-31 23:35:24 +00:00
jmmv
64e04f549b Update to 0.8rc1. I haven't found a decent changelog for this version...
looking at the sources, I see several fixes, some improvements and a new
translation file (ta).
2004-01-29 20:17:14 +00:00
recht
3805856b73 12 vulnerabilities were found in the instant messenger GAIM that allow remote compromise.
The 12 identified problems range from simple standard stack overflows, over heap overflows to an integer overflow that can be abused to cause a heap overflow. Due to the nature of instant messaging some of these bugs require man-in-the-middle attacks between client and server. But the underlying protocols are easy to implement and MIM attacks on ordinary TCP sessions is afairly simple task.

Please see http://security.e-matters.de/advisories/012004.html
for more details.

Apply the fix posted in that advisory (originally by the FreeBSD security
team) and bump PKGREVISION to 1.
2004-01-27 01:24:51 +00:00
kristerw
bce12e4c4c Fix typo that prevented this package from building. 2004-01-24 18:58:53 +00:00
jmmv
b7f54b8daa Update to 0.8beta2. I've been using it for several days and is stable enough
for regular use.  Changes:

o Main Application
	o Blink the metacontact status icon on the contact list whan changing
	  the status (Olivier)
	o Hide empty groups (David)
	o Show the idle time in the tool-tip (Olivier)
	o Add DCop interface to connect/disconnect an account, or load/unload
	  a plugin. Make possible to select what account to connect with the
	  command line. (Olivier)
	o URLs in the new message balloon are now clickable links that don't
	  open a chat window. (Will)
	o Allow to use customs icon for groups and metacontacts (Stephan /
	  Olivier)
	o Allow the user to move a contact to a new metacontact (Olivier)
	o Show a link in the passive popup (i whish this could be a kdelibs
	  item) (Olivier)
	o KAdressBook integration (Will)
	o New Preference system (Martijn, Matt, Olivier)
	o ChatWindow is a plugin internaly (Olivier)
	o New chat window group policy: Group per metacontact and per groups
	  (Jason)
	o Use KWallet when compiled against KDE 3.2 for secure password
	  storage (Martijn)
	o Rewrite of the plugin loader to make full use of KTrader (Martijn)
	o Show the online status icon in the tooltip (Martijn)
o MSN
	o New account edit page, that allow to set phone numbers, and set if
	  we want to block spam from unknown people, and show the reverse
	  contactlist (Olivier)
	o Display Picture (Olivier)
	o Download and show custom emoticons (Olivier)
2004-01-23 22:02:52 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
xtraeme
592ccf21b0 Update gossip to 0.7.
News in 0.7:
============
* Fixes to the chat window (URL matching, clear chat)
* New application icon from Dan Taylor
* Chat window entry autoexpands instead of using a disclosure widget
* Store state of contact list (visibility, position and size) between
  sessions
* Don't show groups with no contacts
* Presence setting system greatly improved
* Edit groups support added
* Made the autoback timeout longer (30 secs)
* Better keynav support
* A couple of crash fixes
* Several smaller bugs fixed
* Updated and new translations (ca, cs, da, es, eu, it, ms, nl, no, pt,
  sr@Latn, sr, sv)
2004-01-23 09:45:08 +00:00
grant
05765496d1 whitespace fixes 2004-01-22 08:47:32 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
grant
abe415b769 use LDFLAGS.SunOS instead of an ${OPSYS} conditional. 2004-01-22 07:24:25 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
tron
83c24204b4 Fix build problems under SunOS (untested) and Darwin. 2004-01-18 17:05:40 +00:00
tron
3294522a15 Use "+=" instead of "=" in assignment to "MAKE_ENV". 2004-01-18 16:47:38 +00:00
tron
cf9e2b9c8c Add and enable "icbirc" package. 2004-01-18 14:23:02 +00:00
tron
0141290c02 Import new "icbirc" package: Proxy IRC client and ICB server 2004-01-18 14:21:18 +00:00
kristerw
aa063b0621 Make the package compile when using gcc 3.3.
This closes PR pkg/23601.
2004-01-17 17:34:05 +00:00
salo
408357f9b2 PKGREVISION++
Sync with chat/silc-client update.
2004-01-14 19:26:44 +00:00
salo
36117744a1 Updated to version 1.0.1.
When you are upgrading from a prior release to SILC Client 1.0.1, there
are two issues you have to take special care of:

First of all the default theme (as defined in the file default.theme in
the source package) has changed. You may need to update your personal
theme to reflect those changes. The second change affects the filename
used to store the session data when /DETACH'ing. If you have detached
from a SILC network with your old client and want to resume the session
with SILC Client 1.0.1, you first have to

	/SET session_filename session

After successfully resuming your session, you can revert the setting to
its default "session.$chatnet" again.

Changes:
--------

- /NOTICE and /ACTION command now both take a mandatory target argument
  and an option -sign flag.  Both work in channels and queries, /IGNORE
  now correctly treats both.  default.theme has changed, please update
  your theme.  Closes #1.

- /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks.

- /SMSG and /MMSG now correctly open new query windows if wished.

- New settings session_filename defines the filename used to store
  session information generated by /DETACH.  A setting like
  session.$chatnet allows you to detach from different networks.
2004-01-14 17:09:26 +00:00
wiz
2d5dbcefbf Remove some more (not yet even buildlinked) KDE1 packages,
since KDE1 has been removed.
Noted by agc.
2004-01-14 15:03:53 +00:00
seb
a89726e723 Remove info files from PLIST files. 2004-01-12 11:58:24 +00:00
cjep
f2b9ff1eda Lint (sort DISTNAME section) 2004-01-12 10:38:22 +00:00
cjep
cd16b9f74e Lint (sort DISTNAME section and use $${MV}) 2004-01-12 10:38:03 +00:00
jmmv
09bb69fecb Update to 0.75, based on patch from Matthew Luckie (maintainer):
* New Yahoo! auth method
* Yahoo! file transfer (Tim Ringenbach)
* Yahoo! chat joining fixes (Tim Ringenbach)
* Persons can auto-expand when hovering your mouse over it
* Improved i18n support for MSN email notification (Felipe Contreras)
* Jabber SASL PLAIN support
* Improved Jabber MUC (Chat) support
* Fixed an MSN login bug some people likely experienced (Felipe Contreras)
* Touch-up various dialogs to follow the Gnome Human Interface
  Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
  Ka-Hing Cheung)
* Works better with all-black gtk themes (Etan Reisner)
* Mozilla Firebird support (Chris (darth_sebulba04))
* Multiple translation updates
2004-01-11 20:54:07 +00:00
kristerw
339c0406cb Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:00:41 +00:00
grant
88bdf50ea4 remove a superfluous comment. 2004-01-05 11:16:31 +00:00
jlam
5380074fc9 bl3ify 2004-01-05 11:15:09 +00:00
xtraeme
3a421ddb2f Update to 2.0.7
Changes:

----------------------------------------------------------------------
 2.0.7
----------------------------------------------------------------------

 - Updated translations (fi, nl).
 - Fixed dcc psend crash [858539].
 - Fixed bug where an error message was erroneously displayed while
   transfering files with fast-send turned off. Also, allow fastsend
   to be used with psend (Daniel Dubois).
 - Print more informative messages when Perl scripts fail to load
   (Andy).
 - Win32: Added native sound playing support.
 - Win32: Fixed possible crash upon exit while still connected.
 - Fixed notify's Lastseen column for offline users [864185].
 - Report more informative error when DCC write to disk fails.
 - Fixed crash when xchat.conf contains oversized strings [750403].

----------------------------------------------------------------------
 2.0.6
----------------------------------------------------------------------

 - Updated translations (de, lt, sl, sr).
 - Fixed detection of Python on amd64 (Mads Martin Joergensen).
 - Don't loose editbox contents when pressing up, then down arrow
   (Ricky Clarkson).
 - Fixed missing dcc flag on new ignores via gui.
 - Fixed missing separator bar on PseudoColor displays.
 - Fixed some 64-bit issues (xc205-fix64bit.diff).
 - Apply tint changes instantly.
 - Fixed DCC resume with mirc >= 6.1.
 - Python plugin changes:
   * Fixed the reentrancy problem which made xchat freeze when some
     python code made xchat trigger a python callback somewhere.
   * Implemented xchat_emit_print() and xchat_get_prefs() support.
   * Fixed softspace support for python 2.3. This problem was making
     print statements yield an extra space at the next line start.
   * Other minor changes.
     (Gustavo Niemeyer, Gustavo J. A. M. Carneiro, Marko Kreen).
 - Fixed request of a MODE on a channel you're not in changing the
   current titlebar [820998].
 - Restored compatibility with older Perl that lacks call_pv().
 - Use sigaction inplace of signal() for better compatibility.
 - Win32: Don't try to open logfiles with a "\" in them, windows wont
   allow it. Instead, the "\" is replaced by a "_".
 - Backported HTTP authentication code from 1.8.11 (you can now
   specify a username and password for HTTP proxies).
 - When beep on highlight is on, beep on channel actions too
   (Christopher A. Aillon)
 - Added active dcc send feature (/dcc PSEND). More info here:
   http://mail.nl.linux.org/xchat-discuss/2003-10/msg00124.html
   (Daniel Dubois and Emmanuel Jeandel).
 - URL Handlers menu now removes programs that arn't in PATH.
 - Added "away" users field for plugin API.
 - Smaller bug fixes: 822199, 786267, 783172, 811971, 756048, 844919.
2004-01-04 17:26:20 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
salo
b052544223 Update to version 0.9.16.
Changes:

- Added public key based search support to WHOIS command.  Users can be
  searched by their public key now.  To search users by public key using
  SILC Client, do the following (see the /HELP WHOIS for revised help
  information on searching by public key):

  To search nickname 'nick' that has the specified public key, give:

    /WHOIS nick -pubkey /path/to/the/public_key.pub

  To search all usesr that has the specified public key, give:

    /WHOIS -pubkey /path/to/the/public_key.pub

- Removed RC6 cipher.

- Fixed the MOTD command to work properly.  Motds can now be fetched from
  remote servers.

- Fixed the INVITE string handling during joining to use correct server
  name.  Invite strings such as *@sauna.silcnet.org!*@*foobar.com now
  works.

- Fixed the CUMODE for founder mode work correctly when there is already a
  founder on channel.  Normal server cannot anymore "replace" a founder
  which is founder on router (even if authentication works).  User on
  router can "replace" founder that is on normal server assuming
  authentication is successful.

- Fixed UMODE mode change bug when anonymous mode was already set.  Now
  modes can be changed normally.

- Minor fixes to backup router protocol.  Some problems may still exist
  and testing this feature is recommended.

- Improvements to router-to-router connections.  Normal communication
  should work.  NOTE: This is experimental and you can expect problems
  if you set up such network.

- Several other bugfixes.
2004-01-03 18:02:52 +00:00
jmmv
766415d6a2 Update to 0.7.4: This includes the fix for the MSN connection; no new
features here.
2004-01-03 15:56:32 +00:00
jmmv
23fad309ac p5-XML-Parser is needed by the included intltool during the build of this
package.  Fixes problems shown in the last bulk build.
2004-01-02 10:37:30 +00:00
wiz
e104cf43f9 Add and enable dccserver. 2004-01-01 04:08:51 +00:00
wiz
e7a663c7bf Import of dccserver from pkgsrc-wip.
dccserver is a standalone program aiming to provide the functions
of mIRC's /dccserver command.

Currently, Chat and Send (including resume) modes are supported.
Fserve and Get mode are not yet supported.

All connections are accepted; some simple checks on allowed file
names are done.  For more details, please look in the man pages.
2004-01-01 04:06:34 +00:00
xtraeme
42a40e6edf 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)
2003-12-31 13:02:42 +00:00
cjep
ae7fd52e7b Add trailing / on HOMEPAGEs 2003-12-30 17:21:54 +00:00
cjep
97cab9e9fd Whitespace fix 2003-12-30 16:53:48 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
509a3feed4 Depend on latest kdebase-1*. 2003-12-26 19:55:34 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
xtraeme
c060a33b02 Add and enable jabberd. 2003-12-23 10:16:55 +00:00
xtraeme
779b4270ba Initial import of jabberd-1.4.3 from pkgsrc-wip.
Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet.  The first
application of Jabber technology is an asynchronous, extensible instant
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.
2003-12-23 10:16:20 +00:00
jmmv
1c2ea6171a Apply patch from cvs to fix memory leak. Bump PKGREVISION to 4. 2003-12-22 15:25:03 +00:00
agc
b054e77f55 Make this compile with gcc3. 2003-12-19 19:15:06 +00:00
jmmv
22b166c19b Remove the OpenSSL patch; use gnutls instead. Bump PKGREVISION to 3.
According to gaim's developers, it is illegal to link OpenSSL together
with gaim (ewww, GPL).
2003-12-19 09:43:39 +00:00
keihan
d7bcef6684 Add my official mirror to the list of sites. 2003-12-16 08:08:59 +00:00
recht
171026f9b4 update to 0.6
Patch provided by Soren Jacobsen in PR 23768

Changes since 0.5:
* Improved contact list
* New presence system
* New icons
* Tabbed chat windows
* Conversation logging
* Nicer timestamping
* Many bug fixes and small improvements
* Updated and new translations (az, ca, cs, cy, da, de, es, fr, fr, it,
  nl, no, pl, pt, ru, sr, sr@Latn, sv, zh_CN, zh_TW)
2003-12-16 07:48:45 +00:00
xtraeme
7019638907 Update to 4.9.9 provided by Soren Jacobsen PR pkg/23744.
Changes since 4.9.6:

* "Away message was requested" log message for ICQ is gone.
* Yahoo! fixes.
* Ability to change incoming/outgoing colors in history.
* Sending messages by pressing Enter. Configurable per protocol.
* "User is typing" log messages removed. A "T" will show up instead.
* LiveJournal support.
* MSN support got the axe.
* AIM buddy list automatically imported at login.
* IRC supports /me.
* Ability to check Maildir mailboxes.
* Plug some memory leaks.
* [SECURITY] Passwords not stored in the input history anymore.
2003-12-14 04:14:04 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
veego
098a76e927 Bump pkg version to irssi-icb-0.14nb3 due too the irssi update to 0.8.9:
v0.8.9 2003-12-11  Timo Sirainen <tss@iki.fi>

	* Fixes a remote crash with:
	    a) non-x86 hardware (one requiring memory alignmentation)
	    b) script using "gui print text" signal (with x86 hardware too)

	+ /SET auto_whowas OFF allows now disabling automatic /whowas when
	  /whois doesn't find a nick (by Borys)
	- If pasted line starts with command char, treat it as command always.
	  Paste detection can go on too easily with lagged connections.
2003-12-11 20:20:54 +00:00
veego
d09d7fbcd9 Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:
v0.8.9 2003-12-11  Timo Sirainen <tss@iki.fi>

	* Fixes a remote crash with:
	    a) non-x86 hardware (one requiring memory alignmentation)
	    b) script using "gui print text" signal (with x86 hardware too)

	+ /SET auto_whowas OFF allows now disabling automatic /whowas when
	  /whois doesn't find a nick (by Borys)
	- If pasted line starts with command char, treat it as command always.
	  Paste detection can go on too easily with lagged connections.
2003-12-11 20:18:58 +00:00
adam
d09a235097 patch-ad needed as well 2003-12-08 16:33:20 +00:00
adam
22e31b20d5 Changes 1.4:
* fixed "auto_away" and "auto_away_keep_descr"
* fixed "/find" for usernames with a space
* fixed "/dcc list" for large files
* fixed "/last user"
* more...
2003-12-08 16:32:52 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
wiz
05ee0a7770 Update to 1.2.1.
*** News -- 12/01/2003 -- Double quoted filenames via dcc from other clients
	is now supported.
*** News -- 12/01/2003 -- New $windowctl() value, "DOUBLE"
*** News -- 11/30/2003 -- /XECHO -L now overrides "target window"
*** News -- 11/30/2003 -- "Fixed" and "skipped" windows now special
*** News -- 11/30/2003 -- New /ON , /ON WINDOW_COMMAND
*** News -- 11/24/2003 -- New built in function, $windowct()
*** News -- 11/21/2003 -- /SERVER <host> now honors server groups
*** News -- 11/21/2003 -- New math parser can now use 64 bit integers
and perhaps some other stuff, but that's all that's in the news file.
2003-12-07 15:32:56 +00:00
xtraeme
7474b6dfa4 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...
2003-12-05 23:05:58 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
veego
b0c29247e5 Update to irssi-icb-0.14nb2 so it works again with irssi 0.8.8.
The new irssi package triggered an 'Undefined PLT symbol'.
Now we need to link libfe_icb.so against libicb_core.so.
2003-12-04 10:48:09 +00:00
veego
a20a57940a Update to 0.8.8. Fix based on pkg/23560, but not all parts were be
used and others were added where needed.

Main NetBSD changes:
- switched from glib1 to glib2.
- added IRSSI_USE_SSL, defaulting to YES, for ssl server support
- make it possible to disable IPv6

v0.8.8 2003-11-23  Timo Sirainen <tss@iki.fi>

	- Just a few fixes to converting old settings automatically

v0.8.7 2003-11-23  Timo Sirainen <tss@iki.fi>

	* Settings changes - we have now "time", "size" and "level" setting
	  types.
	    - Level settings should work the same as before.
	    - Time settings can have units: days, hours, mins, secs,
	      milliseconds (or msecs). The units can be combined and written
	      in shorter form as well, for example "5d 30m 10ms"
	    - Size settings can have units: gbytes, mbytes, kbytes, bytes.
	      They can be written in shorter form as well, eg. "gb" or "g".

	  Your existing settings should be converted automatically.

	+ Pasting detection. All keys except CR and LF are pasted as-is into
	  prompt in pasting mode.

	  /SET paste_detect_time controls how closely each others characters
	  must occur for it to be considered pasting. Paste mode goes on when
	  first pasted CR/LF is found.

	  The first line may also contain some command characters. They are
	  executed, but their action in entry line is reverted once pasting
	  is detected.

	  What this means in practise is that even if you have TABs (assuming
	  TAB is completion key) in the first pasted line, they get pasted as
	  TABs.

	  This detection isn't perfect, so if it annoys you it can be disabled
	  with /SET paste_detect_time 0
	+ If pasting more lines than /SET paste_verify_line_count, irssi asks
	  if you actually want to do that. This should be useful to prevent
	  accidental copy&paste mistakes. Setting it to 0 disables this
	  entirely.
	+ Support for sending SSL certificate to server and optionally verify
	  server's certificate. See the -ssl_* options for /SERVER and
	  /SERVER ADD. Patch by Joel Eriksson.
	+ DCC SERVER support by Mark Trumbull
	+ Support for DCC sending larger files than 2GB if supported by
	  operating system (ie. 64bit file support). Receiving has always
	  been possible, but the statistics were wrong with >4GB files
	  if 64bit support isn't enabled.
	+ Better displaying of DCC file transfer statistics.
	- Several other minor fixes and enhancements, see ChangeLog
2003-12-04 10:43:10 +00:00
xtraeme
0dc56b0317 Add and enable fisg. 2003-12-03 23:13:34 +00:00
xtraeme
6079d1e3c0 Initial import of fisg 0.2.0 from pkgsrc-wip, packaged by Soren Jacobsen.
FISG is an IRC statistics generator that is meant to be, well, fast.  It
handles large log files much more efficiently than PISG, and doesn't require
perl.
2003-12-03 23:13:00 +00:00
jmmv
517600ea72 Update to 0.74, provided by Matthew Luckie. Together with the update, add a
patch to allow gaim connect to MSN using OpenSSL, instead of gnutls.

version 0.74 (11/25/2003):
	* Sort-by-size log sorting fix
	* Log directory umask fix for users of gaim-remote
	* Fix Jabber room creation on MUC servers.
	* Vietnamese translation added (T.M.Thanh,M.D.)

version 0.73 (11/21/2003):
	* New Logging format and code:
		* fixes i18n issues with logs
		* compatible with old logs
		* hopefully fixes segfault in viewing logs
	* New disconnected account dialog (Thanks, Daniel Atallah)
	* Fixes several Jabber bugs
	* Fixes the bug where some dialogs would crash when spell checking was
	  enabled. Closes #827930.
	* Fixed unblocking of users in MSN (Robert Mibus)
	* Fixes outgoing mobile pages on MSN.
	* The border on the close buttons on inactive tabs are no longer shown,
	  thanks to a fix used by Galeon.
	* Compatible with autoconf 2.58.
	* Cleaned up gtkspell-related code (Robert McQueen)
	* Changed the parameters for the received-chat-msg signal.
	* Added a Release Notification plugin
	* Chinese (Simplified) translation updated (Funda Wang)
	* Chinese (Traditional) translation updated (Ambrose C. Li)
	* Danish translation updated (Morten Brix Pedersen (mbrix))
	* Finnish translation updated (Arto Alakulju)
	* French translation updated (Eric Boumaour)
	* German translation updated (Bjoern Voigt)
	* Hindi trnaslation updated (Ravi (raviratlami))
	* Italian translation updated (Claudio Satriano)
	* Norwegian translation updated (Petter Johan Olsen)
	* Polish translation updated (Emil Nowak)
	* Serbian Latin translation updated (Danilo Segan)
	* Swedish translation updated (Tore Lundqvist (luntor))

version 0.72 (10/31/2003):
	* Added a search feature to conversations.
	* Added an option to remove the formatting toolbar, both globally and
	  on a per-window basis (Nathan Fredrickson)
	* Added a drop shadow to the buddy list tooltip
	* Smileys are copyable
	* Fixed the ICQ login crash
	* Fixed a crash in the Add Chat dialog when selecting an
	  account that doesn't support chats. Closes bug #821606.
	* Fixed a bug where new MSN accounts without buddies added wouldn't
	  connect.
	* Fixed a crash when deleting an account that has IMs or chats open.
	  Closes bug #821630.
	* Smileys have background colors
	* If SSL is not enabled, MSN will load, but error on connect.
	* Disable Jabber SASL auth until the standard stabilizes
	* Chinese (Simplified) translation updated (Funda Wang)
	* Chinese (Traditional) translation updated (Ambrose C. Li)
	* Czech translation updated (Stanislav Brabec, Miloslav Trmac)
	* Danish translation updated (Morten Brix Pedersen (mbrix))
	* Dutch translation updated (Vincent van Adrighem)
	* Finnish translation updated (Arto Alakulju)
	* French translation updated (Eric Boumaour)
	* German translation updated (Bjoern Voigt)
	* Italian translation updated (Claudio Satriano)
	* Korean translation updated (Kyung-uk)
	* Portuguese (Portugal) updated (Duarte Henriques)
	* Romanian translation updated (Misu Moldovan)
	* Russian translation updated (Alexandre Prokoudine)
	* Serbian translation updated (Danilo Segan)
	* Serbian Latin translation updated (Danilo Segan)
	* Spanish translation updated (Javier Fernandez-Sanguino Pena)
	* Swedish translation updated (Tore Lundqvist (luntor))
2003-12-03 13:23:28 +00:00
xtraeme
47046eb724 Upgrade to 0.11.6.4. Soren Jacobsen: PR 23617.
Changes:
* Small cleanups to prevent mIRC colors in /whois from disturbing
  other screen text.
* In some circumstances, /open buddyname could cause multiple
  windows to open for buddyname in IRC and Lily. Fixed.
* /groupbuddy will allow Tab completion for existing buddy names.
* (backported from 0.12.0) New $showraw. If non-zero, messages that
  are not understood by the protocol drivers will be displayed in the
  :RAW window.
* The recvfrom chain no longer stops execution when incoming
  private/public messages are displayed. This allows hooks from
  modules to have a weight heavier than 150.
* In some situations, AOL's servers can forcibly remove you from
  chat rooms. naim will now automatically rejoin them, re-creating
  them if need be.
* More small cleanups in the HTML renderer.
* The dtime() routine did not allocate enough space for some
  possible strings, causing displeasing truncation. Fixed.
* In certain situations, $-variable expansion could result in an
  improperly-terminated string, causing out-of-bounds memory access. Fixed.
2003-12-02 03:57:44 +00:00
jmcneill
19c6350667 Regen. 2003-12-02 01:55:48 +00:00
jmcneill
48283cb0b8 Make BitchX compile with GCC3 2003-12-02 01:55:30 +00:00
salo
bcb35da9cb PKGREVISION++
Sync with the silc-client update.
2003-11-27 12:42:17 +00:00
salo
fb9eda97ee Update to version 1.0
Changes:

- disable perl support.  it's broken and needs patches for lang/perl5[8] which
  won't be applied during the freeze

1.0:
====
- Help file updates.
2003-11-27 12:40:53 +00:00
cjep
faf214dd25 On Solaris link with socket and nsl libs. Fixes build on Solaris. 2003-11-25 13:35:20 +00:00
xtraeme
72d0a43330 Replace -p with --pid-file in startup script, reported by Michael Pasternak
pkg/23527. Bump PKGREVISION.
2003-11-21 23:06:11 +00:00
salo
b9d21e662e PKGREVISION++
Sync with the latest silc-client update.
2003-11-18 18:16:46 +00:00
salo
e4bb68cbc9 Updated to version 0.9.16.
Changes:

- Fixed the file transfer (see /HELP FILE) session accepting and closing.
- Fixed nickname formatting to not mess the /NAMES command output.
- Fixed MIME header parsing to not show extra characters in the MIME type
  name.
- Several other bugfixes were made.

- Removed RC6 algorithm from distribution.

- Added /LISTKEYS help file (see /HELP LISTKEYS).

- Implemented optimized RSA algorithm for faster private key operations.
  Private key operations are now at least 30% faster.  Note however that,
  this optimization works only with newly generated key pairs.
  Unfortunately, it is not possible to transfer the old private key to
  the new optimized format.  There is no compatibility issues with old or
  new private keys (new private keys work with older SILC Clients as
  well, but they are slower to use).

- Implemented support for searching users in the network by their public
  keys using WHOIS command.  Note that, this feature will work only with
  upcoming SILC Server.  Current SILC Server 0.9.15 or older does not
  support this feature.

  See the /HELP WHOIS for revised help information on searching by
  public key.  Examples:

  To search nickname 'nick' that has the specified public key, give:

    /WHOIS nick -pubkey /path/to/the/public_key.pub

  To search all usesr that has the specified public key, give:

    /WHOIS -pubkey /path/to/the/public_key.pub

  This search feature is the first search feature that uses the
  Requested Attributes in WHOIS to base on the search or to narrow down
  the searched values.
2003-11-18 18:14:32 +00:00
xtraeme
b38632054f Apply patch from Martin Ehmsen via lha@ in PR pkg/23426 to make psi work
with gnupg-1.2.3. This also closes pkg/23416 by Steven M.Bellovin.

Bump PKGREVISION.
2003-11-18 17:54:48 +00:00
tron
4f9e6625e6 Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-13 20:59:53 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
salo
25c4c4c858 PKGREVISION++
Sync with the latest silc-client update.
2003-11-01 16:48:14 +00:00
salo
32a0b53a9a Update to version 0.9.15.
- added dependency on p5-File-MMagic if perl support enabled (for MMSG
  support)

Changes:

- Fixed race condition between silc_client_init and my_silc_scheduler.
- Take reference of the socket in the parser context, as it's possible
  to have the parsers in queue after the socket is disconnected and this
  may cause crash.
- Check that packet queue purging was successful.
- Optimized the socket referencing in packet routines.
- Resolve the IP for file transfer listener from the connection socket.

- Added LISTKEYS command which can be used to list server and client
  public keys from the ~./silc directory.  See /HELP LISTKEYS.
- Improved the MMSG command.  It now supports the target so it can be used
  to send private messages too without opening a windows.  It also
  detects the MIME type now automatically.  Support for digitally signing
  the messages was also added.  See /HELP MMSG, the help file is there
  now. :)  Replace the old silc-mime.pl script with the new one to take
  advantage of all new features.
- Added /MMSG command help file.
2003-11-01 16:45:13 +00:00
salo
d963b28e1a Updated to version 0.9.15.
This release focuses especially fixing the remaining MAC failed errors that
people have been experiencing and the infamous Error in select() error which
should now finally be gone.  Upgrading is strongly recommended.

Changes:

- Fixed KICK command to not send the command reply twice.
- Fixed the QoS unregistering to avoid the errors in select() for invalid
  socket connection.
- Fixed the rekey protocol timeout handling
- Fixed the packet processing to avoid clearing QoS data underneath the QoS.
2003-11-01 16:41:37 +00:00
gavan
ad7c7e1829 GNU grep is required to build xchat on Solaris. 2003-10-31 13:58:09 +00:00
grant
7b1cdd255d fix a couple of typos, drop complexity level of a sentence so that it
reads better.
2003-10-30 12:13:40 +00:00
wiz
ad72ae197c Update to 0.11.6.3, provided by Soren Jacobsen in PR 23312:
Summary of changes from 0.11.6.2 to 0.11.6.3 [2003-10-29]
============================================
[pkg fea] More Makefile rewrites for improved compatibility.
[FT  bug] Long-standing connection-deletion routine has been addressed. This
        is a partial backport of the complete rewrite for 0.12.
[FT  fea] Incoming messages containing links to www.candidclicks.com are
        automatically ignored and the sender is automatically warned.
[FT  bug] Several memory leaks have been corrected.
[Lil bug] When someone retitles a discussion, a window would be opened for
        it even if you were not a member. Fixed.
[Lil bug] Potential buffer underflow in signon code identified. Fixed.
[Lil fea] New line-receiving code backported from 0.12.
[Lil fea] New line-parsing code backported from 0.12.
[UI  bug] Potential use of uninitialized buffer in statusbar code
        identified. Work-around implemented.
[UI  bug] If two windows had identical presentations due to modifying
        $nameformat/$nameformat_named, Tab would stop working. Fixed.
[UI  bug] When leaving a chat generated an error, partial stack corruption
        occurred. Fixed.
[UI  bug] Double-join protection kept users from joining channels with an
        open window that they were not actually inside. Fixed.
[UI  bug] Potential heap corruption from realloc()ing a string and then
        copying it into itself identified. Fixed.
[UI  FEA] New key-handling code dramatically improves responsiveness for
        laggy connections and when pasting large blocks of text.
2003-10-30 07:18:26 +00:00
salo
c24cb91d5a PKGREVISION++
Sync with silc-client update.
2003-10-27 13:23:55 +00:00
salo
fbaed1db37 Updated to version 0.9.14.
Changes:

- Fixed a crashbug that occurred frequently when joining and leaving
  channels.

- Fixed a crashbug in secure file transfer.

- Several other bugfixes were made.

- Introduction of multimedia message sending and reception.  A perl script
  silc-mime will introduce a new command MMSG, which can be used to send
  MIME messages.  This enables users to send for example images and other
  messages.  The SILC Client will automatically launch the application
  that is able to view the message.

  To start the script give command /script load silc-mime.  It will try
  to find a mailcap file which defines the MIME types and applications
  that can show the MIME messages.  If you want to receive MIME messages
  you will also need to load the script.

  To send a messages use /MMSG command.  Give for example
  /MMSG -channel foobar /path/to/file.gif to send a GIF image to channel
  foobar.  A shortcoming in the MMSG command makes it impossible to send
  private messages without first opening a window for the query.  This
  will be fixed later.
2003-10-27 13:23:31 +00:00
wiz
359393cf9c Remove lmme.
The package does not work with MSN any longer due to protocol changes,
and the last activity on the author's part was about 19 months ago,
according to cvsweb.
Requested by Ben Collver, the maintainer.
2003-10-26 08:59:32 +00:00
wiz
f39d2db769 Update to 0.6.11.2, provided by Soren Jacobsen in PR 23272.
Selected changes since 0.11.6.1:
* When supplied with an extra-long nickname on sign-on, some IRC
  servers silently truncate the nickname to fit into their limits.
  This confused FireTalk. Fixed.
* The /topic command sent a non-existent /TOPIC command to the
  server instead of the proper /RETITLE command. Fixed.
* Several Makefiles have been rewritten for improved compatibility.
* Potential buffer overflow in spelling correction code identified.
  This is thought to be responsible for several reports of the
  recvfrom chain "losing" its hooks, stopping incoming messages from
  being displayed to the user. Fixed.
* Small improvements to the HTML renderer.
2003-10-26 08:17:15 +00:00
kristerw
301a33a8d5 Make this compile with gcc 3.3.
Solves PR pkg/23169.
2003-10-25 23:37:26 +00:00
jwise
e942280038 A new BETA is out, i2cbd-2.0_BETA1. Update pkg accordingly.
Changes are minor -- compiler warning fixes from GCC3, and better log messages.
2003-10-24 21:12:18 +00:00
jmmv
059a922c69 Update to 0.7.3: the main purpose of this release is to fix the bug that
caused the Yahoo plugin to stop working.  Other bugfixes are also included
as well (as I could see, locales are installed again, the main window appears
properly, while in the previous version it got hidden misteriously, etc).
2003-10-18 08:58:19 +00:00
jmmv
64dccbb2ed Update to 0.71 (main reason is to add missing dependancies to fix connection
to protocols that use SSL):

* The right-click menu for e-mail links now presents a "Copy E-Mail
  Address" item
* Fix sort by idle to behave as it did pre-contact support (David
  Smock)
* Display AIM away messages in the tooltip for buddies when
  they are away
* Support for Buddy Comments for AIM and ICQ buddies
* Window icons are now set as buddy icons or status icons
* Get User Info in MSN and Yahoo now return an error indicating that
  the information doesn't exist if the profile is empty (parts by
  Nathan Poznick)
* Added startup notification support for window managers that support it.
* The protocol icon for an account in the accounts window will now
  "pulse" when signing the account on.
* Zephyr formatting fixes (Arun A. Tharuvai)
* Zephyr can connect to chats (Karsten Huneycutt)
* SSL support can now be provided by third party plugins.
* Multiple copies of gaim installed at different locations no
  longer attempt to load the same, possibly incompatible plugins
  (Robert McQueen)
* Implemented another new Yahoo! authentication method
* Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
* Additional fixes and checks for the perl build process (Sean Burke).
* Massive core/UI splitting.
* Re-write of Jabber protocol plugin
* Conversation API changes.
* Some plugins must be updated due to code variable changes,
  function name changes, and change of behavior for certain
  functions.
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Czech translation updated (Miloslav Trmac)
* Danish translation updated (Morten Brix Pedersen (mbrix))
* Finnish translation updated (Ambrose C. LI (acli))
* French translation updated (Eric Boumaour)
* Italian translation updated (Claudio Satriano)
* German translation updated (Christian Weyer, Bjoern Voigt)
* Serbian translation updated (Danilo Segan)
* Serbian Latin translation updated (Danilo Segan)
* Swedish translation updated (Tore Lundqvist (luntor))

Fixes PR pkg/23173 (connection problems to MSN); initial patch provided by
Matthew Luckie in private mail.
2003-10-18 08:18:46 +00:00
jmmv
d323794866 Bump revision due to gnutls update (libtasn dependency removed). 2003-10-18 08:11:43 +00:00
salo
ac6ed089d3 Updated to version 0.9.14.
This version is a major upgrade release and everyone running older version is
strongly recommended to upgrade to this version.  This version introduces
several bugfixes, security fixes and bunch of new features.  This also
completes the development work for the SILC protocol version 1.2.

Changes:

- removed patch-ac, merged into distribution
- create server keys with strict permissions

0.9.14:
=======
- Several bugfixes and security fixes were made.  A major remote exploit
  was also fixed.

- The SILC Server now ignores SIGXFSZ and SIGXCPU signals which will
  terminate the process if they occur.  They can occur in poorly
  configured environment.

- Fixed SERVER_SIGNOFF notify handling which caused ghosts to remain in
  the network.

- Fixed inviting and banning by public key.  Fixed invite and ban string
  handling.  Implemented SILC 1.2 complying invite and ban data
  distribution between routers and servers.  To also comply with SILC 1.2,
  prohibited using '@' and '!' characters in invite and ban strings.

- Support for channel public keys added.  A new feature in SILC 1.2, that
  allows join authentication using digital signatures.  Use the latest
  SILC Client to take advantage of this feature.

- Support for SILC 1.2 backup protocol.  This version introduces rewritten
  version of the backup router protocol.  The purpose of the backup router
  protocol is to prevent servers from splitting from the rest of the SILC
  network if the primary router becomes unresponsive.  There are no
  changes to the configuration of the backup router support, and old
  configurations will work with this version too.

  This version is now able to detect much better different network failure
  situations and understand how to work with them.  The servers are now
  able to actually detect when the backup router can/must be used.  They
  are also able, in case of error in backup router protocol, to resume
  back to either to the backup router or to the primary router, and always
  recover from desyncs automatically (usually within 60 seconds).

- Support for command reply error arguments was added.  This allows
  clients to better handle error conditions within command execution.

- The founder public key distribution now complies with the SILC 1.2.
2003-10-16 12:37:44 +00:00
salo
121a99fffe PKGREVISION++
Sync with silc-client update.
2003-10-16 12:37:03 +00:00
salo
ddab288103 Upated to version 0.9.13,
Changes:

- remove patch-ab, merged into distribution
- cleanups in Makefile

0.9.13:
=======
- Lots of bugs was fixed.  Also several security bugs has been fixed.

- Inviting and banning now works with a public key.  Fixed also banning
  with nickname (example, /ban +nickname).

- Support for channel public key authentication added.  The CMODE command
  has a new option 'C', which can be used to add and remove channel
  public keys on the channel.  The channel public keys work the same way
  as the channel passphrase.  Only the person posessing the corresponding
  private key of the public key added on the channel is able to join the
  channel.  It is possible to add multiple channel public keys to the
  public key list.

  Give /HELP CMODE to see how to use the command.  If the /CMODE +C is
  given without arguments you will get list of current channel public
  keys.  This feature works only with new SILC Server 0.9.14 an newer.
  You will also need to be channel founder.

- Automatic lag detector, to detect lag between your client and your
  server.  The lag (if any) is displayed on the status bar.

- /ME, /ACTION and /NOTICE now fully supports UTF-8 text messages.

- Using '@' and '!' characters in invite and ban strings is prohibited.
  Those characters cannot be anymore used as part of invite and ban
  strings.

- Better caching of old channel keys (for period of 10 seconds) to avoid
  loosing any channel messages.
2003-10-16 12:34:50 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
grant
063d08452c add -lX11 to LDFLAGS.IRIX. fixes build on, well.. IRIX.
fixes PR pkg/22591 from Bas van Oostveen.
2003-10-11 11:08:36 +00:00
uebayasi
7a1753a017 Try to fix a network stream error which has caused Zenicb client unstable.
Patch provided by Martin Hauseman with help from Faried Nawaz, the author.
Should close PR 21620.

While here, merge misplaced patch files.

Bump revision to 2.
2003-10-10 14:13:29 +00:00
mycroft
637e377b69 If libXss exists, use it. 2003-10-06 18:37:34 +00:00
toshii
0c4adac41b Update navi2ch to 1.7.1.
No handy changelog was found at the master site.
2003-10-04 02:10:06 +00:00
xtraeme
80e3d0294d Conflict with xchat-gnome. Bump PKGREVISION. 2003-10-03 08:09:20 +00:00
xtraeme
c1ba93bee7 It's xchat-[0-9]* not xchat-1.[0-9]* 2003-10-03 07:47:59 +00:00
xtraeme
032ee2da13 Revert previous commit (wiz told me there's no need to CONFLICT betweeen
them, because they share the same PKGBASE).
2003-10-03 07:43:11 +00:00
xtraeme
6e0bfab372 xchat2 can't coexist with xchat{-gnome} and viceversa.
Closes PR pkg/23039 by Stefan Krueger.

Bump PKGREVISION.
2003-10-03 07:20:00 +00:00
mycroft
4ede614242 Update to 0.70, to fix Yahoo! support. 2003-09-30 17:50:05 +00:00
jmmv
45e7ac9bcd Set GCC_REQD to 2.95.3 instead of setting USE_PKGSRC_GCC. Pointed out by
Greg Troxel in private mail.
2003-09-30 17:48:51 +00:00
tron
75aeb79808 Fix thinko in last commit. 2003-09-28 20:13:55 +00:00
tron
6aba2107d6 Fix GCC 3.3.1 related build problem. 2003-09-28 19:29:37 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
jmmv
815bcbf7f5 Update to 0.69:
* Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
  support
* Added MSN 6 smileys.
* Added animated smiley support (Ka-Hing Cheung)
* Added SSL support, compatible with GNUTLS and Mozilla NSS.
* Added plugin IPC.
* Added support for gettext 0.12.x.
* Updated MSN support to the MSN Protocol version 9.
* Jabber now supports SSL
* Yahoo now shows people using the java chat client (Tim Ringenbach)
* Yahoo chat and conference (Tim Ringenbach)
* Yahoo ignore support (Jesse Farmer (farmerje))
* Yahoo idle times displayed, long buddy lists work, sms users,
  and other improvements (Tim Ringenbach)
* The accounts window now shows offline accounts as greyed out, and
  online accounts as colored.
* Fixed the text replacement plugin.
* Fixed all known signal problems in perl.
* The right-click menu for conversation tabs now shows the tab icon
  and status, if tab icons are enabled. (Jesse Farmer)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li, Paladin R.
  Liu (prliu))
* Czech translation updated (Miloslav Trmac)
* Danish translation updated (Morten Brix Pedersen (mbrix))
* Dutch translation updated (Vincent van Adrighem)
* Finnish translation updated (Ambrose C. LI (acli))
* French translation updated (Eric Boumaour)
* German translation updated (Bjoern Voigt)
* Italian translation updated (Luca Beltrame, Claudio Satriano)
* Korean translation updated (Kyung-uk Son)
* Polish translation updated (Przemysław Sułek, Krzysztof, and
  Emil)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
  Rodrigues Collares Neto)
* Portuguese (Portugal) added (Duarte Henriques)
* Romanian translation updated (Misu Moldovan (dumol))
* Russian translation updated (Alexandre Prokoudine)
* Serbian translation updated (Danilo Segan)
* Serbian Latin translation updated (Danilo Segan)
* Spanish translation updated (Javier Fernández-Sanguino Peña)
* Swedish translation updated (Tore Lundqvist (luntor))
2003-09-26 15:03:36 +00:00
xtraeme
a4c2fddbb7 Updated to 0.11.6.1.
Sync DESCR, COMMENT and HOMEPAGE with reality.
Patch provided by Soren Jacobsen <snj@pobox.com> in PR pkg/22926.

Changes since 0.11.6:

* Packages are now compressed with bzip2 rather than GNU zip.
* (backported from 0.12.0) /names now displays the entire, correct
  list in all situations, including initial join.
* (backported from 0.12.0) Unhandled numerics used in WHOIS now show
  up in /whois output.
* AIM Directory entry is now forced clear on connect.
* Messages that are too long to send are now rejected.
* Messages that have been rejected by a protocol driver (for example
  because they are too long) are returned to the sender.
* (backported from 0.12.0) The idea of a "generic" window has been
  removed, and you can no longer /delbuddy someone with an open window
  (you must /close the window first).
* (backported from 0.12.0) New $nameformat and $nameformat_name to
  control the format names appear as in the window list window, and
  elsewhere.
* (backported from 0.12.0) New $autosort. 0 means no window list
  sorting, 1 means sort by name, 2 means sort into groups, then by
  name (this obviates the --enable-experimental-buddy-grouping option
  to ./configure)
* New /status command, including naim version and information about
  window status.
* Online help for /save did not show the file name argument. Fixed.
* SIGHUP now re-reads .naimprofile by default.
* Possible reference to free()d memory in certain uncommon
  situations pointed out by Michael Wilson. Fixed.
* (backported from 0.12.0) /jump now accepts connection:window
  syntax (/jump EFnet:#naim works the same as /EFnet:jump #naim).
* /open now takes you to newly opened windows, removing the need to
  /jump after /open.
* /closeall now skips windows with queued messages pending.
* Potential NULL pointer dereference in Tab completion found. Fixed.
* The protocol drivers already take care of populating empty buddy
  lists when that was a problem, so naim no longer adds you to your
  own buddy list if you don't have one at startup.
* Various cleanups in the HTML renderer to handle stacked tags with
  missing close tags.
2003-09-24 10:14:11 +00:00
xtraeme
084e0ae6a7 Updated to 2.0.5.
Changes:

 - Updated translations (ca, fi, lt, nl, sk, sv, zh_CN).
 - Fixed detection of Python 2.3 in configure script (anonymous).
 - DCC Send file-selection dialog now supports multi-select.
 - Reset away status after auto-reconnect from a ping timeout.
 - Perl: Fixed IRC::user_info always matching the first entry.
 - More C89 fixes for non-gcc compilers (Albert Chin). [781809].
 - xtext: now double buffered and flicker free. Also some efficiency
   tweaks for exposure events and multi-wrapped lines.
 - Removed buggy numeric 338 support [783945].
 - Nick completion in dialogs and channel completion (Jay Cornwall).
 - Print informative error messages when dcc resume isn't possible.
 - Fixed performance of dcc recv, send and chat windows.
 - Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681].
 - Fixed lastlog bugs [791220].
 - win32: Faster tinting, and uses MMX when in 16 or 32bit color.
 - Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero).
 - /IGNORE command and window now have an extra "DCC" category.
 - Alert user when logfiles fail to open (Jay Cornwall).
 - Fixed missing underlining of IP numbers (2.0.4 only).
 - Allow accepting DCC sends from ports below 1024.
 - Connect to URL given on commandline even if 'No Serverlist on
   Startup' is off [804648].
 - Fixed problem in allocating colors while in 8bit PseudoColor.
 - xtext: tinting now shades towards your background color, making it
   usable with white backgrounds. Tints can also use XShm for extra
   speed with --enable-shm at ./configure time (experimental).
 - Perl: IRC::add_print_handler callbacks now get parameters in
   $_[1...x], with $_[0] left for compatibility (Lian wan Situ).
 - Perl: added command_with_channel command (Alexander Werth)
   [801711].
 - Smaller bug fixes: [798655].
2003-09-23 22:00:51 +00:00
jmmv
39ac9b0532 Use 'audioplay' under NetBSD to play sounds, and 'play' from the 'sox' package
under other systems.  Bump PKGREVISION to 1.
2003-09-19 21:32:11 +00:00
wiz
dccb59b491 Update to 1.1.12:
#  $serverwin([server refnum])
# Major project to replace bad quality C code with high quality C code
# ./configure --with-warns
# $dccctl(.. FLAGS ..)
# $dccctl(.. HELDTIME ..)
# $dccctl(.. HOLDTIME ..)
# QWORD (double quoted words with double quotes) for alias arglists
# Finished off full ipv6 support for dcc.
# Current channel-ness is tracked by the channel and not the window.
  It's now impossible for a channel to be a current channel unless
  you're on the channel.
# /set new_server_lastlog_level default changed to "ALL,-DCC"
# $levelwindow([lastlog level])
# $outputwindow([lastlog level] [target])
# /timer.ue alias in 'commandqueues'
# %{1}+ status expando acts sort of like %+
# /SET SWITCH_CHANNELS_BETWEEN_WINDOWS
2003-09-19 18:34:37 +00:00
wiz
a81d111ff1 Make build with gcc3. From Jonathan Perkin in PR 22861. 2003-09-19 18:23:19 +00:00
wiz
433f54e162 On NetBSD, make the default audio-player "audioplay" instead of "play".
Closes PR 22723 by Steven M. Bellovin.
2003-09-18 19:58:08 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
jmmv
8adfd5f3f2 Update to 0.7.2, a bug fix release. Requested in PR pkg/22777 by Nate Hill.
Kopete 0.7.2 (released 2003/09/09)
==================================

The MSN plugin now supports the latest version of the protocol.
Those people getting messages from Microsoft will no longer
recieve those messages and will also not be disconnected when
MSN removes support for the older protocols on Oct. 15th.

Fix Bug 63416 - Crash: MSN unhandled exception 224
Fix Bug 63404 - MSN causes Kopete crash after a few seconds
Fix Bug 63350 - crash during backspacing in chat winwdow
Fix Bug 63105 - yahoo chat crashes when switching from unavailable to available
Fix Bug 62865 - If I try to delete a contact from my MSN Contact list then Kopete 0.7.0 crashes
Fix Bug 62628 - Crash on setting away status (Yahoo Plugin)
Fix Bug 62611 - Crashes during typing a message or receiving, or send.
Fix Bug 62576 - Crash when mouse move with pressed button
Fix Bug 63799 - sounds enabled even if status is 'away'
Fix Bug 63622 - Gives wrong tooltip message when user signs off
Fix Bug 63612 - Checkbox modifiable in MSN User info
Fix Bug 63530 - I can not instant messages from the yahoo plugin
Fix Bug 63441 - Contacts from IRC could not be put in groups
Fix Bug 62223 - Online sounds made when account goes offline
Fix Bug 63659 - "Go Online First" alert is greyed out/disabled

Kopete 0.7.1 (released 2003/08/11)
==================================

Fix Bug 62210 - ICQ plugin always reports "password was incorrect"
Fix Bug 62270 - chatwindow menubar not possible to hid
Fix Bug 62278 - delete a account in kopete
2003-09-17 12:02:44 +00:00
seb
4f261e3d88 chat/zephyr-current was reimported as chat/zephyr.
Approved by maintainer, sommerfeld@
2003-09-16 20:12:53 +00:00
seb
6053a68614 Use chat/zephyr/... not chat/zephyr-current/... 2003-09-16 19:51:21 +00:00
seb
de050dd45b This is now chat/zephyr not chat/zephyr-current. 2003-09-16 19:44:46 +00:00
seb
e178c14532 Reimport chat/zephyr-current as chat/zephyr.
Approved by maintainer, sommerfeld@
2003-09-16 19:41:50 +00:00
agc
0503051671 Sync PLIST with reality.
Bump PKGREVISION to 1.
2003-09-16 15:21:20 +00:00
adam
a5fa5ffdd3 Changes 1.3:
* corrupted messages can't make ekg disconnect any more
2003-09-16 15:16:34 +00:00
agc
85879d95a0 Sync PLIST with reality.
Install files properly, so that a "make install; make deinstall; make
install" combination does the right thing.

Bump PKGREVISION.
2003-09-16 14:51:16 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
xtraeme
fbfcffeb4f Update HOMEPAGE/MASTER_SITES after the site moved to it's own domain. 2003-09-04 15:47:08 +00:00
jmmv
65499fd5e7 Update to 0.68, patch provided by Matthew Luckie:
* Removed the old event system and replaced it with a much better
      signal system.
    * Added plugin dependency support.
    * Rewrote the Perl plugin. All old scripts will break, but it offers
      a much better API for new scripts.
    * Yahoo color support (Tim Ringenbach (marv_sf))
    * Yahoo and MSN get info support (Nathan Poznick)
    * Fixed Jabber registrations.
    * Fixed a problem where pouncing two users with the same name
      appeared in the same conversation window, and other related
      problems. (Robot101)
    * Corrected problems with proxy preferences.
    * Mailchk.c and simple.c compile again (Paul A (darkrain))
    * Catalan translation updated (Robert Millan)
    * Chinese (Simplified) translation updated (Funda Wang)
    * Chinese (Traditional) translation updated (Ambrose C. Li)
    * Danish translation updated (Morten Brix Pedersen (mbrix))
    * Finish translation updated (Ambrose C. LI (acli))
    * German translation updated (Bjoern Voigt)
    * Portuguese (Brazilian) translation updated (Mauricio de Lemos
      Rodrigues Collares Neto)
    * Norwegian translation updated (Petter Johan Olsen)
    * Romanian translation updated (Misu Moldovan (dumol))
    * Serbian translation updated (Danilo Segan)
    * Serbian Latin translation updated (Danilo Segan)
    * Swedish translation updated (Tore Lundqvist (luntor))
2003-09-04 12:57:00 +00:00
seb
529e68e4f1 NetBSD-current provide iconv(3) functionality in libc not
libiconv. Some packages insist on adding '-liconv' during link
or assumes the existent of it with they found iconv.h.

BUILDLINK_TRANSFORM can handle that.
Put it in in libiconv/buildlink2.mk for systematic coverage and
remove it from package "Makefile".

BTW this fix the build of chat/centericq - and probably others - on
-current.

Okayed by jlam@.
2003-09-02 18:20:33 +00:00
seb
19db7f1a61 Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
And fix pathname to one of these files.
2003-09-02 12:45:26 +00:00
xtraeme
1c1a5c5f6e Remove trailing slash from DESCR, sort USE_* and buildlinks alphabetically.
Remove ${VER} noted by jmmv@
2003-09-02 09:04:33 +00:00
xtraeme
6e66f31642 Use gnome2-dirs>=1.2 2003-09-02 08:43:46 +00:00
xtraeme
e129217c32 Add and enable gossip 2003-09-02 07:33:00 +00:00
xtraeme
19c06a1b06 Initial import of gossip 0.5. Ok'ed by wiz@
Gossip is a modern client for the Jabber Instant Messaging system.
It aims at making Instant Messaging with Jabber as easy as possible,
while giving users of the GNOME desktop a user-friendly way of keeping
in touch with their friends.
2003-09-02 07:32:04 +00:00
seb
f2e4c2074a Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 00:15:40 +00:00
cjep
b42456df51 Add NetBSD RCS tags 2003-09-01 10:17:35 +00:00
cjep
0174216952 whitespace fixes 2003-09-01 10:13:08 +00:00
wiz
bada6037c4 Update to 4.9.6:
The internal RSS parser suffered some changes that enabled it to undestand
the RDF dialect as well as CDATA values. Some problems related to fetching
all the records on every check were fixed.

RSS checking delays are now specified in minutes, not in hours.

The "Reply" button was removed that used to appear in the message box
when reading RSS records.

Correct redirect processing was implemented in the HTTP module used to fetch
RSS documents.

HTTP proxy support was added. So far it's used only for RSS fetching.

History lastreads checking was improved. Now centericq shouldn't show the
unread messages mark for contacts you communicated with during some clock
skews.

Auto-reconnect appeared not to work for the ICQ protocol. Fixed.

It's now possible to join a Jabber conference by its JID, without a need
for a service to be registered on the server. Example:
"jdev@conference.jabber.org" in the "Name/Title" field.

Since Jabber IDs are not case sensitive, centericq treats JIDs written with
capital and small letters the same way.

The status change window was improved. Now it has the "All protocol" item on
the top along with newly added "Already logged in only".

The cicqconv contact list conversion utility was extended with ICQ list
support for Trillian written by Vassilios Karakoidas <bkarak@aueb.gr>.

Jabber authentification became smarter. If server doesn't support digest
authentification, it's not tried anymore. The point was that the new
digest practice made it impossible to login into server which didn't
support md5 digest auth. Fixed.

HTTP proxy support for fetching RSS feeds was fixed. It used to segfault
the application in some situation.
2003-08-31 16:46:27 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
xtraeme
0733dedcb8 Updated to 2.0.4
Changes:

 - Updated translations (lt, sv, zh_CN).
 - Fixed crash on tinted transparency (xc203-fixtint.diff).
 - Fixed incorrect dcc cps calculation (xc203-fix-cps.diff).
 - Allow fullpath and relative filenames for Text Events sound files
   (Anthony Dragunov).
 - Added /GUI command (mainly for use by scripts).
 - Solaris build fixes for ipv6.
 - Added -n, --no-plugins command-line arg.
 - Added a feature to change the color of away users.
 - Moved default dcc and sound dirs inside ~/.xchat2/ (SilvereX).
 - Fixed bug [753742] When server tab and query had the same name,
   private messages could go to the wrong tab.
 - Support others users too, when expanding ~ in filenames (Neox).
   [767514].
 - Underline "ipnumber:port" style urls too (Alex & dobler).
 - Added support for ircu numerics 330 and 338 (phaseburn).
 - C89 fixes, should now compile with HP UX and Sun C Compilers
   (Albert Chin). [777106].
 - Smaller bug fixes: [773245] [779166].
 - Close tabs on shift-leftclick (Jay Cornwall).

I'm actually the maintainer.
2003-08-30 16:03:18 +00:00
reed
2aae673647 Fix case. 2003-08-30 05:06:18 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
jmc
73288bf81a Various fixes so this works on 1.6.1 2003-08-28 04:13:10 +00:00
jmc
19cdc0caf6 This needs/uses threads 2003-08-28 03:50:15 +00:00
itojun
4a379ef5e9 go down to chat/ser 2003-08-23 22:08:49 +00:00
itojun
e2c54d02a9 SIP Express Router 0.8.10 from iptel.org 2003-08-23 22:08:02 +00:00
jschauma
24d57b8c84 Add a pseudo-category called 'java'. 2003-08-23 15:15:27 +00:00
seb
4c6e4da28c Add a missing '/'. 2003-08-23 10:52:50 +00:00
hubertf
7d3056cc5e Update centericq to 4.9.5.
Patch sent by Dawid Szymanski [dawszy /at/ arhea /dot/ pl].

Changes:
********

Internal RSS reader module was implemented. You can now easily add a
feed to your list from the menu, and stay tuned on news at your
favourite sites. See the README for details.

Users who set their status to "away" on the MSN network appeared offline
in centericq. Fixed.

Jabber online/offline events were not shown in the log window. Fixed
this one too.

Fixed a bug because of which centericq couldn't connect to networks
other than ICQ when the --bind parameter was used.

ICQ away messages requests are now shown in the log window.

SMSes in Russian now work (with operators which support Cyrillic of
course).

Auto-wrap was disabled in the internal editor, so now it's possible to
paste text and it will not get screwed up.

Jabber conferences were fixed. Actually, a small workaround was added
for a weirdness of jabber.com server.

Jabber passwords hash authentification was enabled.
2003-08-19 22:53:44 +00:00
jmmv
7a5931232f Update to 0.67:
* Brought back the message notification plugin (Brian Tarricone)
  You'll need to reconfigure your settings for this plugin
* IRC protocol plugin rewritten (Ethan Blanton)
* New IRC protocol icon (Nuno Donato)
* Protocol and status icons now optionally appear on tabs.
  (Etan Reisner)
* Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
  Rename Group, Privacy)
* Shows "hiptop" icon for AIM buddies using hiptop
  devices (Robey Pointer)
* Privacy core/UI split.
* Conversation placement by group now applies to chats in the buddy
  list as well.
* Events in a conversation (user logged in, logged out, window closed,
  etc.) now grey the tab.
* Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
  Voigt, Paul A (darkrain))
* British English "translation" updated (Sam Halliday)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Danish translation updated (Morten Brix Pedersen)
* Dutch translation updated (Vincent van Adrighem)
* French translation updated (Eric Boumaour)
* German translation updated (Bjoern Voigt)
* Hindi translation added (Guntupalli Karunakar)
* Hungarian translation updated (Zoltan Sutto)
* Italian translation updated (Luca Beltrame, Claudio Satriano)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
  Rodrigues Collares Neto)
* Romanian translation updated (Misu Moldovan (dumol))
* Serbian translation updated (Danilo Segan)
* Spanish translation updated (Javier Fernandez-Sanguino Pena)
2003-08-18 18:27:08 +00:00
jmc
fea04bcbb8 With qt3/kde moves this no longer ends up in X11BASE 2003-08-16 00:46:06 +00:00
jmc
43ba654f3c Get iconv right for both forms of everybuddy 2003-08-15 22:48:04 +00:00
jmc
fff3689ee1 Don't add -liconv to the libraries line as it doesn't exist on -current and
buildlink will add it if need be.
2003-08-15 22:22:43 +00:00
grant
2716c2447f s/Irc/IRC/ in COMMENT. 2003-08-12 13:38:54 +00:00
jdolecek
441e938d58 use MASTER_SITE_SOURCEFORCE for MASTER_SITE
add USE_X11, replacing former USE_X11BASE removed in previous revision
2003-08-12 08:08:33 +00:00
jdolecek
5b646d8d9c this really doesn't need to be installed into X11BASE, so change to USE_X11
only and use PREFIX instead X11BASE as appropriate
this makes this package xpkgwedge friendly, too
Problem reported and fix provided in pkg/22440 by Juan RP
2003-08-11 17:28:20 +00:00
jdolecek
3e0ebd9724 use MASTER_SITE_SOURCEFORGE for MASTER_SITE definition, and long
line wrapping
suggested by Juan RP in PR pkg/22440
2003-08-11 17:25:04 +00:00
seb
b654a062e1 Deal with blindly added -liconv in src/Makefile.{am,in}:
-current does not have it and can do without it.

XXX Time to add this BUILDLINK_TRANSFORM directive to
converters/libiconv/buildlink2.mk ?
2003-08-09 17:11:04 +00:00
seb
0d7159e7bd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:27:40 +00:00
jmmv
95ec769d14 Update to 0.7:
Main Application
* Drag and Drop contacts between metacontacts (Olivier)
* Show an icon while DNDing on the contactlist (Will, Olivier>
* XML/XSL config for chatwindow theme
* Migrate file transfers to use KIO (new standardised file transfer API in
  KMM), remove KopeteTransferManager (lilachaze)
* Create KopeteViewManager, clean up KopeteMessageManager (Jason)
* Fix up fire and forget message window, make it work for all protocols (Jason)
* Make send message keycombos to be customiseable KActions (Jason)
* Add right click menu to tabs, add ability to move a tab to another window
  (Jason)
* Tab color highlighting on new messages, typing (Jason)
* Message in transit animation (Jason)
* When a message is received, flash contact's icon to indicate a new message
  (Oliver)
* Nick completion (Jason)
* Message Highlighting with Notifications (Jason)
* New KopeteAccount arch. allows multiple accounts of the same protocol (Oliver)
* Allow custom colours for each account's icons (Duncan, Olivier)
* New Icon effects arch. with overlays (Will)
* KopeteOnlineStatus architecture (Martijn)
* KopeteCommandhandler for /commands. Kopete-wide support of /part, /close,
  /clear, /exec, /help, /me (Jason)
* New logging API with extensability for multiple logging formats (Jason)
* General API cleanups (Everyone)
* License headers unification and correction (Duncan)
* Tons of bugfixes (Everyone)

IRC Plugin
* Total re-write of IRC to fit Kopete arch, with many improvements.
  (Nick, Jason)
* Channel / Nickname search in AddContact Wizard (Jason)
* Add support for all /commands needed for a basic client
* Use kopete away system
* "Show server window" account context menu option (Michel)
* Use KExtendedSocket for proxy and firewall support (Michel)
* IPV6 support (Michel)
* WHOIS support (Michel>

OSCAR Plugin
* Support for ICQ over OSCAR (Stefan)
* More complete userinfo (Stefan, Will)

MSN Plugin
* Handle MSN Plus away reasons. (Olivier)
* Detect when the other party timed out and left the chat (Olivier)

Yahoo Plugin
* First release (Matt)
* Spell Checking Plugin
* Enable check-as-you-type (Jason)
* Initial Release

Highlighting plugin
* Highlight messages according to your own criteria. (Olivier)
* Initial Release

Text effect plugin
* Give your messages a bit of sparkle, even if you have no wit. (Olivier)
* Initial Release

History plugin
* Move history/logging into its own plugin. (Olivier)
* Initial Release

Auto replace plugin
* Perform substitutions on messages. (Roberto Pariset)
* Initial Release

Closes PR pkg/22399 by Nate Hill.
2003-08-08 12:29:08 +00:00
grant
8c3dd249ab USE_GNU_TOOLS=grep 2003-08-08 08:32:37 +00:00
jmc
e5f6910336 Yet another correct for the qt3 prefix change 2003-08-07 17:38:00 +00:00
seb
65e902d4ea Even if it is commented get ride of deprecated info file handling stuff. 2003-08-07 12:27:40 +00:00
drochner
25e4c51173 bump revision after qt3/kde prefix change 2003-08-05 13:35:26 +00:00
kristerw
1b29fdd8d1 Make this compile on NetBSD-1.6.1/shark.
The package is compiled with -Werror, but the sharks headers are not
-Wtraditional safe, so the buld failed.  Remove the silly -Wtraditional.
2003-08-02 20:38:56 +00:00
markd
b6d7c42bd5 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:56:08 +00:00
seb
3f203cfe95 Follow the trend started by jmmv@. Thanks Julio!
Remove IRCD_HYBRID_DPATH from bsd.pkg.defaults.mk and BUILD_DEFS,
set PKG_SYSCONFSUBDIR to 'ircd-hybrid' instead: the package builder is
now expected to adjust Ircd Hybrid configuration directory with
PKG_SYSCONFBASE(.${PKG_SYSCONFVAR}).

Replace local DOC_SUBST stuff with FILES_SUBST from bsd.pkg.install.mk.

Go with the previous PKGREVISION bump.

XXX Having the log files as SUPPORT_FILES is not optimal.
XXX I really should update this package.
2003-07-29 20:21:37 +00:00
jmmv
f41bd6e952 Convert to the bsd.pkg.install.mk infrastructure:
- Install configuration files under the examples hierarchy.
- Honour PKG_SYSCONFDIR.
- Use RCD_SCRIPTS to handle rc.d script.
As a result, bump PKGREVISION to 1.
2003-07-29 18:55:56 +00:00
jmmv
48e3ab1942 Convert to the bsd.pkg.install.mk framework to handle the daemon's user and
group, the creation of log files and automatic handling of the rc.d script.
Bump PKGREVISION to 1.  Ok'ed by seb@, the maintainer.
2003-07-29 17:25:58 +00:00
jmmv
a7ec0b8756 Use /dev/null instead of empty file. 2003-07-29 16:57:46 +00:00
jmmv
840c30e882 Convert this package to the bsd.pkg.install.mk framework:
- Install configuration files under the examples hierarchy.
- Use CONF_FILES_PERMS to put the configuration files in place.
- Use SUPPORT_FILES_PERMS to put the empty log file in place.
- Use RCD_SCRIPTS to handle the rc.d script.

While here, add ICBD_OWNER to BUILD_DEFS and use ROOT_USER and ROOT_GROUP
where appropiate.

As a result, bump PKGREVISION to 1.
2003-07-29 16:25:56 +00:00
jmmv
05e98c6d0a Give the -f flag to rm, to avoid a warning message. Fix typo in COMMENT. 2003-07-29 15:55:14 +00:00
jdolecek
44944fd5a2 build and install only actually translated language packs 2003-07-27 22:23:01 +00:00
jdolecek
2fd9185df6 need to create ${X11BASE}/share/psi before it could be used 2003-07-27 22:22:22 +00:00
jdolecek
930b75c746 Add psi-ssl 2003-07-27 21:48:13 +00:00
jdolecek
998a928ffd Initial import of psi-ssl 2.0 - PSI Jabber client SSL plugin
Packaging work done by Love Hornquist-Astrand (love@)
2003-07-27 21:47:08 +00:00
jdolecek
838702df3b Update psi to version 0.9 (latest available).
Changes since 0.8.7:
* OpenPGP integration (via GnuPG)
* Jabber Browsing
* Groupchat invites / private-messaging
* better SSL certificate handling
* ton of bugfixes

Package now also includes all available language packs.
2003-07-27 21:43:59 +00:00
wiz
1f018a8fdc Update to 0.11.6:
[pkg fea] Several small documentation updates.
[pkg fea] Major header files are now installed in a global installation
        directory.
[con bug] Small bugs in contrib/sendim.sh found and fixed.
[UI  fea] Chat "hilites" added: If a member of a room/channel/discussion
        mentions your name, their message will be highlighted.
[UI  bug] A small bug in the /away routine has been fixed, allowing your
        /away status to be preserved across re/connects.
[UI  bug] .naimprofile will now be read for all connections in the event
        that multiple connections are declared in .naimrc.
[pkg bug] A "#warning" directive was misnamed "#warn" and has been
        corrected.
[Lil fea] Discussion retitles are now treated as a /topic change on IRC.
[TOC bug] /me processing in chat rooms was broken. Fixed.
[pkg FEA] The default modules have been removed, and are now distributed in
        a separate "naim-modules" package available from the naim web site.
[UI  fea] All internal routines are now declared "static," to clean up the
        module interface.
[UI  FEA] All major dependencies on ncurses in the main UI code have been
        isolated to src/win.c, to provide for easy migration to modular user
        interface routines.
[UI  FEA] New /chains command to display all event chains.
[UI  FEA] Newly rewritten /modload and new /modunload to completely control
        loadable modules.
[UI  FEA] New /modlist command to display currently loaded modules and
        their vital statistics.
[UI  FEA] Queued messages are now saved when you /save.
[UI  fea] Minor improvements to the HTML renderer.
2003-07-25 10:13:04 +00:00
wiz
88c6ab1ec7 Add appropriate INCOMPAT_CURSES lines. Should fix bulk build failure. 2003-07-22 13:49:38 +00:00
wiz
aecb44fce2 USE_NCURSES should _always_ be set to a comment explaining why it
is needed. (undo part of last)
2003-07-22 11:39:47 +00:00
adam
c92f927f4d Oops, forgot to add these new files :) 2003-07-22 10:41:41 +00:00
adam
70e07dae2c Changes 1.1:
* ekgbot
* log viewer
* bug fixes

Now makes a shared library and uses buildlink2
2003-07-22 10:39:40 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
jmmv
19e518a740 Add and enable kopete. 2003-07-19 18:51:41 +00:00
jmmv
2d0809e17a Initial import of kopete, version 0.6.2:
Kopete is a flexible and extendable multiple protocol instant messaging
system designed as a plugin-based system.  All protocols are plugins and
allow modular installation, configuration, and usage without the main
application knowing anything about the plugin being loaded.

The goal of Kopete is to provide users with a standard and easy to use
interface between all of their instant messaging systems, but at the same
time also providing developers with the ease of writing plugins to support
a new protocol.

Kopete is a big project which already supports messaging protocols like
Jabber, ICQ, AIM, MSN, Yahoo, IRC, Windows LANs, GaduGadu, IRC and SMS.
2003-07-19 18:50:24 +00:00
jmmv
ade466d9c6 Add kde to categories. 2003-07-19 12:01:51 +00:00
jmmv
cf45989d83 Update to 0.66 with patch from maintainer:
* Freebsd compile fix (Matthew Luckie)
* .spec file improvements (Ethan Blanton)
* Added a gaim-remote man page (Robert McQueen)
* The Remote Control plugin no longer adds duplicate groups to your buddy list.
* Servers and ports are now imported correctly in MSN.
* Core/UI split the core initialization and shutdown.
* MSN messages with newlines are now sent correctly to MSN clients.
* Italian translation updated (Claudio Satriano)
* British English "translation" added (Sam Halliday)
* Fix some sound initialization stuff
* Updated  Portuguese (Brazilian) translation (Mauricio de Lemos Rodrigues
  Collares Neto)
* Updated Czech translation (Miloslav Trmac)
* Fix saving and import of default away message
2003-07-19 10:58:31 +00:00
wiz
04f62f706a Change address of maintainer per PR 22170. 2003-07-19 08:54:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
9b1edd9bb5 Update to 0.65:
* French translation updated (Eric (Zongo) Boumaour)
* Portuguese (Brazilian) translation added (Mauricio de Lemos Rodrigues
  Collares Neto)
* Korean translation updated (Kyung-uk Son)
* Japanese translation updated (Junichi Uekawa)
* Hebrew translation added (Pavel Bibergal)
* Russian translation updated (Dzmitry Chekmarou)
* Danish translation updated (Morten Brix Pedersen)
* Hungarian translation updated (Zoltan Sutto)
* Italian translation updated (Claudio Satriano)
* Chinses (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Massive internal core/ui splitting
* New account dialog
* Preferences moved to ~/.gaim/prefs.xml
* Account information moved to ~/.gaim/accounts.xml
* Pounces moved to ~/.gaim/pounces.xml
* Added support for the Trepia protocol
* Added protocol icons to various drop-down boxes
* New Send IM buddy icon merged from Ximian Desktop 2
* Fixed "Sort by Status" crash
* Fixed the MSN signon crash
* Fixed the MSN add buddy crash
* Fixed the MSN empty buddy list bug
* Fixed all known MSN chat bugs
* Fixed HTTP redirect handling in smiley retrieval. This fixes the
  problems with some smiley themes.
* Chats in MSN can now be initiated by right-clicking a buddy and
  choosing Initiate Chat.
* MSN Alerts and incoming MSN pages no longer pop up several error dialogs
* Ability to view iChat "Available" messages for AIM
* Stores your buddy icon on the server for AIM
* Support for non-ascii characters with Yahoo! Messenger
* Focus returns to the input box when you click elsewhere, like it used to
* New typing notification icons from Ximian
2003-07-17 16:13:07 +00:00
wiz
2d9b835f6b Update DEPENDS. 2003-07-13 17:54:29 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
hubertf
3616282aa2 add comment that this pkg also supports jabber.
Noted by daws@ircnet
2003-07-13 02:42:09 +00:00
wiz
e114c09725 Use patches and distinfo from licq-gui-console.
XXX: should share even more...
2003-07-12 12:07:25 +00:00
wiz
b20e82d14a Make it build under -current without using ncurses.
It was using internals of ncurses data structures even though there's
an official API for this...

XXX: might need INCOMPAT_CURSES patterns for some older NetBSD versions,
but I don't know which ones, so I didn't add them.
2003-07-12 12:05:01 +00:00
jmmv
703eb034d3 Apply two official patches, one to solve a cps problem in dcc and the other
to fix a crash when tinting is enabled.  Bump PKGREVISION to 1.
2003-07-11 10:52:17 +00:00
jmmv
cc82f31992 Update to 0.8.8 using patch from Greg Troxel in private mail:
* Read Previous in normal message receive dialog (julian)
* Send general invisible presence /and/ directly to agents (julian)
* A few small bug fixes/interface fixes from Benedikt Roth
  <Benedikt.Roth@gmx.net>
* Fix for crash on sending time (James Widman)
* Jabberoo updated to latest libjudo (julian)
* Gabber updated to work with latest Jabberoo (James Widman)
* Several wide character bug fixes (James Widman)
* Several configure fixes for various architectures (julian)
* Updated Gabber Manual! (Eliot Landrum)
* "Default" button in Contact Information fixed (julian)
* Fixed crash when agent is left selected (thanks Bac9) (julian)
* PGP/GnuPG keyserver is now configurable (julian)
* New version of xtext fixes hidden line problem (julian, Andreas Fuchs)
* Nickname highlighting in group chats (julian)
* Experimental festival support (Mike Szczerban)
* No more autoupdate (julian)
* Status Icon for GNOME2/KDE3 using the freedesktop.org protocol (julian)
2003-07-10 19:50:11 +00:00
wiz
779c2bcf4e Sort. 2003-07-10 11:47:16 +00:00
jmmv
666b43aac7 Use new version of the msn fixes. Provided by Matthew Luckie in private mail.
Bump PKGREVISION to 2.
2003-07-09 20:58:51 +00:00
mrg
c27909a84c update to ircii 20030709. changes include:
o  turned on SO_REUSEADDR for most connections
o  /DCC RAW works when disconnected again
o  several bugs fixed
o  new /set dccport and /set bind_local_dcchost variables to give
   the user full control over how dcc requests are sent.
o  new /on os_signal to give user-access to receiving UNIX signals
o  /set beep_on_msg now works for ICB messages and groups (public)
o  the --without-emacs-meta-keys configure option is now the default
o  the emacs meta key bindings for M-b and M-d were fixed
2003-07-09 18:15:16 +00:00
wiz
14f45f6296 Convert to unified format; fixes problem on Linux report on tech-pkg by
Sebastian P.
2003-07-05 14:25:51 +00:00
jmmv
ef56ddbd0f Fix homepage. 2003-07-02 22:24:50 +00:00
jmmv
4f10de034b Add and enable bitlbee. 2003-07-02 09:03:35 +00:00
jmmv
15eb2eeaf7 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.
2003-07-02 09:03:02 +00:00
jmmv
6e2c45a3d7 Update to 2.0.3; patch provided by Juan RP in private mail:
- Updated translations (ca, fr, ja, sv).
- Fixed URL grabber not filling up (xc202-fixurlg.diff).
- Fixed crash when holding down Ctrl-I (xc202-fixdetach.diff).
- Use Shift-Ctrl-W for Close only when Emacs key theme is enabled.
- Fixed corrupt left margin with indent-nicks off and timestamp on.
- Remove invalid chars from inbound text when conversion fails. Fall
  back to ISO-8859-1 when using UTF-8 only (Ilya Konstantinov).
- Fixed perl IRC::get_info(3) crash when not connected [732496].
- Fixed crash on long output lines for /exec -o [731187].
- Made "Move completed files to:" and "Save nickname in filenames"
  work at the same time (Matthew Gabeler-Lee).
- xtext: fix redraw when new additions not on current page.
- win32: Added /set identd 0 switch to turn off built-in identd.
- Added 6-8 for perl's IRC::get_info to retreive network, host and
  topic (Ryan).
- Iterate in alpha order instead of op-alpha for nickcompletion
  (Gauss_Z88).
- Fixed ChannelList crash on invalid regex match string.
- Added hide join/parts setting to gui (Jason Wies).
- Added Delete All button to ignore window (Mohammed Sameer).
- Don't allow adding empty names to notify list [741589].
- Made message fragmentation code utf8 friendly so it always splits
  on a multibyte char boundary [748653].
- Support 2 to 4 GB files in DCC (contrary to 1.9.4 changelog, it
  didn't work until now).
- Python: Fixed crash when returning 0 from a timer (Steve Green).
- Multihead fixes for popup menus.
- Added support for numeric 307 and 320 "is an identified user".
- Allow setting a blank topic via the GUI [720407].
2003-07-01 09:03:40 +00:00
jlam
4845a55213 Don't assume iconv_*() live in libiconv since they may be a part of glibc
on Linux systems.
2003-06-29 19:41:08 +00:00
wiz
5418aa0bda Fix typo. From Simon Hitzemann in PR 22011. 2003-06-29 13:58:39 +00:00
jlam
7fd50cc6de Update chat/centericq to 4.9.4. Major changes from version 4.9.2nb3
include:

Glib is not needed to build the program anymore.

The old nickname didn't appear in the change nickname input line which
was invoked from the Account manager dialog.

Logging became more configurable. Now from the configuration dialog it's
possible to enable/disable such facilities like log messages timestamping,
showing of users going online and offline and "user is typing"
notifications.

The --bind command parameter was added. Using it it's possible to specify
a custom IP centericq should use for outgoing connections.

MSN status related problems were fixed. Like when user set "one the phone"
or "lunch" status centericq used to show them as being offline.

A patch from Mark Verboom <mark@verboom.net> was applied. It allows to
enable chat mode only for specified protocols.

The find/add users dialog didn't allow entering nicknames, which made it
impossible to add yahoo and aim contacts.
2003-06-29 02:04:20 +00:00
seb
be6306d2e6 No need for texinfo.mk as the info file is not build neither is installed. 2003-06-27 16:10:01 +00:00
seb
8a504a3103 Convert to USE_NEW_TEXINFO. 2003-06-27 16:02:03 +00:00
seb
d1786fb23e Convert to USE_NEW_TEXINFO. 2003-06-27 14:36:32 +00:00
jmmv
1790852e40 Include a fix for a bug in the MSN plugin. Bump PKGREVISION to 1.
Patch provided by Matthew Luckie in private mail.
2003-06-27 10:21:00 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
wiz
5b3717417f Update comment on why naim is not using native curses. 2003-06-20 09:08:46 +00:00
grant
b5ea2c4d20 drop some unneeded parens, indenting 2003-06-19 16:21:08 +00:00
jmc
f9872f0273 Clean up INCOMPAT_CURSES to work right with 1.6.1_STABLE 2003-06-10 16:51:48 +00:00
jmc
204d238821 Bring up to date 2003-06-10 01:55:21 +00:00
wiz
32397a388c Update to 0.11.5.9:
Major bug fixes:
        If only one window was open, the buddy for that window signed off,
the window was marked keep-after-signoff, and was cleaned up after
$autoclose minutes, the event handler would enter an infinite loop or
possibly cause untrackable stack corruption. Fixed.

Major feature additions:
        [TOC] Default server is now toc.n.ml.org. Once AOL has fixed its
servers and/or its DNS, this host will be CNAMEd back to toc.oscar.aol.com.
2003-06-08 21:25:42 +00:00
jmc
84fc54bbf3 Make INCOMPAT_CURSES pick up netbsd 1.6.1 correctly 2003-06-06 16:42:33 +00:00
wiz
ebe24c115c The point of USE_NCURSES comments is to show what is missing,
not state that the package should use ncurses. Fix comments.
2003-06-06 12:32:14 +00:00
wiz
fb39c0d7dc Update to 0.11.5.8:
Major bug fixes:
SIGCHLD handler wasn't being installed properly, causing the
children of /exec to hang around as zombies. Fixed.

Major feature additions:
[TOC] Addbuddy requests will always be consolidated between calls to
firetalk_select(), evading the "You are sending messages too fast" error
users with very large buddy lists receive during reconnect.
Buddies in the special "User" group will always be treated as
"non-permanent", and will be subject to $autoclose. Buddies in any other
group will be considered "permanent" and will only be removed through manual
intervention. Note that buddies added due to $autobuddy are put into the
"User" group by default.
Window-to-logfile mapping has been made more explicit, removing the
need for a costly tree search per message and greatly reducing logfile
playback time.
Window logfile playback is now always delayed, to significantly
reduce initial startup time. Windows will be played back once per minute, or
as you Tab or /jump to them.
If your $TERM is set to "ansi", display a warning, 5 second delay,
and switch it to "linux".
Added basic stack support to the HTML renderer to allow embedded
tags, etc.
Added BGCOLOR support to the HTML renderer.
New $winlistchars. Sets the number of characters can be displayed
per line in the window list window.
2003-06-05 06:30:25 +00:00
jmmv
f3ef1e62b4 Part of the update... file not needed any more. 2003-06-02 15:24:02 +00:00
jmmv
238444b6af Update to 1.0.5; some of the changes:
* New 'pid_file', 'allow_users' and 'allow_kill' config directives.
* New -p command line parameter (adjusts pid_file).
* Included contrib scripts, cronchk.sh and privmsg-log.pl
* New 'server_keepalive' config directive.
* Bug fixes.

Changes in the package:
* We need perl to run some of the installed scripts.
* Provide a rc.d script to run the daemon.
* Honour PKG_SYSCONFDIR.

Closes PR pkg/21644 by Juan RP.
2003-06-02 15:20:06 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
shell
3ee542534d Updated to micq-0.4.10.3
Changes :
- activate code using new strings: better display of used locale,
  add one missing help text
- remove unused beos.[ch]
- compile fix for ConvFits()
- detect screensaver/locks on WIN32
- hide meta ref error
- change 'message' (undocumented) behaviour
- fix temporary contacts
- fix auto-away
- use #defines for message timeouts
- implement webaware, hideip, dcauth, dccont, but undocumented

... please see ChangeLog.
2003-06-01 08:37:07 +00:00
grant
a35abe7a4c fix comment typo and grammar. 2003-06-01 02:41:44 +00:00
jmmv
a1a4f79a71 Update to 0.64:
* Buddy list sorting in buddy list preferences.
* Improved debug window with timestamps and pause buttons.
* New core/ui split notification and request APIs.
* New mail notification dialog.
* Several bug fixes in MSN.
* Conversation window buddy icon bugs were fixed.
2003-05-31 12:11:47 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
jmc
43dbe8db89 Make sure the dynamic code generation actually compiles explicitly as PIC code
so it'll work on archs like powerpc which require it.
2003-05-25 21:03:25 +00:00
salo
0eebaf77f7 Updated to version 1.6.15.
Changes:

- use tar.bz2 distfile
- install documentation in proper locations
- install more docs
- fix PLIST for NOPIC and USE_INET6
- DESCR has 80 columns

1.6.15:
=======
- Support for the IPv6 protocol.
- Many bugfixes related to the transfer and filesystem modules.
- Several more functions have been exported for use by module coders.
- Updated UnderNet's max bans to 45, and EFnet's to 25.
- The nick bind is now triggered even if the nick is not on any channels
  (ie if the bot's nick changes before it's on a channel).
- Removed strict-servernames -- $server is now always the server's realname
  and $serveraddress is it's server list entry.
- Merged use-console-r and debug-output into one new setting named raw-log.
- Updated recommended Tcl version to 8.3.4.
- User-punishing and tcl_maskhost nor use matching banmasks regardless
  of strict-host.
- Updates to the 'autobotchk' script.
2003-05-24 16:43:05 +00:00
uebayasi
e017b9dcc9 Apply a patch to work with XEmacs. Tested with XEmacs 21.4.12.
The fix is from Andrew J Cosgriff <Andrew dot Cosgriff at cc dot
monash dot edu dot au> via misc@openbsd.org.  Addresses PR21260.

Bumps revision to 1.
2003-05-24 07:51:34 +00:00
jmmv
ea556403d5 Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes
a problem introduced in the 6.2alpha4 package.
2003-05-22 16:48:28 +00:00
wiz
604b09a30d mvaddchnstr has been added -- replace USE_NCURSES
by appropriate INCOMPAT_CURSES.
2003-05-22 13:27:45 +00:00
jmmv
6f2a419b82 Update to 0.63:
* A rewrite of the plugin API. Plugin authors will need to change their
  code based off the changes found in other plugins.
* Perl script support is now provided in the perl plugin.
* Debugging is core/ui split, and has a new API with support for
  debug levels and categories.
* Support for adding chats to your buddy list.
* MSN protocol plugin was rewritten, has experimental buddy icon
  support, and MSN Mobile support.
* Thanks to all the various people who submitted translation updates.
* Buddy list speed enhancements (Thanks Ethan Blanton).
* Napster protocol updates (Thanks Auke Kok).

Closes PR pkg/21619 by Soren Jacobsen.
2003-05-21 17:36:02 +00:00
salo
8e9a97d305 Style and whitespace, no functional changes. 2003-05-15 09:18:07 +00:00
salo
4983b17fc3 PKGREVISION++
- Fix major core bug with channel mode -k * on hybrid7 servers.  For more
  information see:  http://www.securityfocus.com/archive/1/321093

Patch from BitchX CVS.
2003-05-14 20:09:12 +00:00
uebayasi
6b15773446 A Perl script needs REPLACE_PERL; PR21548 by Juan RP <jrp at hispabsd
dot org>.
2003-05-12 12:03:12 +00:00
jmc
cce2ad67a9 This needs pthread's buildlink.mk 2003-05-11 08:02:32 +00:00
hubertf
e888d5a5ed * this works fine against qt 3.0 and up, no need for latest qt3
* this pkg doesn't work on NetBSD because we still don't ship shared
   libXss etc. XXX needs fixing!
2003-05-06 23:07:42 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
grant
8e759273b2 build with GTK support if BITCHX_WITH_GTK is defined.
no PKGREVISION bump as the default build is unchanged.
2003-05-05 06:06:11 +00:00
wiz
084e2947c3 This package wants threads, so include pthread.buildlink2.mk. 2003-05-03 23:01:54 +00:00
wiz
357ae787d3 Convert to buildlink2. 2003-05-02 13:13:46 +00:00
wiz
80cab81e2b Wrong place to put PKGREVISION. 2003-05-02 12:07:15 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
zuntum
5e7146a4d5 Update ekg to 1.0
* no NEWS available, just long Changelog, but I think it's enough to say
    that it's The 1.0 Release
2003-05-02 07:57:31 +00:00
jmmv
39fcd197c0 Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-04-30 19:43:48 +00:00
hubertf
97d2d0e771 update maintainer's address 2003-04-30 10:50:15 +00:00
hubertf
5b285fb82e add & enable ickle 2003-04-30 00:00:42 +00:00
hubertf
3a594413c7 Add ickle-0.3.2: Simplistic gtk+ icq client
ickle is an ICQ2000 Client using the GTK+ graphical toolkit. It aims to
bring all the useful features of ICQ2000 to non-windows users, such as
SMS messaging.

Contributed by blef@users.sourceforge.net via pkgsrc-wip.
2003-04-30 00:00:18 +00:00
salo
be2b592fab Add silc-client-icb. 2003-04-27 22:34:26 +00:00
salo
d47f2e63f9 Import of silc-client-icb-0.14: silc-client plugin to access ICB networks.
silc-client-icb is a silc-client plugin that allows access to ICB (Internet
Citizen's Band) networks.  The ICB protocol is almost dead now (superseded
by IRC), but there are still some networks around that use it.

Package inspired by irssi-icb.
2003-04-27 22:32:16 +00:00
salo
1673f7cd8d Bump PKGREVISION: add Makefile.common shared with plugins, install
configuration files needed by plugins.
2003-04-27 22:28:29 +00:00
wiz
0b2b158f56 Update comment for USE_NCURSES (now that we have ESCDELAY, we are missing
mvaddchnstr()).
2003-04-26 22:05:10 +00:00
jmmv
a738cf82ee This goes into the chat category, not irc; thanks wiz@. 2003-04-25 20:42:13 +00:00
jmmv
c90f62c2a2 Update to 0.62:
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke).
* Support for Jabber XHTML messages
* Updated a number of translations. Thanks to everyone who submitted
  a translation update.
* Ability to re-request authorization from ICQ and Jabber users by right
  clicking on them in your buddy list.
* Improved Zephyr internationalization.
* Bug causing 'Hide on Send' windows to be lost forever fixed.
* Iconified windows are now raised properly.
* Dates printed for old/offline messages.
* Some assorted crash bugs fixed.

Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318
by Juan RP.
2003-04-25 17:16:52 +00:00
hubertf
8a6229e34e add & enable licq-core, licq-gui-console, licq-gui-qt 2003-04-25 00:03:09 +00:00
hubertf
1b39de27b4 Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6
Licq-core is a multi-threaded ICQ clone written mostly in C++. It
uses an extensive plugin system to manage many different functions.
The main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.

Several GUI plugins for console, Qt etc. are available as seperate
packages, licq-gui-console and licq-gui-qt.
2003-04-24 23:57:36 +00:00
jmmv
eb459d9ad3 Hmm... I should not "fix" things when I'm tired... there is no need to add
conflicts between packages with the same basename! (thanks wiz, as usual ;).
2003-04-24 21:18:49 +00:00
jmmv
6e752037f0 gaim-gtk1's package basename is the same as gaim's one; adjust CONFLICTS
accordingly.
2003-04-24 20:46:36 +00:00
jmmv
ee46a918ac Update to 2.0.2:
- Updated translations (lt, ms, nl, pt, sv, zh_CN).
- Fixed a few minor mem leaks in the server and user list.
- Changes to: UrlGrabber, Notify, Plugins, Ignore and Banlist GUIs.
  Changed GtkCList to GtkTreeview, and general enhancement to these
  guis (Vincent Ho).
- win32: made it possible to compile with ipv6.
- Added /MOP.
- Fixed pageup/pagedown wrong window bug [710784].
- Fixed no timestamps in top-level windows bug [710787].
- Fixed first word being skipped in perl add_command_handler("", cb);
  [711802].
- Fixed WHOIS away line appearing in different tab [695932].
- win32: fixed transparency [699425].
- win32: fixed ssl "Error 2" connection bug.
- Made all toplevel dialog windows transients of the main window.
- Show filesize/pos in DCC window as KB and MB (Aaron Chernosky).
- Added /set tab_dnd 0/1 option.
- Fixed userlist insertion/deletion GUI performance problem [704233].
- Each toplevel window now has a "role".
- Smaller bugs fixed: [698449] [718851].
- TCL plugin fixes for context lookups (Daniel P. Stasinski).
- Changed Close Tab keybinding to Shift-Ctrl-W to avoid conflict with
  emacs editing.
- Used a new algorithm for Userlist and UrlGrabber. This one does
  insertion, lookup and deletion in O(log n).

Patch provided in PR pkg/21287 by Juan RP.
2003-04-24 14:12:36 +00:00
wiz
9bd4adfab5 Update to 0.11.5.7:
Major feature additions:
        /save now saves /alias'd commands.
        New /filter command to manipulate internal filter tables.
        New /namebuddy command. If you use /namebuddy, or attempt to
                /addbuddy someone already in your list, naim will allow you
                to modify their "real name".
        Auto-messages (for /away) are only sent if you are actually idle, so
                people using /away as a kind of "blurb" won't send
                auto-responses. If you mark /away and actually leave,
                auto-responses are sent immediately. If you send any IM's
                after marking /away, you won't send auto-responses until you
                are idle for at least 10 minutes.
        Support for channel keys improved. /save will now record channel
                keys in .naimrc, and will rejoin keyed channels properly.
        New distinction between "permanent" buddies, those manually added
                with /addbuddy or stored in your server profile, and
                "auto-added" buddies, those added because they contacted you
                while $autobuddy was set.
        ^ New $autoclose. If set, naim will /close and /delbuddy
                non-permanent buddies $autoclose minutes after they sign
                off. If their window has unread messages, autoclose will be
                delayed until they have been read. If the buddy has queued
                messages pending, autoclose is cancelled altogether.
        New /names (/buddylist) behaviour to show much more relevant
                information about your buddy list.
        New /resize command to change the length of the scrollback buffers.
Major bug fixes:
        --enable-detached was not fixed in 0.11.5.6. Fixed. For real this
                time.
        [TOC] /sync was broken in 0.11.5.6-2003-03-02-1423. FireTalk's TOC
                quoting mechanism will now only strip space characters,
                rather than all forms of whitespace.
        On disconnect, your buddy list would be re-added by naim. This has
                caused some problems during signon, and had the side-effect
                of marking all non-permanent buddies as permanent. Fixed.
2003-04-23 21:26:46 +00:00
jmc
89ff1192a4 This includes the wrong PLIST. Include the one from this dir, not the main gaim
one.
2003-04-23 02:09:58 +00:00
jmc
34ff58f0b5 This needs perl to build. 2003-04-16 18:12:12 +00:00
jmmv
cbf1ededd5 More gaim -> gaim-gtk1 changes... 2003-04-12 08:00:52 +00:00
salo
fd297e42c1 Bump PKGREVISION: sync PLIST with reality. 2003-04-11 17:31:29 +00:00
jmmv
75e1aee2e3 Add and enable ircservices. 2003-04-11 16:03:39 +00:00
jmmv
4c0a32991d Initial import of ircservices, version 5.0.16:
IRC Services is a system of services to be used with Internet Relay Chat
networks.  Services provides for definitive nickname and channel ownership,
as well as the ability to send messages to offline users, and gives IRC
operators considerably more control over the network.

Package provided by virtus@wanadoo.nl via pkgsrc-wip.
2003-04-11 16:02:53 +00:00
jmmv
9a5e0dc7ef Add and enable gaim-gtk1. 2003-04-11 15:41:54 +00:00
jmmv
50bcae0ea6 Update gaim to 0.61, based on the package provided by mjl@luckie.org.nz in
pkgsrc-wip.  This new version includes lots of changes since 0.59.x, but
maybe the most important is the switch to GTK v2.
2003-04-11 15:41:37 +00:00
jmmv
65609a791a Adjust dependancy to gaim-gtk1. 2003-04-11 15:40:07 +00:00
jmmv
865074f533 Reimport of gaim (0.59.8) as gaim-gtk1. Newer versions of gaim are going
to use gtk2, but people may still one the gtk1 based version (which will
receive bugfixes only).

Gaim is a clone of AOL's Instant Messenger client.  It features nearly all
of the functionality of the official AIM client while also being smaller
and faster. Gaim also has plugins that let you use ICQ, Yahoo, MSN, IRC,
Jabber, Napster, and Zephyr.
2003-04-11 15:39:02 +00:00
wiz
5c261e2a34 Update to 0.4.10.2: bugfix release. 2003-04-10 09:55:51 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
tron
0c7c2e9259 Remove me as maintainer of this package. 2003-04-03 15:19:33 +00:00
jmc
66c060187e Fix typo with extra quote on all_libraries definition 2003-03-30 08:27:49 +00:00
jmc
d0c501062f Fixup qmake's Makefile for a proper install after configure has run. 2003-03-30 08:04:50 +00:00
salo
0d095992f9 Bump PKGREVISION: fix several potential buffer overflows found by Timo
Sirainen <tss at iki dot fi>, see the following url for more details:

 http://securityfocus.com/archive/1/315057

Patch from bugtraq by <caf at guarana dor org>.
2003-03-29 21:20:29 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
8d99854ea8 Sort for pkglint. 2003-03-28 21:29:39 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
salo
bb56efac12 Add and enable libicq2000. 2003-03-22 06:22:06 +00:00
salo
74546b823d Import of libicq2000-0.3.2: Library for icq 2000/2001 clients.
libicq2000 is an opensource C++ library being developed to support the
icq2000/2001 protocol. It is easy for developers to use as the backbone
for their clients' connection to the ICQ network - all the protocol work
is abstracted away in one nice object-orientated interface.

Package submitted by Soren Jacobsen via PR pkg/20820.
2003-03-22 06:21:20 +00:00
wiz
9ff2edafbd Update to 2.0.1, based on PR 20837 from Juan RP.
Fix PLIST while here.

Changes:
 - Updated translations (am, ca, lt).
 - Save serverlist before connecting (Joe Drew).
 - OpenBSD compile fixes.
 - (Encoding) Fallback outgoing text to "?" for unconvertable chars.
   [674798].
 - Hide tab scrolling buttons when they're not needed.
 - Fixed --disable-xlib compiles.
 - Fixed use of %h in dialog-tab buttons [688937].
 - Fixed printing/logging timestamps that contain invalid utf8
   [688548].
 - Added "Resizable userlist" option (default ON).
 - Strip colors on topic change.
 - Fixed (snotice) and (notice) tabs being swapped [687437].
 - Made more strings translatable.
 - Allow loading empty text events [691191].
 - Fixed xtext race condition [678874].
 - Added ability to show/hide the channel-mode buttons (default OFF).
 - Use the network name in server-tab rather than full hostname.
 - Added keybindings for moving tab-families, default is ctrl-shift
   PageUp and PageDown (Vincent Ho).
 - Added 'Beep on highlighted messages' option (Jirka Kosina).
 - Use DND to detach tabs.
 - Interpret %C, %B etc in quit reasons.
 - Added more items to the right-click tab menu.
 - Some misc UI cleanups.
2003-03-22 01:34:00 +00:00
salo
9f803c154f Updated to version 1.0rc1.
Patch provided by maintainer Dawid Szymanski via PR pkg/20807.

Changes:

- pkgsrc pthreads support
- minor code clanups
2003-03-22 01:00:59 +00:00