summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc14-28/+29
2004-01-18Fix build problems under SunOS (untested) and Darwin.tron2-3/+21
2004-01-18Use "+=" instead of "=" in assignment to "MAKE_ENV".tron1-2/+2
2004-01-18Add and enable "icbirc" package.tron1-1/+2
2004-01-18Import new "icbirc" package: Proxy IRC client and ICB servertron5-0/+44
2004-01-17Make the package compile when using gcc 3.3.kristerw2-1/+31
This closes PR pkg/23601.
2004-01-14PKGREVISION++salo2-5/+5
Sync with chat/silc-client update.
2004-01-14Updated to version 1.0.1.salo4-11/+9
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-14Remove some more (not yet even buildlinked) KDE1 packages,wiz7-186/+1
since KDE1 has been removed. Noted by agc.
2004-01-12Remove info files from PLIST files.seb2-4/+2
2004-01-12Lint (sort DISTNAME section)cjep1-2/+2
2004-01-12Lint (sort DISTNAME section and use $${MV})cjep1-3/+3
2004-01-11Update to 0.75, based on patch from Matthew Luckie (maintainer):jmmv4-12/+20
* 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-10Set MAINTAINER to "tech-pkg" instead of "packages".kristerw1-2/+2
2004-01-05remove a superfluous comment.grant1-2/+1
2004-01-05bl3ifyjlam1-4/+6
2004-01-04Update to 2.0.7xtraeme3-7/+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-03Bump package revisions for tiff update.reed12-24/+24
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Update to version 0.9.16.salo3-15/+15
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-03Update to 0.7.4: This includes the fix for the MSN connection; no newjmmv3-16/+15
features here.
2004-01-02p5-XML-Parser is needed by the included intltool during the build of thisjmmv1-1/+2
package. Fixes problems shown in the last bulk build.
2004-01-01Add and enable dccserver.wiz1-1/+2
2004-01-01Import of dccserver from pkgsrc-wip.wiz4-0/+39
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.
2003-12-31Update to 0.83xtraeme3-5/+19
# Version 0.83 (released 2003-12-31) hilights: * Mainly bugfixes. * Added some features especially useful for public servers. (Like server-client pinging)
2003-12-30Add trailing / on HOMEPAGEscjep3-6/+6
2003-12-30Whitespace fixcjep1-2/+1
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-26Depend on latest kdebase-1*.wiz1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-23Add and enable jabberd.xtraeme1-1/+2
2003-12-23Initial import of jabberd-1.4.3 from pkgsrc-wip.xtraeme9-0/+327
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-22Apply patch from cvs to fix memory leak. Bump PKGREVISION to 4.jmmv2-3/+8
2003-12-19Make this compile with gcc3.agc7-4/+72
2003-12-19Remove the OpenSSL patch; use gnutls instead. Bump PKGREVISION to 3.jmmv3-15/+5
According to gaim's developers, it is illegal to link OpenSSL together with gaim (ewww, GPL).
2003-12-16Add my official mirror to the list of sites.keihan1-2/+3
2003-12-16update to 0.6recht3-12/+21
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-14Update to 4.9.9 provided by Soren Jacobsen PR pkg/23744.xtraeme3-7/+10
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-13Bump PKGREVISION for atk library major bump.wiz3-6/+6
2003-12-11Bump pkg version to irssi-icb-0.14nb3 due too the irssi update to 0.8.9:veego2-5/+5
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-11Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:veego3-7/+7
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-08patch-ad needed as welladam1-0/+13
2003-12-08Changes 1.4:adam4-26/+28
* 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-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz3-5/+6
2003-12-07Update to 1.2.1.wiz3-11/+17
*** 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-05Updated to 0.82xtraeme3-8/+15
Changes since 0.80: o Fixed a buffer overflow plus another problem in the nick handling code. o Fixed MSN support. o Added the qlist command. o Fixed the Makefile: It doesn't just overwrite files in etcdir anymore. o Fixed a small problem in the auto-reconnect cleanup code. o Added a configuration file. o Added some access restrictions for people who don't want their BitlBee server to be open to anyone. o Added basic support for charsets, which makes BitlBee more useful to people who don't speak ASCII. o Added support for automatic reconnection to an IM-server. o Yahoo! now works again. And more...
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-12-04Update to irssi-icb-0.14nb2 so it works again with irssi 0.8.8.veego3-5/+23
The new irssi package triggered an 'Undefined PLT symbol'. Now we need to link libfe_icb.so against libicb_core.so.
2003-12-04Update to 0.8.8. Fix based on pkg/23560, but not all parts were beveego7-106/+25
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-03Add and enable fisg.xtraeme1-1/+2
2003-12-03Initial import of fisg 0.2.0 from pkgsrc-wip, packaged by Soren Jacobsen.xtraeme5-0/+71
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.