xchat 2.8.6
Твой софтовый форум

Твой софтовый форум > Софт - отдел Андеграунд > SoftoRooM > *NIX-SOFT > *NIX-SOFT -> Сеть

ЭЖД
Твой софтовый форум

ph34r.gif XChat 2.6.0


XChat — кроссплатформенный IRC-клиент. Также иногда пишут X-Chat или xchat. Переведён на множество языков, среди которых имеется и русский. Существуют консольная и GTK версии X-Chat. Поддерживается параллельная работа с несколькими серверами.

23 августа 2004 года, Peter Zelezny заявил, что, в связи с трудоёмким процессом сборки клиента под Microsoft Windows, соответствующая версия программы становится shareware с тестовым периодом в 30 дней. Исходный код версии для Windows выпущен не был, что вызвало обвинения автора в нарушении прав других авторов кода, использовавшегося в XChat. Разработчик написал, что считает, что может использовать сторонний код, авторы которого сразу не указали лицензию, когда они его прислали. Он предложил удалить код несогласных авторов, и переписать такие функции самостоятельно, выпустив их под GPL в свободной версии программы.[1]

Исходный код для других платформ и RPM‐пакет для Fedora остаются свободными, как и сторонние сборки для различных операционных систем, включая Windows.

Home_http://xchat.org/
Downloads (~778 Kb)_http://xchat.org/files/source/2.6/xchat-2.6.0.tar.bz2
ЭЖД
ph34r.gif XChat 2.6.1


changelog_http://xchat.org/changelog.txt
Downloads (~973 Kb)_http://xchat.org/files/source/2.6/xchat-2.6.1.tar.bz2
ЭЖД
ph34r.gif XChat 2.6.2


Downloads (~1,0 Mb)_http://xchat.org/files/source/2.6/xchat-2.6.2.tar.bz2
ЭЖД
ph34r.gif XChat 2.6.8


Downloads (~1,2 Mb)_http://kent.dl.sourceforge.net/sourceforge/xchat/xchat-2.6.8.tar.bz2
ЭЖД
ph34r.gif XChat 2.8.0

Тихо и незаметно вышла версия 2.8.0 популярного IRC-клиента XChat.

Из нововведений следует отметить:
- Научились делать значок в области уведомления
- Улучшенный channel list
- Улучшенная парсинг URL
- Обновлены переводы (cs, de, gl, hu)
- Множество улучшений для скриптеров
- Теперь XChat требует GTK+ >= 2.10

Downloads (~1,2 Mb)_http://xchat.org/files/source/2.8/xchat-2.8.0.tar.bz2
ЭЖД
ph34r.gif XChat 2.8.4


Downloads_http://xchat.org/files/source/2.8/xchat-2.8.4.tar.bz2
ЭЖД
ph34r.gif xchat 2.8.6

• Updated translations (de, fi, fr, hu, lt, nb, ru, th, zh_CN).
• Fixed creation of ~/.xchat2/scrollback/ paths (xc284-scrollbmkdir.diff).
• Fixed a leak of file descriptors related to the scrollback feature (resource leak) (xc284-fix-scrollbfdleak.diff).
• Stopped scrollback files growing too large by fixing the file-shrink code.
• Put a "Display scrollback from previous session" into the Setup GUI (logging section) so people can turn this off without typing commands.
• Made /away work even when the reason setting is empty.
• Using /part on a channel that contains a quotation mark now works [1800855].
• Changed the default encoding to "IRC" (CP1252/Unicode Hybrid) for both Unix and Windows.
• Fixed a possible Channel List crash if you searched many times while the download was still going.
• Fixed alert balloons failing if the text contained "<" characters [1827629].
• The Drag&Drop files to userlist feature has been enabled again.
• Removed the /set tab_icons setting and made it automatic (see FAQ for more info about icons).
• Fixed a bug in creating files (save channel list, rawlog etc) that would set the wrong permissions.
• Added command line argument --command=COMMAND which can be used in conjuction with --existing (E.K.L.). This sends any xchat command to an existing (running) client.
• A private SSL key/certificate can now be loaded from ~/.xchat2/client.pem.
• The Alerts settings now accept wildcards, instead of partitial string match [1807563].
• Changing away status during reconnect/disconnect will now remember it.
• You can now change your Away/Back status (all networks) in the tray menu.
• Favorite Channels / Auto-Join-List management:
* Network List window now has a "..." button to edit the auto-join-list in a more friendly way.
* Channel(text area), Tree/Tab and Channel-List right-click menus now have a "Add to Favorites" function.
* Previous limit of 300 bytes has been overcome. Now up to 2 KB worth of channels/keys can be joined and it will be automatically split into multiple lines, if necessary.
* Per-Channel settings now save to disk, including Logging and Scrollback settings.
* /ChanOpt has been re-worked to be more like /Set.
• 'hostname:port' syntax is now accepted, if it's not an IPv6 address.
• The Userlist right-click menu now has icons and an option to add to friends list. If you've edited this menu before you'll still get the old one. To get the new one delete ~/.xchat2/popup.conf while XChat isn't running.
• ~/.xchat2/startup.txt is now loaded on launch (like /LOAD -e). Put any commands you want executed at startup here.
• The lag-o-meter now has a full scale of 1.0 seconds.
• libnotify is now opened directly instead of using 'notify-send' to open tray/balloon alerts.
• Added support for QuakeNet's /AUTH for nick password, when numeric 005 NETWORK=QuakeNet is detected.
• You can now copy with IRC attributes and mIRC colors if CTRL key is down when a selection is finished (on mouse release). This replaces the old "Color paste" feature.
• Added a 'compact' flag to gui_tweaks. This'll make the userlist and tree spacing smaller. E.g. type /set -or gui_tweaks 32 and restart to turn it on.
• The /CLEAR command takes a number as paramater (how many lines to clear).
• When there's missing information in the Userlist right-click menu, it'll issue a silent /WHOIS and fill it in. This includes retrieving a person's away-reason.
• Perl (Lian Wan Situ)
* /reloadall will now reload all the scripts that are currently load instead of simply reruning the autoload routine
* gtk/glib/gdk errors and warnings have been redirected back to stderr so they will no longer show up in the text box as a result of having the Perl plugin loaded
* Check if the user has perl 5.6 instead of 5.8 and give an warning dialog if they do (Peter Zelezny)
* Changed timer callbacks so that they are executed in the context that they were created in
* Modified Xchat::print and Xchat::command to accept array references in addition to strings for the channel and server parameters
• Plugin API:
* xchat_emit_print() will now trigger Sound, Blink, Icon etc type events, depending on user's settings.
* Fixed a bug where not all 32 elements were available in word[]/word_eol[].

Downloads (~1,4 Mb)_http://xchat.org/files/source/2.8/xchat-2.8.6.tar.bz2
Быстрый ответ:

Показать смайлики в новом окне | Включить смайлики |  Добавить подпись



  Яндекс цитирование   Rambler's Top100
Это - "Lite" версия форума, полная версия темы - здесь: xchat 2.8.6