summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2002-02-02Update silc-server to 0.7.9. Changes:hubertf2-6/+5
0.7.9: This time a lot of little bugs has been fixed and some major crashbugs as well. Namely, I found problem in the hash table routine that could have caused some really weird problems, and I've encountered such problem at least in one core file earlier. Some additional desync problems has been fixed as well, so if you are running a normal server then upgrading is strongly recommended. check full changelog at: http://silcnet.org/txt/changes-server.txt Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15453
2002-02-02Update silc-server from 0.7.6 to 0.7.8. Changes:hubertf3-10/+11
this release includes many patches which fix various problems ending in crashing the server. upgrade is strongly recommended. 0.7.7: This server attempts to fix various crash bugs, for example one crash relating to BAN command is fixed. 0.7.8: Another quick bugfix to fix the descync problems of normal SILC server when it connects to SILC router. The descyning could happen if there were a lot of channels, like we had on Sunday and Monday after being slashdotted. Upgrading is strongly recommended if you are running a server that is connected to a router. Took me only 6 hours to find the problem... Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15416
2002-01-31Added p5-Net-AIM and p5-Net-AOLIMmartti1-1/+3
2002-01-31Imported p5-Net-AOLIM-1.2 (provided by Amitai Schlair in pkg/15210)martti4-0/+37
Object-Oriented interface to the AOL Instant Messenger TOC client protocol.
2002-01-31Imported p5-Net-AIM-1.21 (provided by Amitai Schlair in pkg/15287)martti4-0/+29
This module is an implementation of the AOL Instant Messenger TOC protocol. I've written and rewritten almost all the code. It works fairly and is pretty reliable. The intent for this version was to make an easily usable module for creating AIM bots.
2002-01-29convert to new Python frameworkdrochner1-2/+5
2002-01-26Update silc-client to 0.7.3. Changes:hubertf5-37/+24
changes in the package: - patch-ab is no longer needed, integrated into distribution. patch-ac has been moved in it's place - minor change in Makefile, long transscription of ${PKG_SYSCONFDIR} was changed into one variable - patch-aa was modified to follow change in Makefile.in changes in the silc-client: 0.7.3: This version fixes the NICK command to always give the unformatted nickname, instead of possibility of formatted nickname, fixes the GETKEY command to save the public key to correct filename, and to first resolve the client information and server information only if client was not found. The public keys are now (when connecting to server for first time) saved with using the IP address of the server, instead of the hostname of the server. The old hostname format is used as a fall back method if the IP address based filename could not be found. Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15380
2002-01-26Update silc-server to 0.7.6:hubertf9-291/+122
changes in the package since 0.7.3 to 0.7.6: - rewrite of package's Makefile. big parts of INSTALL and DEINSTALL scripts were moved into Makefile itself - silc-server now creates user silcd:silcd who run silcd by default - INSTALL and DEINSTALL files are smaller and contains only neccessary actions which cannot be executed from Makefile - partial rewrite of rc script, added rcvar support, it is neccessary to have silcd=YES in rc.conf now to start silc server (unless force is used) - changed motd.txt to contain BSD daemon ;) - updated patch-aa and patch-ab files changes in the silc-server software since 0.7.3 to 0.7.6: 0.7.4: This version fixes a crash that can occur mainly on normal server. Upgrading is recommended to avoid instability later. This version also fixes the BAN and INVITE commands that were pretty much broken. This version also disallows a situation where the nickname that server sets initially for the client could be a bad nickname (like nick including whitespaces). It used to be possible but now server checks for this. Johnny also introduces a new logging system to this version with log files being open all the time and not opened every time something is logged, and log rotation support. 0.7.5: Hopefully fixed the most nasty bugs. I found bunch of weird bugs that causes server syncing problems. Upgrading is strongly recommended as soon as possible. 0.7.6: Only a minor bugfix release to fix the CUMODE command that allowed non-founder channel users to remove modes of the founder, and to fix GETKEY always return server's public key if it is requested, and to fix the TOPIC_CHANGE notify to not route it twice to router. Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15373
2002-01-25naim seems to be a quickly moving target - the two-or-three day oldsimonb3-14/+16
distfile isn't available anymore. Update to naim-0.11.1-2002-01-23-2329 (pkg version 0.11.1.20020123) and put a copy of the distfile on ftp.netbsd.org.
2002-01-25Add naim.tv1-1/+2
2002-01-25naim 0.11.1, an AIM/IRC chat client using a ncurses text interface.tv6-0/+67
===== naim is a chat program for use with America Online's AOL Instant Messenger. The name naim is derived from n's AIM client, but it could also have been derived from ncurses AIM client because of naim's use of the ncurses text-mode screen library. naim is based on firetalk, the multiprotocol chat library. naim is capable of connecting to IRC as well as AIM services.
2002-01-18use python buildlinkdrochner1-3/+3
2002-01-16Update "xchat" package to version 1.8.7. Change since version 1.8.3:tron5-278/+287
- Updated Swedish translation (Christian Rose). - Updated Russian translation (Anton Farygin). - Added Latvian translation (Artis Trops). - Made a work-around for a refresh glitch when delinking a tab under gnome (the topic bar was overlapped). - Fixed the need for signed chars (e.g. on PPC and s390). - Fixed background garbage being drawn when using hidden tabs. - Cleaned up alot of the nick completion code. Fixed some behaviour too (Mukund, dinkles, me). - Connect Cmd is executed again if you get auto-reconnected. - Added safe-gaurd to stop duplicate nicks in userlist. - Added an option to automatically remove finished/failed dccs from the list. Use /set dcc_remove ON to enable it. - Added an option to truncate long channel tabs. Use: /set truncchans xx, where xx is the max chars (Jyrki Muukkonen). - Made the default popup menu, dialog buttons, userlist buttons, usermenu and urlhandlers translatable (via gettext). - MMX tinting is now built on any x86 machine (it's checked at runtime anyway). - Added "Automatic Unmark Away" option in setup->away (Mads Martin). - Immediately abort file transfers when out of space. - Fixed a serious CTCP reply vulnerability (Hanno Hecker). - Updated Danish translation (Morten Brix Pedersen). - Updated Spanish translation (Antonio de la Torre). - Updated French translation (Olivier Berger). - The server "Connect cmd" is now executed before auto-join-channels, so you can use it to authenticate to nickserv etc. - Fixed autoresume again, for the last time... no, really. - Fixed sending parts for all channels instead of one quit when you exit the whole program (helps bncs). - Autocomplete in the middle of a sentence won't jump to the end of the textbox (Darell Tan). - Fixed the buggy 1.8.5 outbound queue. It now sends privmsg/notice with a lower priority, but never out-of-order. - Updated Slovak translation (Stano Visnovsky). - Updated Swedish translation (Christian Rose). - Updated Spanish translation (Antonio de la Torre). - Updated Hebrew translation (Dan Fruehauf). - Some fixes to the MODE parser. - Added ability to customize dialog tab buttons (Oskar Liljeblad). - Added an extra field in the EditServer window to enter a command to execute after logging in. - /load -e <file> can now load a file of commands to execute. - Added ability to change the log timestamp format (Jyrki Muukkonen). - Fixed default keybinding for Shift-PageUp (Mukund). - Changed the outbound throttle behaviour. Now only privmsgs and notices go to the back of the queue, everything else goes to the front. - Made it possible to compile with older than 5.6 perl again. - The main window's size and position is now saved on exit. Use /set mainwindow_save OFF to revert to the old behaviour. - Avoid auto-resuming the same file from two different people (without breaking autoresume this time). - Removed /sslserver and added a -ssl arg to /server, /reconnect, /servchan and /newserver. - Added support for /server irc://host:port/channel. - Added some mmx asm code written by Willem Monsuwe for tinting transparency. Use --disable-mmx to revert to gdk-pixbuf method. - Fixed resetting your away status after an auto-reconnect. - Updated Spanish translation (Antonio de la Torre and Manuel GarcĂ­a Aguilar). - Updated Russian translation (Valek Filippov). - Fixed lockup when a file being offered is shortened before being accepted. - Fixed ** ERROR **: file python.c: line 743 (pysH_Eget_users): assertion failed: (cur->hostname). - /kickban now deops and bans in one line (-o+b) (Felix Nawothnig). - Auto-nickcompletion now uses the nicksuffix setting (Mukund). - win32: change log-filenames with a | character to _. - When binding to a set hostname/ip, it would try to bind to port 65535 - fixed. - Fixed crash when closing a dcc chat in a perl-dcc-chat-callback. - Added option "Beep on Channel Messages" and a Beep button to the toolbox ("<" button in the botton right) (Jason Wies). - Avoid auto-resuming the same file from two different people. - /close -m now closes all dialog/query windows.
2002-01-16Use "gnome-core" buildlink glue code to avoid build failure with newtron1-3/+2
directory layout of "ORBit" package.
2002-01-14new in silc-client 0.7.2hubertf1-0/+13
2002-01-14 - update to silc-client package, version 0.7.2hubertf3-22/+14
- cleaned up CONFIGURE_ARGS - revised patches/patch-aa to follow change in the Makefile.in - removed post-configure target from Makefile, fix to this issue has been moved into patches/patch-ac file (inspired by chat/irssi package, thanks to mutru!) Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15147
2001-12-30Sort.wiz1-2/+2
2001-12-30Add & enable vicqzuntum1-1/+2
2001-12-30Initial import of vicq-0.3zuntum4-0/+34
vICQ is simple ICQ client written in perl with look & feel of micq and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000 module written by Robin Fisher. Fixes pkg/14718 by Shell Hung <shell@shellhung.org>
2001-12-28Update silc-server to 0.7.3.hubertf4-270/+239
Patches sent by Lubomir Sedlacik <salo@silcnet.org> in PR 15079. Changes in the silc-server package: - update to the silc-server package version 0.7.3 - patch-ab is no longer needed--it has been integratedinto distribution, patch-ac moved into its place - complete release notes can be found at: http://silcnet.org/txt/release-server.txt - complete changelog can be found at: http://silcnet.org/txt/changes-server.txt
2001-12-26use buildlink dir for ncurseshubertf1-2/+2
2001-12-22Add and enable aim.fredb1-1/+2
2001-12-22Initial import of aim-1.5.234, America Online's Instant Messenger (SM).fredb4-0/+46
2001-12-21Update silc-client to 0.7.1.hubertf5-44/+32
Patches submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14892 Changes in the silc-client package: - upgrade to silc-client package, version 0.7.1 - minor changes in the MASTER_SITES variable - patch-ab was removed, it has been integrated into main distribution, patch-ac was moved in its place so patches/patch-ac is no longer needed Changes in the silc-client-0.7.1: - various serious fixes in /whois, /join, /away, /key, /file, /list, /kick, /msg, /nick commands - fixed problem with allocation of 0 bytes when encoding payload
2001-12-21Update silc-server to 0.7.2.hubertf3-10/+10
Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15013. changes in the silc-server package: - upgrade to silc-server package, version 0.7.2 - minor changes in the MASTER_SITES variable - minor change in the DEINSTALL script not to print output from rc script - removed the USE_NCURSES definition and added --without-ncurses configure option not to link against -lncurses, this was really unwanted behavior changes in the silc-server-0.7.2: - fixed the server to router reconnection - various fixes in password authentications in the server, authentication payload and channels - fixed silc_server_command_pending, this should fix various IDENTIFY and WHOIS related crashes
2001-12-21This file is no longer needed after the latest update.hubertf1-115/+0
Pointed out by Lubomir Sedlacik <salo@silcnet.org> in private mail.
2001-12-19Add and enable "everybuddy" and "everybuddy-gnome".tron1-1/+3
2001-12-19Import new "everybuddy" and "everybuddy-gnome" packages:tron10-0/+129
Universal Instant Messaging Client
2001-12-19Update maintainer address.tron1-2/+2
2001-12-19Move definition of "WRKSRC" to the correct position.tron1-4/+2
2001-12-17Replace broken "rmdir -r" with "@dirrm".tron1-2/+2
2001-12-17update the silc-server package to version 0.7.1.hubertf9-78/+337
Submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14887 Changes in the NetBSD's package from version 0.6.4 -> 0.7.1: - upgrade to silc-server-0.7.1 (the main changes below) the biggest change is the ipv6 support (new configuration file format is needed, though) - removed patch-ac because it was integrated into distribution (patch-ad was moved in its place) - completely rewritten rc.d script to use rc.subr instead and fixed the problem with removing pidfile so now status) works fine. - added default motd file - INSTALL and DEINSTALL scripts are cleaner and more useful, check for logs directory before creating it, added motd.txt installing/removing. - better and more helpful default configuration file (added Example: sections for each variable) - added examples/ directory containing sample configurations of various scenarios into $DOCDIR changes in the silc-server itself: o Fixed WHOIS and IDENTIFY commands to return correct replies, and correct error replies. This fixes various weird bugs related to these commands. o Send NO_SUCH_CLIENT_ID error notify if received private message to invalid Client ID. It is guaranteed that if private message is sent to unknown client, the sender will receive a notification for it. o Send the kicker's information in KICK command to the kicked client. o Fixed LIST command to return correct amount of channels. This fixes the weird bug that LIST would show like 50 channels and some channels multiple times. o Channel topics, and users SILC modes are announced now during server->router connecting. o Implemented the founder authentication during JOIN command. o Support for IPv6 based Server ID added. o Memory leak fixes.
2001-12-15Update gaim package to 0.50 extending it with some IRC commands like /listreinoud3-39/+30
and /invite, swedish transaltions, IM/Chats tabbel in one window option and kill off the lagmeter plugin.
2001-12-13Updated Gaim from 0.44 to 0.49 ... BIG improvement and heaps of bugfixesreinoud2-5/+5
.... see homepage for more details for its too big to sum up here; it even fine on NetBSD/Alpha so is prolly LP64 clean enough to work. http://gaim.sourceforge.net/
2001-12-10upgrade to ircii 20011210. this includes:mrg4-106/+12
o new /on raw_send o new /exec -filter option o fixed mIRC colour code handling o enhanced redirection to multiple targets o bug fix for $mid() o bug fix for when resizing to a smaller window o other bug fixes
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-5/+1
automatically, so no need to do it ourselves.
2001-11-30add & enable silc-serverhubertf1-1/+2
2001-11-30Add silc-server 0.6.4:hubertf11-0/+573
SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 14562
2001-11-30Update to 0.6.6nb1: suppress an annoying warning on startuphubertf3-5/+17
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
2001-11-29add & install silc-clienthubertf1-1/+2
2001-11-29Add silc-client-0.6.6: hubertf6-0/+243
Client for the Secure Internet Live Conferencing (SILC) Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 14543
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf4-8/+9
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Update to 0.4.7, provided by Shell Hung in pkg/14663.wiz8-138/+62
Changes: - i18n support - fix terminal restore on reconnect - uses more secure API - more documentation
2001-11-28Added p5-Net-ICQ2000martti1-1/+2
2001-11-28Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)martti4-0/+30
This module is designed to give perl scripts access to the ICQ network and the functions provided by it, like SMS Functions included : Connect(), Disconnect(), Set_Login_Details(), Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(), Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28Buildlinkify.jlam2-7/+5
2001-11-27We don't want -L/some/path as Makefile dependency. Fixes pkg/14564, thoughwiz4-3/+30
differently than suggested. Don't let package look in LOCALBASE for curses (especially if USE_BUILDLINK_ONLY is set, and ncurses buildlink.mk is already included...).
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam1-3/+3
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-10/+13
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.