ickle is an ICQ2000 Client using the GTK+ graphical toolkit. It aims to
bring all the useful features of ICQ2000 to non-windows users, such as
SMS messaging.
Contributed by blef@users.sourceforge.net via pkgsrc-wip.
silc-client-icb is a silc-client plugin that allows access to ICB (Internet
Citizen's Band) networks. The ICB protocol is almost dead now (superseded
by IRC), but there are still some networks around that use it.
Package inspired by irssi-icb.
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke).
* Support for Jabber XHTML messages
* Updated a number of translations. Thanks to everyone who submitted
a translation update.
* Ability to re-request authorization from ICQ and Jabber users by right
clicking on them in your buddy list.
* Improved Zephyr internationalization.
* Bug causing 'Hide on Send' windows to be lost forever fixed.
* Iconified windows are now raised properly.
* Dates printed for old/offline messages.
* Some assorted crash bugs fixed.
Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318
by Juan RP.
Licq-core is a multi-threaded ICQ clone written mostly in C++. It
uses an extensive plugin system to manage many different functions.
The main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.
Several GUI plugins for console, Qt etc. are available as seperate
packages, licq-gui-console and licq-gui-qt.
- Updated translations (lt, ms, nl, pt, sv, zh_CN).
- Fixed a few minor mem leaks in the server and user list.
- Changes to: UrlGrabber, Notify, Plugins, Ignore and Banlist GUIs.
Changed GtkCList to GtkTreeview, and general enhancement to these
guis (Vincent Ho).
- win32: made it possible to compile with ipv6.
- Added /MOP.
- Fixed pageup/pagedown wrong window bug [710784].
- Fixed no timestamps in top-level windows bug [710787].
- Fixed first word being skipped in perl add_command_handler("", cb);
[711802].
- Fixed WHOIS away line appearing in different tab [695932].
- win32: fixed transparency [699425].
- win32: fixed ssl "Error 2" connection bug.
- Made all toplevel dialog windows transients of the main window.
- Show filesize/pos in DCC window as KB and MB (Aaron Chernosky).
- Added /set tab_dnd 0/1 option.
- Fixed userlist insertion/deletion GUI performance problem [704233].
- Each toplevel window now has a "role".
- Smaller bugs fixed: [698449] [718851].
- TCL plugin fixes for context lookups (Daniel P. Stasinski).
- Changed Close Tab keybinding to Shift-Ctrl-W to avoid conflict with
emacs editing.
- Used a new algorithm for Userlist and UrlGrabber. This one does
insertion, lookup and deletion in O(log n).
Patch provided in PR pkg/21287 by Juan RP.
Major feature additions:
/save now saves /alias'd commands.
New /filter command to manipulate internal filter tables.
New /namebuddy command. If you use /namebuddy, or attempt to
/addbuddy someone already in your list, naim will allow you
to modify their "real name".
Auto-messages (for /away) are only sent if you are actually idle, so
people using /away as a kind of "blurb" won't send
auto-responses. If you mark /away and actually leave,
auto-responses are sent immediately. If you send any IM's
after marking /away, you won't send auto-responses until you
are idle for at least 10 minutes.
Support for channel keys improved. /save will now record channel
keys in .naimrc, and will rejoin keyed channels properly.
New distinction between "permanent" buddies, those manually added
with /addbuddy or stored in your server profile, and
"auto-added" buddies, those added because they contacted you
while $autobuddy was set.
^ New $autoclose. If set, naim will /close and /delbuddy
non-permanent buddies $autoclose minutes after they sign
off. If their window has unread messages, autoclose will be
delayed until they have been read. If the buddy has queued
messages pending, autoclose is cancelled altogether.
New /names (/buddylist) behaviour to show much more relevant
information about your buddy list.
New /resize command to change the length of the scrollback buffers.
Major bug fixes:
--enable-detached was not fixed in 0.11.5.6. Fixed. For real this
time.
[TOC] /sync was broken in 0.11.5.6-2003-03-02-1423. FireTalk's TOC
quoting mechanism will now only strip space characters,
rather than all forms of whitespace.
On disconnect, your buddy list would be re-added by naim. This has
caused some problems during signon, and had the side-effect
of marking all non-permanent buddies as permanent. Fixed.
IRC Services is a system of services to be used with Internet Relay Chat
networks. Services provides for definitive nickname and channel ownership,
as well as the ability to send messages to offline users, and gives IRC
operators considerably more control over the network.
Package provided by virtus@wanadoo.nl via pkgsrc-wip.
to use gtk2, but people may still one the gtk1 based version (which will
receive bugfixes only).
Gaim is a clone of AOL's Instant Messenger client. It features nearly all
of the functionality of the official AIM client while also being smaller
and faster. Gaim also has plugins that let you use ICQ, Yahoo, MSN, IRC,
Jabber, Napster, and Zephyr.
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.
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.
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.
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.