summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-10-10Try to fix a network stream error which has caused Zenicb client unstable.uebayasi4-30/+26
Patch provided by Martin Hauseman with help from Faried Nawaz, the author. Should close PR 21620. While here, merge misplaced patch files. Bump revision to 2.
2003-10-06If libXss exists, use it.mycroft1-1/+6
2003-10-04Update navi2ch to 1.7.1.toshii3-6/+12
No handy changelog was found at the master site.
2003-10-03Conflict with xchat-gnome. Bump PKGREVISION.xtraeme1-1/+4
2003-10-03It's xchat-[0-9]* not xchat-1.[0-9]*xtraeme1-2/+2
2003-10-03Revert previous commit (wiz told me there's no need to CONFLICT betweeenxtraeme4-10/+7
them, because they share the same PKGBASE).
2003-10-03xchat2 can't coexist with xchat{-gnome} and viceversa.xtraeme4-7/+10
Closes PR pkg/23039 by Stefan Krueger. Bump PKGREVISION.
2003-09-30Update to 0.70, to fix Yahoo! support.mycroft2-5/+5
2003-09-30Set GCC_REQD to 2.95.3 instead of setting USE_PKGSRC_GCC. Pointed out byjmmv1-2/+2
Greg Troxel in private mail.
2003-09-28Fix thinko in last commit.tron2-7/+7
2003-09-28Fix GCC 3.3.1 related build problem.tron2-1/+39
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam7-14/+14
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant7-14/+14
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-26Update to 0.69:jmmv4-24/+47
* Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc) support * Added MSN 6 smileys. * Added animated smiley support (Ka-Hing Cheung) * Added SSL support, compatible with GNUTLS and Mozilla NSS. * Added plugin IPC. * Added support for gettext 0.12.x. * Updated MSN support to the MSN Protocol version 9. * Jabber now supports SSL * Yahoo now shows people using the java chat client (Tim Ringenbach) * Yahoo chat and conference (Tim Ringenbach) * Yahoo ignore support (Jesse Farmer (farmerje)) * Yahoo idle times displayed, long buddy lists work, sms users, and other improvements (Tim Ringenbach) * The accounts window now shows offline accounts as greyed out, and online accounts as colored. * Fixed the text replacement plugin. * Fixed all known signal problems in perl. * The right-click menu for conversation tabs now shows the tab icon and status, if tab icons are enabled. (Jesse Farmer) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li, Paladin R. Liu (prliu)) * Czech translation updated (Miloslav Trmac) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Dutch translation updated (Vincent van Adrighem) * Finnish translation updated (Ambrose C. LI (acli)) * French translation updated (Eric Boumaour) * German translation updated (Bjoern Voigt) * Italian translation updated (Luca Beltrame, Claudio Satriano) * Korean translation updated (Kyung-uk Son) * Polish translation updated (Przemysław Sułek, Krzysztof, and Emil) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Portuguese (Portugal) added (Duarte Henriques) * Romanian translation updated (Misu Moldovan (dumol)) * Russian translation updated (Alexandre Prokoudine) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Spanish translation updated (Javier Fernández-Sanguino Peña) * Swedish translation updated (Tore Lundqvist (luntor))
2003-09-24Updated to 0.11.6.1.xtraeme4-15/+15
Sync DESCR, COMMENT and HOMEPAGE with reality. Patch provided by Soren Jacobsen <snj@pobox.com> in PR pkg/22926. Changes since 0.11.6: * Packages are now compressed with bzip2 rather than GNU zip. * (backported from 0.12.0) /names now displays the entire, correct list in all situations, including initial join. * (backported from 0.12.0) Unhandled numerics used in WHOIS now show up in /whois output. * AIM Directory entry is now forced clear on connect. * Messages that are too long to send are now rejected. * Messages that have been rejected by a protocol driver (for example because they are too long) are returned to the sender. * (backported from 0.12.0) The idea of a "generic" window has been removed, and you can no longer /delbuddy someone with an open window (you must /close the window first). * (backported from 0.12.0) New $nameformat and $nameformat_name to control the format names appear as in the window list window, and elsewhere. * (backported from 0.12.0) New $autosort. 0 means no window list sorting, 1 means sort by name, 2 means sort into groups, then by name (this obviates the --enable-experimental-buddy-grouping option to ./configure) * New /status command, including naim version and information about window status. * Online help for /save did not show the file name argument. Fixed. * SIGHUP now re-reads .naimprofile by default. * Possible reference to free()d memory in certain uncommon situations pointed out by Michael Wilson. Fixed. * (backported from 0.12.0) /jump now accepts connection:window syntax (/jump EFnet:#naim works the same as /EFnet:jump #naim). * /open now takes you to newly opened windows, removing the need to /jump after /open. * /closeall now skips windows with queued messages pending. * Potential NULL pointer dereference in Tab completion found. Fixed. * The protocol drivers already take care of populating empty buddy lists when that was a problem, so naim no longer adds you to your own buddy list if you don't have one at startup. * Various cleanups in the HTML renderer to handle stacked tags with missing close tags.
2003-09-23Updated to 2.0.5.xtraeme3-6/+7
Changes: - Updated translations (ca, fi, lt, nl, sk, sv, zh_CN). - Fixed detection of Python 2.3 in configure script (anonymous). - DCC Send file-selection dialog now supports multi-select. - Reset away status after auto-reconnect from a ping timeout. - Perl: Fixed IRC::user_info always matching the first entry. - More C89 fixes for non-gcc compilers (Albert Chin). [781809]. - xtext: now double buffered and flicker free. Also some efficiency tweaks for exposure events and multi-wrapped lines. - Removed buggy numeric 338 support [783945]. - Nick completion in dialogs and channel completion (Jay Cornwall). - Print informative error messages when dcc resume isn't possible. - Fixed performance of dcc recv, send and chat windows. - Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681]. - Fixed lastlog bugs [791220]. - win32: Faster tinting, and uses MMX when in 16 or 32bit color. - Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero). - /IGNORE command and window now have an extra "DCC" category. - Alert user when logfiles fail to open (Jay Cornwall). - Fixed missing underlining of IP numbers (2.0.4 only). - Allow accepting DCC sends from ports below 1024. - Connect to URL given on commandline even if 'No Serverlist on Startup' is off [804648]. - Fixed problem in allocating colors while in 8bit PseudoColor. - xtext: tinting now shades towards your background color, making it usable with white backgrounds. Tints can also use XShm for extra speed with --enable-shm at ./configure time (experimental). - Perl: IRC::add_print_handler callbacks now get parameters in $_[1...x], with $_[0] left for compatibility (Lian wan Situ). - Perl: added command_with_channel command (Alexander Werth) [801711]. - Smaller bug fixes: [798655].
2003-09-19Use 'audioplay' under NetBSD to play sounds, and 'play' from the 'sox' packagejmmv3-2/+36
under other systems. Bump PKGREVISION to 1.
2003-09-19Update to 1.1.12:wiz5-41/+12
# $serverwin([server refnum]) # Major project to replace bad quality C code with high quality C code # ./configure --with-warns # $dccctl(.. FLAGS ..) # $dccctl(.. HELDTIME ..) # $dccctl(.. HOLDTIME ..) # QWORD (double quoted words with double quotes) for alias arglists # Finished off full ipv6 support for dcc. # Current channel-ness is tracked by the channel and not the window. It's now impossible for a channel to be a current channel unless you're on the channel. # /set new_server_lastlog_level default changed to "ALL,-DCC" # $levelwindow([lastlog level]) # $outputwindow([lastlog level] [target]) # /timer.ue alias in 'commandqueues' # %{1}+ status expando acts sort of like %+ # /SET SWITCH_CHANNELS_BETWEEN_WINDOWS
2003-09-19Make build with gcc3. From Jonathan Perkin in PR 22861.wiz3-1/+34
2003-09-18On NetBSD, make the default audio-player "audioplay" instead of "play".wiz2-1/+18
Closes PR 22723 by Steven M. Bellovin.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17Update to 0.7.2, a bug fix release. Requested in PR pkg/22777 by Nate Hill.jmmv4-57/+48
Kopete 0.7.2 (released 2003/09/09) ================================== The MSN plugin now supports the latest version of the protocol. Those people getting messages from Microsoft will no longer recieve those messages and will also not be disconnected when MSN removes support for the older protocols on Oct. 15th. Fix Bug 63416 - Crash: MSN unhandled exception 224 Fix Bug 63404 - MSN causes Kopete crash after a few seconds Fix Bug 63350 - crash during backspacing in chat winwdow Fix Bug 63105 - yahoo chat crashes when switching from unavailable to available Fix Bug 62865 - If I try to delete a contact from my MSN Contact list then Kopete 0.7.0 crashes Fix Bug 62628 - Crash on setting away status (Yahoo Plugin) Fix Bug 62611 - Crashes during typing a message or receiving, or send. Fix Bug 62576 - Crash when mouse move with pressed button Fix Bug 63799 - sounds enabled even if status is 'away' Fix Bug 63622 - Gives wrong tooltip message when user signs off Fix Bug 63612 - Checkbox modifiable in MSN User info Fix Bug 63530 - I can not instant messages from the yahoo plugin Fix Bug 63441 - Contacts from IRC could not be put in groups Fix Bug 62223 - Online sounds made when account goes offline Fix Bug 63659 - "Go Online First" alert is greyed out/disabled Kopete 0.7.1 (released 2003/08/11) ================================== Fix Bug 62210 - ICQ plugin always reports "password was incorrect" Fix Bug 62270 - chatwindow menubar not possible to hid Fix Bug 62278 - delete a account in kopete
2003-09-16chat/zephyr-current was reimported as chat/zephyr.seb18-369/+2
Approved by maintainer, sommerfeld@
2003-09-16Use chat/zephyr/... not chat/zephyr-current/...seb1-2/+2
2003-09-16This is now chat/zephyr not chat/zephyr-current.seb1-2/+2
2003-09-16Reimport chat/zephyr-current as chat/zephyr.seb17-0/+367
Approved by maintainer, sommerfeld@
2003-09-16Sync PLIST with reality.agc2-2/+4
Bump PKGREVISION to 1.
2003-09-16Changes 1.3:adam2-5/+5
* corrupted messages can't make ekg disconnect any more
2003-09-16Sync PLIST with reality.agc4-7/+25
Install files properly, so that a "make install; make deinstall; make install" combination does the right thing. Bump PKGREVISION.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+3
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-04Update HOMEPAGE/MASTER_SITES after the site moved to it's own domain.xtraeme1-3/+3
2003-09-04Update to 0.68, patch provided by Matthew Luckie:jmmv4-7/+20
* Removed the old event system and replaced it with a much better signal system. * Added plugin dependency support. * Rewrote the Perl plugin. All old scripts will break, but it offers a much better API for new scripts. * Yahoo color support (Tim Ringenbach (marv_sf)) * Yahoo and MSN get info support (Nathan Poznick) * Fixed Jabber registrations. * Fixed a problem where pouncing two users with the same name appeared in the same conversation window, and other related problems. (Robot101) * Corrected problems with proxy preferences. * Mailchk.c and simple.c compile again (Paul A (darkrain)) * Catalan translation updated (Robert Millan) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Finish translation updated (Ambrose C. LI (acli)) * German translation updated (Bjoern Voigt) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Norwegian translation updated (Petter Johan Olsen) * Romanian translation updated (Misu Moldovan (dumol)) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Swedish translation updated (Tore Lundqvist (luntor))
2003-09-02NetBSD-current provide iconv(3) functionality in libc notseb1-6/+1
libiconv. Some packages insist on adding '-liconv' during link or assumes the existent of it with they found iconv.h. BUILDLINK_TRANSFORM can handle that. Put it in in libiconv/buildlink2.mk for systematic coverage and remove it from package "Makefile". BTW this fix the build of chat/centericq - and probably others - on -current. Okayed by jlam@.
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
And fix pathname to one of these files.
2003-09-02Remove trailing slash from DESCR, sort USE_* and buildlinks alphabetically.xtraeme2-10/+8
Remove ${VER} noted by jmmv@
2003-09-02Use gnome2-dirs>=1.2xtraeme1-2/+2
2003-09-02Add and enable gossipxtraeme1-1/+2
2003-09-02Initial import of gossip 0.5. Ok'ed by wiz@xtraeme4-0/+90
Gossip is a modern client for the Jabber Instant Messaging system. It aims at making Instant Messaging with Jabber as easy as possible, while giving users of the GNOME desktop a user-friendly way of keeping in touch with their friends.
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-09-01Add NetBSD RCS tagscjep1-0/+1
2003-09-01whitespace fixescjep2-4/+4
2003-08-31Update to 4.9.6:wiz2-5/+5
The internal RSS parser suffered some changes that enabled it to undestand the RDF dialect as well as CDATA values. Some problems related to fetching all the records on every check were fixed. RSS checking delays are now specified in minutes, not in hours. The "Reply" button was removed that used to appear in the message box when reading RSS records. Correct redirect processing was implemented in the HTTP module used to fetch RSS documents. HTTP proxy support was added. So far it's used only for RSS fetching. History lastreads checking was improved. Now centericq shouldn't show the unread messages mark for contacts you communicated with during some clock skews. Auto-reconnect appeared not to work for the ICQ protocol. Fixed. It's now possible to join a Jabber conference by its JID, without a need for a service to be registered on the server. Example: "jdev@conference.jabber.org" in the "Name/Title" field. Since Jabber IDs are not case sensitive, centericq treats JIDs written with capital and small letters the same way. The status change window was improved. Now it has the "All protocol" item on the top along with newly added "Already logged in only". The cicqconv contact list conversion utility was extended with ICQ list support for Trillian written by Vassilios Karakoidas <bkarak@aueb.gr>. Jabber authentification became smarter. If server doesn't support digest authentification, it's not tried anymore. The point was that the new digest practice made it impossible to login into server which didn't support md5 digest auth. Fixed. HTTP proxy support for fetching RSS feeds was fixed. It used to segfault the application in some situation.