summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2003-08-23Add a pseudo-category called 'java'.jschauma1-2/+2
2003-08-23Add a missing '/'.seb1-2/+2
2003-08-19Update centericq to 4.9.5.hubertf2-6/+6
Patch sent by Dawid Szymanski [dawszy /at/ arhea /dot/ pl]. Changes: ******** Internal RSS reader module was implemented. You can now easily add a feed to your list from the menu, and stay tuned on news at your favourite sites. See the README for details. Users who set their status to "away" on the MSN network appeared offline in centericq. Fixed. Jabber online/offline events were not shown in the log window. Fixed this one too. Fixed a bug because of which centericq couldn't connect to networks other than ICQ when the --bind parameter was used. ICQ away messages requests are now shown in the log window. SMSes in Russian now work (with operators which support Cyrillic of course). Auto-wrap was disabled in the internal editor, so now it's possible to paste text and it will not get screwed up. Jabber conferences were fixed. Actually, a small workaround was added for a weirdness of jabber.com server. Jabber passwords hash authentification was enabled.
2003-08-18Update to 0.67:jmmv3-6/+12
* Brought back the message notification plugin (Brian Tarricone) You'll need to reconfigure your settings for this plugin * IRC protocol plugin rewritten (Ethan Blanton) * New IRC protocol icon (Nuno Donato) * Protocol and status icons now optionally appear on tabs. (Etan Reisner) * Various dialog rewrites (Jabber vCard, Add Group, Alias Chat, Rename Group, Privacy) * Shows "hiptop" icon for AIM buddies using hiptop devices (Robey Pointer) * Privacy core/UI split. * Conversation placement by group now applies to chats in the buddy list as well. * Events in a conversation (user logged in, logged out, window closed, etc.) now grey the tab. * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern Voigt, Paul A (darkrain)) * British English "translation" updated (Sam Halliday) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen) * Dutch translation updated (Vincent van Adrighem) * French translation updated (Eric Boumaour) * German translation updated (Bjoern Voigt) * Hindi translation added (Guntupalli Karunakar) * Hungarian translation updated (Zoltan Sutto) * Italian translation updated (Luca Beltrame, Claudio Satriano) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Romanian translation updated (Misu Moldovan (dumol)) * Serbian translation updated (Danilo Segan) * Spanish translation updated (Javier Fernandez-Sanguino Pena)
2003-08-16With qt3/kde moves this no longer ends up in X11BASEjmc1-2/+1
2003-08-15Get iconv right for both forms of everybuddyjmc3-11/+11
2003-08-15Don't add -liconv to the libraries line as it doesn't exist on -current andjmc1-3/+1
buildlink will add it if need be.
2003-08-12s/Irc/IRC/ in COMMENT.grant2-4/+4
2003-08-12use MASTER_SITE_SOURCEFORCE for MASTER_SITEjdolecek1-2/+3
add USE_X11, replacing former USE_X11BASE removed in previous revision
2003-08-11this really doesn't need to be installed into X11BASE, so change to USE_X11jdolecek1-6/+6
only and use PREFIX instead X11BASE as appropriate this makes this package xpkgwedge friendly, too Problem reported and fix provided in pkg/22440 by Juan RP
2003-08-11use MASTER_SITE_SOURCEFORGE for MASTER_SITE definition, and longjdolecek1-3/+7
line wrapping suggested by Juan RP in PR pkg/22440
2003-08-09Deal with blindly added -liconv in src/Makefile.{am,in}:seb1-1/+6
-current does not have it and can do without it. XXX Time to add this BUILDLINK_TRANSFORM directive to converters/libiconv/buildlink2.mk ?
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb2-4/+2
2003-08-08Update to 0.7:jmmv4-138/+212
Main Application * Drag and Drop contacts between metacontacts (Olivier) * Show an icon while DNDing on the contactlist (Will, Olivier> * XML/XSL config for chatwindow theme * Migrate file transfers to use KIO (new standardised file transfer API in KMM), remove KopeteTransferManager (lilachaze) * Create KopeteViewManager, clean up KopeteMessageManager (Jason) * Fix up fire and forget message window, make it work for all protocols (Jason) * Make send message keycombos to be customiseable KActions (Jason) * Add right click menu to tabs, add ability to move a tab to another window (Jason) * Tab color highlighting on new messages, typing (Jason) * Message in transit animation (Jason) * When a message is received, flash contact's icon to indicate a new message (Oliver) * Nick completion (Jason) * Message Highlighting with Notifications (Jason) * New KopeteAccount arch. allows multiple accounts of the same protocol (Oliver) * Allow custom colours for each account's icons (Duncan, Olivier) * New Icon effects arch. with overlays (Will) * KopeteOnlineStatus architecture (Martijn) * KopeteCommandhandler for /commands. Kopete-wide support of /part, /close, /clear, /exec, /help, /me (Jason) * New logging API with extensability for multiple logging formats (Jason) * General API cleanups (Everyone) * License headers unification and correction (Duncan) * Tons of bugfixes (Everyone) IRC Plugin * Total re-write of IRC to fit Kopete arch, with many improvements. (Nick, Jason) * Channel / Nickname search in AddContact Wizard (Jason) * Add support for all /commands needed for a basic client * Use kopete away system * "Show server window" account context menu option (Michel) * Use KExtendedSocket for proxy and firewall support (Michel) * IPV6 support (Michel) * WHOIS support (Michel> OSCAR Plugin * Support for ICQ over OSCAR (Stefan) * More complete userinfo (Stefan, Will) MSN Plugin * Handle MSN Plus away reasons. (Olivier) * Detect when the other party timed out and left the chat (Olivier) Yahoo Plugin * First release (Matt) * Spell Checking Plugin * Enable check-as-you-type (Jason) * Initial Release Highlighting plugin * Highlight messages according to your own criteria. (Olivier) * Initial Release Text effect plugin * Give your messages a bit of sparkle, even if you have no wit. (Olivier) * Initial Release History plugin * Move history/logging into its own plugin. (Olivier) * Initial Release Auto replace plugin * Perform substitutions on messages. (Roberto Pariset) * Initial Release Closes PR pkg/22399 by Nate Hill.
2003-08-08USE_GNU_TOOLS=grepgrant1-1/+3
2003-08-07Yet another correct for the qt3 prefix changejmc1-2/+1
2003-08-07Even if it is commented get ride of deprecated info file handling stuff.seb1-3/+1
2003-08-05bump revision after qt3/kde prefix changedrochner5-7/+10
2003-08-02Make this compile on NetBSD-1.6.1/shark.kristerw2-7/+15
The package is compiled with -Werror, but the sharks headers are not -Wtraditional safe, so the buld failed. Remove the silly -Wtraditional.
2003-07-30x11/kde3/ -> meta-pkgs/kde3/markd2-4/+4
2003-07-29Follow the trend started by jmmv@. Thanks Julio!seb2-44/+30
Remove IRCD_HYBRID_DPATH from bsd.pkg.defaults.mk and BUILD_DEFS, set PKG_SYSCONFSUBDIR to 'ircd-hybrid' instead: the package builder is now expected to adjust Ircd Hybrid configuration directory with PKG_SYSCONFBASE(.${PKG_SYSCONFVAR}). Replace local DOC_SUBST stuff with FILES_SUBST from bsd.pkg.install.mk. Go with the previous PKGREVISION bump. XXX Having the log files as SUPPORT_FILES is not optimal. XXX I really should update this package.
2003-07-29Convert to the bsd.pkg.install.mk infrastructure:jmmv8-25/+92
- Install configuration files under the examples hierarchy. - Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to handle rc.d script. As a result, bump PKGREVISION to 1.
2003-07-29Convert to the bsd.pkg.install.mk framework to handle the daemon's user andjmmv4-148/+23
group, the creation of log files and automatic handling of the rc.d script. Bump PKGREVISION to 1. Ok'ed by seb@, the maintainer.
2003-07-29Use /dev/null instead of empty file.jmmv2-6/+3
2003-07-29Convert this package to the bsd.pkg.install.mk framework:jmmv5-37/+53
- Install configuration files under the examples hierarchy. - Use CONF_FILES_PERMS to put the configuration files in place. - Use SUPPORT_FILES_PERMS to put the empty log file in place. - Use RCD_SCRIPTS to handle the rc.d script. While here, add ICBD_OWNER to BUILD_DEFS and use ROOT_USER and ROOT_GROUP where appropiate. As a result, bump PKGREVISION to 1.
2003-07-29Give the -f flag to rm, to avoid a warning message. Fix typo in COMMENT.jmmv1-3/+3
2003-07-27build and install only actually translated language packsjdolecek3-6/+30
2003-07-27need to create ${X11BASE}/share/psi before it could be usedjdolecek1-1/+2
2003-07-27Add psi-ssljdolecek1-1/+2
2003-07-27Initial import of psi-ssl 2.0 - PSI Jabber client SSL pluginjdolecek4-0/+36
Packaging work done by Love Hornquist-Astrand (love@)
2003-07-27Update psi to version 0.9 (latest available).jdolecek7-137/+154
Changes since 0.8.7: * OpenPGP integration (via GnuPG) * Jabber Browsing * Groupchat invites / private-messaging * better SSL certificate handling * ton of bugfixes Package now also includes all available language packs.
2003-07-25Update to 0.11.6:wiz3-24/+17
[pkg fea] Several small documentation updates. [pkg fea] Major header files are now installed in a global installation directory. [con bug] Small bugs in contrib/sendim.sh found and fixed. [UI fea] Chat "hilites" added: If a member of a room/channel/discussion mentions your name, their message will be highlighted. [UI bug] A small bug in the /away routine has been fixed, allowing your /away status to be preserved across re/connects. [UI bug] .naimprofile will now be read for all connections in the event that multiple connections are declared in .naimrc. [pkg bug] A "#warning" directive was misnamed "#warn" and has been corrected. [Lil fea] Discussion retitles are now treated as a /topic change on IRC. [TOC bug] /me processing in chat rooms was broken. Fixed. [pkg FEA] The default modules have been removed, and are now distributed in a separate "naim-modules" package available from the naim web site. [UI fea] All internal routines are now declared "static," to clean up the module interface. [UI FEA] All major dependencies on ncurses in the main UI code have been isolated to src/win.c, to provide for easy migration to modular user interface routines. [UI FEA] New /chains command to display all event chains. [UI FEA] Newly rewritten /modload and new /modunload to completely control loadable modules. [UI FEA] New /modlist command to display currently loaded modules and their vital statistics. [UI FEA] Queued messages are now saved when you /save. [UI fea] Minor improvements to the HTML renderer.
2003-07-22Add appropriate INCOMPAT_CURSES lines. Should fix bulk build failure.wiz2-2/+6
2003-07-22USE_NCURSES should _always_ be set to a comment explaining why itwiz1-2/+2
is needed. (undo part of last)
2003-07-22Oops, forgot to add these new files :)adam2-0/+64
2003-07-22Changes 1.1:adam5-40/+52
* ekgbot * log viewer * bug fixes Now makes a shared library and uses buildlink2
2003-07-21COMMENT should start with a capital letter.martti12-24/+24
2003-07-19Add and enable kopete.jmmv1-1/+2
2003-07-19Initial import of kopete, version 0.6.2:jmmv5-0/+463
Kopete is a flexible and extendable multiple protocol instant messaging system designed as a plugin-based system. All protocols are plugins and allow modular installation, configuration, and usage without the main application knowing anything about the plugin being loaded. The goal of Kopete is to provide users with a standard and easy to use interface between all of their instant messaging systems, but at the same time also providing developers with the ease of writing plugins to support a new protocol. Kopete is a big project which already supports messaging protocols like Jabber, ICQ, AIM, MSN, Yahoo, IRC, Windows LANs, GaduGadu, IRC and SMS.
2003-07-19Add kde to categories.jmmv1-2/+2
2003-07-19Update to 0.66 with patch from maintainer:jmmv3-6/+8
* Freebsd compile fix (Matthew Luckie) * .spec file improvements (Ethan Blanton) * Added a gaim-remote man page (Robert McQueen) * The Remote Control plugin no longer adds duplicate groups to your buddy list. * Servers and ports are now imported correctly in MSN. * Core/UI split the core initialization and shutdown. * MSN messages with newlines are now sent correctly to MSN clients. * Italian translation updated (Claudio Satriano) * British English "translation" added (Sam Halliday) * Fix some sound initialization stuff * Updated Portuguese (Brazilian) translation (Mauricio de Lemos Rodrigues Collares Neto) * Updated Czech translation (Miloslav Trmac) * Fix saving and import of default away message
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant58-116/+116
2003-07-17Update to 0.65:jmmv3-16/+23
* French translation updated (Eric (Zongo) Boumaour) * Portuguese (Brazilian) translation added (Mauricio de Lemos Rodrigues Collares Neto) * Korean translation updated (Kyung-uk Son) * Japanese translation updated (Junichi Uekawa) * Hebrew translation added (Pavel Bibergal) * Russian translation updated (Dzmitry Chekmarou) * Danish translation updated (Morten Brix Pedersen) * Hungarian translation updated (Zoltan Sutto) * Italian translation updated (Claudio Satriano) * Chinses (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Massive internal core/ui splitting * New account dialog * Preferences moved to ~/.gaim/prefs.xml * Account information moved to ~/.gaim/accounts.xml * Pounces moved to ~/.gaim/pounces.xml * Added support for the Trepia protocol * Added protocol icons to various drop-down boxes * New Send IM buddy icon merged from Ximian Desktop 2 * Fixed "Sort by Status" crash * Fixed the MSN signon crash * Fixed the MSN add buddy crash * Fixed the MSN empty buddy list bug * Fixed all known MSN chat bugs * Fixed HTTP redirect handling in smiley retrieval. This fixes the problems with some smiley themes. * Chats in MSN can now be initiated by right-clicking a buddy and choosing Initiate Chat. * MSN Alerts and incoming MSN pages no longer pop up several error dialogs * Ability to view iChat "Available" messages for AIM * Stores your buddy icon on the server for AIM * Support for non-ascii characters with Yahoo! Messenger * Focus returns to the input box when you click elsewhere, like it used to * New typing notification icons from Ximian
2003-07-13Update DEPENDS.wiz1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz21-36/+42
2003-07-13add comment that this pkg also supports jabber.hubertf1-2/+2
Noted by daws@ircnet
2003-07-12Use patches and distinfo from licq-gui-console.wiz2-9/+3
XXX: should share even more...
2003-07-12Make it build under -current without using ncurses.wiz3-7/+42
It was using internals of ncurses data structures even though there's an official API for this... XXX: might need INCOMPAT_CURSES patterns for some older NetBSD versions, but I don't know which ones, so I didn't add them.
2003-07-11Apply two official patches, one to solve a cps problem in dcc and the otherjmmv2-2/+11
to fix a crash when tinting is enabled. Bump PKGREVISION to 1.