Age | Commit message (Collapse) | Author | Files | Lines |
|
# $serverwin([server refnum])
# Major project to replace bad quality C code with high quality C code
# ./configure --with-warns
# $dccctl(.. FLAGS ..)
# $dccctl(.. HELDTIME ..)
# $dccctl(.. HOLDTIME ..)
# QWORD (double quoted words with double quotes) for alias arglists
# Finished off full ipv6 support for dcc.
# Current channel-ness is tracked by the channel and not the window.
It's now impossible for a channel to be a current channel unless
you're on the channel.
# /set new_server_lastlog_level default changed to "ALL,-DCC"
# $levelwindow([lastlog level])
# $outputwindow([lastlog level] [target])
# /timer.ue alias in 'commandqueues'
# %{1}+ status expando acts sort of like %+
# /SET SWITCH_CHANNELS_BETWEEN_WINDOWS
|
|
|
|
Closes PR 22723 by Steven M. Bellovin.
|
|
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
|
|
Kopete 0.7.2 (released 2003/09/09)
==================================
The MSN plugin now supports the latest version of the protocol.
Those people getting messages from Microsoft will no longer
recieve those messages and will also not be disconnected when
MSN removes support for the older protocols on Oct. 15th.
Fix Bug 63416 - Crash: MSN unhandled exception 224
Fix Bug 63404 - MSN causes Kopete crash after a few seconds
Fix Bug 63350 - crash during backspacing in chat winwdow
Fix Bug 63105 - yahoo chat crashes when switching from unavailable to available
Fix Bug 62865 - If I try to delete a contact from my MSN Contact list then Kopete 0.7.0 crashes
Fix Bug 62628 - Crash on setting away status (Yahoo Plugin)
Fix Bug 62611 - Crashes during typing a message or receiving, or send.
Fix Bug 62576 - Crash when mouse move with pressed button
Fix Bug 63799 - sounds enabled even if status is 'away'
Fix Bug 63622 - Gives wrong tooltip message when user signs off
Fix Bug 63612 - Checkbox modifiable in MSN User info
Fix Bug 63530 - I can not instant messages from the yahoo plugin
Fix Bug 63441 - Contacts from IRC could not be put in groups
Fix Bug 62223 - Online sounds made when account goes offline
Fix Bug 63659 - "Go Online First" alert is greyed out/disabled
Kopete 0.7.1 (released 2003/08/11)
==================================
Fix Bug 62210 - ICQ plugin always reports "password was incorrect"
Fix Bug 62270 - chatwindow menubar not possible to hid
Fix Bug 62278 - delete a account in kopete
|
|
Approved by maintainer, sommerfeld@
|
|
|
|
|
|
Approved by maintainer, sommerfeld@
|
|
Bump PKGREVISION to 1.
|
|
* corrupted messages can't make ekg disconnect any more
|
|
Install files properly, so that a "make install; make deinstall; make
install" combination does the right thing.
Bump PKGREVISION.
|
|
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
|
|
|
|
* Removed the old event system and replaced it with a much better
signal system.
* Added plugin dependency support.
* Rewrote the Perl plugin. All old scripts will break, but it offers
a much better API for new scripts.
* Yahoo color support (Tim Ringenbach (marv_sf))
* Yahoo and MSN get info support (Nathan Poznick)
* Fixed Jabber registrations.
* Fixed a problem where pouncing two users with the same name
appeared in the same conversation window, and other related
problems. (Robot101)
* Corrected problems with proxy preferences.
* Mailchk.c and simple.c compile again (Paul A (darkrain))
* Catalan translation updated (Robert Millan)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Danish translation updated (Morten Brix Pedersen (mbrix))
* Finish translation updated (Ambrose C. LI (acli))
* German translation updated (Bjoern Voigt)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
Rodrigues Collares Neto)
* Norwegian translation updated (Petter Johan Olsen)
* Romanian translation updated (Misu Moldovan (dumol))
* Serbian translation updated (Danilo Segan)
* Serbian Latin translation updated (Danilo Segan)
* Swedish translation updated (Tore Lundqvist (luntor))
|
|
libiconv. Some packages insist on adding '-liconv' during link
or assumes the existent of it with they found iconv.h.
BUILDLINK_TRANSFORM can handle that.
Put it in in libiconv/buildlink2.mk for systematic coverage and
remove it from package "Makefile".
BTW this fix the build of chat/centericq - and probably others - on
-current.
Okayed by jlam@.
|
|
And fix pathname to one of these files.
|
|
Remove ${VER} noted by jmmv@
|
|
|
|
|
|
Gossip is a modern client for the Jabber Instant Messaging system.
It aims at making Instant Messaging with Jabber as easy as possible,
while giving users of the GNOME desktop a user-friendly way of keeping
in touch with their friends.
|
|
|
|
|
|
|
|
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.
|
|
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
|
|
Changes:
- Updated translations (lt, sv, zh_CN).
- Fixed crash on tinted transparency (xc203-fixtint.diff).
- Fixed incorrect dcc cps calculation (xc203-fix-cps.diff).
- Allow fullpath and relative filenames for Text Events sound files
(Anthony Dragunov).
- Added /GUI command (mainly for use by scripts).
- Solaris build fixes for ipv6.
- Added -n, --no-plugins command-line arg.
- Added a feature to change the color of away users.
- Moved default dcc and sound dirs inside ~/.xchat2/ (SilvereX).
- Fixed bug [753742] When server tab and query had the same name,
private messages could go to the wrong tab.
- Support others users too, when expanding ~ in filenames (Neox).
[767514].
- Underline "ipnumber:port" style urls too (Alex & dobler).
- Added support for ircu numerics 330 and 338 (phaseburn).
- C89 fixes, should now compile with HP UX and Sun C Compilers
(Albert Chin). [777106].
- Smaller bug fixes: [773245] [779166].
- Close tabs on shift-leftclick (Jay Cornwall).
I'm actually the maintainer.
|
|
|
|
for a possessive (like her, his, whose, their, and its).
Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).
I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
* 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)
|
|
|
|
|
|
buildlink will add it if need be.
|
|
|
|
add USE_X11, replacing former USE_X11BASE removed in previous revision
|
|
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
|
|
line wrapping
suggested by Juan RP in PR pkg/22440
|
|
-current does not have it and can do without it.
XXX Time to add this BUILDLINK_TRANSFORM directive to
converters/libiconv/buildlink2.mk ?
|
|
|
|
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.
|
|
|
|
|