summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-12-03Update to 0.74, provided by Matthew Luckie. Together with the update, add ajmmv3-8/+24
patch to allow gaim connect to MSN using OpenSSL, instead of gnutls. version 0.74 (11/25/2003): * Sort-by-size log sorting fix * Log directory umask fix for users of gaim-remote * Fix Jabber room creation on MUC servers. * Vietnamese translation added (T.M.Thanh,M.D.) version 0.73 (11/21/2003): * New Logging format and code: * fixes i18n issues with logs * compatible with old logs * hopefully fixes segfault in viewing logs * New disconnected account dialog (Thanks, Daniel Atallah) * Fixes several Jabber bugs * Fixes the bug where some dialogs would crash when spell checking was enabled. Closes #827930. * Fixed unblocking of users in MSN (Robert Mibus) * Fixes outgoing mobile pages on MSN. * The border on the close buttons on inactive tabs are no longer shown, thanks to a fix used by Galeon. * Compatible with autoconf 2.58. * Cleaned up gtkspell-related code (Robert McQueen) * Changed the parameters for the received-chat-msg signal. * Added a Release Notification plugin * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Finnish translation updated (Arto Alakulju) * French translation updated (Eric Boumaour) * German translation updated (Bjoern Voigt) * Hindi trnaslation updated (Ravi (raviratlami)) * Italian translation updated (Claudio Satriano) * Norwegian translation updated (Petter Johan Olsen) * Polish translation updated (Emil Nowak) * Serbian Latin translation updated (Danilo Segan) * Swedish translation updated (Tore Lundqvist (luntor)) version 0.72 (10/31/2003): * Added a search feature to conversations. * Added an option to remove the formatting toolbar, both globally and on a per-window basis (Nathan Fredrickson) * Added a drop shadow to the buddy list tooltip * Smileys are copyable * Fixed the ICQ login crash * Fixed a crash in the Add Chat dialog when selecting an account that doesn't support chats. Closes bug #821606. * Fixed a bug where new MSN accounts without buddies added wouldn't connect. * Fixed a crash when deleting an account that has IMs or chats open. Closes bug #821630. * Smileys have background colors * If SSL is not enabled, MSN will load, but error on connect. * Disable Jabber SASL auth until the standard stabilizes * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Czech translation updated (Stanislav Brabec, Miloslav Trmac) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Dutch translation updated (Vincent van Adrighem) * Finnish translation updated (Arto Alakulju) * French translation updated (Eric Boumaour) * German translation updated (Bjoern Voigt) * Italian translation updated (Claudio Satriano) * Korean translation updated (Kyung-uk) * Portuguese (Portugal) updated (Duarte Henriques) * Romanian translation updated (Misu Moldovan) * Russian translation updated (Alexandre Prokoudine) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Spanish translation updated (Javier Fernandez-Sanguino Pena) * Swedish translation updated (Tore Lundqvist (luntor))
2003-12-02Upgrade to 0.11.6.4. Soren Jacobsen: PR 23617.xtraeme2-9/+10
Changes: * Small cleanups to prevent mIRC colors in /whois from disturbing other screen text. * In some circumstances, /open buddyname could cause multiple windows to open for buddyname in IRC and Lily. Fixed. * /groupbuddy will allow Tab completion for existing buddy names. * (backported from 0.12.0) New $showraw. If non-zero, messages that are not understood by the protocol drivers will be displayed in the :RAW window. * The recvfrom chain no longer stops execution when incoming private/public messages are displayed. This allows hooks from modules to have a weight heavier than 150. * In some situations, AOL's servers can forcibly remove you from chat rooms. naim will now automatically rejoin them, re-creating them if need be. * More small cleanups in the HTML renderer. * The dtime() routine did not allocate enough space for some possible strings, causing displeasing truncation. Fixed. * In certain situations, $-variable expansion could result in an improperly-terminated string, causing out-of-bounds memory access. Fixed.
2003-12-02Regen.jmcneill1-1/+2
2003-12-02Make BitchX compile with GCC3jmcneill1-0/+13
2003-11-27PKGREVISION++salo2-5/+5
Sync with the silc-client update.
2003-11-27Update to version 1.0salo3-6/+10
Changes: - disable perl support. it's broken and needs patches for lang/perl5[8] which won't be applied during the freeze 1.0: ==== - Help file updates.
2003-11-25On Solaris link with socket and nsl libs. Fixes build on Solaris.cjep1-1/+4
2003-11-21Replace -p with --pid-file in startup script, reported by Michael Pasternakxtraeme2-3/+4
pkg/23527. Bump PKGREVISION.
2003-11-18PKGREVISION++salo2-5/+5
Sync with the latest silc-client update.
2003-11-18Updated to version 0.9.16.salo3-9/+9
Changes: - Fixed the file transfer (see /HELP FILE) session accepting and closing. - Fixed nickname formatting to not mess the /NAMES command output. - Fixed MIME header parsing to not show extra characters in the MIME type name. - Several other bugfixes were made. - Removed RC6 algorithm from distribution. - Added /LISTKEYS help file (see /HELP LISTKEYS). - Implemented optimized RSA algorithm for faster private key operations. Private key operations are now at least 30% faster. Note however that, this optimization works only with newly generated key pairs. Unfortunately, it is not possible to transfer the old private key to the new optimized format. There is no compatibility issues with old or new private keys (new private keys work with older SILC Clients as well, but they are slower to use). - Implemented support for searching users in the network by their public keys using WHOIS command. Note that, this feature will work only with upcoming SILC Server. Current SILC Server 0.9.15 or older does not support this feature. See the /HELP WHOIS for revised help information on searching by public key. Examples: To search nickname 'nick' that has the specified public key, give: /WHOIS nick -pubkey /path/to/the/public_key.pub To search all usesr that has the specified public key, give: /WHOIS -pubkey /path/to/the/public_key.pub This search feature is the first search feature that uses the Requested Attributes in WHOIS to base on the search or to narrow down the searched values.
2003-11-18Apply patch from Martin Ehmsen via lha@ in PR pkg/23426 to make psi workxtraeme3-3/+66
with gnupg-1.2.3. This also closes pkg/23416 by Steven M.Bellovin. Bump PKGREVISION.
2003-11-13Don't (unnecessarily) include "varargs.h" which breaks the build ontron2-8/+15
platforms which use GCC 3.3.x.
2003-11-12PKGREVISION++ after openssl update.jschauma5-8/+10
2003-11-12PKGREVISION++ due to devel/popt update.salo5-10/+10
2003-11-01PKGREVISION++salo2-5/+5
Sync with the latest silc-client update.
2003-11-01Update to version 0.9.15.salo4-8/+10
- added dependency on p5-File-MMagic if perl support enabled (for MMSG support) Changes: - Fixed race condition between silc_client_init and my_silc_scheduler. - Take reference of the socket in the parser context, as it's possible to have the parsers in queue after the socket is disconnected and this may cause crash. - Check that packet queue purging was successful. - Optimized the socket referencing in packet routines. - Resolve the IP for file transfer listener from the connection socket. - Added LISTKEYS command which can be used to list server and client public keys from the ~./silc directory. See /HELP LISTKEYS. - Improved the MMSG command. It now supports the target so it can be used to send private messages too without opening a windows. It also detects the MIME type now automatically. Support for digitally signing the messages was also added. See /HELP MMSG, the help file is there now. :) Replace the old silc-mime.pl script with the new one to take advantage of all new features. - Added /MMSG command help file.
2003-11-01Updated to version 0.9.15.salo2-5/+5
This release focuses especially fixing the remaining MAC failed errors that people have been experiencing and the infamous Error in select() error which should now finally be gone. Upgrading is strongly recommended. Changes: - Fixed KICK command to not send the command reply twice. - Fixed the QoS unregistering to avoid the errors in select() for invalid socket connection. - Fixed the rekey protocol timeout handling - Fixed the packet processing to avoid clearing QoS data underneath the QoS.
2003-10-31GNU grep is required to build xchat on Solaris.gavan1-1/+2
2003-10-30fix a couple of typos, drop complexity level of a sentence so that itgrant1-5/+5
reads better.
2003-10-30Update to 0.11.6.3, provided by Soren Jacobsen in PR 23312:wiz2-5/+5
Summary of changes from 0.11.6.2 to 0.11.6.3 [2003-10-29] ============================================ [pkg fea] More Makefile rewrites for improved compatibility. [FT bug] Long-standing connection-deletion routine has been addressed. This is a partial backport of the complete rewrite for 0.12. [FT fea] Incoming messages containing links to www.candidclicks.com are automatically ignored and the sender is automatically warned. [FT bug] Several memory leaks have been corrected. [Lil bug] When someone retitles a discussion, a window would be opened for it even if you were not a member. Fixed. [Lil bug] Potential buffer underflow in signon code identified. Fixed. [Lil fea] New line-receiving code backported from 0.12. [Lil fea] New line-parsing code backported from 0.12. [UI bug] Potential use of uninitialized buffer in statusbar code identified. Work-around implemented. [UI bug] If two windows had identical presentations due to modifying $nameformat/$nameformat_named, Tab would stop working. Fixed. [UI bug] When leaving a chat generated an error, partial stack corruption occurred. Fixed. [UI bug] Double-join protection kept users from joining channels with an open window that they were not actually inside. Fixed. [UI bug] Potential heap corruption from realloc()ing a string and then copying it into itself identified. Fixed. [UI FEA] New key-handling code dramatically improves responsiveness for laggy connections and when pasting large blocks of text.
2003-10-27PKGREVISION++salo2-5/+5
Sync with silc-client update.
2003-10-27Updated to version 0.9.14.salo3-6/+7
Changes: - Fixed a crashbug that occurred frequently when joining and leaving channels. - Fixed a crashbug in secure file transfer. - Several other bugfixes were made. - Introduction of multimedia message sending and reception. A perl script silc-mime will introduce a new command MMSG, which can be used to send MIME messages. This enables users to send for example images and other messages. The SILC Client will automatically launch the application that is able to view the message. To start the script give command /script load silc-mime. It will try to find a mailcap file which defines the MIME types and applications that can show the MIME messages. If you want to receive MIME messages you will also need to load the script. To send a messages use /MMSG command. Give for example /MMSG -channel foobar /path/to/file.gif to send a GIF image to channel foobar. A shortcoming in the MMSG command makes it impossible to send private messages without first opening a window for the query. This will be fixed later.
2003-10-26Remove lmme.wiz9-96/+1
The package does not work with MSN any longer due to protocol changes, and the last activity on the author's part was about 19 months ago, according to cvsweb. Requested by Ben Collver, the maintainer.
2003-10-26Update to 0.6.11.2, provided by Soren Jacobsen in PR 23272.wiz2-5/+5
Selected changes since 0.11.6.1: * When supplied with an extra-long nickname on sign-on, some IRC servers silently truncate the nickname to fit into their limits. This confused FireTalk. Fixed. * The /topic command sent a non-existent /TOPIC command to the server instead of the proper /RETITLE command. Fixed. * Several Makefiles have been rewritten for improved compatibility. * Potential buffer overflow in spelling correction code identified. This is thought to be responsible for several reports of the recvfrom chain "losing" its hooks, stopping incoming messages from being displayed to the user. Fixed. * Small improvements to the HTML renderer.
2003-10-25Make this compile with gcc 3.3.kristerw2-1/+17
Solves PR pkg/23169.
2003-10-24A new BETA is out, i2cbd-2.0_BETA1. Update pkg accordingly.jwise3-17/+7
Changes are minor -- compiler warning fixes from GCC3, and better log messages.
2003-10-18Update to 0.7.3: the main purpose of this release is to fix the bug thatjmmv3-6/+32
caused the Yahoo plugin to stop working. Other bugfixes are also included as well (as I could see, locales are installed again, the main window appears properly, while in the previous version it got hidden misteriously, etc).
2003-10-18Update to 0.71 (main reason is to add missing dependancies to fix connectionjmmv3-6/+22
to protocols that use SSL): * The right-click menu for e-mail links now presents a "Copy E-Mail Address" item * Fix sort by idle to behave as it did pre-contact support (David Smock) * Display AIM away messages in the tooltip for buddies when they are away * Support for Buddy Comments for AIM and ICQ buddies * Window icons are now set as buddy icons or status icons * Get User Info in MSN and Yahoo now return an error indicating that the information doesn't exist if the profile is empty (parts by Nathan Poznick) * Added startup notification support for window managers that support it. * The protocol icon for an account in the accounts window will now "pulse" when signing the account on. * Zephyr formatting fixes (Arun A. Tharuvai) * Zephyr can connect to chats (Karsten Huneycutt) * SSL support can now be provided by third party plugins. * Multiple copies of gaim installed at different locations no longer attempt to load the same, possibly incompatible plugins (Robert McQueen) * Implemented another new Yahoo! authentication method * Fixed a bug displaying Chinese MSN messages (Ambrose C. LI). * Additional fixes and checks for the perl build process (Sean Burke). * Massive core/UI splitting. * Re-write of Jabber protocol plugin * Conversation API changes. * Some plugins must be updated due to code variable changes, function name changes, and change of behavior for certain functions. * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Czech translation updated (Miloslav Trmac) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Finnish translation updated (Ambrose C. LI (acli)) * French translation updated (Eric Boumaour) * Italian translation updated (Claudio Satriano) * German translation updated (Christian Weyer, Bjoern Voigt) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Swedish translation updated (Tore Lundqvist (luntor)) Fixes PR pkg/23173 (connection problems to MSN); initial patch provided by Matthew Luckie in private mail.
2003-10-18Bump revision due to gnutls update (libtasn dependency removed).jmmv1-2/+2
2003-10-16Updated to version 0.9.14.salo7-53/+24
This version is a major upgrade release and everyone running older version is strongly recommended to upgrade to this version. This version introduces several bugfixes, security fixes and bunch of new features. This also completes the development work for the SILC protocol version 1.2. Changes: - removed patch-ac, merged into distribution - create server keys with strict permissions 0.9.14: ======= - Several bugfixes and security fixes were made. A major remote exploit was also fixed. - The SILC Server now ignores SIGXFSZ and SIGXCPU signals which will terminate the process if they occur. They can occur in poorly configured environment. - Fixed SERVER_SIGNOFF notify handling which caused ghosts to remain in the network. - Fixed inviting and banning by public key. Fixed invite and ban string handling. Implemented SILC 1.2 complying invite and ban data distribution between routers and servers. To also comply with SILC 1.2, prohibited using '@' and '!' characters in invite and ban strings. - Support for channel public keys added. A new feature in SILC 1.2, that allows join authentication using digital signatures. Use the latest SILC Client to take advantage of this feature. - Support for SILC 1.2 backup protocol. This version introduces rewritten version of the backup router protocol. The purpose of the backup router protocol is to prevent servers from splitting from the rest of the SILC network if the primary router becomes unresponsive. There are no changes to the configuration of the backup router support, and old configurations will work with this version too. This version is now able to detect much better different network failure situations and understand how to work with them. The servers are now able to actually detect when the backup router can/must be used. They are also able, in case of error in backup router protocol, to resume back to either to the backup router or to the primary router, and always recover from desyncs automatically (usually within 60 seconds). - Support for command reply error arguments was added. This allows clients to better handle error conditions within command execution. - The founder public key distribution now complies with the SILC 1.2.
2003-10-16PKGREVISION++salo2-5/+6
Sync with silc-client update.
2003-10-16Upated to version 0.9.13,salo6-56/+29
Changes: - remove patch-ab, merged into distribution - cleanups in Makefile 0.9.13: ======= - Lots of bugs was fixed. Also several security bugs has been fixed. - Inviting and banning now works with a public key. Fixed also banning with nickname (example, /ban +nickname). - Support for channel public key authentication added. The CMODE command has a new option 'C', which can be used to add and remove channel public keys on the channel. The channel public keys work the same way as the channel passphrase. Only the person posessing the corresponding private key of the public key added on the channel is able to join the channel. It is possible to add multiple channel public keys to the public key list. Give /HELP CMODE to see how to use the command. If the /CMODE +C is given without arguments you will get list of current channel public keys. This feature works only with new SILC Server 0.9.14 an newer. You will also need to be channel founder. - Automatic lag detector, to detect lag between your client and your server. The lag (if any) is displayed on the status bar. - /ME, /ACTION and /NOTICE now fully supports UTF-8 text messages. - Using '@' and '!' characters in invite and ban strings is prohibited. Those characters cannot be anymore used as part of invite and ban strings. - Better caching of old channel keys (for period of 10 seconds) to avoid loosing any channel messages.
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-2/+2
2003-10-11add -lX11 to LDFLAGS.IRIX. fixes build on, well.. IRIX.grant1-1/+3
fixes PR pkg/22591 from Bas van Oostveen.