summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2003-06-10Clean up INCOMPAT_CURSES to work right with 1.6.1_STABLEjmc1-3/+3
2003-06-10Bring up to datejmc1-1/+2
2003-06-08Update to 0.11.5.9:wiz2-5/+5
Major bug fixes: If only one window was open, the buddy for that window signed off, the window was marked keep-after-signoff, and was cleaned up after $autoclose minutes, the event handler would enter an infinite loop or possibly cause untrackable stack corruption. Fixed. Major feature additions: [TOC] Default server is now toc.n.ml.org. Once AOL has fixed its servers and/or its DNS, this host will be CNAMEd back to toc.oscar.aol.com.
2003-06-06Make INCOMPAT_CURSES pick up netbsd 1.6.1 correctlyjmc1-2/+2
2003-06-06The point of USE_NCURSES comments is to show what is missing,wiz2-4/+10
not state that the package should use ncurses. Fix comments.
2003-06-05Update to 0.11.5.8:wiz2-6/+6
Major bug fixes: SIGCHLD handler wasn't being installed properly, causing the children of /exec to hang around as zombies. Fixed. Major feature additions: [TOC] Addbuddy requests will always be consolidated between calls to firetalk_select(), evading the "You are sending messages too fast" error users with very large buddy lists receive during reconnect. Buddies in the special "User" group will always be treated as "non-permanent", and will be subject to $autoclose. Buddies in any other group will be considered "permanent" and will only be removed through manual intervention. Note that buddies added due to $autobuddy are put into the "User" group by default. Window-to-logfile mapping has been made more explicit, removing the need for a costly tree search per message and greatly reducing logfile playback time. Window logfile playback is now always delayed, to significantly reduce initial startup time. Windows will be played back once per minute, or as you Tab or /jump to them. If your $TERM is set to "ansi", display a warning, 5 second delay, and switch it to "linux". Added basic stack support to the HTML renderer to allow embedded tags, etc. Added BGCOLOR support to the HTML renderer. New $winlistchars. Sets the number of characters can be displayed per line in the window list window.
2003-06-02Part of the update... file not needed any more.jmmv1-6/+0
2003-06-02Update to 1.0.5; some of the changes:jmmv5-12/+60
* New 'pid_file', 'allow_users' and 'allow_kill' config directives. * New -p command line parameter (adjusts pid_file). * Included contrib scripts, cronchk.sh and privmsg-log.pl * New 'server_keepalive' config directive. * Bug fixes. Changes in the package: * We need perl to run some of the installed scripts. * Provide a rc.d script to run the daemon. * Honour PKG_SYSCONFDIR. Closes PR pkg/21644 by Juan RP.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma10-20/+20
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Updated to micq-0.4.10.3shell4-8/+9
Changes : - activate code using new strings: better display of used locale, add one missing help text - remove unused beos.[ch] - compile fix for ConvFits() - detect screensaver/locks on WIN32 - hide meta ref error - change 'message' (undocumented) behaviour - fix temporary contacts - fix auto-away - use #defines for message timeouts - implement webaware, hideip, dcauth, dccont, but undocumented ... please see ChangeLog.
2003-06-01fix comment typo and grammar.grant1-2/+2
2003-05-31Update to 0.64:jmmv3-7/+7
* Buddy list sorting in buddy list preferences. * Improved debug window with timestamps and pause buttons. * New core/ui split notification and request APIs. * New mail notification dialog. * Several bug fixes in MSN. * Conversation window buddy icon bugs were fixed.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-3/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-25Make sure the dynamic code generation actually compiles explicitly as PIC codejmc2-2/+65
so it'll work on archs like powerpc which require it.
2003-05-24Updated to version 1.6.15.salo11-185/+216
Changes: - use tar.bz2 distfile - install documentation in proper locations - install more docs - fix PLIST for NOPIC and USE_INET6 - DESCR has 80 columns 1.6.15: ======= - Support for the IPv6 protocol. - Many bugfixes related to the transfer and filesystem modules. - Several more functions have been exported for use by module coders. - Updated UnderNet's max bans to 45, and EFnet's to 25. - The nick bind is now triggered even if the nick is not on any channels (ie if the bot's nick changes before it's on a channel). - Removed strict-servernames -- $server is now always the server's realname and $serveraddress is it's server list entry. - Merged use-console-r and debug-output into one new setting named raw-log. - Updated recommended Tcl version to 8.3.4. - User-punishing and tcl_maskhost nor use matching banmasks regardless of strict-host. - Updates to the 'autobotchk' script.
2003-05-24Apply a patch to work with XEmacs. Tested with XEmacs 21.4.12.uebayasi3-4/+23
The fix is from Andrew J Cosgriff <Andrew dot Cosgriff at cc dot monash dot edu dot au> via misc@openbsd.org. Addresses PR21260. Bumps revision to 1.
2003-05-22Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixesjmmv1-2/+2
a problem introduced in the 6.2alpha4 package.
2003-05-22mvaddchnstr has been added -- replace USE_NCURSESwiz1-2/+4
by appropriate INCOMPAT_CURSES.
2003-05-21Update to 0.63:jmmv3-12/+10
* A rewrite of the plugin API. Plugin authors will need to change their code based off the changes found in other plugins. * Perl script support is now provided in the perl plugin. * Debugging is core/ui split, and has a new API with support for debug levels and categories. * Support for adding chats to your buddy list. * MSN protocol plugin was rewritten, has experimental buddy icon support, and MSN Mobile support. * Thanks to all the various people who submitted translation updates. * Buddy list speed enhancements (Thanks Ethan Blanton). * Napster protocol updates (Thanks Auke Kok). Closes PR pkg/21619 by Soren Jacobsen.
2003-05-15Style and whitespace, no functional changes.salo1-11/+12
2003-05-14PKGREVISION++salo3-7/+21
- Fix major core bug with channel mode -k * on hybrid7 servers. For more information see: http://www.securityfocus.com/archive/1/321093 Patch from BitchX CVS.
2003-05-12A Perl script needs REPLACE_PERL; PR21548 by Juan RP <jrp at hispabsduebayasi1-2/+6
dot org>.
2003-05-11This needs pthread's buildlink.mkjmc1-1/+2
2003-05-06 * this works fine against qt 3.0 and up, no need for latest qt3hubertf1-1/+7
* this pkg doesn't work on NetBSD because we still don't ship shared libXss etc. XXX needs fixing!
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv19-47/+47
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05build with GTK support if BITCHX_WITH_GTK is defined.grant2-6/+19
no PKGREVISION bump as the default build is unchanged.
2003-05-03This package wants threads, so include pthread.buildlink2.mk.wiz1-1/+2
2003-05-02Convert to buildlink2.wiz1-4/+4
2003-05-02Wrong place to put PKGREVISION.wiz1-2/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz30-46/+60
dependency bumps.
2003-05-02Update ekg to 1.0zuntum2-5/+5
* no NEWS available, just long Changelog, but I think it's enough to say that it's The 1.0 Release
2003-04-30Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-15/+32
2003-04-30update maintainer's addresshubertf1-2/+2
2003-04-30add & enable icklehubertf1-1/+2
2003-04-30Add ickle-0.3.2: Simplistic gtk+ icq clienthubertf7-0/+345
ickle is an ICQ2000 Client using the GTK+ graphical toolkit. It aims to bring all the useful features of ICQ2000 to non-windows users, such as SMS messaging. Contributed by blef@users.sourceforge.net via pkgsrc-wip.
2003-04-27Add silc-client-icb.salo1-1/+2
2003-04-27Import of silc-client-icb-0.14: silc-client plugin to access ICB networks.salo6-0/+76
silc-client-icb is a silc-client plugin that allows access to ICB (Internet Citizen's Band) networks. The ICB protocol is almost dead now (superseded by IRC), but there are still some networks around that use it. Package inspired by irssi-icb.
2003-04-27Bump PKGREVISION: add Makefile.common shared with plugins, installsalo3-6/+30
configuration files needed by plugins.
2003-04-26Update comment for USE_NCURSES (now that we have ESCDELAY, we are missingwiz1-2/+2
mvaddchnstr()).
2003-04-25This goes into the chat category, not irc; thanks wiz@.jmmv1-2/+2
2003-04-25Update to 0.62:jmmv4-34/+11
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke). * Support for Jabber XHTML messages * Updated a number of translations. Thanks to everyone who submitted a translation update. * Ability to re-request authorization from ICQ and Jabber users by right clicking on them in your buddy list. * Improved Zephyr internationalization. * Bug causing 'Hide on Send' windows to be lost forever fixed. * Iconified windows are now raised properly. * Dates printed for old/offline messages. * Some assorted crash bugs fixed. Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318 by Juan RP.
2003-04-25add & enable licq-core, licq-gui-console, licq-gui-qthubertf1-1/+4
2003-04-24Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6hubertf12-0/+480
Licq-core is a multi-threaded ICQ clone written mostly in C++. It uses an extensive plugin system to manage many different functions. The main gui is written using the Qt widget set. Licq is distributed under GPL with some special QPL exceptions for Qt. Several GUI plugins for console, Qt etc. are available as seperate packages, licq-gui-console and licq-gui-qt.
2003-04-24Hmm... I should not "fix" things when I'm tired... there is no need to addjmmv2-4/+4
conflicts between packages with the same basename! (thanks wiz, as usual ;).
2003-04-24gaim-gtk1's package basename is the same as gaim's one; adjust CONFLICTSjmmv2-4/+4
accordingly.
2003-04-24Update to 2.0.2:jmmv3-6/+9
- Updated translations (lt, ms, nl, pt, sv, zh_CN). - Fixed a few minor mem leaks in the server and user list. - Changes to: UrlGrabber, Notify, Plugins, Ignore and Banlist GUIs. Changed GtkCList to GtkTreeview, and general enhancement to these guis (Vincent Ho). - win32: made it possible to compile with ipv6. - Added /MOP. - Fixed pageup/pagedown wrong window bug [710784]. - Fixed no timestamps in top-level windows bug [710787]. - Fixed first word being skipped in perl add_command_handler("", cb); [711802]. - Fixed WHOIS away line appearing in different tab [695932]. - win32: fixed transparency [699425]. - win32: fixed ssl "Error 2" connection bug. - Made all toplevel dialog windows transients of the main window. - Show filesize/pos in DCC window as KB and MB (Aaron Chernosky). - Added /set tab_dnd 0/1 option. - Fixed userlist insertion/deletion GUI performance problem [704233]. - Each toplevel window now has a "role". - Smaller bugs fixed: [698449] [718851]. - TCL plugin fixes for context lookups (Daniel P. Stasinski). - Changed Close Tab keybinding to Shift-Ctrl-W to avoid conflict with emacs editing. - Used a new algorithm for Userlist and UrlGrabber. This one does insertion, lookup and deletion in O(log n). Patch provided in PR pkg/21287 by Juan RP.
2003-04-23Update to 0.11.5.7:wiz3-6/+7
Major feature additions: /save now saves /alias'd commands. New /filter command to manipulate internal filter tables. New /namebuddy command. If you use /namebuddy, or attempt to /addbuddy someone already in your list, naim will allow you to modify their "real name". Auto-messages (for /away) are only sent if you are actually idle, so people using /away as a kind of "blurb" won't send auto-responses. If you mark /away and actually leave, auto-responses are sent immediately. If you send any IM's after marking /away, you won't send auto-responses until you are idle for at least 10 minutes. Support for channel keys improved. /save will now record channel keys in .naimrc, and will rejoin keyed channels properly. New distinction between "permanent" buddies, those manually added with /addbuddy or stored in your server profile, and "auto-added" buddies, those added because they contacted you while $autobuddy was set. ^ New $autoclose. If set, naim will /close and /delbuddy non-permanent buddies $autoclose minutes after they sign off. If their window has unread messages, autoclose will be delayed until they have been read. If the buddy has queued messages pending, autoclose is cancelled altogether. New /names (/buddylist) behaviour to show much more relevant information about your buddy list. New /resize command to change the length of the scrollback buffers. Major bug fixes: --enable-detached was not fixed in 0.11.5.6. Fixed. For real this time. [TOC] /sync was broken in 0.11.5.6-2003-03-02-1423. FireTalk's TOC quoting mechanism will now only strip space characters, rather than all forms of whitespace. On disconnect, your buddy list would be re-added by naim. This has caused some problems during signon, and had the side-effect of marking all non-permanent buddies as permanent. Fixed.
2003-04-23This includes the wrong PLIST. Include the one from this dir, not the main gaimjmc1-2/+2
one.