summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2002-04-12Allow compiling in perl support for scripts.hubertf1-3/+13
Patch submitted by dawszy@ailuj.openbsd.org.pl in private mail.
2002-04-09Update "xchat" package to version 1.8.8. Changes since version 1.8.7:tron3-274/+2486
- Updated Swedish translation (Christian Rose). - Updated Spanish translation (Antonio de la Torre). - Updated French translation (Olivier Berger). - Updated Slovak translation (Stanislav Visnovsky). - Updated Slovenian translation (Nejc Novak). - Updated Japanese translation (Yukihiro Nakai). - Fixed history OBO error (Lloyd Williams, Elizandro Garcia Roos). - Fixed NLS not working properly under non-gnome build (Hiroyuki Yamamoto). - Backported 64-bit fixes from 1.9.1. - Auto detect socklen_t. - Make nick completion work when completion-char is set blank. - Avoid crash when /set truncchans too low. - win32: Made a built-in OpenURL function that should work on NT too. - Fixed ConnectCmd not being executed after a second connect through the serverlist. - Use nicksuffix prefs in middle-click userlist. - Fixed recursive wildcard match in /dcc send (debian bug 135348).
2002-04-06avoid -0* on alpha which causes as(1) to never finishdmcmahill1-1/+7
2002-04-04Use "suse_linux/Makefile.application" to pick correct SuSE packages.tron2-11/+10
2002-04-03Updated to release from 20020402, many new features and nicer for users.hubertf5-19/+16
Update contributed by Dawid Szymañski <dawszy@arhea.net> in PR 16184
2002-04-03add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} linemrg2-3/+4
in PLIST. now we only have to update VERS=. (thanks nick.)
2002-04-03update to ircii-20020403. highlights include:mrg3-7/+11
o new /on dcc_list hook, for /dcc list output o /dcc list bug fixed o status clock gets very slow bug fixed o fix /window new server foo.com channel #foo,foo o fix build problem on BSD/OS 4.3 o new --disable-non-blocking to turn off non blocking connects o new /load autoquery, to automatically create a new query window when /msg'ing. apparently like mIRC o /whois works on ICB again o multi-server connections should work much better now, including when loaded from a script o new help file for /window where, missing since forever o server "." refers to the last connected server in this window, eg `/window server .' and `/server .'
2002-03-31LP64 fix.dmcmahill2-1/+17
2002-03-31fix nasty LP64 bugs the prevented the pkg from even being compiled (muchdmcmahill4-1/+142
less run). Patches have been feed back to the author.
2002-03-30Update Gaim to version 0.55. Lots of cosmetic changes that make it justreinoud3-6/+9
that bit easier to use...
2002-03-29Update silc-server to 0.8.1. Update provided by the package maintainer,rh3-49/+32
Lubomir Sedlacik <salo@silcnet.org> in PR pkg/16099, thanks! Changes from 0.8 to 0.8.1 ========================= * IPv6 fixes. IPv6 should work without problems now. * Fixed a minor bug in looking up correct client entry in KICKED notify in server. * Don't change the topic if olod topic is same as new one. * Packet relaying is now done by router without any extra memory allocations. * Fixed the INVITE notify handling. It took wrong arguments as invite list and invite delete. * Added check for INVITE, TOPIC_SET, KICKED, CMODE_CHANGE notify types that particular action is allowed by the client. * Fixed a packet sending bug on very high load, where outgoing packet queue wasn't handled correctly and packets got corrupted. * Added checks for maximum length of channel message payload and private message payload also. * Added checks for maximum packet length in server and in client library. * Added new configuration params: version_protocol, version_software and version_software_vendor to specify what version the remote host must at least be to be able to connect to server. The vendor string can be regex matched too. * Added new function silc_server_connection_allowed to check maximum number of allowed connections, and allowed versions for incoming connections. * Added logging of DISCONNECT packet message in the server. * Check for valid socket connection in client entries before sending any messages. Fixes a crash, but doesn't fix some other underlaying bug that is lurking there. * Added support for specifying multiple public keys for Client connection section in server configuration file. This makes it possible to accept multiple public keys from same host, or to make a section that accepts any incoming host, and have the accepted public keys listed in the section. * Added more error printing to logs in server code.
2002-03-29Update silc-client to 0.8.3. Update provided in PR pkg/16098 by therh4-7/+15
package maintainer, Lubomir Sedlacik <salo@silcnet.org>, thanks! Changes between 0.8.2 and 0.8.3 =============================== * Merged with latest Irssi from irssi.org CVS. * Fixed minor IPv6 issues. IPv6 should now work without problems. * Fixed the internal Unix scheduler functions to check for NULL context they may receive. * Changed hardcoded ~/.silc paths to use get_irssi_dir() so you can specify different directory with --home command line parameter. * SILC-specific commands aren't now executed if the active server isn't of SILC-type, so there won't be problems with having IRC and SILC protocol support in same client. Changes between 0.8.1 and 0.8.2 =============================== * IPv6 support was broken with some of the network handling routines. Now they are fixed and every network routine should support IPv6. * Merged with Irssi 0.8.4 from irssi.org CVS. * Added "change" command to KEY command which can be used to change the current channel private key. Bound the command also to alt+K (Alt©hift+k). See also /HELP KEY * Fixed a packet sending bug on very high load, where outgoing packet queue wasn't handled correctly and packets got corrupted. * Added checks for maximum length of channel message payload and private message payload too. * Added checks for maximum packet length in client library. * Fixed the handling of third parameter of KICKED notify, since it was mistakenly updated to SILC Protocol 1.0 even though it is to be included in 1.1. Since it is not in 1.0 it is not mandatory, and this fix now handles it only if it is provided, and it is not error if it is not provided.
2002-03-25Only use the gcc pkg on egcs systemshubertf1-2/+6
2002-03-25Remove commented out gcc dependency that happened in 1.4 version. This reallyjmc1-2/+2
does need gcc 2.95 or greater to work
2002-03-25Turn off debugging when buildingjmc1-1/+2
2002-03-21upgrade to ircii 20020322.mrg3-7/+7
Changes since ircII 20020321: o fix a severe bug in several window information functions
2002-03-21update to ircII 20020321. from the NEWS file:mrg4-67/+12
o /save -all works properly now o new server server groups can be listed in $IRCSERVER by prefixing :group: to the server name, eg, IRC/:lamenet:irc.lamenet.org:666 o fix /set status_voice o add /server -group, allowing proper multi-network configuration o fix tabkey for people who join channels o fix many $functions() to work properly in multi-server context, and no longer use the current window o enhance $ignored() o add missing docs for /set tab, decrypt_program, show_stars and iso2022_support o new /on window_list for /window list output hookery o /window create now takes -xterm and -screen flags to force either a xterm or screen window to be created, rather than forcing the choice o /on flood support for ICB
2002-03-21Update gaim to 0.54.hubertf2-6/+5
Requested by pixel@dnaX.rootsupply.net in PR 15960. Changes: 0.54 (03/14/2002): Rob: Well, here we are. 0.54. We got a lot of fun things in this release. Better working SSI, Image sending, protocol specific smiley faces, and a whole lot of triscuits. *gobble* Sean: We fixed a lot of bugs in this one, and probably introduced a bunch too. ;) We were both really busy, and did all the coding late at night when we were tired, so if something isn't working, it's probably just tired code. Enjoy the triscuits! 0.53 (02/28/2002): Rob: Well, we missed yesterday's release. That's Okay, I head a nasty headache. You can all just deal. ;-) Sean: Neat Goodies! Whee!! Oscar got a lot of great additions. It can do Screen Name formatting, it can save and store your buddy list on the server, it can do typing notifications in Direct Connections, and yes, it can receive IM Images! Sending images will be added in the next release. MSN and Yahoo! can do typing notification too. Hooray!
2002-03-20Update irssi to 0.8.4.hubertf3-12/+17
Patch sent in by Otto Hilska <mutru@cc.hut.fi> in private mail. Changes: v0.8.4 2002-03-13 Timo Sirainen <tss@iki.fi> * Continuing to fix my stupid mistakes... - When a queried nick did a nick change, it might have crashed irssi - read ChangeLog for some other minor changes v0.8.3 2002-03-13 Timo Sirainen <tss@iki.fi> - Perl scripts handling channel parts/kicks/quits printed some errors. - Connecting to IPv6 servers without IPv4 record didn't work - When queries were auto-created by you using /MSG and you had /SET autoclose_query non-zero, the query was always destroyed almost immediately. - Fix to some stupid ircds not sending us 001 numeric, but beginning from MOTD v0.8.2 2002-03-11 Timo Sirainen <tss@iki.fi> * Changed the list of scripts distributed with irssi. Separated example scripts to scripts/examples/ directory. * Hated infobar was removed, the same info is now in topicbar in empty windows. I don't think it would disturb anyone in there. If you still preferred always-empty topicbars, use /SBAR topic REMOVE topic_empty + Added info_eol field to theme. If true, timestamp and server tag are added to end of line, not at beginning. + If -4 or -6 option is used with /SERVER, irssi now forces the connection using the given protocol or fails. + /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP, /VOICE or /DEVOICE matches more nicks than this, -yes option is required. This is trying to prevent accidental massops. Setting it to 0 disables this check. + Supports now correctly servers which use '.' char as channel owner character in /NAMES list. Also supports multiple mode chars, eg. @+nick (if some server actually used it). + Never ignore kick message if you get kicked from channel. + Sending irssi SIGHUP now does a /RELOAD - useful if you accidentally messed up something which doesn't let you do the /RELOAD inside irssi (eg. /SBAR prompt DISABLE). + irssi-proxy: PROXY CTCP ON|OFF - proxy clients can send this command to specify that they want to handle the received CTCP requests. Useful for specifying who gets to handle DCCs. + Added escape_char /BIND command. The next char after that would be added as-is to input line. - Writing lines longers than 1024 chars to input buffer crashed irssi (stupid missing sizeof() bug :) - Some UTF-8 fixes - Better flood protection for lines with >100 chars - Control characters aren't printed as-is in topicbar (or statusbars in general) anymore - /OPER can be now aborted by giving empty password - Netjoin messages were buggy in +channels - Part message parameter for /CYCLE was never used. - Don't send -autosendcmd after /UPGRADE. - /SET autoclose_query - now only last received private message affects when the query is closed, ie. /WHOIS requests or nick changes don't reset the counter. - Foreground ANSI colors weren't working - Deleting one character replaced cutbuffer with that character. Also ^Y leaked memory. - /SCRIPT LOAD looked scripts from prefix/lib dir, not prefix/share where they were actually installed. - Highascii chars in replaces block in theme files could have crashed irssi.
2002-03-19use .packlist for perl library. based on PR 15485itojun2-5/+5
2002-03-19forgot to add patchesitojun1-0/+13
2002-03-19upgrade to 0.4.itojun3-7/+10
changelogs are avialable at http://gonzo.kiev.ua/projects/vicq/ChangeLog-0.4
2002-03-19Remove last part of pre-configure target. It is also not necessary.skrll1-7/+1
2002-03-18add & enable ekgzuntum1-1/+2
2002-03-18Clarify in COMMENT that it's "polish instant messaging system"zuntum1-2/+2
2002-03-18Initial import of ekg-0.20020317zuntum5-0/+58
EKG is an experimental text mode client for a polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. Submitted by Dawid Szymanski in private mail.
2002-03-18need libintlitojun1-2/+3
2002-03-15Provide a Makefile.in patch as well as a Makefile.am one. Remove buildskrll3-3/+18
dependency on autoconf as a result.
2002-03-15Remove some of pre-configure target that is handled by AUTOMAKE_OVERRIDE.skrll1-6/+4
2002-03-14this really wants ncurses (why was this picked up automaticallyhubertf1-1/+2
before? weird world...
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb7-10/+17
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-12Update silc-client to 0.8.1. Changes:hubertf5-35/+15
* Merged Irssi 0.8.2 from irssi.org CVS. * Fixed the USERS command reply to save the user's mode on the channel as well. * Fixed JOIN command reply to check whether a client is on channel already and not join it twice. * The user mode (like server/router operator changes) is now shown on the Irssi SILC client's statusbar. * Fixed -S option parsing in Irssi SILC Client. Contents of key files are shown again correctly. Patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15886.
2002-03-11add & enable ysmzuntum1-1/+2
2002-03-11Initial import of ysm-2.4.2zuntum4-0/+24
YSM is a ICQ v7 protocol compatible terminal based ICQ client. YSM is short for 'You Sick Me'. Provided by Ola Eriksson <ola@mrEriksson.net> in pkg/15707
2002-03-10Fill out COMMENT variable (hi hubert!)wiz1-2/+2
2002-03-10pull in a change from ircii-current:mrg2-1/+57
- add /on flood support for ICB. (ircii) PR#524
2002-03-10add & enable centericqhubertf1-1/+2
2002-03-10Add centericq-4.6.5:hubertf4-0/+56
Text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, and MSN protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Added after prodding by Torsten Hoefler at the 4th Chemnitz Linux-day. :)
2002-03-10update to version 20020310. changes since ircII 20011210:mrg3-13/+11
o fixes for server passwords o fix for linking on solaris o don't send notices that are flooding as if they are public notices o bug fix to keep track of my own nickname o /on foo will now show fuzzy matches again "foo" instead of complaining about ambiguity o /window create should work properly now, no i really mean it this time o random bug fixes o /window create windows now have input buffers that do not interfere with each other o new $filestat() function o /timer is now sub-second aware o raw DCC core dump bug fixes
2002-03-03Update silc-server to 0.8.hubertf5-263/+166
Patches contributed by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15779 Changes from 0.7.9 to 0.8: ========================== * Removed 0.6.x backwards support. * Added `prefer_ipv6' argument to the functions silc_net_gethostbyname[_async]. If it is TRUE it will return IPv6 address over IPv4. If FALSE IPv4 address is returned even if IPv6 address was found. * Added support silc_net_create_connection[_async] to fallback to IPv4 address if IPv6 address could not be used (like if it doesn't work on a specific system). Affected file in * Added `user_count' to the SilcChannelEntry which now tells the number of users on the channel. The user count is now saved in normal server of global channels as well. * Added following new config file settings: channel_rekey_secs, key_exchange_rekey, key_exchange_pfs, key_exchange_timeout, conn_auth_timeout, connections_max, links_max. Implemented all the new config settings handling in the server. Optimized the use of SKE Mutual flag usage. Use it only if connection authentication protocol is not based in public key authentication. * Added new configuration options and blocks: keepalive_secs, reconnect_count, reconnect_interval, reconnect_interval_max, reconnect_keep_trying and require_reverser_lookup. Added ConnectionParam block, and implemented the connection parameters when connecting as initiator and when accepting connections as responder. * Splitted the doc/example_silcd.conf.in. Separated the crypto algorithm parts and created new file silcalgs.conf, that is now included from the example_silcd.conf.in. * Optimized the silc_server_connect_to_router_second to take the connection configuration object from the SilcServerConnection object instead of finding it during the connecting phase. Added the configuration object to SilcServerConnection struct. * Fixed the public key authentication to allocate always the destination signature buffer instead of using static buffer. * Added new Passphrase and Publickey authentication methods to config file, allowing both public key and passphrase based authentication to be set at the same time. Added `prefer_passphrase_auth' setting in config file which can be used to set to prefer passwd auth if both passwd and public key is set. If not set, public key is preferred. This has effect only when being initiator (responder will try both anyway). Added support for authentication with passphrase and public key at the same time. The passphrase is tried first always since it is faster to check. * Merged the new SILC Config library, with the server parsing support. Read the header file silcconfig.h or the toolkit documentation for the news.
2002-03-03Update of chat/silc-client to version 0.8.hubertf6-40/+212
Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15772. Changes: - added support for optional perl support to Makefile - added PLIST.perl for package with perl support enabled - updated MASTER_SITEs - updated patches This version introduces the new Irssi-SILC client which is based in the new Irssi 0.8.1 version. In addition of being entirely new irssi base this version also introduces the perl scripting support. With this scripting support it is possible to create scripts that introduce new features and new commands. It is also possible to create a bot with it. The client config file has changed too. The old "silc.conf" (which was the silc specific config file) is now gone, and the "config" (which was the irssi specific config file) is now renamed as silc.conf, and includes both silc stuff and irssi stuff. So, after installing this new client I suggest removing the old silc.conf file since otherwise when you run the new client it will yell you about the config file. Be warned. When you look at the new silc.conf config file you will see settings like, "crypto_default_cipher", "crypto_default_hash" and "crypto_default_hmac". These are the silc specific settings and you can freely edit them (or use /SET command) to include what ever value you prefer. The default values should fit to all since they are the SILC protocol default ones. Anyway, they are editable if you want to edit, but you don't need to edit them. New commands that this new client introduces is for example /STATUSBAR. With this command you can manage the different bars on the screen. Like, whether to show topic bar or not etc. most significant changes in silc-client since version 0.7.6.2: * Fixed CUMODE_CHANGE notify handling to change the mode of correct client * Allow zero length channel messages inside the Channel Message Payload * The silc_cipher_register, silc_hash_register and silc_hmac_register now checks if the object to be registered is registered already * Merged the new SILC Config library, with the server parsing support. Read the header file silcconfig.h or the toolkit documentation for the news. * Added new Passphrase and Publickey authentication methods to config file, allowing both public key and passphrase based authentication to be set at the same time. * Added `prefer_passphrase_auth' setting in config file which can be used to set to prefer passwd auth if both passwd and public key is set. If not set, public key is preferred. This has effect only when being initiator (responder will try both anyway). * Added support for authentication with passphrase and public key at the same time. The passphrase is tried first always since it is faster to check. * Fixed the public key authentication to allocate always the destination signature buffer instead of using static buffer. * Add the client on channel after it was resolved at the channel message receiving, and it was not already on the channel. * Fixed command line parameter handling. All SILC initialization is now done in silc_core_init() which also fixes autoconnecting to servers. * Rewrote the notify handling in Irssi SILC client to not call the events as signals. Fixes problems with Perl support. * Send the auto-nicking NICK command in client library with little timeout after connecting. * Fixed padding problem in PKCS#1. The padding was not actually random since the random number generator was used incorrectly. This security bug affects only when encrypting with PKCS#1, and it is not currently used at all in SILC. SILC only use signing with PKCS#1. * Fixed a NICK change bug in client library, to not recreate the client_entry->channels hash table everytime nick is changed. * Fixed NICK change printing in Irssi SILC Client. Fixed KICKED notify printing in Irssi SILC Client. * Fixed the lib/silcsftp/sftp_fs_memory.c to use silcutil routines instead of calling directly OS routines. * Added proper initializations to silc's irssi code, so it's now possible to load it as module. * Added silc_schedule_reinit function to do the enlarging of the max tasks handling capabilities of the scheduler. * Added `prefer_ipv6' argument to the functions silc_net_gethostbyname[_async]. If it is TRUE it will return IPv6 address over IPv4. If FALSE IPv4 address is returned even if IPv6 address was found. * Added support silc_net_create_connection[_async] to fallback to IPv4 address if IPv6 address could not be used (like if it doesn't work on a specific system).
2002-02-21regenwiz1-5/+1
2002-02-19have USE_INET6itojun1-1/+4
2002-02-18Introduce new framework for handling info files generation and installation.seb2-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-17Update silc-client to 0.7.6.2. Changes:hubertf3-31/+17
- Fixed a bug in hash table tarversing. - Fixed private message handling. - Fixed the channel message payload decryption in the function silc_channel_message_payload_decrypt to not modify the original buffer before it is verified that the message decrypted correctly. Otherwise, next time it is called with correct channel key it won't encrypt since the payload is corrupted. - Fixed SILC_LOG_ERROR and SILC_LOG_WARNING - Fixed the event_mode CMODE handler to not crash when mode is changed and +k mode is set in the channel. - Added SILC_CLIENT_FILE_KEY_AGREEMENT_FAILED file transfer error than can occur while key agreement protocol. - Fixed the file transfer's key agreement payload to include zero port also if the hostname is NULL because it could not be bound. - Call file transfer monitor callback now also if error occurs during key agreement protocol. - Check that the file exists locally before sending the file transfer request at all. Patch contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15630. SSH Secure Shell 3.0.0 (Build 199) Copyright (c) 2000-2001 SSH Communications Security Corp - http://www.ssh.com/ This copy of SSH Secure Shell is a non-commercial version. This version does not include PKI and PKCS #11 functionality. This program uses RSA BSAFE® Crypto-C by RSA Security Inc. Last login: Mon Feb 18 00:10:56 2002 from pd9eb5184.dip.t- NetBSD 1.5.2 (SMAUG) #9: Tue Sep 18 17:12:07 MEST 2001 *** Welcome to smaug.fh-regensburg.de! *** , , /( )` This machine is hooked up to the net to support \ \___ / | development and evaluation of NetBSD. /- _ `-/ ' Unauthorized access is ILLEGAL! (/\/ \ \ /\ Welcome to / / | ` \ NetBSD V1.5 O O ) / | Administration: Hubert Feyrer \ `-^--'`< ' <feyrer@smaug.fh-regensburg.de> (_.) _ ) / `.___/` / `-----' / --- NOTICES --- <----. __ / __ \ within the next week. Note <----|====O)))==) \) /==== access to serial console is <----' `--' `.__,' \ revoked! | | 011008 - Broken RAM module removed, \ / (FL) NetBSD 1.5.2 kernel booted. ______( (_ / \_____ Sorry for the downtime! ,' ,-----' | \ `--{__________) \/ smaug% screen -x bsd3 drwxr-xr-x 3 feyrer cvs 512 Feb 18 00:04 patches yui# Als Als: Command not found. ^O^R ^@^@P^@^@^@ ^@^@^@^H^@^@^@þB^B­I@^A ^F^@þB^B¼o@^A ^A þB^BÒo@^A È^A þB^BÄo@yui# yui# CVS/ Makefile PLIST distinfo.orig DESCR Makefile.orig distinfo patches/ yui# o@B o@B: Command not found. yui# yui# yui# CVS/ Makefile PLIST distinfo.orig DESCR Makefile.orig distinfo patches/ yui# pwd /disk1/cvs/pkgsrc/chat/silc-client
2002-02-17Update irssi to 0.8.1.hubertf7-102/+27
Patch submitted by Otto Hilska <mutru@cc.hut.fi> in private mail. Changes: v0.8.1 2002-02-17 Timo Sirainen <tss@iki.fi> * Expected bugfix release :) Worst thing was that I forgot always to debug why /cat /dev/urandom crashed irssi. Well, found two ways that could make it happen. - Irssi was linked with -lcurses AND -lncurses - Logging could have produced GLib errors with certain conditions - A few compiler warnings fixes v0.8.0 2002-02-17 Timo Sirainen <tss@iki.fi> * I really should make releases more often. Once in every two weeks used to be nice. Maybe once in a month would be good now. There was many reasons why this release took this long .. first being addicted to books, then life stuff, then it took forever to figure out that irssi was crashing under solaris (and not because of one of the big changes I made while moving to IRC from solaris box). And now.. well, after this release I'll start working more with the yet another irssi rewrite :) The code is getting too ugly again, and some things need rewriting to support some new features more easily. It will take a while to get it all done, so I'll try to keep updating this "stable" irssi as well. There's too many changes since 0.7.98.3 (and .4 which was just minor bugfix), about 6600 lines in ChangeLog. I'm not going to read all that, so I'll just list the biggest changes that I can remember now. This version was supposed to be called 0.7.99, but since there were so many changes, and I originally though of putting 0.8.0 out long time ago, and 0.7.100 would look stupid, I guess it's time for 0.8.0 :) + /UPGRADE - upgrade irssi to new version on-the-fly without disconnecting from server, so other people won't even notice you quit from IRC. This ONLY executes the new binary, it does NOT download/compile/whatever irssi. + UTF-8 support with /SET term_type UTF-8, default is "8bit". It's also automatically detected from system locale (if supported). + Fully configurable statusbar. Yes. FULLY. Don't bother asking if something could be done with it, it can, just ask how. Well, there's a few things I didn't have time/energy to finish: window-specific statusbar groups and support for multiple input lines in screen. + Rewritten keyboard handling. No more the CTRL-X and ALT-x handling, now you can create whatever keyboard combinations your terminal can send to irssi. + Rewritten text buffer (scrollback) handling. + Irssi doesn't depend on curses anymore, so it can be installed anywhere a working terminfo/termcap exists. This also allows us to use all the possible colors terminal has (curses limits to 64), so eg. %0 is now always black background, not the default terminal background (%n). Several systems have also terminfo/termcap database that doesn't support colors, so I've added /SET term_force_colors option to force ANSI-style colors. Note that eg. BitchX does this by default. Getting rid of curses allows also one great thing for you people copy&pasting long urls :) If a long word gets split to two lines, doubleclicking the word selects it from both lines. + Rewritten server event redirections. Before it was pretty easy to mess up irssi's expectations of what server sends, and some things might have stayd in the buffer forever. Especially notify lists messed up /WHOIS requests for the notified people. Now all this should be history and it's a lot easier for scripts to use the redirections as well. + New ICB chat protocol plugin - very basic and doesn't support nicklist, but works. :) + --home and --config parameters to specify alternate ~/.irssi directory or config file. + Scripts can be unloaded separately with /SCRIPT UNLOAD. You can get a list of runnning scripts with /SCRIPT. + /SERVER PURGE [<target>] - purge the output buffer (for given target). Useful for example if you accidentally paste 100 lines :) The buffer is automatically purged if you get kicked from channel, or if you /PART the channel and there's more than 10 lines in output buffer.
2002-02-17Update chat/gaim to 0.52. Relevant changes from version 0.50 include:jlam4-31/+33
* Better buddy icon transparency (thanks SeanEgan) * Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) * Various jabber bug fixes/enhancements (JSeymour) * Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) * Option to only send auto-response while idle (thanks Sean Egan) * Control time between sending auto-responses (thanks Mark Doliner)
2002-02-15mkdir -> ${MKDIR}skrll5-20/+20
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-07Add location where snapshots maybe found, as this package tracks thejlam1-2/+3
snapshot "release" of naim.
2002-02-06pkglint.tv1-2/+2