2003-09-02 02:15:40 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
|
2003-08-31 18:46:30 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 4.9.6:
The internal RSS parser suffered some changes that enabled it to undestand
the RDF dialect as well as CDATA values. Some problems related to fetching
all the records on every check were fixed.
RSS checking delays are now specified in minutes, not in hours.
The "Reply" button was removed that used to appear in the message box
when reading RSS records.
Correct redirect processing was implemented in the HTTP module used to fetch
RSS documents.
HTTP proxy support was added. So far it's used only for RSS fetching.
History lastreads checking was improved. Now centericq shouldn't show the
unread messages mark for contacts you communicated with during some clock
skews.
Auto-reconnect appeared not to work for the ICQ protocol. Fixed.
It's now possible to join a Jabber conference by its JID, without a need
for a service to be registered on the server. Example:
"jdev@conference.jabber.org" in the "Name/Title" field.
Since Jabber IDs are not case sensitive, centericq treats JIDs written with
capital and small letters the same way.
The status change window was improved. Now it has the "All protocol" \
item on
the top along with newly added "Already logged in only".
The cicqconv contact list conversion utility was extended with ICQ list
support for Trillian written by Vassilios Karakoidas <bkarak@aueb.gr>.
Jabber authentification became smarter. If server doesn't support digest
authentification, it's not tried anymore. The point was that the new
digest practice made it impossible to login into server which didn't
support md5 digest auth. Fixed.
HTTP proxy support for fetching RSS feeds was fixed. It used to segfault
the application in some situation.
|
2003-08-20 00:53:45 by Hubert Feyrer | Files touched by this commit (2) |
Log message:
Update centericq to 4.9.5.
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-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
2003-07-13 04:42:09 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
add comment that this pkg also supports jabber.
Noted by daws@ircnet
|
2003-06-29 21:41:08 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Don't assume iconv_*() live in libiconv since they may be a part of glibc
on Linux systems.
|
2003-06-29 04:04:21 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Update chat/centericq to 4.9.4. Major changes from version 4.9.2nb3
include:
Glib is not needed to build the program anymore.
The old nickname didn't appear in the change nickname input line which
was invoked from the Account manager dialog.
Logging became more configurable. Now from the configuration dialog it's
possible to enable/disable such facilities like log messages timestamping,
showing of users going online and offline and "user is typing"
notifications.
The --bind command parameter was added. Using it it's possible to specify
a custom IP centericq should use for outgoing connections.
MSN status related problems were fixed. Like when user set "one the phone"
or "lunch" status centericq used to show them as being offline.
A patch from Mark Verboom <mark@verboom.net> was applied. It allows to
enable chat mode only for specified protocols.
The find/add users dialog didn't allow entering nicknames, which made it
impossible to add yahoo and aim contacts.
|
2003-06-10 18:51:48 by James Chacon | Files touched by this commit (1) |
Log message:
Clean up INCOMPAT_CURSES to work right with 1.6.1_STABLE
|
2003-06-06 18:42:34 by James Chacon | Files touched by this commit (1) |
Log message:
Make INCOMPAT_CURSES pick up netbsd 1.6.1 correctly
|