summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-2/+3
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-22Unused, I think.wiz1-49/+0
2002-09-21buildlink1 -> buildlink2jlam1-4/+4
2002-09-21Finish incomplete buildlink1 -> buildlink2 conversion accidentallyjlam2-7/+7
committed with the last set of changes.
2002-09-21Strip the ".buildlink" from the names of the python application andjlam2-14/+16
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-7/+8
2002-09-21libyahoo-authors.h was accidentally left out in the update...restore it.jlam2-2/+6
2002-09-21libyahoo now has shared libs, so match libyahoo.*, not just libyahoo.a.jlam2-4/+4
2002-09-20Belatedly note that the example rc.d file moved to ${PREFIX}/etc/rc.d.jlam1-2/+2
2002-09-20kyahoo has been removedjlam1-2/+1
2002-09-20kyahoo is dead...superseded by kyim.jlam7-108/+0
2002-09-20Add and enable chat/kyim.jlam1-1/+2
2002-09-20Initial import if kyim-1.0.jlam4-0/+81
KYim is an instant messenger for Yahoo! networks. It supports basic connection to the Yahoo! Networks system, and connection through HTTP proxies, allowing you to: * manage your buddy list (add/remove buddies) * chat with your buddies by instant messages * send messages to your buddies when they are off-line * take part in conferences * have information about your Yahoo! Mail (is there mail waiting?) * receive incoming file transfers KYim is the successor to KYahoo, which is no longer maintained.
2002-09-20Update chat/libyahoo to 0.18.4. Changes from version 0.18.2 are forjlam5-19/+19
thread-safety, to build a shared library, and a very minor bug fix.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-12/+7
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-17Add & enable liece.uebayasi1-1/+2
2002-09-17Initial import of Liece 1.4.8, another IRC client for Emacs/XEmacs.uebayasi4-0/+153
Liece has many advanced features, atractive user interface, and is being actively developed.
2002-09-17irchat -> irchat-pjuebayasi1-2/+2
2002-09-17Move to chat/irchat-pj, which reflects the original package name and moreuebayasi6-117/+0
appropriate. Pointed out by Yoshiyuki Haraoka.
2002-09-17Reimport irchat-pj as chat/irchat-pj instead of chat/irchat.uebayasi6-0/+117
2002-09-15Declare zenicb is okay for XEmacs 21.{1,5}.uebayasi1-1/+4
2002-09-14Maintainer update of chat/silc-server to version 0.9.5. Changes:hubertf8-95/+103
buildlink->buildlink2 Main changes from 0.9.2 to 0.9.5 ================================= * Use the primary router as the origin of the locally connected server when it is disconnecting from the backup router since that's where it really is coming from. Now the clients from the disconnecting server are removed correctly and "shadow" clients are not left to the backup router. * If normal server is standalone and found existing but disabled channel, do not re-create the channel since it creates duplicate same channels. * Added anonymous client connections support to server. New "anonymous" configuration option to ConnectionParams section added. If set to true, the username and hostname information of the client will be scrambled and anonymous user mode is set automatically to the user. * In JOIN notify handling, mark that the cache entry of the client cannot be expired. Can cause crashes on normal server (asserts client->channels). * Added silcd configuration option Timestamp in the Logging section. * Fixed fingerprint checking to check for entirely empty fingerprint instead of two first bytes when determining if it is set. * Remove server/router operator privileges in DETACH command, since it's possible to resume to server where these privileges would not be allowed. * Do not re-create channel keys and send them when removing clients in server shutdown. * Completed backup router support for standalone routers. Supports also servers in the cell that do not use the backup at all. Server/router operator now receives notify when network switches to backup router and when it resumes the use of primary router. * Added -D option to server. It can be used to give debug level. The levels are from 0 - 99, and are predefined for smooth server debugging. Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18278.
2002-09-14* Prefix PKGNAME with "xemacs-" if the package is for XEmacs.uebayasi3-6/+3
* Do the trick in mk/emacs.mk instead of each package's Makefile.
2002-09-13Use mk/emacs.mk.uebayasi7-75/+153
2002-09-13update to ircii 20020912. changes are:mrg3-8/+8
o /join group can now move an ICB group to a different window o add ICB support for /join -force and /join -invite o echoing bold / inverse / underline chars immediately after one another now works properly in all cases o DCC and IPv6 now works. ircII can DCC CHAT via IPv6 with irssi o new /set dcchost to change the dcc source host. this changes what the -H flag sets at start up o IPv6 support split into pure-IPv6 and new socket API support, with replacements for the latter being provided if they do not exist. PLEASE NOTE: this may cause ./configure or build failures due to gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(), inet_pton() or inet_ntop() lossage. please report via ircbug o /dcc talk, /dcc summon, and /dcc tmsg are no longer supported o /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all now provide the target of the /on as $1. PLEASE NOTE: this will affect old scripts. use if (V > 20020902) to check for the new behaviour o nearly all reported bugs fixed o /xecho -level should now work for channel traffic as wel. PLEASE NOTE: this will probably cause some messages to go to a different window now than they used to - possibly a bug! please report any such changes that do not seem correct o connections to multi-homed hosts not listening on all IP addresses now works in all cases o new /setenv & /unsetenv commands o /log core dump fixes o help file fixes o new `fkeys' script to make it possible to bind function keys o irc -t is now the default. use -T to get ti/te sequences o long ICB messages are now always split up correctly o various minor bug fixes o 2.8script/newaway/default scripts "n.o" alias unified
2002-09-12Update chat/silc-client to version 0.9.5.1. Changes:hubertf4-35/+38
buildlink->buildlink2 Main changes between 0.9.2 and 0.9.5.1 ======================================= * Do not set the locally resolved hostname for local client entry but take what server sends. This way the real hostname is shown in WHOIS for yourself. * Fixed duplicate PKCS name registering to not allow it. * Enabled SIM support on *BSD systems. * Fixed buffer overflow and security problems (loosing bits in CFB encryption) in SILC RNG. * Fixed buffer overflow with CUMODE mode->mode character conversion. * Fixed a crash in client libary in NICK_CHANGE notify when NICK_CHANGE arrived for client entry we are resolving currently. * Don't do SILC_STRING_LANGUAGE encoding if the outbuffer is NULL since it seems that on some platforms NULL is allowed and on some it's not. Fallback encoding is used instead. * Fixed a bug in Irssi SILC client to close the connection properly when disconnecting from server. Handle local errors correctly during resuming. Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 18277.
2002-09-12Standardize.wiz5-15/+16
2002-09-12Fix RCS Id.wiz1-1/+1
2002-09-12Include "application.buildlink.mk" to get Python support working again.tron1-1/+2
This obviously got broken when the "xchat" package was split.
2002-09-11Convert to buildlink2. Remove some more dirs, if possible.wiz2-11/+15
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-2/+2
[major bump in gtk--].
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz6-9/+13
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-09Add patch that might fix pkg/17715, submitter never replied.wiz2-1/+15
2002-09-01Update epic4 to 1.1.6, including native IPv6 support.wiz3-31/+23
Closes pkg/13851. Other new features (excerpt, full list at http://epicsol.org/?page=project): SSL support, improved /queues, /lastlog -file (redirects lastlog output to file), ~/.epicrc, /autoget, and lots of other stuff.
2002-08-31Unused.wiz1-60/+0
2002-08-28Update gaim and gaim-gnome to 0.59.1. This update is based on work byjlam7-28/+57
Curt Sampson. Relevant changes from version 0.59 include: * Fixed a security bug in the manual browser setting (Thanks Robert McQueen) * Will work with Perl 5.8 (thanks, Timothy Lee and Dan Colascione) * Fix for HTTP proxies (thanks, Ethan Blanton) * Read proxy environment variables. (thanks, Christian Hammond) * Use the pretty gaim.png for our menu entry. The new iconv() support has been explicitly disabled for now until I can get it right across both packages.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam10-52/+31
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-0/+53
buildlink2.mk files back into the main trunk.
2002-08-19Update "xchat" and "xchat-gnome" package to version 1.8.10. Changestron6-1810/+11
since version 1.8.9: - Fixed Russian translation errors (Anton Farygin). - Included missing Polish po file. - Updated Traditional Chinese translation (Kevin Peng). - Updated Catalan translation (Antoni Bella). - Added Vietnamese translation (pclouds). - Fixed crash on large notify list. - xtext: minor speedup tweaks. - xtext: fixed copy on Solaris (don't use "CLIPBOARD" atom). - Fixed /query #foo, /join #foo crash. - win32: added (slow) tinted transparency. - Added mIRC's passive dcc support, receiving only (Richard Fuchs). - Added basic HTTP proxy authentication support (Anton Voloshin). - Don't open window beyond the size of virtual desktop size (Jason Wies). - Fixed GTK warnings apon saving userlist-buttons when a query tab was open (Lloyd Williams). - Use $datadir/locale for LOCALEDIR (Albert Chin-A-Young). - Some C89 fixes (Albert Chin-A-Young).
2002-08-09on systems with ecgs, use the gcc package to avoid a c++ compiler bug.dmcmahill1-1/+7
fixes recently noted compile problems on 1.5.3/alpha
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-08SUBDIR, not SUBDUR.wiz1-2/+2
2002-08-04make shorterjdolecek1-4/+1
2002-08-04update checksum for patch-acjdolecek1-2/+2
2002-08-04add RCS Id tagjdolecek1-0/+2
2002-08-04add PSIjdolecek1-1/+2
2002-08-04PSI 0.8.6 - advanced graphical Jabber instant messaging clientjdolecek8-0/+353
Jabber is an open, XML based Instant Messaging system that seeks to be the standard IM network. It is a distributed system, created from the ground up, not relying upon central servers. Thus, anyone can run a server, and they are all interoperable. For assistance with migrating users to Jabber, many servers feature transports for interoperating with other IM systems. Features: * Message (ICQ-style) and Chat (AIM-style) modes * Drag and drop to send to multiple contacts * Full Unicode support * Secure connections * Saving contact list locally, and server sync on login * Icon Themes * Agent registration and searching * Retrieving and updating User Info * Sound support for incoming events * Auto-away after a configurable amount of time * Tray/dock icon for KDE/GNOME environments * Language plugins