Commit graph

1929 commits

Author SHA1 Message Date
gdt
b192955c66 pidgin 2.0.1.
From Jan Danielsson via pkgsrc-wip.
2007-07-28 12:12:33 +00:00
gdt
22cc74edd5 libpurple 2.0.1, part of pidgin.
From Jan Danielsson via pkgsrc-wip.
2007-07-28 12:10:43 +00:00
wiz
2a7f925082 Fix build with boehm-gc>=7. 2007-07-28 08:59:46 +00:00
markd
37f6a18cb4 Non GNU sed's don't like '\b' in a regexp so don't use it. Also
konversationircprotocolhandler script tries to use pidof command so
depend on psmisc package unless linux. Bump PKGREVISION.
2007-07-25 02:44:10 +00:00
adrianp
120e10a619 +inspircd 2007-07-24 20:14:52 +00:00
adrianp
9a07bde08b InspIRCd is a modular C++ IRC Daemon for Linux, BSD and Windows systems
created to provide a stable, modern, lightweight ircd (irc server) from
scratch and provide a vast number of features in a modularised form using
an advanced module API. By keeping the functionality of the main core to a
minimum we hope to increase the stability and speed of our project and make
it customisable to the needs of many users.
2007-07-24 20:13:19 +00:00
tron
1fcbf59e83 Update "xchat", "xchat-perl" and "xchat-python" packages to version 2.8.4.
Chance since version 2.8.2:
- Updated translations (cs, de, ko, mk, sv, vi).
- System-Tray balloons now get the xchat icon instead of a generic one.
- Fixed the notify-send zombies (released as xc282-fixtrayzombies.diff).
- Fixed underscore ('_') in real names in the nick-name right-click menu being
  drawn as a underline.
- ut2004:// URLs are now underlined too.
- /set gui_tray_flags 4 will now enable a "Minimize to tray" feature. Clicking
  the window minimize button will minimize to tray instead of the task-bar.
- Fixed bug: [1680762] Notify fails if network name contains spaces.
- Added a feature that reloads conversations from last time you used XChat
  (type /set text_replay 0 to disable it).
- Fixed /LASTLOG printing everything twice if you had Indented Nicks off.
- The CTRL-F keybinding (Find) is now disabled when using Emacs keys.
- Added /SET gui_tweaks. See http://forum.xchat.org/viewtopic.php?p=13766
- Fixed opening URLs on KDE that didn't begin with http:// or other protocol.
- A better quit dialog which warns you if you're connected to IRC or have
  active file transfers.
- Fixed: [1741525] Cycle selected channel (Luca Falavigna).
- Fixed: [1737249] Doesn't recognize nicks with halfop mode on hovering.
- The userlist and treeview can now be placed on the same side, with a resize
  handle in between them. They can also be dragged and dropped into place.
- When you hide the userlist using the View menu, the resize handle now
  disappears too. It also disappears when you have a server tab in focus.
- If you have a tree on one side and userlist on the other, they'll both now
  have a resize handle, previously the tree's size was fixed.
- The userlist can be hidden and shown with CTRL+F7.
- [1735116] Channel List's minimum users spin-button can now be set downward
  even on networks that sent a list of channels of only a larger size. In this
  case the Download button will flash to indicate you need to download a new
  list.
- Changing the channel switcher type (Tree or Tabs) is also possible in the
  setup dialog.
- The Ban List window now lists exceptions too (mode +e).
- Script and Plugin related changes:
  - /SETTEXT with no argument now clears the input box.
  - Python: Added a xchat.strip method for stripping IRC attributes and mIRC
   color codes.
  -  C-API and Perl: Returning 0 from a FD hook will now remove the hook and
   free all associated memory.
  -  /MENU now supports a $CHAN root aswell (see plugin20.html).
  -  Fixed GDK warning when using /MENU to add a key binding to a popup menu.
2007-07-20 15:09:22 +00:00
lkundrak
1c821f570a Fix horrific number of buffer overflows, CVE-2007-3713.
Bump PKGREVISION.
2007-07-19 00:43:40 +00:00
adrianp
84f0599f2c Update to 3.2.7
- Updated c-ares to 1.4.0, TRE to 0.7.5
- chmode +L does no longer require chmode +l
- Oper blocks now can have CIDR, as in "userhost *@127.0.0.1/32";
- Services coders: SVSNOLAG/SVS2NOLAG (described in Changes) will allow a user to avoid fake lag (ie, flood as much as he/she wants).
- More intelligent accept() handling - that is, take in multiple times at a time instead of one per I/O loop
- A lot of bug fixes, basically.
2007-07-14 22:19:48 +00:00
obache
83705ce4e7 DIST_SUBDIR=. break PKG_RESUME_TRANSFER, sufficient just define as empty.
Fixes PR 35494.
2007-07-14 04:39:17 +00:00
xtraeme
02fe5822e3 Update to 2.1.8:
2.1.8

2007-07-12

* Resurrected /scod from revision 189
* Changed SASL backend selection method. Incorporated SCOD selection option.
* Keeping garbage out of LIBS variable.
* Reporting dropped packet when starttls-required.
* Fix for storage_db compilation error after util/ cleanup.

2.1.7

2007-07-04

* Full Win32 support
  o proper build under Windows
  o support for native Windows network I/O
  o runs as a service under Windows
  o native Windows auth modules:
	+ ntlogon
	+ sspi
  o Windows installer
* Support for reloading c2s serviced hosts on SIGHUP
* Proper dynamic module handling on non GCC platforms
* Defaulting MySQL connection to UTF-8
* Removed support for ZeroK authentication
* Fixed dynamic linker detection with libtool
* XMPP compatibility fixes
* Exported libsubst sysmbols dynamic for sm modules to use
2007-07-13 09:43:36 +00:00
adrianp
25b79d2660 Anope IRC Services.
Version 1.7.19 (revision 1247)

This new release of Anope contains various bugfixes and adds support for
InspIRCd 1.1. Various minor issues in the new MySQL code have been fixed
and overall stability of the MySQL code has improved.

The behaviour of the UsePrivmsg and NSDefMsg configuration options has
changed and anyone using those options is advised to take a look at the
comments near that options in the updated example.conf.

Take a look at the change log for more information about the various bugs
fixed in this release.
2007-07-11 19:32:23 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
lkundrak
98353fd752 Fixed the address of the mirror site after gaim was renamed to pidgin. 2007-07-03 10:36:15 +00:00
lkundrak
ba208614be Imported a new version with two subtle bugs, yet with security
implications were fixed.

     2.39    Bugfix for invalid key messages
             Memory leaks fixed (Max Kellermann and Stu Tomlinson)
2007-07-03 10:35:40 +00:00
rillig
68b84d4b6b Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail. 2007-06-26 09:01:49 +00:00
lkundrak
894333673c Fix for a security issue, CVE-2007-3360. A malicious server could direct
the client into executing arbitrary code.
2007-06-25 14:15:21 +00:00
joerg
fa085fcc31 Make the xscreensaver check work properly with modular Xorg. 2007-06-15 17:08:12 +00:00
jlam
b31089a739 Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS. 2007-06-15 14:15:40 +00:00
jwise
af365074ae Add a `debug' option which enables the '-D' option to the various jabber
daemons (via configure --enable-debug).
2007-06-12 21:17:34 +00:00
xtraeme
dca0c77ff9 Fix a problem reported by Jim Wise: when using auth-db4 and storage-db4
the shared libraries were not installed, the configure added -ldb and
we did not have this dependency to satisfy libtool.

Also use bdb.buildlink3.mk. Bump PKGREVISION.
2007-06-12 15:26:07 +00:00
xtraeme
f021a5eeb9 Tabify. 2007-06-11 21:56:48 +00:00
wiz
a4706b416f Remove last traces of GTK option. Noted by joerg. 2007-06-11 21:16:59 +00:00
tonio
9716abd904 Update chat/weechat to 0.2.5
Add gnutls option, to enable ssl support, fix PR 36461
Thanks Adam Hoka for providing a patch

Version 0.2.5 (2007-06-07):
   * fixed QUOTE command: now allowed when socket is ok (even if IRC
     connection to server is not ok) (bug #20113)
   * added missing IRC commands (327, 378, 379) (bug #20091)
   * fixed hotlist when exiting search mode: current buffer is removed from
     hotlist
   * added "%M" for completion with nicks of current server (nicks on open
     channels) (task #6931)
   * improved key bindings: now possible to bind a key on many commands,
     separated by semicolon (task #5444)
   * improved IRC long message split: use word boundary (task #6685)
   * removed ":" for unknown IRC commands before arguments (bug #19929)
   * fixed "%C" completion: now completes with all channels of all servers
   * fixed bug with "/buffer query_name", added server and channel completion
     for /buffer command (bug #19928)
   * added cmake for weechat compile (patch #5943)
   * fixed IRC mode parsing when receiving modes with arguments (bug #19902)
   * fixed crash with IRC JOIN malformed message (bug #19891)
   * fixed bug with nick prefixes on some IRC servers (bug #19854)
   * improved setup file save: now writes temporary file, then rename it
     (task #6847)
   * fixed bug with $nick/$channel/$server variables in commands
   * forget current nick when user manually disconnects from server
   * fixed nick display in input window
   * fixed bug with erroneous nickname when connecting to server (bug #19812)
   * fixed display bugs in IRC error messages
   * added protocol priority for gnutls (patch #5915)
   * added channel admin mode '!' for some IRC servers
   * fixed bug with iso2022jp locale (bug #18719)
   * fixed string format bug when displaying string thru plugin script API
   * added /reconnect command (task #5448)
   * added "-all" option for /connect and /disconnect commands (task #6232)
   * improved nick completion: completion with last speakers first and self
     nick at the end; added option look_nick_completion_smart, enabled by
     default (task #5896)
   * fixed nick completion in command arguments (bug #19590)
   * fixed possible crash with nick completion when a nick leaves channel
     (bug #19589)
   * added color for input text not found in buffer history
   * fixed USER message when connecting to IRC server (patch #5835)
2007-06-10 22:20:09 +00:00
wiz
1ca342d8ab Use irssi-0.8.11 as base. Bump PKGREVISION. 2007-06-09 06:00:34 +00:00
wiz
836b17ca6e Update to 0.8.11:
v0.8.11 2007-04-25  The Irssi team <staff@irssi.org>
+ Add completion for /WINDOW GOTO
+ New crapbuster-like "scrollback levelclear" command
+ irssi now aborts a connection when, on an attempt to connect, the server
  returns code 432 (Erroneous Nickname), bug #425
+ Allow identifiers in config file to start with a digit, bug #177.
+ Modify Irssi::UI::Window::command to restore the original active window
  only if the command executed has not made another one active, bug #403.
+ Make awaylog_file respect --home, bug #304
+ Send /QUOTE immediately if server didn't send the 001 event yet
+ If dcc_own_ip contains IPv4 address, listen only in IPv4
+ Negative scroll_page_count scrolls screensize-n lines
  (Patch by Chris Moore)
+ Sort nicks with custom prefix by the order defined in isupport in /NAMES
+ New perl command send_raw_first, patch by ComradeP (Bug 413)
+ Let the module loader also check for fe_common_$protocol files
+ Don't wait for all /NAMES replies before syncing if we can't combine
  queries anyways (Patch by jilles)
+ Renamed irc.efnet.net to irc.efnet.org
+ /SCROLLBACK CLEAR accepts the same arguments as /CLEAR
+ Check if binary exists and can be executed before /UPGRADE
+ Change default value of override_coredump_limit to OFF
+ UPTIME command by Lauri Nurmi with some modifications (Bug 458)
+ Remove CR and LF from Perl commands, to make it harder to introduce a
  security bug
+ Remove bookmark on a line when line is removed (instead of moving it)
+ Don't fallback to generic word completer if the command specific
  completion list is not empty.
+ Recognize cursor left and cursor right sequences sent by recent xterm

as well as quite a number of bug fixes.
2007-06-08 11:53:48 +00:00
wiz
5fec9b36da Update to 0.5.4:
2007-04-18: 0.5.3: much improved Jabber integration, configurable
prompt, [ew]*g(v) and (e)wide now handle wide characters correctly,
fix history command fd leak, fix discarding of configurated connected
upon certain login errors
2007-06-05: 0.5.4: OTR (for ICQ and XMPP), md5 login, no more
assertion failed on too long messages, ask for all not given
passwords before trying to do any login, bug fixes
2007-06-08 11:47:21 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
bf3ff39499 Remove dead mirror, from Zafer Aydogan. 2007-06-03 22:40:25 +00:00
uebayasi
f9b86ce594 Update riece to 4.0.0.
* Major changes in 4.0.0

** New add-on riece-twitter. (ueno)

** riece-rdcc can now specify sending ports. (ueno)
2007-05-30 13:46:13 +00:00
xtraeme
9d0d84961b - Move JABBERD_DBDIR to Makefile.common, because this is used by sqlite.
- Add VARBASE into BUILD_DEFS, as suggested by pkglint.
- Transform @pkglibdir@ appropiately in the configuration files.
2007-05-26 13:33:56 +00:00
xtraeme
df35908699 Update to 2.1.6 (last stable version).
A lot of changes were made since previous update, like SASL support,
SQLite support, etc. Please see the following URL for a full list
of changes:

http://jabberd2.xiaoka.com/wiki/Releases
2007-05-26 11:50:12 +00:00
joerg
9bd58ae4e6 PKG_BUILD_OPTIONS.gtk2+ -> gtk2 2007-05-25 23:08:57 +00:00
salo
e78fd655c4 Sync with the recent silc-client update. 2007-05-24 11:35:39 +00:00
lkundrak
05a0387fdb Fix for the following:
eggdrop<=1.6.18         arbitrary-code-execution        http://www.eggheads.org/bugzilla/show_bug.cgi?id=462
2007-05-22 16:47:04 +00:00
tron
fb3f678be8 Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.
Changes since version 2.8.0:
- Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
- Fixed the "Save As" function saving to the wrong folder in the
  URL Grabber.
- Fixed a bug in the "Copy Selected Link" URL right-click on
  non-ASCII chars.
- Fixed small bug: #100239 buffer overflow in setup dialog.
- Overhauled the Alerts section of the settings and added support for
  opening system-tray balloons (libnotify required).
- Implemented /TRAY -b command on unix.
- Nick serv authentication is now sent without the ":" when using the
  /NICKSERV or /NS method. #1655733.
- Added command line argument:
  --minimize=level  Begin minimized. Level 0=Normal 1=Iconified 2=Tray
- Plugin API:
  * Added "modes" to xchat_get_info(). Returns the current channel modes,
    if they are known.
  * Fixed "event_event name" for xchat_get_info() to match the docs
    exactly, but 2.8.0 (mis)behaviour works too.
- Perl
  * Execute the shutdown callback before removing the hooks so commands
    created by the script can be used in the callback.
2007-05-22 12:18:58 +00:00
joerg
e11ad653e2 Use tcl>=8.3.4<8.4 instead of tcl-8.3.4*. Bump revision. 2007-05-21 09:56:15 +00:00
wiz
975f0262c2 Desupport gnome option. 2007-05-20 17:19:05 +00:00
salo
5cff78cdd9 Update to version 1.0.4
Changes:

This release fixes a small problem with parsing the 1.3 protocol version
string correctly. Clients that conform to the 1.3 protocol will not be
able to connect to a SILC server that isn't running this version.
2007-05-18 21:13:54 +00:00
salo
23a6466a7c Update to version 1.0.4.1
Addresses PR pkg/36355

Changes:

1.0.4.1:
========
o Fix a segfault when joining an unknown channel

1.0.4:
======
- Update Makefiles so parallel make is possible

- Include scripts from the SILC Plugin for automatically signing all
  messages

- Use known passwords when joining password protected channels


1.0.3:
======
- empty realname and hostname is permitted again (and the user gets to
  see the error message if something goes wrong)

- various small fixes
2007-05-18 21:04:25 +00:00
peter
da2ced0ef3 Remove myself as maintainer, I don't have the time anymore to keep these
packages up to date.
2007-05-18 10:03:30 +00:00
adrianp
d1485facdf The tarball has been re-packaged with an additional fix and the version
number not incremented.
This was to fix an FD leak.
Use DIST_SUBDIR=${PKGNAME} hack to work around this.
PKGREVISION++
2007-05-13 21:15:58 +00:00
heinz
00ed9986cf Added DESTDIR support. Successful build with/without USE_DESTDIR=full
on NetBSD/i386.
2007-05-02 08:11:56 +00:00
uebayasi
08beb2a88a Update navi2ch to the latest snapshot, navi2ch-cvs_0.0.20070423-1.
Changes are unknown.
2007-04-24 15:25:05 +00:00
tonio
e67f7f4397 Update chat/weechat to 0.2.4
News since last version are:
- search in buffer history (ctrl-R)
- added "call" option to /key command
- added "event handlers" to plugins API
- many bugs fixed.
* fixed crash when closing a pv if a DCC chat is open on same nick
* improved password hiding, code cleanup
* fixed memory leaks in perl and python plugins
* fixed permissions on "dcc" and "logs" directories
* fixed crash when /away command is issued with no server connection
* fixed crash when closing a buffer opened on many windows
* fixed freeze with SSL server when disconnecting after connection loss
2007-04-23 11:36:49 +00:00
adrianp
f19ef384ce Move --disable-mmx from Makefile to Makefile.common - spotted by tron@ 2007-04-19 20:39:38 +00:00
adrianp
9bec95dc2f Fix the build on Darwin by disabling MMX support (on Darwin only). 2007-04-17 22:16:00 +00:00
wiz
c4adfc34da Apply patch from Sergey Svishchev which should fix PR 34235. 2007-04-15 20:16:41 +00:00
wiz
843753cf5d Update to 0.99.12:
GnomeICU 0.99.12 Released

Some people had problems connecting recently, this release should
fix it. The login code was the oldest code from the v7 port and
was in a dire need of re-writing. GnomeICU has also been ported to
use GtkStatusIcon and GOption. The required version of GTK+ is now
2.6. But you will need 2.10 if you want to have the status icon.
You can still use the applet for older versions. The history parsing
should now work properly with long messages. There are also a bunch
of other assorted protocol and UTF-8 bugs fixed.

The Fedora Core 5 RPM includes the applet, you need to start it
independantly of GnomeICU by adding it to the panel like any other
applet.

GnomeICU 0.99.10 Released	February 15, 2006

Another change in the protocol was recently made and I did not
notice it in time for the last version. Messages from recent versions
of the Windows ICQ client were not received properly, this new
version should fix it.

GnomeICU 0.99.9 Released	February 12, 2006

No GnomeICU is not dead, We have a new release. A recent change in
the ICQ protocol has caused GnomeICU to disconnect all the time,
so here is GnomeICU 0.99.9. Its mostly a bug fix release.

    * Added a --hide command line option
    * Save the position into the session
    * The tray icon now responds to single click to be consistent
      with other gnome apps
    * Added "onlince since", "last seen online" and "idle for" to
      user info dialog
    * Added user info button to the authorization request dialog
    * Fix the gnomeicu icon to show up correctly in the session splash screen
    * Do not play user is online during the first 30 seconds of a session
    * Now send with enter by default (ctrl-enter is still an option)
    * It now compiles on NetBSD 2.x (thanks to Julio M. Merino Vidal )
    * New translations: Punjabi (pa), Norwegian Bokmål (nb),
      Kinyarwanda (rw), Nepali (ne)
    * Fix various bugs, crashes
2007-04-15 11:05:03 +00:00
adrianp
961c425dcd Updatt to 5.0.61
2007/03/30 .61	Fixed crash on x86-64 systems under certain circumstances.
		Reported by Andrey V. Elsukov <bu7cher@xxxxxx.xx>
2007/03/24 .60	Changed ChanServ SET PASSWORD to remove founder privileges
		from any users who had previously identified for the
		channel (backported from 5.1a13)
2007-04-09 12:51:22 +00:00
adrianp
7878ece016 Install umkpasswd and uconvert-conf as well. 2007-04-09 12:46:34 +00:00
adrianp
fa4eda0b58 Update to 2.10.12.10
Some of the changes include:
* doc/example.conf: Document new options for General block.
* doc/example.conf (Features): Illustrate URLREG feature.
* ircd/m_burst.c (ms_burst): Properly handle member mode :ov.
* doc/example.conf (Port): Document the method to select IPv4 or
  IPv6 restriction for a port.
* ircd/s_auth.c (auth_ping_timeout): If the client never had an
  auth request, kill them on ping timeout.
* ircd/s_auth.c (check_auth_finished): Only check passwords on
  user ports.

See the ChangeLog for the full details
2007-04-09 12:39:25 +00:00
adrianp
de11a77c7c Update to 1.7.18
Since the previous release, we have been working on the
MySQL subsytem to improve stability and security of this code. Next to
that, we have added support for encryption modules, finally including
support for encrypting passwords with proper MD5 or SHA1.

Next to these two major improvements there are quite a few bugs fixed,
including bugs related to module code, internal events, various typo's
in the language files, and some IRCd-related issues.

Please note that, due to the big changes, this release might not be
as stable as previous development releases. The new MySQL and encryption
code have been found stable enough to release to the public, but they
might still have undiscovered quirks.

Be sure to check Changes.conf for encryption-related changes to the
configuration file. Users of MySQL should also note that the MySQL
scheme has been changed in this release and needs to be updated. This
can be done using the updates in Changes.mysql.
2007-04-09 09:40:23 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
schmonz
1a680ca3ba Relinquish MAINTAINER. 2007-03-24 06:21:01 +00:00
schmonz
4d06196c07 Update to 1.5, quell pkglint, and relinquish MAINTAINER. From the
changelog:

- Added a very simple t/use.t test script that just makes sure the
  module loads properly.
2007-03-24 06:14:55 +00:00
wiz
2ff794eb7f Complete move of chat/ser to net/ser. Addresses PR 36059. 2007-03-23 06:26:18 +00:00
jwise
d713eea2be Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
jwise
941869b852 Another package I'm not tracking any more. 2007-03-21 19:09:36 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
rillig
278dd9381a Fixed the build on NetBSD. 2007-03-17 16:06:22 +00:00
rillig
a3712e8d89 Fixed the build with gcc4. 2007-03-17 14:37:47 +00:00
rillig
f1707ca2fc Fixed the build on NetBSD 4 using gcc4. 2007-03-17 14:33:13 +00:00
rillig
7c2fd8f269 Fixed build error with gcc4. 2007-03-17 14:19:59 +00:00
rillig
f4bad7b8ba Updated emech to 3.0.2.
Removed the MESSAGE file, since it was outdated and there is good online
documentation.

Changes since 2.7.*:
3.0.2 -- May 8th, 2006.
 * Fixed: Critical crash bug in parse_notice

3.0.1 -- August 28th, 2005.

 * Fixed: Socket corruption when terminating a DCC or telnet chat.
 * Fixed: Bouncer using virtual host.
 * Fixed: Bouncer timeout after irc connection.
 * Added: Status message for trying a new server.
 * Fixed: BNCPORT setting now reacts when altering a live port
 * Added: DIE in config file
 * Fixed: When users are added or modified, the channel user
   list will update to reflect the proper user levels.
 * Fixed: Greet will now display properly in userlist.
 * Fixed: ALTNICK in sample.conf
 * Fixed: Cygwin uptime bot type WINMECH
 * Fixed: Makefile flaws
 * Fixed: Server removal (server -host)
 * Fixed: DNS timeout server cycle
 * Fixed: Channel spy source.

3.0 -- August 1st, 2005.

 * Added: "USER +handle" now works aswell as "USER + handle"
 * Fixed: bus error on sparc in async dns
 * Fixed: crash bug in LINK command (faulty arguments)
 * Fixed: ENFPASS
 * Fixed: botnet verify
 * Added: +NS (non shared) and +RO (readonly) user flags.
 * Added: CMD command
 * Removed: ADDLINK/DELLINK commands, use LINK +/-
 * Added: Verify over botnet
 * Added: botnet spy source
 * Added: Multiple channels per user record
 * Added: sendQ for certain command output
 * Fixed: faulty error message in KB/SITEKB/SCREW
 * Added: reset recovers server name
 * Added: Telnet connections are now recovered in reset.
 * Added: Shitlist output now shows all relevant information.
 * Added: Action levels to the KS feature.
 * Fixed: commands that output tables now output better formatted tables
 * Fixed: bots crashing when they are kicked (themselves)
 * Fixed: botnet bots given op without matching access 200.
 * Fixed: a few commands crashing when given no arguments.
 * Fixed: USER command setting a users access to zero every change.
 * Added: Auto-detecting MODES setting on networks with 005 reply.
 * Changed: OPMODES renamed to MODES, affecting how many modes per line.
 * Removed: BANMODES setting.
 * Fixed: Compiled OK with GCC 3.4.3
 * Removed: ADD, DEL commands, use USER +/- instead.
 * Fixed: ESAY no longer suffers from buffer overflow problems
 * Fixed: AUB will no longer unban Shits level 3+
 * Fixed: Session file now saves all (?) new options and settings
 * Fixed: NCL (Nick flood kicks) now work properly.
 * Changed: "NETPASS" setting renamed to "LINKPASS"
 * Changed: file comment char changed to ; (semicolon)
 * Removed: ADDSERVER, DELSERVER commands, use SERVER +/- instead.
 * Added: telnet. you can connect to the bot via the botnet listen socket.
 * Added: Its now possible to use an internal md5 version if your
   system does not provide one. ./configure --md5=internal
 * Added: Settings now have access levels associated with them.
   It should be impossible to view/set/access a setting if your
   level is insufficient.
 * Added: USER command now accepts option +/-host
   Usage: USER <handle> <+HOST|-HOST> <mask>
 * Removed: HOST command.
 * Added: the mech now accepts certain chars at the end of its
   nickname when you give it commands, ex: "mechname," works
 * Added: Notify no longer loads automatically, you need
   to put "NOTIFY -RELOAD" in the configuration file.
 * Added: Notify nicks can now be added and removed online
   Usage: NOTIFY [+ <nick> [mask(s)] [:comment]]
   Usage: NOTIFY [- <nick>]
 * Added: DCC file receive and settings for DCC control
   Usage: SET DCCANON <number>
   Usage: SET DCCUSER <number>
   Usage: SET DCCFILES <mask [...]>
 * Removed: REPORT command, use `SET [channel]' for the same functionality
 * Changed: commands can now be disabled permanently (until bot is restarted)
   Usage: CHACCESS <command> disable
 * Added: DYNLIMIT string setting to configure the dynlimit feature
   Usage: SET DYNLIMIT xx:yy:zz
   where xx is the number of seconds between each mode update, 20-600 seconds
   where yy is the number to divide the current user number with to get the
   window size, 5-50 (ex, 100 users on channel divided by 10 = window of +/-10)
   where zz is the minimum window size, 1-50.
   default values are 90 seconds, window 10 and minimum 4; "90:10:4"
 * Removed: DYNLIMIT toggle
 * Added: userlist sharing over botnet
 * Added: MD5 bot linking password exchange support
 * Added: TCL: `hook dcc_complete - callback'
   callback arguments: to, filename, cps
 * Fixed: Compiled OK with GCC 3.4.2 (with -fno-strict-aliasing)
 * Added: internally generated html for /internalstatus.html
   and /internaldebug.html (if compiled with debug support)
 * Added: INFO command shows basic statistics for all channels
 * Changed: SERVERLIST command removed, SERVER command with
   no arguments now lists all known servers
 * Added: Support for Undernet WALLCHOPS command (WALL)
 * Fixed: MODE command now working as intended
 * Added: tcl_dcc_sendfile <to> <filename>
   returns filesize on success
 * Changed: E3 now accepts nicks of any length
 * Added: DCC filesend: SEND [to] <filename>
 * Added: now using async/rawdns to lookup uptime hostname
 * Added: now using async/rawdns to connect to irc servers
 * Changed: timestamp in log format now includes year, month, date
 * Fixed: crash bug with `SETPASS <user> none'
 * Fixed: crash bug with HELP commands having no arguments
 * Added: ALTNICK setting for desired alternate nicks
 * Fixed: Removed lingering prototypes in h.h			[ wy|d + Deke ]
 * Added: MD5 support for password encryption
 * Fixed: mech.session now gets saved on SHUTDOWN               [ endorphin ]
 * Added: CTIMEOUT setting for connection timeouts
 * Added: NOTE command to send notes to users in the userlist
   Usage: NOTE <handle>
 * Fixed: Respawn counter now works properly when bot restarts
 * Added: dynamode.c, dynamic altering of +l limit according
   to the number of users present in the channel
 * Fixed: `SETPASS <user> none' bug regarding min pass len
 * Changed: SeenList is now kept on process level
 * Added: UMODES setting to control the modes that the bot
   sets for itself when connecting to servers
 * Changed: ESAY $tog() has been changed into a full-featured
   system that handles all settings; $tog() renamed to $var()
 * Fixed: ESAY $tog() parsing bug causing bad output
 * Added: Something that still looks like a HTTP interface
   this is a very sketchy feature sofar tho
 * Added: Chosen commands {now=HELP,USAGE} can be redirected
   to other users or channels
 * Added: ONJOINFILE channel setting, wonder why :]
 * Added: greets (readded from old times)
 * Added: Keep debug fd and server sockets when using
   the RESET command. Even tho it execs, it's never
   disconnected from the server.
 * Fixed: Auths not timing out if user was visible in           [ found by endorphin ]
   an old (kicked/parted) channel userlist
 * Removed: TOG command, use SET instead
 * Changed: aliases are now way powerful
 * Added: All types of SPY can be redirected to
   channels and/or files.
   Usage: SPY <channel|STATUS|MESSAGE> [channel|">" filename]
   Usage: RSPY <channel|STATUS|MESSAGE> [nick|channel|">" filename]
 * Removed: CHANLOG toggle
 * Removed: STATMSG, SPYMSG, RSTATMSG, RSPYMSG
 * Added: Short delay for server reconnect actions
 * Fixed: Random server disconnects
 * Removed: USTATS, stupid redundant command
 * Removed: SHITLVL command, use RSHIT+SHIT instead
 * Removed: All linking and telnet code is gone and
   pipeuser code is now broken
 * Changed: config file is now a list of `real' commands
 * Changed: CMDCHAR <char> --> SET CMDCHAR <char>
 * Changed: AUTOLINK --> TOG AUTOLINK <0|1|ON|OFF>
 * Changed: USERFILE <file> --> SET USERFILE <file>
 * Changed: HASONOTICE --> TOG ONOTICE <0|1|ON|OFF>
 * Removed: IWM toggle, didnt do anything useful
 * Fixed: Random disconnects from DCC
 * Added: Extra entries in randinsult.e
 * Fixed: Merged endo's seen-ago patch				[ endorphin ]
 * Added: Uptime reporting client code
 * Fixed: WinGate proxy now works again...
 * Added: Fastnick option hidden in src/config.h
 * Fixed: Bot not knowing it was opped when joining		[ found by endorphin ]
   empty channels.
 * Changed: Split mech.help into ./help/* files
 * Fixed: No-key-saved in session file plus some small
   optimizations...
2007-03-17 14:13:22 +00:00
rillig
3eff7f4e52 Fixed gcc4 error messages. 2007-03-17 13:47:08 +00:00
rillig
1fa6716d5e Fixed the build with gcc4. 2007-03-17 13:40:00 +00:00
rillig
dc228ff1fe Fixed the build on NetBSD with gcc4. 2007-03-17 13:25:46 +00:00
tron
6e4e9c269c Make spelling of XChat consistent (It's neither "X-Chat" nor "xchat"). 2007-03-12 12:46:29 +00:00
tron
05f9dfe69f Add and enable "xchat-perl" package. 2007-03-12 12:43:20 +00:00
tron
268378b139 Import new "xchat-perl" package: Perl scripting plugin for XChat
This package is based on Min Sik Kim's "xchat2-perl" package
in "pkgsrc-wip".
2007-03-12 12:42:48 +00:00
salo
ca9d1e9a48 delint. 2007-03-06 22:33:48 +00:00
salo
a6771f986c Security update to version 1.0.3
Changes:

- Fixed a denial of service vulnerability: If invalid hmac or cipher
  was specified on joining a channel, server crashed.

  Upgrading is recommended.
2007-03-06 22:33:22 +00:00
wiz
75829d84a2 Mark as not for Linux. From Sergey Svishchev in private mail. 2007-03-04 11:30:33 +00:00
wiz
f9a0c7d5fc Update MASTER_SITES/HOMEPAGE -- mostly disappeared.
From Sergey Svishchev in private mail.
2007-03-04 11:29:57 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
wiz
17d4eb5978 share/emacs/site-lisp now exists by default -- don't try to remove it.
Bump PKGREVISION for the PLIST change.
2007-02-20 19:04:10 +00:00
sborrill
f6cf7dbfa1 Remove a deprecated request from the Jabber plugin so that it works with
ejabberd servers.

http://www.xmpp.org/extensions/xep-0094.html
XEP-0094: Agent Information
Status: Obsolete
Last Updated: 2003-10-08

The problem is that centericq treats some error replies as pertaining
to authentication.  Previously ejabberd sent "feature-not-implemented"
for unknown requests, but now it sends "service-unavailable", as
required by the RFC.  centericq has a workaround to ignore the former
error, but not the latter.  Therefore it believes that authentication
has failed (which is not the case).

Thanks to Jonathan Schleifer and Magnus Henoch for the patch and
clarification.
2007-02-20 18:45:00 +00:00
sborrill
06092a5e83 Make gpgme an option (on by default for compatibility with previous). 2007-02-20 17:38:52 +00:00
rillig
46b8f858c8 Tell psi where to find zlib, as suggested by Ondrej Tuma on
pkgsrc-users.
2007-02-20 16:23:22 +00:00
uebayasi
99b90c12c3 Update navi2ch to 20070114 snapshot.
(Note this is only a snapshot, and the next release will be 1.8.0.  To keep
the order of versions, this package is named 1.7.5.99.20070114.  Thus this
is ever higher than 1.7.5 and lower than 1.8.0.)

Catching up to 2ch infrastructure changes so that fix the problem unable to
post articles.

While here teach emacs22{,nox}.
2007-02-20 14:52:47 +00:00
uebayasi
47deba55e6 Update riece to 3.1.2.
* Major changes in 3.1.2
** Message catalog. (ueno)
* Major changes in 3.1.1
** riece-async works again. (ueno)
** riece-shrink-buffer is now enabled by default. (ueno)
** New window layout "spiral". (URABE Shyouhei)
2007-02-20 12:45:07 +00:00
reed
91d91e4206 This is not MAKE_JOBS_SAFE.
And update homepage URL.
2007-02-06 21:09:44 +00:00
wiz
5bed3a4340 Make sure the directory for the pidfile exists (/var/run is cleaned on
some machines...).
Bump PKGREVISION.
2007-02-01 23:19:56 +00:00
joerg
6c11f4df77 Modular Xorg support. 2007-01-30 22:09:48 +00:00
joerg
b5ac41c382 Modular Xorg support. 2007-01-30 19:48:47 +00:00
markd
e44d03e438 Update icons location of KDE apps. Bump PKGREVISION 2007-01-26 03:49:32 +00:00
reed
10d7572e1a Update xchat to 2.8.0. Okayed by maintainer.
Adds a "cs" locale file. And adds system tray notification support.
(Maybe the xchat-systray-integration package is not needed now?)

Note I never tested the python plugin (but did build and install).

Added two patches direct from xchat's FTP site.

Configure with --enable-xft. (Hopefully that is okay with quark on Mac OS).

Now depends on gtk2+>=2.10.0.

Install a couple documentation files.
Use INSTALLATION_DIRS to create the plugins directory.

ChangeLog hs:
 - Updated translations (cs, de, gl, hu).
 - XChat now requires at least GTK+ 2.10.
 - Added a system tray icon (aka Notification Area). This is probably the
   biggest feature addition in this series. Also added a /TRAY command so
   scripts can manipulate the icon.
 - Added partial support for numeric 005 token ELIST (min users only).
 - Brand new channel list window: GtkTreeView, nicer layout, less CPU power
   when downloading very large list, uses less memory, supports regexp/
   patternmatch/substring search and supports downloading LIST with minusers to
   save time (only on some networks that support ELIST).
 - Overhauled URL opening on Unix, it now tries xdg-open first, then auto-
   detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes
   should also work now (changed to execv()).
 - Settings: Warn the user when trying to put the tree on the top/bottom.
 - Fixed DCC ack reading so it doesn't use MSG_PEEK.
 - Channel modes are no longer shown in the titlebar if they contain a key.
 - Added /GUI APPLY command, which does that same as pressing OK in the
   settings window (e.g use it after /set). Mainly for scripters.
 - Allow changing the logging folder if the log filename is set to a full path
   in the settings window (starts with a '/').
 - Added 'Your Action' text event.
 - Separated out /away and /back commands so it's obvious what they'll do.
 - Changes to /MENU command (See plugin20.html for details):
  * Now works for popup menus too.
  * Allows creation of radio menu items.
  * -p arg can now to be negative to give a position offset from right/bottom.
  * -i arg to specify an icon file.
 - Plugin API:
  * Added event_text to xchat_get_info().
 - Perl (Lian Wan Situ)
  * Fixed hook_command so that it won't override the help message for builtin
    commands unless a help message was specified.
  * Perl Win32: Warn the user about trying to load 64-bit ActivePerl.
2007-01-25 21:27:48 +00:00
wiz
55db68eb31 Update to 0.11.8.2.1:
Changes unknown.
2007-01-23 22:15:16 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
rillig
5acfb0b6ca Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.

Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.

XXX: Where should incompatible changes in pkgsrc be documented?
2007-01-17 03:11:18 +00:00
tron
0e9c5b8e05 Fix build with Quartz-only GTK+ 2.x package. 2007-01-16 11:07:59 +00:00
tonio
3f7f338379 This patch was applied upstream 2007-01-15 20:25:27 +00:00
tonio
7910c3e362 Update chat/weechat to 0.2.3
Version 0.2.3 (2007-01-10):
   * fixed display bugs with nicklist at top/bottom when look_nicklist_separator
     is OFF (bug #18737)
   * fixed iconv problem, causing truncated words when using iso locale
   * fixed topic scroll when topic has multi-bytes chars
   * fixed compilation problem with iconv under FreeBSD
   * fixed bugs with charset: now decodes/encodes nicks and channels in IRC
     messages (bug #18716)

Version 0.2.2 (2007-01-06):
   * fixed bug with status bar (missing refresh) when closing a buffer
   * fixed bug with use of first buffer for a channel if not connected
     to server (now allowed only for a server buffer)
   * fixed refresh bug with private buffer title
   * fixed bug with nick completion in command args (now uses option
     look_nick_completion_ignore)
   * fixed display bug with color for first line on screen (bug #17719)
   * added anti-flood option (irc_anti_flood) (task #5442)
   * fixed bug with "set_config" function in plugins API (bug #18448)
   * plugins: "add_message_handler" now accepts "*" for all IRC messages
   * added keys (F9/F10) to scroll topic (task #6030)
   * added auto completion with channels and filenames (task #5423)
   * fixed memleak in keyboard input
   * fixed refresh bug when changing config options if window is splited
   * added space between chat and nicklist when position is "right" (bug #17852)
   * added option "look_nicklist_separator" (task #5437)
   * fixed bug with DCC SEND when filename begins with '~'
   * added "irc_send_unknown_commands" option to send unknown commands to
     IRC server (OFF by default) (task #5947)
   * /charset command and charset conversions now made by "charset" plugin
   * fixed display bug in status bar, wrong length when using UTF-8
   * fixed bug with ignore: now any IRC command is allowed
   * fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)
   * added filename completion (task #5425)
   * added "modifier" in plugins API
   * improved /plugin command
   * fixed bug on ignore with "mode" IRC command (bug #18058)
   * fixed crash when loading ruby script if file does not exist, with
     Ruby >= 1.9 only (bug #18064)
   * added date in plugin function get_buffer_data()
   * fixed some portability bugs (patch #5271)
   * fixed iconv detection for BSD (patch #5456)
   * fixed typo in configure.in (bash specific test) (patch #5450)
   * mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
     now sent in one mode command to server (task #5968)
   * added more values for config boolean values: y/true/t/1 and n/false/f/0
   * fixed bug with /alias and arguments (like $1), now text after
     argument(s) is used (bug #17944)
   * fixed minor display bug with special chars on some arch like PPC
2007-01-15 20:25:01 +00:00
joerg
d61b79ae90 Modular Xorg support. 2007-01-15 19:26:33 +00:00
joerg
4340af4731 Modular Xorg support. 2007-01-15 16:08:18 +00:00
joerg
b5aa7f107e Modular Xorg support. 2007-01-13 16:50:12 +00:00
joerg
cc9cbafff3 Modular Xorg support. 2007-01-11 11:32:16 +00:00
joerg
59a6ff6c21 Modular Xorg support. 2007-01-11 11:26:44 +00:00
joerg
b0aee12520 Modular Xorg support. 2007-01-11 10:46:49 +00:00
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
c15e218706 Fixed path to the Python interpreter. PKGREVISION++ 2007-01-06 14:50:29 +00:00
rillig
87c879d2ab Fixed PKGMANDIR and pkglint warnings. 2007-01-06 14:34:50 +00:00
adrianp
6c79a801f1 Update to 3.2.6
In brief:
Unreal3.2.6 Release Notes
==========================

==[ GENERAL INFORMATION ]==
- The purpose of the sections below (NEW, CHANGED, MINOR, etc) is to be a
  SUMMARY of the changes in this release. There have been 80+ changes, and
  trying to mention them all would be useless, see the Changelog for the full
  list of changes.

==[ CHANGED ]==
- SSL: The server certificate and keys can now be reloaded via '/REHASH -ssl',
  no restart needed anymore.
- loadmodule errors are improved
- Snomask 'N' will no longer show nick changes of U-lined servers
- Various doc updates ('/HELPOP ?EXTBANS', and some unreal32docs improvements)

==[ MAJOR BUGS FIXED ]==
- Crash if link::options::quarantine was used
- Another crash which could happen in some rare cases
- Throttling was not always being applied correctly
- Windows 2003: Fixed crash on-boot if no nameserver was set
- Windows: Fixed /RESTART not always working properly (leaving the ircd dead)
2007-01-03 12:46:01 +00:00
jmmv
d798736799 Fix build under Mac OS X. 2006-12-21 16:13:53 +00:00
markd
4804628199 Tidy up KDE handling. Bump PKGREVISION as PLIST changed slightly. 2006-12-07 11:08:26 +00:00
jdolecek
e840567ecd add patch for DragonFly; no functionality change, so no PKGREVISION bump 2006-12-04 22:06:40 +00:00
mjl
825c7b0e33 Update micq to 0.5.2. 2006-12-04 14:17:05 +00:00
rillig
680823f835 Fixed "test ==". 2006-12-01 20:55:12 +00:00
obache
2673ad6031 Update bsflite to 0.82, provided by Claudio Leite in PR 35095.
BSFlite ChangeLog

0.82 - 11/07/2006

 * Added port to Watcom C for Win32, which exposed a bug
   in how I implemented callbacks (fixed).

 * Fixed small bug where idle time was interpreted as
   an away message for certain users.

 * Inserts newline if user's away message is blank.

 * Added R! command to manually reconnect.

 * Added auto_reconnect config option.

 * Cleans up after itself on quit.
   (i.e. no more memory leaks on exit)
   Added imcomm_delete_handle() and imcomm_delete_handle_now().

 * Added 'idletime' config option to set when bsflite considers
   the user to be idle. (thanks to Dan Ponte for the patch)

 * Changed 'll' to 'L,' which is an expansion alias like 'I'
   and 'r.' 'll' still works.

 * Created an actual manpage.

 * Code cleanup: rewrote input.c using callbacks.
                 wrote a new config file parser.

 * Profile display now includes idle time if user is in buddy list.

 * Changed character set on profile & away messages to iso-8859-1

 * Many improvements to color support, including Windows support.
   Can now be turned on and off via config directive 'colors'

 * Buddies are now marked offline in the log files when quitting bsflite.

 * Display version information when bsflite starts

 * Fixed bugs when displaying logs containing newlines
2006-11-23 00:54:01 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
tron
487e56a52d Update "xchat" and "xchat-python" packages to version 2.6.8.
Changes since version 2.6.6:
- Updated translations (be, de, el, es, fi, hu, it, ja, lt, pt, ru, sv, vi).
- Removed "xchat-remote" and "dbus.so", it's now apart of the "xchat" binary.
  There is now a new dbus interface, see src/common/dbus/README for details.
  (Claessens Xavier).
- Special-cased BRASnet for nickserv.
- Fixed using the /MENU args -p and -e at the same time.
- Fixed /reconnect and auto-reconnect issue [1525383].
- Plugin API:
  * Added fields: lag, queue to the "channels" list.
  * Added fields: sizehigh to the "dcc" list.
  * Added fields: networks to the "notify" list.
  * Handle gracefully plugins that try to execute commands with invalid UTF-8.
  * Added /GETFILE command, to open a file dialog.
  * Command hooks that start with a period ('.') will now be hidden from /HELP
    and /HELP -l.
- Fixed: [1544960] quitting via tabs behaves bad on bncs.
- Fixed: [1551620] --version flag needs display.
- Fixed: [1539236] problem with the /url command (irc:// handling).
- Fixed: [1568931] treeview problem: closing tabs by holding shift and
  clicking.
- "Clear" button in Ban List window now has a 'Are you sure?' dialog for
  safety.
- The notify list can now contain entries specific to only one or more IRC
  networks.
- Userlist popup menu and buttons: added %e for 'current network name'.
- Added option: 'Flash taskbar on any private messages'.
- Added a new encoding choice: "IRC (Latin-1/UTF-8 hybrid)".
  How it works is described at: http://forum.xchat.org/viewtopic.php?t=3180
- Added /LastLog -r <regexp>.
- The DCC windows have been remodeled and are much nicer now. Ported to
  GtkTreeView, the buttons are context sensitive, the window remembers its
  size and uploads and downloads are combined in one window.
- Perl (Lian Wan Situ)
 * Changed Xchat::print and Xchat::command to return false if they are called
   with either no arguments or undef
 * Changed Xchat::user_info so that it works even if the nick parameter
   contains color codes

pkgsrc related changes:
- The text mode UI is broken again and therefore not part of the package
  at the moment.
2006-11-14 10:38:36 +00:00
adrianp
ea9a3451a9 Update to 5.0.59
2006/10/01 .59  Added support to convert-db for versions of PTlink Services
                through 2.26-eol.1
2006/08/16      Update documentation to reflect new domain name.
2006-11-13 23:12:38 +00:00
rillig
d5140de49d Fixed "test ==". 2006-11-11 16:48:14 +00:00
tv
b16e61f08a Use find -print | xargs rather than find -exec. 2006-11-10 16:50:54 +00:00
adrianp
9a2d793f15 pkglintification 2006-11-05 17:48:16 +00:00
joerg
166e92758f DESTDIR support. 2006-11-03 07:12:24 +00:00
jdolecek
9beaa4a4f9 fix couple missing initializations of pthread_mutex_t/pthread_cond_t
now the package is actually usable on NetBSD
2006-11-02 07:07:13 +00:00
adrianp
0316b82dc0 Update to 1.0.1
* A bug that caused left-to-right text contained in lines determined to be right-to-left text to appear reversed has been fixed.
* Whether a line is treated as right-to-left vs. left-to-right text is now determined by the amount of each type of character in the line, improving the user experience in chats involving bi-directional text considerably.
* The "Edit Network" dialog has been refined for clarity and ease of use.
* A warning dialog to prevent accidentally quitting Konversation has been added.
* The Auto Replace list can now be sorted.
* The '/media' script command now sports improved player recognition, enhanced and easier configurability, the ability to distinguish between audio and video media as well as newly added support for kdetv. New '/audio' and '/video' command aliases have been added to expose these new abilities.
* The lower boundary of the default DCC port range has been raised from 1025 to 1026 to avoid conflicts with the commonly blocked Windows RPC port 1025.
* Dismissing an OSD notification by clicking on it will now also cancel the systray notification flash.
* A new configuration file option [OSD]OSDCheckDesktopLock has been added, allowing to manually disable the screensaver check in non-KDE environments that do not support it, causing the OSD not to be displayed.
* A bug that could lead to the "Switch to" sub-menu in the context menus of tabs not to be updated properly upon switching tabs has been fixed.
* A bug that caused the 'irc setBack' DCOP call not to function has been fixed.
* A bug that caused ampersands in the names of tabs not to be displayed and an immediately following character to be used as keyboard accelerator has been fixed.
* A bug that caused ignoring nicknames with '[' or ']' characters in them to fail has been fixed.
* Command aliases containing regular expression syntax can no longer cause built-in commands not to function.
* A bug that caused the Konversation irc:// protocol handler not to function has been fixed. Its compatibility with systems that do not use the GNU bash shell as default shell has been improved.
* A notable number of code quality improvements suggested by KDEs automated quality control service EBN have been implemented.
2006-10-30 23:02:26 +00:00
adam
2427a62dbf Change == to = 2006-10-29 19:29:10 +00:00
adam
ac94472032 Changes 2.3.0:
- fixed build with new autotools
- fix for autoconnect crash
- fix for links in chat window
- fixed segfault in send_ERA
2006-10-24 19:19:22 +00:00
jdolecek
cf39e0030e adjust include paths to avoid header conflict with net/socks5 package
fixes PR pkg/33022 by Steven M. Bellovin
2006-10-23 21:49:31 +00:00
adrianp
386d394767 s/SKIP_PORTABILITY_CHECK/CHECK_PORTABILITY_SKIP/ 2006-10-23 18:24:12 +00:00
rillig
f4770e60d1 Fixed "test ==". 2006-10-22 09:24:38 +00:00
rillig
fb10c068f6 Fixed "test ==". Added a dependency to bash, since I don't know which of
the used features are commonly available. PKGREVISION++.
2006-10-22 07:18:40 +00:00
adrianp
53b9d9f009 +anope 2006-10-20 22:41:06 +00:00
adrianp
9941c62908 Anope is a set of Services for IRC networks that allows users to
manage their nicks and channels in a secure and efficient way, and
administrators to manage their network with powerful tools.
2006-10-20 22:40:24 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
rillig
4bb42fd9c0 Fixed "test ==". 2006-10-11 18:23:54 +00:00
tonio
8958ed3695 avoid using "text ... == ..." in configure 2006-10-10 12:09:36 +00:00
rillig
62ed52cc83 No Makefile -- no tests. 2006-10-08 22:13:07 +00:00
rillig
6265e80d04 Disabled the portability check for this package because one file is
declared unchangeable. Unfortunately, exactly that file contains the
non-portable code.

Not my problem. ;)
2006-10-08 22:12:09 +00:00
rillig
c134122136 This package has GNU and non-GNU configure scripts. 2006-10-08 21:58:47 +00:00
uebayasi
db768abd1b Make sure the patch provided by PR pkg/32585 from ISIHARA Takanori is in
repository; this has been missed and left in my work directory somehow.  I'm
sorry.

Bump revision to 4.
2006-10-07 06:12:42 +00:00
uebayasi
0dd73f5cbf Update Riece to 3.1.0.
Changes excerpted from NEWS:

** Prevent reentrace of message handlers.  This might fix some long
   standing bug in message handling. (ueno)

** Removed dependency on the calc package from riece-ndcc.el. (ueno)

** Fixed a bug in the 353 message handler. (ueno)
2006-10-07 05:27:50 +00:00
obache
8030898e7e Add missing patch files. 2006-10-05 12:27:40 +00:00
obache
0fbad34ea6 Update iroffer to 1.3.11, based on PR 31859.
What's New in iroffer:

############################## version 1.3 ##############################

 --- New in 1.3.b11 --- (December 12th 2005)
 - fix invalid ctcp ping response
 - fix username when it cannot be determined automatically
 - fix infinate loop when debug output causes memory allocation

 --- New in 1.3.b10 --- (January 16th 2005)
 - ignore dev/inode changes as file changes
 - add sanity check to 'add' command to only allow regular files
 - reaping of old listen ports wasn't very good, caused small leaks
 - display memstat list using copy of list
 - improve dns lookup error reporting
 - fix memory leak with regcomp
 - allow 5 minute grace period before disconnecting due to restrictsend
 - windows users like their \r characters in xdcclistfile

 --- New in 1.3.b09 --- (August 23rd 2004)
 - fix build issues with OSF1
 - fix unaligned bus fault for 64bit writes in md5sum state structure
 - fix infinate loop when more than 1 transfer in progress
 - dont allow plistoffset must be greater than plist time

 --- New in 1.3.b08 --- (August 9th 2004)
 - dont use in_port_t, it's not in older glibc's
 - fix warnings
 - make transfer method determined at runtime
 - mmap doesn't work on cygwin sometimes
 - warn users about stupid usenatip values
 - dont use tr_id 0
 - fix crash if rmq called with invalid argument
 - fix build for macosx

 --- New in 1.3.b07 --- (April 6th 2004)
 - add convertxdccfile (convert .xdcc -> .state)
 - dont ignore nickserv, re-register on succesful nick rename

 --- New in 1.3.b06 --- (April 3rd 2004)
 - make debug a cmdline option not config file
 - replace auto* with autosendpack
 - change overallminspeed -> transferminspeed
 - remove double queue, will add something better in the future
 - add xdcclistfile config, save xdl to text file
 - update info and xdl commands, add 'xdcc info' message for users
 - add nomd5sum config option
 - add md5sum calcluation to packs
 - fixup logstats
 - add removedir, remove all files from within a directory
 - share filedescriptors and mmaps between transfers
 - fix total sent problem in statefile
 - fix integer overflow if transfer rate exceeds 140mbps
 - add sendfile support (for linux and freebsd)
 - turn off respondtochannellist by default
 - improve log rotation
 - fix 'shutdown now' crash if issued through dcc chat
 - other cleanups

 --- New in 1.3.b05 --- (March 22nd 2004)
 - dcc chat fixes
 - stop updating context log after crash starts
 - fix nonblocking connect error checking
 - change some privmsg to notice
 - fix various rehash crashes if items removed/added
 - add generic state file (remove xdccfile, messagefile, ignorefile)
 - fix user xdcc list to use notice, broke a while back
 - fix error handling if can't bind to listen socket
 - track nicks and close when no longer on channels (if restrictsend)
 - add punishslowusers

 --- New in 1.3.b04 --- (February 22nd 2004)
 - fix crash on shutdown

 --- New in 1.3.b03 --- (February 21st 2004)
 - less calls to gethostbyname()
 - do server dns resolve in a child process
 - fix solaris build
 - create fast server queue
 - dcc chat cleanup, make connection non-blocking
 - add 'chatl' and 'closec'
 - multiple dcc chat support
 - fix VERASE and VWERASE

 --- New in 1.3.b02 --- (January 22nd 2004)
 - fix build for MacOSX and *BSD
 - terminal support on console (arrow, ctrl-*, history)
 - 'delhist' admin command (delete console history)
 - add 'downloadhost' config command (specify how can download)
 - add -k to allow setting of corefile rlimit
 - add 'server_connected_raw' config command (send raw message after MODE)

 --- New in 1.3.b01 --- (January 11th 2004)
 - sort contents of adddir directory
 - mmap files to save system calls
 - replace uploadallowed with uploadhost (similar to adminhost)
 - allow any number of server_join_raw and channel_join_raw
 - replace virthost and vhost_ip with local_vhost
 - replace firewall and dccrangestart with tcprangestart
 - include device size in listul
 - major code cleanup

############################## version 1.2 ##############################

 --- New in 1.2b29 --- (March 22nd 2004)
 - fix various rehash crashes if items removed/added
 - fix error handling if can't bind to listen socket

 --- New in 1.2b28 --- (February 21st 2004)
 - fix fd leak on switching servers via signal
 - fix slow server queue
 - fix overwritten errno values on transfer disconnect

 --- New in 1.2b27 --- (January 22nd 2004)
 - update to cygwin 1.5.6
 - fix 'not a known channel' bug

 --- New in 1.2b26 --- (January 9th 2004)
 - channel_join_raw and channel_join_raw were not cleared on rehash
 - various solaris fixes
 - only dump context if debug set

 --- New in 1.2b24 --- (December 15th 2003)
 - fix crypt() detection

 --- New in 1.2b23 --- (December 13th 2003)
 - fix queue notification messages
 - fix renumber
 - add 'restrictprivlistmsg', custom message for restrictprivlist
 - dont reuse listen ports for a while if never connected
 - do sanity checks on adminhost
 - add 'timestampconsole', show timestamps on console
 - dont increment get counter on shutdown
 - add 'quietmode', dont send informational messages to users
 - fix unaligned transfer ack reads: caused end-of-transfer hangs
 - more crazy usermodes: ~ and &
 - fix bug when both respondtochannelxdcc and restrictlist are set
 - detect broken crypt in Configure
 - fix crash in psend under Solaris

 --- New in 1.2b22 --- (October 18th 2003)
 - fix end of transfer disconnect
 - fix qul
 - allow setting notifytime to 0 to disable
 - fix slotsmaxpack range
 - fix renumber
 - dont allow uploads to overwrite non-regular files

 --- New in 1.2b21 --- (October 12th 2003)
 - fix crash when running on Digital UNIX
 - when pack max speed is set, send data more smoothly (250ms instead of 4 second graunlarity)
 - unlimited number of packs
 - unlimited number of channels
 - unlimited number of servers
 - unlimited number of adminhosts
 - unlimited number of ignores
 - upto 504 simultaneous transfers under Linux/UNIX
 - upto 119 simultaneous transfers under Windows
 - better messages when xdcc list is not sent
 - dont say 'for a listing...' if restrictprivlist is on
 - add 'closeu' command, disconnect upload
 - split server queue into low and high priorities
 - better excess flood protection

 --- New in 1.2b20 --- (September 14th 2003)
 - more debugging information
 - fix 'chfile'
 - 'qsend' fixes to send first queued item
 - fix pack queue crash
 - reuse TCP ports from 'dccrangestart'
 - fix infinate loop if all servers don't resolve
 - fix 'lowbdwth' bug (debian bug #210349)
 - add 'notifytime' configurable, how often to notify queue/bandwidth
 - add 'dynip.sh' shell script to update 'usenatip'
 - auto-convert dos slash to unix slash
 - add 'smallfilebypass' bypass queue for small files
 - allow starting up with missing offered files
 - add 'chgets' command
 - ignore list now uses full hostmasks
 - add 'unignore' command
 - admin commands via msg dont count towards ignore

 --- New in 1.2b19 --- (July 6th 2003)
 - fix upload bug introduced in 1.2b18
 - add 'lognotices', configure if notice messages should be logged
 - add recognition of admin, founder and halfop used by some irc networks

 --- New in 1.2b18 --- (July 5th 2003)
 - alternate nick support
 - respond to '!LIST nick' (debian bug #191027)
 - set IP TOS for transfers
 - add 'hideos', to not show os in quit/version, etc..
 - add 'respondtochannelxdcc', configure respons to 'xdcc sent' on channel
 - add 'respondtochannellist', configure respons to 'xdcc list' on channel
 - decrease queue/bandwidth notification to every 5 minutes
 - allow queueing even if slots available but maxtransfersperperson applies
 - smart dequeuing: skip over people that would violate maxtransfersperperson
bug fixes:
 - fix delete headline on rehash (debian bug #193110)
 - fix freebsd, didn't have all sigcodes
 - fix super-long retry backoff
 - fix for some os's dont have strsignal()
 - fix invocation to require at least one config file
 - fix to handle CRLF on dcc chat
 - work around cygwin bug: over 30 transfers fail
 - work around cygwin bug: >2GB files return bad size in stat()
 - proper handling of max open files ulimit setting
 - fix 'chatme' to use firewall ports too
 - fix perodicmsg every second bug
 - work around cygwin bug: close() hangs
 - fix uninitialized data problem

 --- New in 1.2b17 --- (June 10th 2003)
 - server retry backoff
 - stdout buffering (ctrl-s will no longer block iroffer)
 - fix signal hander mess
 - fix infinate looping
 - largefile support (upto 4GB on OSs that support it)
 - xdcc list is saved to text file for external use
 - handle files that change on the fly (size, replace, modify, etc...)
 - nickserv support
 - pick up actual server name for pinging and display
 - log notice messages with privmsgs
 - admin command 'msg' (send privmsg to someone)
 - admin command 'servqc' (clear server queue)
 - dont notify queued people if server queue is big
 - log all chat attempts

 --- New in 1.2b16 --- (May 25th 2003)
 - increased number of packs and transfers
 - background and color modes on cygwin
 - proper file handling for xdcc and ignl files (no possibility of corruption now)
 - fix disconnect transfer bug (would previously have to timeout transfer)
 - fix channel user list 'unknown channel' bug on some servers
 - handle bogus reading after signal (ctrl-c stuck bug)
 - better error reasons in logs/messages
 - allow color/nocolor screen/noscreen from command line
 - fix cygwin 'not running cygwin' bug

 --- New in 1.2b15 --- (April 21st 2003)
 - performance improvement for high speed connections
 - big code cleanups
 - patch: add restrictprivlist: dont allow private lists (only public)
 - patch: add -plistoffset: offset plist time in channel config
 - patch: allow spaces in filenames
 - patch: upload resume support!
 - patch: respond to '!list' in channels with summary
 - patch: chroot/setuid support: iroffer can chroot/setuid itself
 - patch: psend type option: psend can now send full/minimal/summary
 - patch: onjoin: send something on server connect or channel join
 - patch: headline: add line of text to all xdcc list types
bug fixes:
 - fix Configure for systems that don't have -Wall
 - improve memory allocator
 - fix select() usage to work correctly
2006-10-05 12:25:33 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
rillig
c0c5854a86 Fixed hard-coded paths. Bumped PKGREVISION. 2006-10-02 21:27:03 +00:00
rillig
4cec73e3f8 Interactive "test" phase. 2006-10-02 21:16:20 +00:00
tonio
803346cf36 add the option.mk file i forgot in last commits
Thanks rillig@ for catching this !
2006-10-02 21:02:03 +00:00
tonio
2a75bd1e0c Add a "lua" option to enable lua scripting 2006-10-02 18:49:12 +00:00
tonio
8f368d9824 Update chat/weechat to 0.2.1
Add an option to enable python plugin support.

News since last version are:
- added server default notify
- added arguments ($1,..,$9) for alias and special
  vars ($nick, $channel, $server)
- added hotlist in session file when using /upgrade command
- fixed crash with DCC when resuming file
- fixed random crash with /upgrade command
- fixed nicklist display when location is top or bottom
- fixed bug with CTCP version on channels
- fixed bug with auto-rejoin for keyed channels
- fixed chan owner and chan admin nicks
2006-10-02 17:45:49 +00:00
rillig
bcce47fa3d Fixed missing Bash interpreter. Bumped PKGREVISION. 2006-10-01 13:56:38 +00:00
rillig
c82dc2c620 Fixed some pkglint warnings. On Solaris, querying the __sun macro
instead of __sun__ is preferred.
2006-10-01 13:56:00 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
he
57a3148029 Update konversation to version 1.0.
Discussed with adrianp.
2006-09-15 09:50:39 +00:00
rillig
dd6e4e191b Added a patch that is needed for Solaris with SunPro. 2006-09-07 13:09:50 +00:00
tron
0d9e9ca332 Remove Mario Kemper as maintainer of these package on his request. 2006-09-06 15:38:32 +00:00
rillig
07e5bdb24b The Bulgarian translation file has been changed, so all the files need to
be downloaded into a fresh directory. Bumped PKGREVISION because of that.
2006-09-02 20:21:54 +00:00
adrianp
664758d123 Update to 5.0.58
Added workaround to support the broken MD5 encryption used
in Epona/Anope (through at least version 1.7.14),
enabled by the EnableAnopeWorkaround option for the
encryption/md5 module in modules.conf.
configure -check (run by the Makefile) no longer leaves a
conf-tmp directory lying around.
Fixed error when compiling with recent versions of GNU make.
Fixed crash when importing some Anope databases.
Added support to convert-db for recent versions of Epona.
2006-09-02 08:42:58 +00:00
ben
b390afbe4c _INSTALL_UNSTRIPPED=yes on OSX. Otherwise plugins fail to load because
OSX linker can't find symbols from parent program.
2006-08-28 17:11:04 +00:00
minskim
ee5148f8a3 Use the tools framework to get the correct path to wish.
Bump PKGREVISION.
2006-08-26 21:48:06 +00:00
minskim
9aa5ac7918 Use the tools framework to get the correct path to wish.
Bump PKGREVISION.
2006-08-26 13:58:17 +00:00
tron
8b5981464b Install "xchat" binary unstripped under Mac OS X (Darwin). This makes
the plugin loader work for some weird reason. Hint provided by
Adrian Portelli on "tech-pkg" mailing list. Bump package revision
because of this fix.
2006-08-17 06:58:37 +00:00
tron
6869f91cbc Update "xchat" and "xchat-python" package to version 2.6.6.
Changes since version 2.6.2:
- Updated translations (de, el, es, fr, gl, hu, nl, sr, sv, vi, zh_TW).
- Fixed the invisible cursor color when using GTKSpell and a black
  input box (when "Use the text box font & colors" is ON).
- Allow loading a cert/privatekey file from ~/.xchat2/<NetWorkName>.pem
- Improved the fallback routine when you receive non-UTF8 messages. It
  can now handle CP1252 from mIRC users and the ISO-8859-15 Euro symbol.
- Added CHANOPT command for setting channel specific options such as showing
  of joins and part, beep on message and color paste (Lian Wan Situ).
- /CLEAR HISTORY will clear your command history.
- Fixed a crash if you left a Ban-List window open after closing the
  associated channel and then clicking Refresh.
- Added an option of using 'Last-Spoke' nick completion order in Settings >
  Input Box.
- The /QUERY command now has -nofocus arg, which scripts might find useful.
- You can now /set gui_url_mod 0, to allow left-clicking URLs (default is
  4, for CTRL).
- XChat will now respect gtk-button-images=0 set in ~/.gtkrc-2.0.
- Added a ./configure option to use your preferred spelling library:
  --enable-spell=type. Where type can be: none static libsexy gtkspell.
  Note that using gtkspell will force the inputbox to become a GtkTextView.
- Advanced users can /set tab_small 2, to get _extra_ small tabs.
- Added /SPLAY <soundfile>.
- Plugin API:
 * The second args to xchat_list_int and xchat_list_str can now be NULL as
   a shortcut to "channels" list for current context only.
 * Added bits 6-8 to the field "flags" in the "channels" list.
 * /GUI MSGBOX <text> can now contain Pango markup.
 * Added -m arg to /MENU. See plugin20.html for more.
- Fixed opening a irc:// URL via "xchat -a --url=abc123" command while
  "Skip serverlist on startup" is off. This fix is only relevant when
  opening an initial instance of xchat (i.e not via dbus).
- Fixed the tree layout "flashing" (redrawing slowly) after you
  switched to tabs and back to tree.
- Fixed plugin/script get_list("users") causing a critical GDK warning
  when not executed from the front-most tab.
- Added spelling support in the input-box via GTKSpell.
- Improved the error reporting when connecting through a Socks proxy.
- DCC file transfers via http/socks45/wingate proxy is now supported
  (Damjan Jovanovic & me).
- Fixed Socks 5 failing on 64-bit CPUs.
- Added support for connecting through a Microsoft ISA Proxy, requires
  libntlm at build time (Pavel Fedin).
- You can now mark and copy timestamps if you hold down SHIFT.
- Timestamps are now preserved in the /lastlog command. Also fixed a
  bug where the separator line disappeared during /lastlog.
- Added a Browse button to the DCC download folder setting.
- Made the setup window a little neater and Gnome-like.
- Improved the notify window a little and fixed a small memory leak.
- Fixed CTCPs being truncated in the RawLog window.
- Added an option to open a "Save As..." dialog when receiving a
  DCC file offer.
- Fixed a crash if you try to remove a network from the list while
  it's in a auto-reconnect delay [debian bug #364858].
- Python: Fixed some memory usage bugs.
2006-08-16 21:25:35 +00:00
tonio
74459a76fe Update chat/bitlbee to 1.0.3
From changelog:
Version 1.0.3 (released 2006-06-24) hilights:
- Less ICQ spam because the web-aware flag is disabled.
- It's easier to talk to people who are not in your buddy list.
- ISON command works better with irssi (and probably other clients).
- The usual bug fixes.
2006-08-16 09:46:27 +00:00
adrianp
1182d548d2 Fix installation path of help files
Fixes PR# 34189 reported by Brad Harder
2006-08-15 11:16:41 +00:00
adrianp
13c39fa83a Update to 7.2.2
> -- ircd-hybrid-7.2.2 RELNOTES
> o) Added channel::disable_fake_channels config directive
> o) Fixed broken FORCEJOIN  (contrib)
> o) Added missing documentation for connect::vhost
> o) Fixed problem with G-Line voting
> o) Fixed "STATS ?" so it doesn't report negative traffic statistics
> o) Fixed core in m_mkpasswd.c  (contrib)
> o) Reduced memory usage for channel members
> o) Added general::stats_e_disabled which simply disables "STATS e"
>    for other operators and administrators
> o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured
>    file size limits
> o) Slight optimizations to the block allocator
> o) Fixed harmless bug that could result in incorrect bytes sent statistics
>    in "STATS t"
> o) "STATS y|Y" now shows whether a class is active or disabled
> o) Added ircd-brazilian_pt.lang language file
> o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is
>    changing between equivalent nicknames like 'nick' and 'NiCk'.
> o) Minor resolv.conf parser fixes.  Added missing support for ';' comments
> o) Fixed core on MODRESTART
2006-08-11 16:53:39 +00:00
jdolecek
e560236efe add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase 2006-08-07 20:40:44 +00:00
perry
45b67fda28 update distinfo for the new distfiles subdir 2006-08-07 02:26:34 +00:00
perry
600dea0b55 As was done the last time, change DIST_SUBDIR around to force
re-download of all the files (because a language file changed.)
There has to be a better way to do this, but I'm following minskim's
precedent from rev 1.37
2006-08-07 01:49:25 +00:00
perry
278be5817e Remove use of FETCH_BEFORE_ARGS -- it was badly broken (it referred to
a variable that clearly no longer exists), the package downloads and
builds fine without it, and there is no clear reason why it was there
to begin with.
2006-08-07 01:35:04 +00:00
perry
02ba6def5d Update to revision 6 -- psi_sl.qm seems to have gotten a silent update. 2006-08-07 01:31:33 +00:00
adam
a916724b01 Changes 1.0.4:
* Fixed issue where no disconnect signal was emitted when connection closed
  during opening
* Plugged a memory leak in LmConnection
* Fixed warnings due to uninitialized value
* Fixed a reentrancy-related issue with LmConnection
2006-07-31 09:11:46 +00:00
adam
0e56beedf6 Changes 2.2.9:
* Bug fixes
2006-07-31 09:06:54 +00:00
hubertf
745fc9f10e de-maintain 2006-07-27 00:09:05 +00:00
mrg
8094c9497e update to ircII 20060725. changes include:
o  remove dead /set use_old_msg variable
  o  lex is no longer required for any part of ircII
  o  fixed /set irchost vs /set irc_encoding problem
2006-07-26 02:21:35 +00:00
mrg
e2caa0527c update to ircII 20060721. changes include:
o  default status line now tells you when you are scrolled up
  o  new variables status_scrolled and status_scrolled_lines
  o  new status format modifiers %P and %s
  o  fixed a bug with the input prompt being overtaken
  o  /set translation has been removed.  all encoding support now depends
     on the existance of iconv(3) support, enhancing the capabilities and
     correctness of codeset conversion.  the translation and iso2022_support
     variables have been replaced with input_encoding, display_encoding
     and irc_encoding
  o  /msg -server <servergroup|servername|number> <target> <message>
     now works to send message on specific servers ie, other than the
     current window's server
  o  support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
2006-07-22 09:13:10 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
wiz
14d79f45a6 Update to 0.11.8.2:
Summary of changes from 0.11.8.1 to 0.11.8.2
============================================
[FT  fea] CTCP requests and replies will now be stacked onto outgoing
messages and autoreplies, respectively. This feature applies to
both IRC and AIM.
[TOC fea] Preliminary support for having multiple clients connected
to the same screen name on AIM. naim is now able to keep buddy
lists synchronized between all clients. Eliminates warnings about
unknown INSERTED2 and DELETED2 messages.
[FT  fea] Misc. code cleanups and simplifications backported from
ngnaim.
[TOC bug] Apparently, some users can sign on to AIM in such a way
as to mask their signon time. FireTalk used a signon time of 0 to
designate "offline", which led to some confusion when users signed
on with an actual reported signon time of 0. This led to assertion
failures in toc2.c. Fixed.
[IRC fea] A user's user@host is now displayed when the user joins
a channel on IRC.
[FT  bug] In some cases, CTCP requests were compared to the list
of known types case insensitively, sometimes case sensitively. The
spec. requires sensitivity to case. Fixed.
[IRC fea] All messages sent without a source are treated as coming
from a pseudo-target of ":SERVER".
[IRC fea] All messages sent before client signon is completed that
are not handled by the signon parser are passed to the normal
parser. This allows forced joins, CTCP handling from bots during
signon, etc.
[FT  fea] Some IRC servers send CTCP VERSION requests during signon,
before 001 (IRC's "you are now signed on and can send messages"
protocol message), and demand a reply. naim was naively replying,
but FireTalk was suppressing the reply (since it hadn't been told
it could send messages yet). A hack has been put in place to allow
CTCP replies to go through before signon has completed.
[IRC bug] The /SETPRIV command did not have a handler in irc.c.
This causes a reliable crash. Fixed.
[UI  bug] In some situations, naim could report a negative number
of lines left to play back during scrollback. Workaround implemented.
[UI  fea] /open WINDOW now jumps you to WINDOW if WINDOW already
exists.
[UI  fea] Overusing nickname completion now only complains to you
a few times, then stops. Previously it complained forever unless
an obscure setting was toggled.
[UI  fea] New $ctcpverbose. If set, unknown CTCP requests are
displayed in the UI.
[pkg bug] Most tail utilities accept either "tail +3 file" or "tail
-n +3 file" the same. Some only accept "tail -n +3 file". Others
only accept "tail +3 file". naim's packaging no longer uses the
tail utility, at all.
[UI  fea] The /sync command has been removed.
[pkg fea] The --firetalk-lily-binary-link configure option has been
removed, along with all code paths that depended on it.
[UI  fea] Improved error condition reporting backported from ngnaim.
[UI  bug] In some situations, file transfers could report incorrect
completion statistics due to integer overflow. All calculations
are performed using floating point now, though the UI still only
displays whole numbers.
[UI  bug] A change in how windows were looked up made in 0.11.8.1
caused all messages to both users and chats to be sent using the
send-to-user API. This did not cause problems on IRC or Lily, but
did cause chat room messages to be silently eaten on AIM. Fixed.
[UI  fea] At some point since the 0.11.8.1 release, AOL's servers
began changing bare \n characters in profiles to the string <br/>\n,
which naim did not understand. naim now treats <br/> as a synonym
for <br>.
[UI  fea] The dynamic library subsystem is initialized before
.naimrc is parsed, allowing your .naimrc to use the modload command.
2006-07-19 22:28:18 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
adrianp
4f308dc8f5 Update to 3.2.5
==[ MAJOR BUGS FIXED ]==
- Spamfilter was not always working properly
- MS Visual studio 2005 (8.x) was unable to compile Unreal and/or caused crashes
- Certain IPv6 listen blocks could crash the ircd on-boot/on-rehash

==[ MINOR BUGS FIXED ]==
- "Looking up your hostname" message was missing if
  set::options::show-connect-notice was enabled (other messages, like "looking
  up ident" were shown, however)
- It was sometimes impossible to update a link { } block: all old settings
  would still be used, this happened if connfreq was low. This might also have
  caused crashes.
- Netsynch problem, which could cause the wrong modes to be applied to a
  channel in some rare cases.
- Setting set::maxdccallow to 0 (or lower) still allowed one entry to be added
- Spamfilter oversized-checking is no longer done when removing a spamfilter
- Operator count bug (there might still be others...)
- Some chinese-* charsets could not be selected individually
- No longer requiring a C++ compiler (was caused by resolver in 3.2.4)
- Added workaround for "make: Permission denied" bug in some FreeBSD's
2006-07-18 22:43:36 +00:00
adrianp
2eb3306970 Fix some errors with non-existent directories pointed out by recent
bulk-build runs.
Bump to nb1
2006-07-14 22:48:45 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
minskim
acb94c0b93 Do not define variables in headers; define them in .c files instead.
Otherwise, they cause link errors on Darwin.
2006-07-06 22:04:03 +00:00
minskim
d37a412ed1 Libtoolize to build on more platforms. Bump PKGREVISION. 2006-07-06 21:26:23 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
bbfabf82e0 Remove extra qualifier to fix build with gcc4. 2006-06-30 21:46:53 +00:00
tron
2859430ddd Don't use ternary operator as lvalue in an assignment because GCC 4.x
doesn't tolerate such questionable programming pratice.
2006-06-30 15:53:18 +00:00
joerg
cf76d00d6c Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.
2006-06-30 10:06:36 +00:00
minskim
60666b7ffa Set REPLACE_PERL for a perl script. Bump PKGREVISION. 2006-06-27 14:47:15 +00:00
minskim
03ede9d940 Specify PREFIX explicitly so that the configure script can find the right
directory when PREFIX!=/usr/pkg (it has hardcoded '/usr/pkg').
2006-06-21 00:12:33 +00:00
joerg
c5e9422cc1 Needs pkg-config to find gaim. Stupid configure. 2006-06-20 22:28:01 +00:00
joerg
d1124a74ac Needs pkg-config. 2006-06-20 21:43:31 +00:00
joerg
cf6415616d Fix label at end of compound statement. Force krb4 dependency, since
it explicitly links against it. Bump revision.
2006-06-18 19:36:53 +00:00
rillig
5298552c8f Fixed pkglint warnings. 2006-06-18 07:55:42 +00:00
jlam
8e7eb9771c Manage compression of the help files using the doc-compress script
and be more precise about which files are handled instead of touching
all the files in share/irc/help.  Also, use PLIST_SUBST instead of
manually replacing @GZ@ in the PLIST.
2006-06-14 14:23:32 +00:00
joerg
4fee59f3cf Needs msgfmt. 2006-06-11 14:27:55 +00:00
adrianp
2f9832136a 0.5.9
Bump date (By dgl)
Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl)
Send real host and IP in USER command (suggested by OUTsider) (By dgl)
Near total rewrite, the old version sucked. (By dgl)
Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl)
Another oops, /help didn't work.. (By dgl)
2006-06-11 09:40:43 +00:00
xtraeme
fa9f4021ae Update to 2.0s11:
* Sending a stanza before a stanza during a SASL negotiation can cause a
  c2s segfault. Leading to a remote DoS.
2006-06-11 01:57:27 +00:00
tonio
9729b1f8a4 Update chat/weechat to 0.1.9
News since last version are:
- nick aligment, makes channels more readable
- new commands: /cycle, /setp
- new option to customize IP/hostname (when using multipe IP)
- new option to customize input prompt
- added keyboard handler for plugins
- german translations (messages and documentation)
- many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist

Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details
Among them:
- improved alias completion (now uses target command for completion)
...
- added completion system for plugins/scripts commands
...
- new window maganement: custom size for windows, auto resize when terminal is resized
...
- full UTF-8 support
...
- new keyboard management, fully customizable
2006-06-10 16:17:32 +00:00
minskim
d4037975ec Make this package build with gcc-4. 2006-06-09 15:31:29 +00:00
joerg
f90005767d configure wants C++. 2006-06-06 14:38:31 +00:00
adrianp
181a38a068 Bump to 7.2.1
-- ircd-hybrid-7.2.1 RELNOTES
o) Fixed build on SRV4
o) Fixed problem where ircd would disconnect all SSL connections
o) Added initial CAP support.  Additional documentation can be found
in doc/technical
o) Speeded up command parsing
o) Fixed occasional core dump on UN*LINE
o) Fixed bug where particular clients would always receive
   "Load is temporarily too heavy" message
o) Improved memory consumption, i.e. memory consumption has
   been reduced for remote clients
o) Fixed possible core in case default_cipher_preference directive isn't set
o) Fixed "CHANSERV INVITE" bug with anope services
o) Updated example configuration files to reflect new topicburst flags
   directive in connect{} blocks
o) Fixed core if using the operator{} 'umodes' directive
o) Don't allow shared k-lines to be set without a valid reason
o) Improved channel ban match processing.  This also fixes CIDR bans
2006-06-06 13:04:55 +00:00