summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2002-07-02Sort lines.wiz1-2/+2
2002-07-02Add RCS Id.wiz1-0/+1
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package with an interactive installation stage
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package with an interactive configuration stage
2002-07-01Update gaim to 0.59. Changes:hubertf4-13/+17
* Hungarian translation added (Thanks, Sutto Zoltan) * Swedish translation updated (Thanks, Christian Rose) * Spanish translation updated (Thanks, Alex) * Traditional Chinese translation updated (Thanks, Paladin Liu) * Czech translation added (Thanks, Honza) * Polish translation updated (Thanks Przemyslaw Sulek) * Squashed a bug in buddy right-click menu handling that crashed Gaim. In the process: found and eliminated some memory leaks. * Fixed a significant applet leak * Can now change Jabber password on server (Thanks, Nathan Walp) * Certain types of Jabber presence errors no longer falsely show a buddy on-line. Instead now a "broken light-bulb" icon is shown and the error status is available via "Get Away Msg" (Thanks and a tip o' the hat to Christian Hammond for the graphic) * Conversation struct has pointer to toolbar (thanks Brent Priddy and Paul Miller) * Zephyr fixes (thanks, Arun A. Tharuvai) * Aliases in buddy ticker * Perl scripts can play Gaim sounds (thanks Andrew Rodland) * Internal sounds can be played by commands (thanks Lex Spoon) * Auto-login item in applet menu (thanks Chris Boyle) * Fixed MSN "Unkown Error Code", "Already there", and "Already in opposite list" errors * Changed "Play sound" button to "Mute" button * You can now have "reserved" chars in IM and proxy passwords * Jabber now has typing notification (Thanks, Nathan Walp) * Improved support for Jabber resources (Thanks, Nathan Walp) * Fixed problem with Gaim crashing on non-ASCII Jabber buddy aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee) * Plugged memory leaks in Jabber plug-in * Fixed problem with Jabber away status not being propagated to conference rooms for jabberd (server) v1.4.2 and above * Chat room buddy lists are now sorted independent of case * Added capability for protocol-specific edit buddy menu entries * Can now remove a Jabber buddy roster item from the server entirely * Gaim can now handle messages from Mac ICQ and Miranda ICQ (Thanks, Mark Doliner) * Added Mozilla to browser options and changed KFM to Konqueror. * Can now set the server and port for MSN and Napster * MSN Internationalization (Thanks Felipe Contreras and countless, countless others) * E-mail addresses are no longer truncated when there is a '.' at the end. Patch contributed by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in private mail.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb2-11/+11
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26Move eggdrop from net/ to chat/.kent1-1/+2
2002-06-26Re-import eggdrop as chat/eggdrop.kent14-0/+402
2002-06-21comment out configure flag "--enable-debug"jschauma1-2/+2
2002-06-21Update to version 0.9.2 using patch supplied by MAINTAINER in PR pkg/17331,jschauma2-7/+7
closing that PR. Thanks to Lubomir Sedlacik. Changes between 0.9.1 and 0.9.2 =============================== * Fixed a bug in client to close the connection properly when disconnecting from server and fixed some error checkings from the SFTP library which caused misbehaviour. * Added SILC_MESSAGE_FLAG_UTF8 to the protocol specs and the core library, and implemented it. All textual messages SHOULD use this flag and the message MUST be UTF-8 encoded. All text messages sent by Irssi SILC client are now UTF-8 encoded (regardless whether the terminal supports UTF-8 or not). * Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used to silence a user on a channel. * Added new "debug" and "debug_string" settings to Irssi SILC client which can be used to print runtime debugging on the Irssi's screen. Available when compiled with --enable-debug * Made the private key generation after expiration optional. If not created after expiration the old key will re-expire at a later time (and thus key pair is not necessary to change). * Display the user mode on the status bar. * Display notification about data messages that cannot be displayed. (e.g. image/jpeg)
2002-06-21Add patch that escaped the last commit. Part of the update to 0.9.2jschauma1-15/+30
2002-06-21Update to version 0.9.2 using patch provided by MAINTAINER in PR pkg/17304,jschauma2-7/+7
closing this PR. Thank to Lubomir Sedlacik. Changes from 0.9.1 to 0.9.2 =========================== * Support for multiple interfaces so now it's possible e.g. to listen on IPv4 and IPv6 within one daemon incarnation. WARNING: you will need to update your silcd.conf to reflect changes! * Added lots of new statistics updating that was missing from the server and router code. Sending SIGUSR1 signal to server now dumps the current server statistics into /tmp directory. * Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used to silence a user on a channel. * Fixed various fatal bugs,in handling of malformed command payload, double free when announcing channel users to router, missing parameter in a function call that caused server crash when a non-allowed connection arrived. * Fixed some backup data sending around the code to work better if the router is standalone router and fixed the router connectin when connecting to multiple routers. * Fixed detach timeout handling to use Client ID and not the actual client entry which may be freed in the callback.
2002-06-20add goofeygrant1-1/+2
2002-06-20Initial import of goofey-3.15.grant4-0/+44
Goofey is a program which provides many services by communicating with a central server Pluto. Services provided by goofey include remote user location, message sending, fortune provision, jargon file lookup and a timetable service. Goofey is the preferred mode of communciation of many people, as it combines the immediacy of talk(1) and the asyncronous nature of mail(1). That is, you will know if messages sent with goofey have been received by the recipient almost immediately. Goofey also provides facilies for users to supply finger type information, an 'away' message for when you are away, a 'quiet' message for when you are busy or away from the terminal, in fact just about everything that people have been put up a good case for being included in the server.
2002-06-20Update irssi to 0.8.5. Changes:hubertf2-8/+7
Fixes DoS found in topic handling code. Contributed by Otto Hilska <mutru@iki.fi> in private mail.
2002-06-20added p5-Net-Goofeygrant1-1/+2
2002-06-20Initial import of p5-Net-Goofey-1.5.grant4-0/+30
This is a really simple module for communicating with a Goofey server. Goofey is a bit like IRC and a bit like ICQ and a bit like email, it's used mostly at Monash University. See the Goofey web page at: http://www.cs.monash.edu.au/~tym/goofey.html
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-2/+3
pkg/17265 by Lubomir Sedlacik.
2002-06-15Sort a line in standard order.wiz1-3/+2
2002-06-15Add p5-Term-ReadLine to DEPEND fieldshell1-2/+5
PR#16987 by Kevin Lo <kevlo@kevlo.org>
2002-06-14upgrade to 0.4.9. note that user config file (.micqrc) has moved toitojun4-37/+5
new location (.micq/micqrc) and lost backward compat, it seems. PR17254 (I stripped off latin1 portion of the message - "|" should be "u with umraut") 2001-06-10 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.9: fixes, translation updates, automatic reconnects & responses, birthday flag, man page & help texts 2001-05-10 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl10: i18n fix, togig vs toginvis vs hermit, quiet mode, v8 p2p, and top secret 2001-05-10 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl9: SMS sending, password changing, character conversion 2001-05-08 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl8: random chat group support, fixes 2001-05-03 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl7: complete search support, fixes 2002-05-01 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl6: SOCKS5 support, setup wizard, UIN registration, fixes, fixes, fixes 2002-04-27 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl5: add/remove contacts, be invisible, be visible by / ignore contact 2002-04-26 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl4: offline msgs, receiving msgs, ui improvements 2002-04-04 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl3: password and other fixes 2002-03-06 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl2: with basic support of v8 2002-03-06 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8.pl1: fix minor glitch of not creating ~/.micq/ 2002-02-15 R|diger Kuhlmann <info@ruediger-kuhlmann.de> 0.4.8: with peer-to-peer (TCP) support
2002-06-13Updated ysm to 2.7.1 (pkg/17233 by Dawid Szymanski)martti4-24/+13
* bug fixes (the list is too long to be included here)
2002-06-13Updated ekg to 20020503 (pkg/17215 by Dawid Szymanski)martti4-17/+17
List of major changes: * DCC fixed * sex recognition fixed * gg_saprintf() fixed * libgadu.h fixed * smiles patch
2002-06-08Fix the perl support.veego1-3/+10
Looks like noone ever tried to used it, because it was badly broken and wouldn't even be compiled in, due too a missing include of mk/bsd.prefs.mk. So, no need to bump the pkgversion to nb1.
2002-06-06Remove pkg/{DESCR,PLIST}. Add standard first-line comment to PLIST.schmonz4-3/+5
Format DESCR.
2002-06-06Emech is an IRC bot written in Cmanu8-1/+68
2002-06-06Fix typo in last change.tron2-4/+4
2002-06-06Move "xchat.desktop" back to "share/gnome/apps/Internet" because we stilltron2-1/+15
use version 1.4 of the GNOME desktop.
2002-06-06Updated xchat to 1.8.9 because of a security holemanu4-2019/+739
(http://www.linuxsecurity.com/advisories/redhat_advisory-2107.html)
2002-06-02Darwinize.schmonz4-7/+24
2002-05-31Add & enable lmme.uebayasi1-1/+2
2002-05-31Initial import of lmme-0.6.4 posted by Ben Collver <collver@linuxfreemail.com>uebayasi8-0/+93
in pkg/16903. LMME (Linux MSN Messenger Engine) is a fully asynchronous, multithreaded MSN protocol engine. Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality.
2002-05-30add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparcdmcmahill1-1/+2
2002-05-30add ftp://ftp.bitchx.org/pub/BitchX/source/old/ to MASTER_SITES forgrant1-2/+5
when pkgsrc is not up to date.
2002-05-29Update to 0.58. Changes since 0.55, except translation updates:wiz4-11/+15
* Better applet transparency * Option to raise buddy list on signons/signoffs * Formatting of incoming MSN messages * Get Info from menu multiple-account-aware (thanks Brian Bernas) * Hide and unhide functions for the filectl plugin. (Thanks, Ari Pollak) * Added helpful stuff to the Help menu. * Self-aliasing from the account editor. * Better selection in GtkIMHtml (Thanks Ben Miller) * A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner) * ICQ status messages in OSCAR (Thanks, Mark Doliner) * Play sound when your name is said in a chat * Approval dialog for Jabber when somebody wants to subscribe to user's presence. Also gives user the opportunity to add that buddy if not already on the user's buddy list. * Jabber "Change buddy group" roster synchronization now works again. (This was unknowingly broken when the "out-sourced" Jabber libs were upgraded in 0.56) * Invalid Jabber I.D.'s no longer crash Gaim. User now notified with pop-up's. * Jabber Buddy sign-on time support, added in 0.57, removed until and unless and inconsistency can be resolved. (Thanks, Nathan Walp) * Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott) * Tempfiles used for secure MSN/HotMail login (added in 0.57) are now themselves created securely. * Secure MSN logins (added in 0.57) no longer blow up on Solaris. * Timezone support improved. * New authorization method for Yahoo! * Jabber will tell you when your buddies signed on (Thanks Nathan Walp) * Jabber improvements (Thanks, Nathan Walp) * More keyboard shortcuts * event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags * Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer) * Shell-like send history binded to Ctrl-Up and Ctrl-Down * libjabber upgraded to most recent stable version * Buddylist looks a little better * Fixed MSN privacy settings * Group deletion fix (Thanks Mark Doliner) * Alias/Group syncronization for Jabber (Thanks JSeymour) * Fixed broken signal handling in gdm-started GNOME sessions (Thanks Jim Seymour, Vann, Robert McQueen) * Oscar group syncronization (Thanks, Mark Doliner) * ICQ Authorization via Oscar (Thanks, Mark Doliner)
2002-05-25Use the new 0.8.4a distfile. Switch to bz2.wiz2-9/+9
New distfile verified against the gpg key on wwwkeys.pgp.net.
2002-05-25USE_NCURSES not needed. Remove it.wiz1-2/+1
2002-05-25mark this package BROKEN, due to backdoored tar.gz fileitojun1-1/+3
Message-ID: <3CEFA67D.76933B37@webtech.se> on bugtraq
2002-05-25Restore sha1/size for irssi-0.8.4.tar.gz.wiz1-3/+3
2002-05-25Added fix provided by xs@kittenz.org to prevent irssi crashing. Thisblymn2-3/+17
fixes pr#15510.
2002-05-24Update silc-server to version 0.9.1. Changes:hubertf4-16/+19
* Fixed CUMODE_CHANGE notify handling in server. * Fixed USERS command to support empty channels. * Check the watcher list before sending signoff notifys when closing client connection. * Added better CMODE command rights checking. * Fixed watcher list checking during server signoff. It crashed the server. * The JOIN command reply returns now the founder's public key. * Announce the channel mode, and the mode properties with CMODE_CHANGE notify. * Mark new channels by default disabled, untill at least one user joins the channel. * The nickname argument to watch notify can be optional. Fixes a crash in server. * Check the watcher list before and after changing nickname when the NICK_CHANGE notify is received. * Added the founder's public key delivery to the CUMODE_CHANGE notify type as well. Updated the protocol specs and the code. * Added support for sending the founder's public key in the CMODE_CHANGE notify packet in the server. * Changed the FOUNDER_AUTH authentication to use only public key authentication as defined by new protocol specs. Passphrase authentication with that mode cannot be used anymore. It is now possible to reclaim founder mode from any server in the network. * Added permanent channels support by making the channel permanent when FOUNDER_AUTH mode is set on the channel. The channel will not be destroyed even if channel is empty when that mode is set. Protocol TODO #17. * Added BLOCK_INVITE user mode to be able to block incoming invite notifications. Protoocol TODO #26. * Disconnect Payload includes now the status type. Updated the protocol specs and the code. Protocol TODO #25. * Defined that the nickname hash in Client ID MUST be from lowercase nickname. This effectively changes nicknames in SILC to case-insensitive. Updated the protocol specs and the code. * Added new channel user modes BLOCK_MESSAGES_USERS and BLOCK_MESSAGES_ROBOTS. Updated the protocol specs and the code. * Added support for watch list. It is possible to add nicknames to be watched, and when they come to network, leave network or user mode changes the watcher will be notified of this change. Added SILC_COMMAND_WATCH command, added new notify type SILC_NOTIFY_TYPE_WATCH to deliver the watch notifications. Updated the protocol specs and implemented this to library, client and server. Protocol TODO #21. * Fixed a bug in the pid writing function, which couldn't be written in a root-owned directory. * Added detach_disabled and detach_timeout server config options to the server. * Defined that server receives WHOIS command reply for private and secret channels too. Updated protocol specs and the code in server. * Defined <channel user mode list> argument to WHOIS command reply for returning user modes on the channels. The channel list now doesn't include the user mode anymore but the actual channel mode. Updated protocol specs and the code in client and server. * Save the channels list in WHOIS command reply in normal server so that WHOIS always shows joined channels also in normal server and not just on router. * Defined that server receives USERS command reply for private and secret channels too. Updated protocol specs and the code in server. * Changed the UMODE's mode mask argument to be optional. If not provided then the command merely returns the current mode mask to the client. * Added SILC session detachment/resuming support. It is possible to detach by closing the network connection and then re-connect and resume to the old client session. Added DETACHED user mode that server will set for detached client. Added new packet RESUME_CLIENT which is used to perform the resuming process. Added DETACH command. Updated the protocol specs, core library, client and server. Protocol TODO #22. * Changed the CMODE's mode mask argument to be optional. If not provided then the command merely returns the current mode mask to the client. Updated protocol specs and the server. * Added new user modes ANONYMOUS for special anonymous servers that may set the mode for client, and BLOCK_PRIVMSG which client may set to block incoming private messages unless the Private Message Key flag is set (using private keys to protect private messages). Updated protocol specs and code in client and server and core library. Protocol TODO #23. * Added new channel user mode BLOCK_MESSAGES which the client may set to itself to tell server not send channel messages. Other packets such as channel key packets are still sent. Protocol TODO #23. Updated the protocol specs, client and server. * Fixed a bug in the fetch_logging() config callback. * Drop root privileges when started in foreground. Don't drop them if debugging also. * Added STATS command to the protocol after all, to return various statistical information about the network. It can be used by clients to retrieve statistical information, and servers may use it to to fetch cell and network wide statistics from router. Updated the protocol specs and implemented it to the server. Protocol TODO #16. * Rewrote the version SKE version checking in client libary and in server to use the silc_parse_version_string. * Added two new channel modes: SILC_CMODE_SILENCE_USERS and SILC_CMODE_SILENCE_OPERS which can be used to moderate the channel. Updated protocol specs and impelemented this to client and server. Protocol TODO #6. * Deprecated all administrative commands from SILC protocol since they are highly implementation specific commands. Updated protocol specs. Moved the old commands in implementations to private range of command types. * Fixed a bug in server where sending unknown command crashes the server. * Fixed the rekey protocol with PFS, which was totally broken. * Merged version 1.1.4 of zlib. Even if it not currently in use, it's good not to have security holes here. * Fixed a negative refcount situtuation for the config context. Affected file is silcd/serverconfig.c. changes in silc-server package: =============================== - removed INSTALL file, don't generate server keys during installation, if missing, generate them on server startup Patch contributed by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 16981
2002-05-24Update silc-client to version 0.9.1. Changes:hubertf3-6/+9
* Call the completion for resolving client information only after all resolvers has finished. This fixes a crash in the client. Added support for checking when the resolvers are finished. * Wait by default 3 seconds before reconnecting to the server after being disconnected. Makes the /detach command a bit more usable. * Remove the client entry from cache if the WATCH notify type is KILLED, SERVER_SIGNOFF or SIGNOFF. * Fixed a crash in OPER and SILCOPER command sending. Empty passphrase caused the crash. * Merged with Irssi CVS for Irssi SILC client. * Added permanent channels support by making the channel permanent when FOUNDER_AUTH mode is set on the channel. The channel will not be destroyed even if channel is empty when that mode is set. Protocol TODO #17. * Fixed rekey protocol with PFS in the client library. * Fixed client info resolving on LEAVE command in client library to not crash. * Defined that the NICK command replies with thew changed nickname too, to make the nickname changing simpler at the client's end. Updated protocol specs and the code in client and server. * Remove pending command callbacks also if the connection to the server is destroyed. * Added new channel user modes BLOCK_MESSAGES_USERS and BLOCK_MESSAGES_ROBOTS. Updated the protocol specs and the code. * Added support for watch list. It is possible to add nicknames to be watched, and when they come to network, leave network or user mode changes the watcher will be notified of this change. Added SILC_COMMAND_WATCH command, added new notify type SILC_NOTIFY_TYPE_WATCH to deliver the watch notifications. Updated the protocol specs and implemented this to library, client and server. Protocol TODO #21. * Added user mode SILC_UMODE_REJECT_WATCHING to reject somebody watching you. Updated the protocol specs and the code. * Added MIME header parsing in Irssi SILC Client. It displays all textual MIME objects, others it ignores. * Defined <channel user mode list> argument to WHOIS command reply for returning user modes on the channels. The channel list now doesn't include the user mode anymore but the actual channel mode. Updated protocol specs and the code in client and server. * Added SILC session detachment/resuming support. It is possible to detach by closing the network connection and then re-connect and resume to the old client session. Added DETACHED user mode that server will set for detached client. Added new packet RESUME_CLIENT which is used to perform the resuming process. Added DETACH command. Updated the protocol specs, core library, client and server. Protocol TODO #22. * Added new user modes ANONYMOUS for special anonymous servers that may set the mode for client, and BLOCK_PRIVMSG which client may set to block incoming private messages unless the Private Message Key flag is set (using private keys to protect private messages). Updated protocol specs and code in client and server and core library. Protocol TODO #23. * Added new channel user mode BLOCK_MESSAGES which the client may set to itself to tell server not send channel messages. Other packets such as channel key packets are still sent. Protocol TODO #23. Updated the protocol specs, client and server. * Added more IM-like features by introducing new user modes for setting various presence information. Added new modes: INDISPOSED, BUSY, PAGE, HYPER and ROBOT. Updated protocol specs and code. Protocol TODO #19. * The LIST command reply in client libary now adds new channel entry if the returned channel doesn't exist yet in cache, and returns the channel entry to the application in the command_reply client operation. * Rewrote the version SKE version checking in client libary and in server to use the silc_parse_version_string. * Added two new channel modes: SILC_CMODE_SILENCE_USERS and SILC_CMODE_SILENCE_OPERS which can be used to moderate the channel. Updated protocol specs and impelemented this to client and server. Protocol TODO #6. Added new options m and M to CMODE command in Irssi SILC client to set these modes. * Deprecated all administrative commands from SILC protocol since they are highly implementation specific commands. Updated protocol specs. Moved the old commands in implementations to private range of command types. * Some client implementations quit network by doing first LEAVE and then immediately SIGNOFF (like Bombyx). We now do check after a short time after LEAVE notify and check whether the client is still valid after LEAVE, and if not we remove it from cache. Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 16980.
2002-05-12Update to 1.4, and update my email address. Changes:schmonz2-6/+6
Changed (defined @tci_buddies) to (@tci_buddies) in toc_chat_invite. Fixed a potential infinite loop in set_srv_buddies involving an off-by-one error in a for() test. Thanks to Bruce Winter for pointing this out. Changed the way that Net::AOLIM sends the login command string because AOL apparently changed their server software, breaking the previous implementation. The new method requires that only the user agent string be in double quotes; all other fields should not be quoted. Note that this does not affect the user interface at all---it's all handled internally. Thanks to Bruce Winter, Fred Frey, Aryeh Goldsmith, and tik for help in tracking down and fixing this error. Also added additional checks to read_sflap_packet so that if the other end of the connection dies we don't go into an infinite loop. Thanks to Chris Nelson for pointing this out.
2002-05-12Update my email address.schmonz1-2/+2
2002-05-12Update to 1.22. No changelog available.schmonz2-5/+5
2002-05-12prdownloads.sourceforge.net is no longer any use.abs2-4/+4
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-07Update to 0.4.1 (with 0.4.1 tar.bz2 from distribution site).wiz4-21/+20
Changes to 0.4nb1 unknown. Closes pkg/16687 from Kevin Lo.
2002-05-07Not 0.4.1, but 0.4nb1 (should be close enough to the update).wiz1-2/+2
2002-05-07use log_path without trailing /, so that mkdir(2) succeeds whenjdolecek2-1/+33
vicq is creating the directory
2002-05-07Update this to current version. Unfortunately, the author didn'tjdolecek2-4/+5
bump version, so bump to 0.4.1 locally. Changes: o Fixed bug with changing contacts' statuses to offline while saving config o Security fix $HOME/.vicq will have 0700 permissions while creating