summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2004-04-07Fix CONFLICTS. (hi xtraeme!)salo1-2/+2
2004-04-02Update to 0.76, based on patch from Matthew Luckie (maintainer).jmmv7-350/+12
New Features: * WYSIWYG text input (with much help from Gary Kramlich and Kevin Stange) * Ability to be invisible on AIM * Chatroom list support (Tim Ringenbach) * Added auto-completion for screen names to the New Instant Message and Get User Info dialogs. * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech) * Vastly improved browser opening, with tab support! (Nathan Fredrickson) * Added support for connecting to MSN using the port 80 method. * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson) * Added protocol-specific preferences (Gary Kramlich) * Local IP address information can be changed in Preferences (Tim Ringenbach) * Improved local IP address detection (Tim Ringenbach) * Offline accounts in account drop-down lists are now greyed (Etan Reisner) * Improved accessibility support for screen readers and other accessibility tools (Marc Mulcahy) * Improved accessibility in conversation windows (Nathan Fredrickson) * Keyboard access to context menus via Shift+F10 (Marc Mulcahy) * Core/UI split event loop code. (Scott Lamb) * Added improvements to the multi-field request code, including required fields and account fields. * Moved more dialogs to the request API for interface consistency (Send Message, Get User Info, and Insert Link dialogs) * Jabber file transfer * IRC file transfer (Tim Ringenbach) * Added a hidden preference for disabling buddy list tooltips or changing the pop-up delay in prefs.xml. * Moved translation news to po/ChangeLog Bug Fixes: * Significant work on the Zephyr plugin (Arun A. Tharuvai) * You can now use :/ as a smiley safely (Nathan Owens) * Various buffer overflow fixes (Stefan Esser) * Tabs now stay green when they are supposed to (Etan Reisner) * Fixed a bug where only the first user in a chat room list was removed sometimes when trying to remove a group of users (Tim Ringenbach) * Clearing an AIM buddy icon actually removes it from the server, icons changes in the account editor do not take effect if the cancel button is used (Stu Tomlinson) * Improved chat parting logic (Tim Ringenbach) * Yet Another IRC channel user duplication bugfix (Tim Ringenbach) * Deleting an account while modifying it will no longer crash gaim. * Only one account preference window will now appear per account when clicking Modify. * Aliases are now shown alongside the screen name in the message queue window. (Kevin Stange). * TCL Plugin API changed * The mobile icon on MSN users is now removed when the person disables mobile paging (Stu Tomlinson) * Removing invalid buddies in MSN with a space in their name no longer causes a disconnect (Stu Tomlinson) * Multiple MSN chats should now work (Robert Mibus) * Added new MSN error codes and fixed an incorrect one (Stu Tomlinson) * Incoming colors are now processed correctly in MSN. * Conversation placement by account now works correctly with both chats and IMs, and takes the Combine Chats and IMs option into consideration. * Minor tweaks to the list box in the multi-field request dialogs so they work without a label and scrollbar (Pekka Riikonen) * Hitting enter in a multi-field request dialog when a textfield has the focus no longer ignores the changed text in the textfield (Gary Kramlich) * The Disconnect dialog no longer raises and gains focus each time a disconnected account is added (Ka-Hing Cheung) * Gadu-Gadu might actually connect again (Ignacy Gawedzki) * Buddy pounces for an account are removed when the account is deleted (Gary Kramlich) * Various bug and memory leak fixes (Gary Kramlich) * Assorted SSL crashfixes * --enable-debug no longer breaks compilation when using gtk 2.4, which also broke garnome. * Tooltips shouldn't crash now (Daniel Atallah)
2004-04-02look in X11BASE not X11PREFIX for libXss.so. from xtraeme@mrg1-2/+2
2004-04-01Update to 0.7.4. List of changes (but not complete):jmmv3-8/+9
News in 0.7.3: * Fix transient window behaviour, Mikael. * Fix bugs with the flashing icons, Richard. * Propagate status updates to group chat, Martyn Russell. * Show dialog when authentication fails. Martyn, Richard. * Behave better when the notification area is removed, Qball Cow. * Plug leaks, Richard. * Updated translations (cs, da, eu, fr, nl, sr, sr@Latn, sv)
2004-04-01nb1: Make more IRC protocol correct.tv7-7/+150
* Automatically issue the equivalent of a NAMES after a JOIN. * Allow PART command so that client may lurk; reissue a JOIN to re-"open" the channel on the client if a new open message arrives. * Provide a fake MOTD to make some IRC clients happier. * 353 (NAMES response) should have a single space character at the end of each line per protocol (Gaim is strict about this).
2004-03-30Improve DESCR per a suggestion from reed@.wiz1-2/+3
2004-03-29Add same patches as to irssi-icb (requested by salo):wiz4-3/+115
Better support /who and /whereis. Divert server messages to the server window instead of the channel window. Bump PKGREVISION to 8. Compile-tested only.
2004-03-29bl3ify, while here fix typo (DEPEND -> DEPENDS).xtraeme1-3/+3
2004-03-29bl3ifyxtraeme6-19/+38
2004-03-29bl3ifyxtraeme1-7/+8
2004-03-29bl3ifyxtraeme2-11/+11
2004-03-29Enable pkgviews installation.schmonz1-2/+6
2004-03-28Better support /who and /whereis.wiz4-3/+115
Divert server messages to the server window instead of the channel window. [Sent back to the author.] Bump PKGREVISION to 5.
2004-03-28Added jabberd2.xtraeme1-1/+2
2004-03-28Initial import of jabberd2 (2.0s2) from pkgsrc-wip.xtraeme17-0/+700
Jabber is an open XML protocol for real-time exchange of messages and presence notification between any two points on the Internet. The first application of Jabber technology is an asynchronous, extensible instant messaging platform, and an IM network that offers functionality similar to legacy IM systems such as AIM, ICQ, MSN, and Yahoo. This is a complete rewrite of the original jabberd.
2004-03-28Update to naim 0.11.6.7. No changelog available, but it seems to be ansnj3-13/+11
assortment of small bugfixes.
2004-03-27Use PKGNAME_NOREV for WRKSRC; fixes bulk build.wiz1-2/+2
2004-03-26Update comment why ncurses are needed (using internal, ewww).wiz1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz22-32/+44
Buildlink files: RECOMMENDED version changed to current version.
2004-03-24Update xchat2 to 2.0.8.xtraeme3-7/+9
Changes: - Updated translations (az, es, fi, lt, mk, nl, ru, sk, sl, sr, sv, zh_CN). - Added color, flash and iconify args to /GUI command (this is for use in scripts and plugins only). - Plugin API: Added "notify" list. - Plugin API: Added id, users, flags fields for "channels" list. - Win32: Better error messages for file i/o and winsock errors. - New Perl interface (with backward compatibility)! (Lian Situ). - Fixed command-character buglet [873541]. - Win32: Improved incorrect CPS display for file transfers. - Added "Copy Selected URL" option to URL popupmenu (Mike Battersby). - Added work-around for "Get my IP from server" not working on PTNet (Mario Freitas). - Fixed: Alt+numbers do not work with X Input Method [896968] (Marius Gedminas). - Added support for "+port" to indicate SSL connections. - Fixed non-ASCII chars in time-stamp bug [918445]. - Smaller bug fixes: [870073] [890891].
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+2
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam3-11/+6
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18Forgot to change perl's bl3.xtraeme1-2/+2
2004-03-18bl3ifyxtraeme1-4/+4
2004-03-14Bl3'ify.uebayasi1-1/+3
2004-03-12Update quirc to 0.9.84 and bl3ify. Switch to Tcl/Tk 8.4.minskim8-53/+36
Changes sinec 0.9.82: - Fixes to make it compile with gcc 3.3 and Tcl/Tk 8.4. - Highlight a window when your nick appears in it. - fix for a bug that causes QuIRC to crash on nicknames longer than 30 characters.
2004-03-12Switch to Tk 8.4 and enable pkgviews installation. Also use DEPENDSminskim1-3/+14
instead of including buildlink2.mk because this package does not build anything.
2004-03-12Switch to Tk 8.4.minskim1-2/+2
2004-03-12Switch to Tk 8.4 and define NO_BUILDLINK and NO_CONFIGURE.minskim1-2/+4
2004-03-12Switch to Tk 8.4 and enable pkgviews installation.minskim1-3/+14
Bump PKGREVISION.
2004-03-12Switch to Tk 8.4 and enable pkgviews installation.minskim1-3/+7
2004-03-12Switch to Tk 8.4 and enable pkgviews installtion.minskim1-5/+11
Since this package doesn't actually build anything, define NO_BUILDLINK and NO_CONFIGURE, and set USE_LANGUAGES to an empty string.
2004-03-11bump PKGREVISION after tcl dependency change.grant1-2/+2
2004-03-11bl3ify.minskim1-3/+3
2004-03-11Switch to Tcl 8.4. It will close PR pkg/24739.minskim3-3/+19
2004-03-11Split "opensource" into two words.snj1-1/+1
2004-03-09Use bl3, update my address.snj1-3/+3
2004-03-09Bump PKGREVISION due to gnome1-dirs dependancy update (missed yesterday).jmmv1-2/+2
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim7-14/+14
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim2-4/+4
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv12-27/+31
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Update to 0.7.2:jmmv3-7/+8
* Make the status icon flash when going to and from away state. * Show the contact list if it's visible on another workspace when toggling visibility. * Make links clickable in logs. * Handle incoming private chats through group chats correctly. * An experimental and optional dbus interface. * Add status submenu to the notification area icon. * Limit the length of the status text in the contact list. * Plug memory leaks. * When detaching a tab, put the new window at the pointer. * Updated translations (ca, cs, es, hr, nl, no, sr, sr@Latn, sv).
2004-03-07Bump PKGREVISION due to loudmouth update (SSL support).jmmv1-2/+2
2004-03-07Unconditionally add SSL support (gnutls) to get a full featured package.jmmv2-20/+6
Bump PKGREVISION to 3.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam4-45/+33
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-03Update to version 0.9.18.salo2-7/+7
Changes: 0.9.18: ======= Upgrade release because of couple serious bugs in the 0.9.17. Especially backup router had stability problems with 0.9.17. This was due to a rekey bug when performing rekey with PFS, and because of another bug it caused the backup (and other servers too) to crash. If you are running a normal server or backup router then ugprading is strongly recommended. If you are running any kind of server with PFS enabled in rekey, upgrading is recommended. - Fixed protocol completion handling in connection closing. - Fixed rekey with PFS to work on backup with disabled connections. - Fixed CMODE command reply to return the user limit correctly. - Fixed the watch notify to be called for resuming clients. 0.9.17: ======= - Implemented the user limit to the CMODE_CHANGE notify and to the CMODE and JOIN command replies, as defined in the new protocol specs. - Implemented the public key support to WATCH command, as defined in the new protocol specs. - Added asynchronous connecting to remote router/server. - Fixed the WHOIS public key deleting. - Several other bugfixes were also made.
2004-03-01Bump PKGREVISION due to libtasn1 and gnutls updates.jmmv1-2/+2
2004-03-01Bump PKGREVISION due to libtasn1 and gnutls updates.jmmv2-4/+4