summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv12-29/+24
2003-03-28Sort for pkglint.wiz1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma2-2/+4
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-03-22Add and enable libicq2000.salo1-1/+2
2003-03-22Import of libicq2000-0.3.2: Library for icq 2000/2001 clients.salo5-0/+96
libicq2000 is an opensource C++ library being developed to support the icq2000/2001 protocol. It is easy for developers to use as the backbone for their clients' connection to the ICQ network - all the protocol work is abstracted away in one nice object-orientated interface. Package submitted by Soren Jacobsen via PR pkg/20820.
2003-03-22Update to 2.0.1, based on PR 20837 from Juan RP.wiz3-7/+8
Fix PLIST while here. Changes: - Updated translations (am, ca, lt). - Save serverlist before connecting (Joe Drew). - OpenBSD compile fixes. - (Encoding) Fallback outgoing text to "?" for unconvertable chars. [674798]. - Hide tab scrolling buttons when they're not needed. - Fixed --disable-xlib compiles. - Fixed use of %h in dialog-tab buttons [688937]. - Fixed printing/logging timestamps that contain invalid utf8 [688548]. - Added "Resizable userlist" option (default ON). - Strip colors on topic change. - Fixed (snotice) and (notice) tabs being swapped [687437]. - Made more strings translatable. - Allow loading empty text events [691191]. - Fixed xtext race condition [678874]. - Added ability to show/hide the channel-mode buttons (default OFF). - Use the network name in server-tab rather than full hostname. - Added keybindings for moving tab-families, default is ctrl-shift PageUp and PageDown (Vincent Ho). - Added 'Beep on highlighted messages' option (Jirka Kosina). - Use DND to detach tabs. - Interpret %C, %B etc in quit reasons. - Added more items to the right-click tab menu. - Some misc UI cleanups.
2003-03-22Updated to version 1.0rc1.salo3-10/+9
Patch provided by maintainer Dawid Szymanski via PR pkg/20807. Changes: - pkgsrc pthreads support - minor code clanups
2003-03-17Updated to version 0.9.13.salo6-25/+32
Changes: - Fixed EOF handling in SILC Config. - Do not send full INVITE and BAN lists in INVITE and BAN notifys, only the changed information. - Fixed INVITE notify sending in INVITE command, send it only when needed. - Handle the founder key change properly in CMODE_CHANGE notify. Bug #122. - Remove the mark for output (mark it only for input) after purging outgoing queue. Prevents the "Error in select()" floods. - Check server private key file permissions before starting the server. - NULL terminate allocated string in silc_buffer_strformat. - Rewrote the invite/ban list string handling in server to use SilcBuffer instead. - Fixed double free in CMODE command when setting new HMAC for channel. - Added couple of missing memset's to zero sensitive memory.
2003-03-17Updated to version 0.9.12.salo4-15/+25
Changes: - Fixed RESOLVING flag handling in JOIN notify and other notifys to handle the resolvings correctly in client library. - Fixed incorrect connection deletion from client library after calling "connect" client operation. Could cause crashes for example during reconnect timeouts. - Removed --session and --dummy options from Irssi SILC Client. -d option is available only if --enable-debug was given.
2003-03-16Add and enable kmess.jmmv1-1/+2
2003-03-16Initial import of kmess, version 1.1.jmmv4-0/+172
kmess is a MSN Messenger client for the KDE3 desktop environment. It supports advanced protocol features and resembles a lot the original client appearance. Closes my own PR pkg/18367.
2003-03-16update to ircii 20030315:mrg2-5/+5
o fixed several display and status bugs introduced in 20030314.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam2-4/+7
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-14update to ircii 20030314. changes since ircII 20021103:mrg4-71/+7
o server's added by /server are no longer removed if they fail to connect. o SEVERAL REMOTE HOLES FIXED in ctcp, status & other code o fix ICB /msg to names starting with a /. you can now /msg \/oink to send a message to "/oink". if you previously were able to /msg \oink you now have to /msg \\oink. o arithmetic "|" now works properly o fix ICB /msg with a user the same name as the channel o fix ICB group's and user's with comma's in them o /notify and /timer always go to level crap now o fix nickname response lossage o fix $connect() hich was broken recently o fix "irc -h" which was broken recently o fix "dcc close raw" which was broken recently
2003-03-12Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.jschauma1-2/+2
Pointed out by wiz.
2003-03-11couple of minor fixes:grant2-9/+10
- update HOMEPAGE - install sample config as examples/bnc.conf - whitespace police bump PKGREVISION.
2003-03-10Take over maintainership.wiz1-2/+2
2003-03-10Upgrade to 0.11.5.6:wiz2-5/+5
Major bug fixes: AOL's primary TOC server (toc-m01.blue.aol.com) went down at approximately 2003-03-10T1420; this has temporarily been replaced with toc.oscar.aol.com. Discussion destructions were not properly being handled in Lily. IM handling routines were not properly handling buddies with alternate names set (the third argument to /addbuddy), causing away messages to be misdirected. Major feature additions: New $autoreconnect. If set, whenever naim is disconnected from a service, it will attempt to reconnect automatically. For services that require a password, you may wish to /set servicename:password "your password" in order to allow naim to reconnect while unattended (for example, /set AIM:password "my pass"). All users should upgrade to this version. There are no security considerations, but users may be unable to sign on (or stay connected) to the default TOC server used in the past.
2003-03-04Update to 0.11.5.5:wiz3-6/+15
Summary of changes from 0.11.5.3 to 0.11.5.4-2003-01-17-1717 ============================================ [pkg bug] On systems with a dlopen() in libc (some FreeBSD), -rdynamic was not being included in the LDFLAGS, breaking /modload. Fixed. [Lil bug] Lily does some strange things when you are /ignore'd by another user, which really confused FireTalk. Fixed. [UI fea] Lag check is now to the tenth of a second. [UI fea] /help now describes /-commands if given as an argument. [UI fea] /ignore displays your ignore list if no arguments are given. [UI fea] Profile now includes extended interface information. Summary of changes from 0.11.5.4-2003-01-17-1717 to 0.11.5.4-2003-01-18-0141 ============================================ [UI fea] History scrollback now leaves the cursor at the end of the line, without affecting partial matching. [UI bug] AUTOCRYPT key negotiation failed under some circumstances involving peers not starting on each other's buddy lists. Fixed. [UI fea] Passing a command line argument to naim starting with a dash is now an error. Summary of changes from 0.11.5.4-2003-01-18-0141 to 0.11.5.4-2003-01-20-1216 ============================================ [pkg fea] New --with-pkgdocdir to control the location documentation files are installed to (which is also where naim's /help command looks for them). [pkg fea] New --enable-firetalk-lily-ctcpmagic, experimental. [IRC bug] Adding a buddy caused an immediate signon notification, which caused confusing problems down the line. Fixed. [Lil fea] Improved support for /REVIEW and /MEMO (without requiring --enable-debug). Try ``/alias review /m :raw /REVIEW $args1*'' and ``/alias memo /m :raw /MEMO $args1*''. [UI fea] $im_prefix and $im_suffix are now documented and will be stored in .naimrc with /save. Summary of changes from 0.11.5.4-2003-01-20-1216 to 0.11.5.4-2003-01-25-1257 ============================================ [pkg fea] --enable-firetalk-lily-ctcpmagic removed, now enabled by default. [UI fea] ``/help topics'' expanded. [IRC fea] Buddy tracking drastically rewritten. Small known bugs to be fixed at a later date. [IRC fea] Server errors during sign-on are now passed along to the client. [Lil fea] Handles nickname changes now. [Lil bug] CTCP magic would be falsely enabled in some situations. Fixed. [UI fea] Short informational blurb displayed in window list window when offline. [UI fea] Window list window will be permanently displayed until the user signs on. [UI bug] /closeall was broken at some point due to other code changes. Fixed. [UI fea] Command completion now checks for /alias's first, then fixed commands. [UI fea] Previously-typed text completion now informs the user how to enable it in the status bar. Summary of changes from 0.11.5.4-2003-01-25-1257 to 0.11.5.4-2003-01-28-1950 ============================================ [MSN fea] Now able to sign on fully, but does not handle private messages properly. Use at your own risk. [UI fea] File transfer status is a bit more verbosely reported now. [UI bug] Blurbs and timezones were not cleared on signoff. Fixed. [UI fea] Previously-typed text completion now kicks in after 5 characters (previously 20), but caches previous searches to minimize search impact. [UI bug] When editting text in the input window, moving the cursor to the last character on a line caused screen artifacts. Fixed. [UI fea] ~/.naimlog files will be flushed to disk at regular intervals (every $tprint minutes). [UI bug] Automatic messages weren't being displayed the same way as user-typed messages (for example, $timeformat was being ignored). Fixed. [UI bug] If a user supplied a text colour that matched your IM window's background colour, the text could disappear. Fixed, though note that for purposes of this logic, the CLEAR background colour is thought to correspond to the BLACK foreground colour, so those of you using xterm's with white backgrounds are still SOL. [UI fea] As an experiment, I'm allowing high ASCII characters in IM's to be displayed to the screen raw. Let me know if this causes problems for any terminal types. Summary of changes from 0.11.5.4-2003-01-28-1950 to 0.11.5.4-2003-01-30-1604 ============================================ [IRC fea] Buddy tracking drastically rewritten [again]. Now uses FireTalk's internal state machine exclusively (and shaved off 400 lines from irc.c). [UI fea] New colours for buddies with queued messages and specially tagged by the user. New background colour for the status bar. [UI fea] /setcol now takes a third argument, which can be either BOLD or DULL, to force that attribute on text of that type. [UI bug] When /delbuddy'ing a peer that had previously negotiated AUTOPEER, naim would mistakingly re-add them to your buddy list. Fixed. Summary of changes from 0.11.5.4-2003-01-30-1604 to 0.11.5.4-2003-02-05-0107 ============================================ [IRC bug] Kick messages mistakingly identified the target as the source (i.e., *** user has been kicked by user). Fixed. [IRC fea] Code cleanups. [IRC bug] ircd-ratbox (irc.servercentral.net on EFnet) does not collapse cmode +ov into @user in /names output (it displays @+user), which violates RFC. naim is now more tolerant of such noncompliance. [IRC fea] Unknown server messages and numerics are now sent along to the user with a source of :RAW, originally they were simply ignored. This is mainly to motivate me to track down all standard commands and numerics that aren't properly handled. [IRC fea] Users by default contain no flags, so they will not be identified as "AOLamer" in /whois. [Lil bug] Usernames were not properly escaped (i.e. spaces converted to underscores) during renames. Fixed. [Lil bug] /MEMO output contained duplicate identification messages interspersed with the actual output. Fixed. [UI fea] New /tagbuddy command. When used to set a tag for a particular buddy, the buddy in question becomes distinct in your buddy list. [UI fea] UI cleanups (all example commands are now green). [UI fea] You no longer need to enter paste mode in order to paste multi-line messages, they will automatically be consolidated. [UI fea] Auto-responses will only be sent at a maximum rate of once every other second, to thwart clone flood attacks. [UI bug] Tab completion for filenames could cause extraneous whitespace to be added to the end of file paths, which confuse commands like /readprofile. Fixed. Summary of changes from 0.11.5.4-2003-02-05-0107 to 0.11.5.4-2003-02-05-1851 ============================================ [FT bug] Sending messages to :RAW weren't always being treated as a special event. Fixed. [IRC fea] Server notices are now treated as a special case. [IRC fea] A number of "meaningless" numeric responses are now properly ignored. [IRC fea] Unrecognized messages are sent to a :RAW pseudo-chat. Summary of changes from 0.11.5.4-2003-02-05-1851 to 0.11.5.4-2003-02-07-1416 ============================================ [pkg fea] Removed stale irc_match.[ch]. [IRC fea] Added ircu's 396 numeric ("x is now your hidden host") to ignore list. [IRC fea] Reformatted 352 numeric before passing along as unhandled. [Lil fea] IRC-style "unhandled" notification introduced. [UI fea] Tab is now magically caught during pastes, a la the Enter key. [UI bug] Enter key catching sometimes caused inappropriate blank lines to be sent to the user. Fixed. [UI fea] All random messages are now prefixed with the connection window they occur in. For example, CTCP's sent from EFnet will be marked as such, even if you are in AIM. Summary of changes from 0.11.5.4-2003-02-07-1416 to 0.11.5.4 [2003-02-07] ============================================ [pkg fea] Minor documentation updates. Summary of changes from 0.11.5.4 to 0.11.5.5-2003-02-11-1505 ============================================ [IRC bug] ^O did not properly clear attributes. Fixed. [IRC fea] Added 307 numeric ("x has identified for this nick") to ignore list. [Lil fea] Unhandled messages now more useful. [Lil bug] Change in naim behaviour broke Lily driver's ability to send :RAW commands. Fixed. [UI FEA] ^R and ^Y scroll back and forward now, for OS 10 Terminal.app users who have no PgUp/PgDown. [UI FEA] SIGHUP, SIGUSR1, and SIGUSR2 are now caught as pseudo-keys, handled by /bind. [UI fea] /connect will attempt to catch when you specify a server instead of a nickname, and adjust its behaviour accordingly. [UI FEA] Extended ASCII input now handled more gracefully. [Lil bug] Previous feature breaks Lily support. Continuing bug, expecting fix soon at the server level. [UI fea] All locally echoed messages will be echoed to the status window as well. [UI fea] &#xxx; characters now handled properly. [UI BUG] --enable-detach was broken in 0.11.5.4. Fixed. [UI fea] Variables listed in /set are now left-justified. Summary of changes from 0.11.5.5-2003-02-11-1505 to 0.11.5.5-2003-02-14-2157 ============================================ [UI FEA] The "AIM/TOC" protocol name has been renamed to "TOC", since it works for both AIM and ICQ. "AIM/TOC" will still be accepted so as not to break existing .naimrc's. [mod fea] New "nstatus" module distributed with naim, as a simpler example module. [pkg FEA] ``make install'' now installs symlinks for nirc, nicq, and nlily which all have different startup behaviours. [UI fea] Tab completion for buddies now works more transparently when dealing with buddy realnames (as opposed to screen names). [UI fea] Slight UI tweaks. [pkg fea] The doc/*.txt files are now actually plain text. [UI FEA] All /help topics have been moved back to being internal to naim (i.e., the doc/*.txt files are no longer used). [UI fea] /names ON and /names OFF will now display online and offline buddies, respectively. [UI BUG] naim would automatically /load ~/.${0}rc at start, but /save would always save to ~/.naimrc. /save now saves to ~/.${0}rc, which I consider to be fixed. [UI FEA] When a buddy has a "realname" (the third argument to /addbuddy), that will be used in query windows instead of their screen name. This is primarily for ICQ, where it doesn't make much sense any other way. [UI FEA] Built-in default naimrc now fits nicely into an 80x25 screen. Summary of changes from 0.11.5.5-2003-02-14-2157 to 0.11.5.5-2003-02-18-0908 ============================================ [pkg fea] Autoconf now displays the protocol drivers enabled at compile time. [UI fea] /newconn now accepts "AIM", "AIM/TOC", "ICQ", and "ICQ/TOC" as synonyms for "TOC". [UI fea] Autopaste will not engage when typing a command. [UI fea] Variables with overlong descriptions in ``/help settings'' now have separate, left-justified lines. Summary of changes from 0.11.5.5-2003-02-18-0908 to 0.11.5.5-2003-02-18-0940 ============================================ [Lil bug] /part'ing a non-existent discussion (such as :RAW) would cause an unidentified error to be sent to :RAW. Fixed. Summary of changes from 0.11.5.5-2003-02-18-0940 to 0.11.5.5-2003-02-22-0034 ============================================ [Lil bug] /create'ing an existing discussion (such as -ctcpmagic) would cause an unidentified error to be sent to :RAW. Fixed. [UI fea] New $winlistheight, to set the percentage of the screen height to use for the window list window. Default of 75. [UI fea] When redrawing windows (such as during start-up), naim now updates the status bar to keep you informed. [UI fea] New $logtprint, 1 = log daily timestamps, 2 = log all timestamps. Default of 1. [UI fea] When flushing log files (every $tprint minutes), naim now updates the status bar to keep you informed. [pkg bug] Some of the generation scripts used "%i", while some awk's only accept "%d" for integers. Fixed. [UI fea] All "special" status bar messages now use a different background/foreground pair for extra visibility.
2003-03-01Needed to regen patch sha checksumsjmc1-3/+3
2003-03-01Rename the libsigc++ dependancy to libsigc++10. Bump PKGREVISION.jmmv1-3/+3
2003-03-01Patch htons issue with code. Don't define htons if configure didn't find itjmc3-1/+29
and it's not already defined.
2003-03-01Updated ircu to 2.10.11.04.grant13-248/+158
List of changes since 2.10.04 is very large and code-oriented. The authors seem to not maintain a user digestable list of changes. See the ChangeLog for the full list of changes if you insist :) Updated provided by Adrian Portelli in PR pkg/20531, with some changes by me.
2003-03-01Bump PKGREVISION after dependency changes.jlam1-1/+2
2003-03-01Drop dependency on libsigc++ (it's no longer needed) and add one forjlam1-2/+2
OpenSSL.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv3-27/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-18patch from mrg@ to fix coredump when a connection to a server failslukem3-2/+67
2003-02-17Disable XFT support, as requested in PR pkg/20387 by Marc Recht.jmmv1-3/+2
Quoting xchat 2.0.0 announcement: * By default, xchat will use Pango to render text. This is usually quite fast, if you have Pango 1.1 and Xft2 on your system. If you need to use Pango 1.0, or find text rendering slow, you can use the ./configure switch --enable-xft, which will bypass Pango. NB: --enable-xft will also remove some of Pango's nice i18n features, such as multiple fonts and bidi. If the text is still unbearably slow, disable font smoothing in Gnome2 Font Preferences. With the actual pango's buildlink2.mk, xchat2 will use, at least, pango 1.2.0, so XFT is useless. Bump PKGREVISION to 1.
2003-02-16Add and enable xchat2.jmmv1-1/+2
2003-02-16Initial import of xchat2, version 2.0.0.jmmv4-0/+82
XChat is a graphical IRC client that runs on UNIX-like systems. It uses the GTK 2 library as its graphics toolkit. Based on the package provided in PR pkg/20298 by Juan RP.
2003-02-15Updated to version 4.9.2.salo4-13/+19
Addresses PR pkg/20243 by D'Arcy J.M. Cain. Changes: 4.6.9 ===== Now when free disk space becomes less than 10k centericq goes offline, refuses to connect and doesn't touch configuration files to not to lose any data. A compilation error with "twisted" versions of iconv was fixed by adding another check to configure. The "Next" button was added to the history. It actually goes back, so it's called so to conform the UI look. Weird behaviour of the group mode 2 when there is only one contact list group defined was fixed. When available, iconv is used for translation between koi8 and cp1251 codepages instead of the internal routine. Support for AIM TOC protocol was added. This means now centericq supports four IM flavours, which makes it even more useful tool. Now, looking at the centericq main screen I find myself a real schizophrenic with four IM "avatars". So there is another slogan for the program "centericq - the power of your shizo" :) HDD access was reduced by not reading away messages every second, how it was before. So now owners of laptops should have no worries about batteries, for centericq will allow their boxes to go to power saving mode. Fixed a bug with user's details fetching, resulted into weird behaviour caused by new-line character in any fields on the information. This version also introduces the "relaxed" re-connect strategy. Every time it cannot automatically re-connect to an IM service, the try period is icreased by half of its previous value. This is made so that "turboing" situations are recovered without any user's intervention. Invalid username or/and password situation is now tracked and reported in the Yahoo! engine. Finally, a bug caused centericq to freeze (for protocols' activities) after "Ctrl-L" was fixed with a patch sent by Sergey A. Kogan <kogan@omskelecom.ru> 4.7.1 ===== Seems like I just cannot stop adding support for protocols. Thus, support for IRC was implemented in this version. It doesn't (yet?) support talking on channels and intended only for private messaging. Though, you can enter channels to be visible for other users staying on them. Channels are controlled with the "Channel manager" dialog which can be ivoked from the account manager. It's also possible to fetch a list of users on channels with the find/add dialog. Since libicq2000 now does support visible and invisible lists, so does centericq. Now centericq can ask away messages when you change your IM status. This behaviour is controlled with the respective option of the configuration dialog. Feature to change current IM status from the command line was added. The auto-away/auto-N/A behaved weird on remotely connected sessions. Fixed. All the lists of contacts such as contact list, search results, multiple recipients selection now highlight users from various networks with appropriate colors and have the quick-find feature which is possible to be activate with "/" or alt-s. ICQ invisible status of contacts wasn't shown. Fixed. The bug which made it impossible to send SMS-es to oneself from the command line was fixed. Applied the collapsable groups patch from Bertram Bourdrez <bourdrez@casema.net>. So now a contact list group can be collapsed or expanded by pressing Enter on its header. Now it's possible to move groups up and down the contact list with the group manager dialog. It's also now possible to send messages to found users from the find results list without adding them to the contact list. The crash with the "Broken pipe" message which happened after network interface's going down was fixed. The existing but not documented before -b parameter was finally documented both in README and in the man page. It allows to specify another base directory for the IM details and makes it possible to use different identities under the same UNIX account. 4.7.2 ===== Chat messaging mode was implemented. Along with the text being typed you can see history of previous messages without invoking the history facility. It's possible to turn it on with the configuration dialog. Fixed a bug resulted in eating up disk space when it's not possible to re-send events for quite a long time (several days, let's say). It kept on adding newline characters after each attempt. E-mail and name substring search options were added to the irc find mode. The "Move to group.." item was removed from the context menu of a user which is not in list. Only "Add to list" can be used there. Away messages didn't get recoded from koi8 to win1251, fixed. Switching IM status to offline (_) from the command line was broken. Fixed. 4.7.5 ===== Birthday reminders are now sent to the contact list as system messages from users. An ability to store and load sets of search information under profiles was added to the "Find/add" dialog. IRC search only by e-mail without channel specification was added. A segfault was fixed in the MSN part. It happened when a hotmail box was cleared entirely through their web interface. 4.7.7 ===== Centericq now compiles well with the new 3.1 version of GCC compiler. Fixed a bug resulted into incorrect recipient choosing after performing mass history message forward from the chat mode. The "Channel manager" dialog was extended so that it allowed to chat on IRC channels. To add a channel to the list you have to set "Show on the contact list" for it. ICQ events sent to users with status "Occupied" or "DND" were lost. Fixed. Missed the workaround in the libicq2000. The cicqsync script now refuses to work with CVS version <= 1.10 Bugs in the Yahoo! engine were fixed. They resulted into adding contacts with strange names to the list. Eventually the Yahoo! support in centericq became unusable because of some minor changes in the contact list transmission protocol part. It was a really stupid bug of the Yahoo library the program uses, and I immediately fixed it. In the IRC module there was a problem with not detecting the case of inability to join a channel, and it also was silent when a user was kicked. Fixed, so that now it's detected and reported to the contact list. 4.7.8 ===== Now the source should compile well on Solaris OS. Thanks to Jochen Kmietsch <jochen.kmietsch@tu-clausthal.de> for initial portings efforts and to Lion Templin <lion@leonine.com> for providing an account on a Solaris box. Fixed a possible buffer overflow in the MSN e-mail notification processing code of the respective module. Thanks to KF <dotslash@snosoft.com> for finding and reporting it. The cicqconv migration script now does also support micq. Thanks to Artur Komarov <artur@emd.ru> The centericq's own notification messages class used for such events as birthday reminders, away messages and other stuff, was separated from usual messages. That was done to avoid external handler's reacting on such messages like they were received from one of your contacts. The yahoo library used by the program was changed to the one of new generation. It would not happen unless the yahoo guys would leave their old protocol working. So one day centericq's yahoo support just became outdated and unusable. Anyway, now it's back, up and running, with several new features such as settable server address and port, and conferencing support. As usual, several cosmetic bugs were fixed. 4.8.0 ===== Finally people started sending patches. This version includes a patch from Julien LEMOINE <julien@3rd.dyndns.org> that fixed several fribidi and gcc 3.1 specific problems. Also Josh McIver <jmmc@flaglink.com> has sent a patch that made centericq report when one of your Yahoo! contacts starts or stops typing on his side. Fixed a bug that led to segfalut when you pressed "r" on a group header. Fixed a bug in Yahoo! that resulted into inability to remove contacts in some situations. Just after they were deleted they rised from the dead again. It doesn't happen anymore. There was a problem with the chat mode, when a lot of people asked me how to accept an authorizaiton request. Now it's easy, upon receiving it will pop-up in a usual windowed mode. The find/add dialog in the IRC mode was extended with a new option, called "Joined since the last check only". It will show only users joined since your last find/add request. It helps to view only those who entered a channel recently. The authorization request displaying dialog was extended with a new "User info" button. It allows to view user's details before you accept a request. 4.8.2 ===== Fixed the "r" key bug again. Shouldn't segfault anymore on pressing it on a group header. The ICQ part suffered a lot of changes that brought several major improvements. This happened after yours sincerelly decided to contribute a bunch of code to the libicq2000 project which can be found at http://libicq2000.sf.net/. So, here we go with the new features of the ICQ module. Random chat feature support. Now it's possible to search for a random chat partner in a specific group with the "Find/add dialog" as well as to announce your own availability with the "Update user info" item under the "irc" tab in the account manager dialog. Finally, a long-awaited feature got implemented. Server-based contact lists are now supported by centericq. By default, all the add and remove operations on your contact list are reflected server-side. Also, as soon as you login the contacts stored on the ICQ server get auto-added to your local list. Though it's possible to disable this, by setting the value of the "Store contact list server-side" in the "Update user info" dialog for ICQ to "no". To synchronize your local contact list with the remote one, i.e. to add the server-side missing items, use the "Syncronize contact list" item in the account manager dialog. Also, having a look at the newly implemented features of libicq2000, I found something missed in centericq. So, since this version centericq is able to perform keywords-based search, receive webpager events and control the visibility of your current ICQ status on the web. There were user interface related changes as well. Visible and invisible contacts are highlighted in a special way on the contact list now. Read the README file for more details. When compiled with fribidi, it's now possible to disable displaying of right-to-left text by switching off the appropriate item in the configuration dialog. The event sending general-purpose routine was improved so that remote DoS/flood protection on the remove IM servers doesn't turn on because of hudge mass-sendings. Now messages that overflow the limit get postponed and sent in another 5 seconds. The configuration changes, as well as users' details, group settings and some other stuff is now saved immediately once it gets modified, and not only on exit, like it was before. Thanks to Wolfram Schlich <wolfram@schlich.org> for pointing this out. Fixed a bug that caused Yahoo! users raise from the dead (re-appear on the list) when a user attempted to delete a contact which had been added in the same session, i.e. without logging off. 4.8.3 ===== Bug-fixes in the AIM part. These include the repaired feature to remove contacts from the contact list as well as the connect procedure that got broken on some boxes. Now the both things must work fine. So AIM support works even on the Jeff Covey's box right now. The command line parameter "--version" has been added. The modifications in the previous version broke the command-line sending SMS to oneself feature. During fixing this one, I thought about another useful feature.. See below. Now it's possible to send SMSes to any phone number from the command line with the -n (--number) parameter. Also, if the ICQ login information is specified, it's possible to send SMSes to contact of any kind on your list through the ICQ network. This means that if a phone number is entered for a Yahoo, MSN or infocard contact, you're now able to send them an SMS with centericq. The contact list synchronization feature was modified, so that now it doesn't send authorization requests automatically. It appeared that the ICQ server allows to store contacts server-side without it ;) Though instead of requesting it automatically, it's now possible to request one manually with the corresponding menu item that was added recently. Several interface related issues noticed were fixed. 4.8.4 ===== Sending and receiving contacts feature was implemented. The contacts selection box in visible/invisible list adding mode now contains only items from the networks that support the feature. So far it's only ICQ, though. IRC NickServ authentification was implemented. The optional password field was added which can be filled up if necessary. Now, if the "Edit away message on status change" is enabled and all the away messages are the same for all the protocols that support the feature, it is displayed in the message edit box. In the MSN the whole contact list is now read as soon as login is performed. Friendly nicks are substituted. Added two types of external actions that are executed before sending and receiving events. It gives users a possibility to process messages before they get to contactlist or history. Can be useful for on-fly ecryption/decryption as well as for other aims. The "Find/add users" dialog in the MSN mode was extended with one more parameter that allows to browse users who have us on their contact lists. MSN contact-lists synchronization feature was added. The "Prev" button was added to the event view dialog in the history browsing mode, so that it's possible to navigate the history in both directions. 4.8.5 ===== Fixed a bug that made all the yahoo, msn and irc contacts have female gender. A cosmetic bug was fixed. It used to appear on attempts to send SMSes. Nickname shown on the list changed to UIN and then quickly back to the nick. IRC "version" requests now answers with the correct value of the version of centericq being used. IRC ping command was added. Possible to be invoked from the context (f2) menu for any IRC contact who is online. It's now possible to change MSN friendly nick from the "Account manager" dialog. For IRC channels there is now a possibility to join or leave them from the f2 menu without a need to go to the "Channel manager" dialog. Pressing "?" on a channel item shows the list of channel users. File transfers in IRC were implemented. A small change in the local mailbox check mechanism. New messages announced now only if the mailbox grown, to avoid announcements when some messages get deleted. A patch to get rid of recently appeared problems with AIM was applied. Thanks to MP <centericq@blackcore.net>. Yeah, I'm fond of the open source development principle. 4.8.6 ===== Now all the "Not in list" buddies in Yahoo, AIM and MSN networks are removed from the remote list where they get temporarely added in order to not to appear next time on the persistent list. Fixed the segfault problem in the Yahoo module. The crashes were caused by the latest version of the official client on remote. Fixed several nicknames-related bugs in the MSN module. Now friendly nicknames with spaces are shown correctly, as well as it's possible to set a nickname for yourself that contains spaces. Also the nicknames on the list get updated as soon as a remote changes their nick. The program now compiles and hopefully works well on the MacOS X/Darwin platform. 4.8.7 ===== Several problems with Cyrillic characters were eliminated. It was impossible to perform ICQ White Pages searches using Cyrillic letters. Also when receiving messages with the letters used along with characters unknown for the koi8-r codepage, it resulted into showing it in bare cp1251. Also a guessing routine was written in order to be able to receive Yahoo! messages written both in cp1251 and utf-8 (the recent "improvement" by Yahoo). A patch written by Andreas Winge <d98winge@dtek.chalmers.se> was applied. The changes from it make it possible to join password-protected channels on the IRC network. "On fly" auto-reloading of configuration files was implemented, to eliminate the need to restart the program every time the files are changed. Centericq periodically checks them whether any modifications took place. If so, they get re-read. The ones that get re-read now are: sounds, colorscheme, actions and external. The Yahoo! module was extended with the the feature to send and receive files, view conference members and creating own conferences. Before it was only possible to join to conferences being created by others. Also it's now possible to fetch custom status messages in the network. 4.8.8 ===== Fixed a bug resulted into inability to read events received through the e-mail gateway and the ICQ web pager. The MSN contact list items' duplication problem was fixed. Support for the 6th protocol - Jabber, was added. It's already possible to send and receive messages, read away messages, maintain contact list and register new nicks. I heard a lot about the standard, but then after studying it a little, I didn't get disappointed, for it's really nicely designed. So, centericq is now delivering the power of the free communication standards to all the console freaks (like myself). The build problem under the Redhat 8.0 distribution was fixed. The "Not in list" contact list node is handled in a nicer way now. When centericq is unable to read the status of a contact which is not included into the permanent contact list, it just doesn't show it eliminating cases when an offline contact is shown online just because it's not on the list. A long-awaited interface feature to open an event in the full-screen mode was added. Check out the F9 key in the message view mode. 4.8.9 ===== Due to the effort of Barnaby Gray, our fellow libicq2000 author, who eliminated the need for the libsigc++ in order to compile his library, centericq now does neither. I.e. we can count minus one additional requirement. Cheers. The F9 and F2 keys that execute full-screenizing of an event and showing its URLs respectively, now work in the chat mode too, acting with the latest incoming event from the remote user. Wrong Jabber IDs specification used to lead to segfaults. Fixed. The "Find/add users" dialog was improved. In the searach by nick/UIN mode now it's possible to send messages to users without adding them to the permanent contact list. A segfault was fixed which appeared on pressing F9 in user's details view mode. Jabber users directory search was implemented as well as the invisibility along with the visible and invisible lists support. The Jabber does now have support for the SSL connections with the server. Several interface related fixes were also made. 4.9.0 ===== The FAQ document was extended with some more entries. The Jabber module was improved. Now it also supports registration on various agents that have the feature, as well as fetching others' and modifying your own vcard information. Groupchat was added, and nicknames in roster get updated as soon as you change them on the centericq contact list. The UI approach to channels and conferences was changed dramatically. There is no "IRC Channel manager" anymore. It was replaced with the "Join channel/conference" dialog which is invoked from the F4/g-menu. All other operations with channels are done from the contact list directly, with the help of commands mentioned in the F2-menu when the hostkey is pressed on the corresponding entry. The MSN module migrated to the MSN library written by Meredydd Luff <m_luff@wincoll.ac.uk>. It's way better than the previous one, it's more stable and doesn't hang waiting for data to be received, supports typing notifications and extended new mail notifications. 4.9.1 ===== Now the "Reject" button in the Jabber authorization request view window works. It appeared that it wasn't enough just to ignore such a request, because in this case it keeps on coming next time you log in. In the "Configuration" dialog it's now possible to specify a port range for peer-to-peer connections. Since only the ICQ module in the program supports such kind of communications, obviously only its port listening mechanism will be affected. Jabber contact list synchronization was implemented. Let me remind you here that in centericq synchronization means a process of reflecting the local contact list remotely, e.g. if there are contacts that are on your local list in centericq, but they're not stored server-side, they get uploaded remotely as soon as you run the respective procedure. MSN phone information fetching was implemented. Another discovered feature of the ICQ network was that if a remote user is not online currently, then a message for him which gets stored server-side is cut to 450 bytes. Centericq now has a workaround for such a situation: it splits offline messages into pieces 450 bytes each. The password change option was implemented in ICQ and AIM modules. Look at the "Update details" dialogs. MSN kept on repeating "you were added" messages. Fixed. Users on the ignore list should have been ignored even if they sent add notifications or authorization requests, but they were not. Now they are. Jabber registration caused segfault if there was a space in the "Login" field. Now, the "wrong jabber id" problem is reported in such a situation. When you had your own Jabber contact on centericq contact list, it wasn't possible to update details. Fixed. Adding and reading information about server-side contacts when they're read as a bunch of the first connect with centericq is now done slower, with necessary timeouts and stuff. Because of this workaround the server is supposed not to kick us out because of flood anymore. 4.9.2 ===== A problem resulted into ignoring bold attributes on the colorscheme file auto-re-reading was fixed. The SENDER_NICK environment variable for scripts executed on events related to MSN contacts had been set incorrectly. Fixed. Several small patches from Julien LEMOINE <speedblue@debian.org>, a Debian developer, were applied. Now the centericq build procedure can automatically find and use the alternative SSL library, called GnuTLS. Old versions of OpenSSL called SSLeay will work with centericq now too. User info "manual" external actions were implemented, so that now it's possible to define various operations to be performed with users on your contact list. You can bind the host(1) command for ICQ contacts to comfortably lookup their domain names, for instance. More info in the README chapter 9.3.6. The external actions definitions file format was extended with the new "nowait" option which makes centericq not to wait the action code to finish. Since external actions can also process outgoing messages (%pre-send), the environment variables for scripts were renamed from SENDER_* to CONTACT_*. The Jabber module was modified so that now it treats correctly all the data encoded in UTF-8, including nicknames in roster, user information, and so on. The centericq configuration now gets saved on receiving the SIGTERM signal. Useful if you don't wanna lose your recent settings on reboot. Shells others than /bin/sh didn't work in external actions. Fixed. In the adding to visible/invisible list selection box contacts that are already on the list are not shown anymore.
2003-02-15Update to version 0.4.10.1.salo4-18/+26
Addresses PR pkg/20294 by Rudiger Kuhlmann. Changes: 0.4.10.1: ========= - bug fix release 0.4.10: ======= - autosaving - autofingering - new event script handling - contact meta data saving - contact groups - log file utils (from rtc) - ^C handler - type-2 message sending - remote control via a FIFO - send and receive UTF-8 encoded message - ASCII art mICQ logo - alias'ing of commands - history
2003-02-14Update AIM for Linux to Version 1.5.277. The following is copied and pasted fromfredb3-16/+15
the web page: New Features in Version 1.5.277 * Works with Red Hat 6.x * Ability to install anywhere. (Extract everything into a single directory and then run aim with option "--install_dir %path" where %path is the path to directory containing all the libraries) * File Transfer * Typing Meter in IM window * Displays idle time * Supports all windows sounds * Drag & Drop support for File Transfer Other Features in Version 1.5.277 * Added popup window on Buddy sign on and sign off * Updated Sign On screen * Added font/color/smile support * Added timestamps * Added Away preference page * HTTP proxy support * Buddy Alerts * URL support (in messages) * Improved Buddy List import * Enhanced away messages - You can now customize your away message * Improved account control - Change your password or e-mail address from within AIM * Release notification - AIM will notify you when a new release becomes available * New user registration - New users who click on Sign On will go to the registration Web page * Sound preference - Now you can control which sounds you want to hear * Proxy support - AIM for Linux 1.5.234 supports SOCKS4, SOCKS5, HTTPS * Improved window control - Customize the position and size of AIM windows * Support for short-cut keys for most common windows
2003-02-12Don't set a non exixtent function to read-passwd on FSF Emacs 20.xyyamano2-1/+20
or later (They actually have read-passwd).
2003-02-11improve.grant1-3/+3
2003-02-06DISTNAME is required. Regen distinfo. (Hi Jim!)dmcmahill2-5/+5
2003-02-05We now have a properly versioned distfile for the (alpha) i2cb client, andjwise2-5/+4
we now point users to ${MASTER_SITE_LOCAL} for the distfiles.
2003-02-05include missing headers to make this build on alpha. Problem noted in ↵dmcmahill5-1/+53
recent bulk build
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam3-7/+8
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-02-01If there's a system header <sys/queue.h>, don't use the one that's bundledagc1-1/+4
with the tirc package, since it is unlikely to work in most cases - use the system one instead.
2003-01-31Update to version 1.8.salo2-5/+5
Patch from Juan RP via PR pkg/19980. Changes: ======== - fixed bug in /set underline - fixed bug in nick complete involving nicks with braces - fixed bug in dcc resume and dcc file dialog
2003-01-31Update to version 0.12.1.salo2-7/+7
Patch from Juan RP via PR pkg/19982. - remove bogus USE_X11 Changelog: ========== - Fixed some compile warnings - Bumped version number - Removed silly checks in dcc.c - Changes public and private ctcp action formats so you can differentiate between the two.
2003-01-31Update to version 2.8.6.salo4-28/+29
Initial patches from Juan RP via PR pkg/20101. Changelog: 2.8.6 ===== - Bnc now lists all docked sessions - Rewrote the send/recv code - Implemented non-blocking sockets - Fixed a problem with bnc not binding to vhost when specified by IP instead of dns 2.8.4 ===== - a quick change added to conf.c by moomoomoo to fix a major bug and tide us over until the 3.0.0 version is ready for public release. 2.8.2 ===== - Coded in channel watching code for docking. - Coded a new line parsing system - Coded a new system for the client lists, maybe it will fix some bugs - implemented docking, still very beta though /detach password /resume FD password - rewrote some of the inner workings, hope this fixed some bugs. - rewrote config file format, now uses real words (listen xxx) read example.conf for details. Old format will still work.
2003-01-31Update to version 1.0c19.salo9-632/+617
Changes unknown. Based on PR pkg/19296 from Juan RP.
2003-01-29Clean up hard-coded /usr/X11R6/include from the header search path, andjlam3-13/+12
just have BUILD_DEPENDency on qt3-tools instead of the full one.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam5-12/+17
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Update to 0.11.5.3.wiz5-33/+16
Summary of changes from 0.11.4.13 to 0.11.5 [2002-12-10] ============================================ [pkg fea] New Spanish README.es. [UI fea] AUTOCRYPT, naim will automatically encrypt messages sent to other naim users. [UI fea] /save will now store [practically] *all* configuration settings. [UI fea] Newer, more transparent client to client protocol. [UI fea] Ability to control what types of events cause a window to become yellow, via the $chatter variable: # Private messages: +1 # You kicked, oped, or deoped in a chat: +2 # Anyone else kicked or deoped in a chat: +4 # Public messages to a chat: +8 # Topic changes, or anyone oped in a chat: +16 # Anyone joining, parting, changing nicknames, or quitting altogether: +32 [UI fea] The nsocket module has been expanded to better illustrate naim's powerful module interface. Summary of changes from 0.11.5 to 0.11.5.1 [2002-12-21] ============================================ [UI fea] Links now appear somewhat cleaner, and redundant links, such as ``<a href="http://something/">http://something/</a>'' do not appear as links (to de-WinAIM messages). [pkg bug] Many autoconf-related cleanups. [Lil fea] Minor Lily enhancements to address grossly cross-posted messages. Summary of changes from 0.11.5.1 to 0.11.5.2-2003-01-01-2004 ============================================ [UI FEA] Time zone information is exchanged during autopeer negotiation. [UI fea] Small fixes in the original HTML parser, new HTML parser included (but not yet used). [UI fea] The time stamps prepended to messages are now based on the format specified in $timeformat, rather than a hardcoded "[%H:%M:%S]&nbsp;". [pkg bug] The new user course has been temporarily removed until it can be completed. [UI FEA] The window list window now uses ASCII line drawing symbols to promote state. [UI fea] Primitive menuing added in (accessed with Escape). Incomplete. [UI bug] Apparently /alias actually works; added autohelp message for it. [UI fea] Buddy Tab completion will match real names as well as screen names (so "/j<Tab>dani<Tab>" will expand to "/jump RPIDan ", since my real name is set to "Daniel Reed"). [UI BUG] High ASCII input will no longer cause the input handler to reset itself; it is simply ignored now. [UI bug] Home and End will work to switch buddy windows even inside the status window (F1). [UI fea] If you are in paste mode, the status bar will identify that fact, and tell you how to get out of it. Summary of changes from 0.11.5.2-2003-01-01-2004 to 0.11.5.2-2003-01-03-0149 ============================================ [UI bug] /set completion fixed. [UI bug] KEY_RESIZE handler corrected. Summary of changes from 0.11.5.2-2003-01-03-0149 to 0.11.5.2-2003-01-04-2111 ============================================ [AIM FEA] Profiles that are too long to meet the server's size limits will be truncated to fit, and a warning will be sent to the user. [UI bug] Small bugs fixed in the /quit cleanup code (so /disconnect works again). [UI fea] Tab complete now fills in connection windows if no commands match. /set completion makes Even More Sense(TM) now. Summary of changes from 0.11.5.2-2003-01-04-2111 to 0.11.5.2-2003-01-06-1445 ============================================ [UI fea] When naim joins a chat, people already in the chat will be displayed in one message (rather than one message per person). [Lil bug] Fixed a seg fault if you weren't in any chats on startup. [UI bug] Screen names exactly as wide as the window list window would have the last character replaced with a '>'. Fixed. [UI fea] Up-arrow completion now has the ghost effect /-commands have as of 0.11.5. [UI FEA] New $awaylog. If set, all messages received while /away will be mirrored in an :AWAYLOG window (for people who detach for days and lose messages from the 500 line scrollback limit). Summary of changes from 0.11.5.2-2003-01-06-1445 to 0.11.5.2-2003-01-07-0336 ============================================ [Yah fea] Preliminary Yahoo! Messenger support begun. [pkg fea] New --enable-firetalk-msn and --enable-firetalk-yahoo, both default to disabled. Once these protocol drivers are able to successfully sign on and send/receive IM's, they will always be built. [UI fea] :-windows (such as :RAW, :AWAYLOG, :REVIEW) are now fully treated as special cases in naim, and naim won't attempt to join them on signon. [AIM bug] Chat name normalization bug squashed. [UI FEA] New $autosave. If set (default currently off), naim will /save when the user /quit's. [UI fea] New /winlist command. Allows the user to set the state of the window list window, a la F4. /save uses this command to restore your F4 state on start-up. [UI FEA] People who are /ignore'd will be ignored in group chats as well. This is mainly so I can /ignore stupid bots in channels I frequent, but others have requested this in the past. [UI fea] $awaylog has been expanded: A value of 1 logs only private messages received, while a value greater than 1 logs private messages sent and chat messages. Summary of changes from 0.11.5.2-2003-01-07-0336 to 0.11.5.2-2003-01-07-0515 ============================================ [UI fea] Misc. UI cleanups. Due to popular request, names are now colourized in the :AWAYLOG window. Summary of changes from 0.11.5.2-2003-01-07-0515 to 0.11.5.2-2003-01-08-1249 ============================================ [Lil fea] The RPI Lily community dislikes naim's UI, and fears its proliferation will be the downfall of Lily. In any event, naim now combines multiple /join's. Emote discussions are now treated properly (messages are prepended with ", emotes are not prepended with /me). [UI bug] -01-04-2111 lied. /quit and /disconnect *really* work correctly now. Summary of changes from 0.11.5.2-2003-01-08-1249 to 0.11.5.2-2003-01-10-0308 ============================================ [pkg fea] New --disable-nirc-manlink. If specified, the nirc man page symlink will not be installed (for FreeBSD). [UI bug] Time zone negotiation has been made to work under FreeBSD. [ECS bug] Since the last time I used it, Solaris' log10(0) stopped returning 0. Workaround included. [pkg fea] New commands.txt, keyboard.txt, and various existing documentation files now installed with naim. Thanks to Ken Bloom <kabloom@ucdavis.edu> for keyboard.txt, and the motivation to finish conio's auto-documentation. [UI fea] ~/.naimlog subdirectories will now be created mode 0700 instead of 0755, for privacy reasons. [UI fea] /set completion now searches default values first, and provides descriptions if available. Summary of changes from 0.11.5.2-2003-01-10-0308 to 0.11.5.2-2003-01-12-0206 ============================================ [UI bug] Sending queued messages no longer resets your idle time. [UI fea] Preliminary support for context-sensitive Tab completion, for example /set completes variables, /readprofile completes file names, /jump completes window names, /open completes buddy names, etc. Incomplete. [UI fea] /bind and /set's list modes are much more thorough now, including descriptions for all current settings. [UI FEA] /help system drastically revamped. Now reads from pkgdocdir/*.txt files, and uses current settings for the output of ``/help keys'' and ``/help variables''. ``/help commands'' now has accurate information. [UI bug] </font> tag now resets bold status if <font> changed it. [UI fea] All configuration variables are now fully documented. Summary of changes from 0.11.5.2-2003-01-12-0206 to 0.11.5.2-2003-01-13-1733 ============================================ [pkg fea] contrib/sendim.sh is now installed into bindir. [IRC bug] Certain types of messages could cause an infinite loop in the de-HTMLizer. Fixed. [Lil bug] Certain types of messages could cause an infinite loop in the de-HTMLizer. Fixed. [Lil bug] Queued join structure wasn't being properly initialized in all situations. Fixed. [UI bug] /set's list mode and the variable completion mechanisms confused each other, and could cause an infinite loop in some situations. Fixed. [UI bug] ``/help commands'' incorrectly listed some required /-command arguments as optional. Fixed. [UI bug] A mis-paste in /save kept string variables from being properly recorded. Fixed. [UI fea] ``/dlsym dltest hello there'' added as an example for the /dlsym command. [UI bug] Colons in non-command strings (most notably $conn:setting variables) confused Tab completion. Fixed. Summary of changes from 0.11.5.2-2003-01-12-0206 to 0.11.5.2 ============================================ [UI fea] Slight UI tweaks. Summary of changes from 0.11.5.2 to 0.11.5.3 ============================================ [pkg bug] On systems that lacked dlopen(), src/conio.c would fail to compile due to a header file being incorrectly not included. Fixed. [UI BUG] AUTOCRYPT key negotiation failed under some circumstances due to improperly terminated strings. Fixed. [UI BUG] Command completion caused unpleasantness when arguments were given to argless commands (such as /quit). Fixed.
2003-01-27Remove dependancy on gnome1-dirs as discussed with wiz. This will be ↵jmmv2-4/+2
handled by gnome-libs.
2003-01-27Fix previous change: share/applets/* directories are removed by gnome-core.jmmv2-4/+4