PDA

View Full Version : Request: Xchat 2.43


Dax0r
May 14th, 2005, 03:54 AM
Can Xchat 2.43 be added on backports?
The current version in Hoary is 2.4.1

http://xchat.org/download/

----------------------------------------------------------------------
2.4.3
----------------------------------------------------------------------

- Updated translations (de, sq, zh_CN).
- Fixed crash of server list connect button when no network is
selected while using GTK's auto-find feature [1166669].
- Fixed handling of WhoIs Special event on some networks where it
could chop off the first character [1164315].
- Plugin API changes: Added "nickserv" field to xchat_get_info.
- Python: Fixed get_list() incorrectly failing when the list
contained a time field [1171525].
- Perl: Make scripts using calls with fully qualified subs work again
[1170139] (Lian Wan Situ).
- Fixed input-box input-method (GTK I.M.) problem [1168239].
- Fixed: Ignore and Notify windows incorrectly used the stock CLOSE
button instead of DELETE [1170655].
- Placed Close/Connect buttons in correct position in server list
[1165474].


----------------------------------------------------------------------
2.4.2
----------------------------------------------------------------------

- Updated translations (ca, de, lt, nl, ru, sk, sr, vi).
- Added command line args -u and -p.
- Fixed handling of "MODE -o+o nick nick" (#1094026).
- Plugin API changes:
* Added "Key Press" print event.
* Added "state_cursor" for xchat_get_prefs.
* Added xchat_strip and xchat_free functions.
* Added "lasttalk" field to "users" list.
* Added "charset" field to xchat_get_info.
- Perl plugin changes (Lian Wan Situ):
* Move each script into their own unique package/namespace. Scripts
containing multiple packages will not be loaded.
* When warning messages are emitted you will now be told which
script it came from.
* Xchat::set_context will now accept Xchat::set_context( $channel )
and Xchat::set_context( $channel, $server ) in addition to
Xchat::set_context( $context ).
* Fix display of loaded scripts in the Plugins and Scripts window.
- TCL: Fixed crash with invalidated TCL timer (#1110306) (Daniel P.
Stasinski).
- /TIMER now supports timeouts to one decimal place.
- Fixed possible crash of open-file dialog on 64-bit machines.
- Pressing CTRL-O in the DCC Receive window will now open your
downloads folder.
- Win32: Default download folder changed to "My Documents\Downloads".
- Added -quiet arg to the /charset command.
- The /country command now supports a wildcard search.
- The user is now warned when real/user name is left blank in the
server list window.
- Added the /URL command.
- Added a text event for all unknown WHOIS reply lines.
- Added /ALLCHANL which sends to the current server only.
- Actions (/ME) are now treated like PRIV/CHAN for purposes of the
ignore list.

Burgundavia
May 14th, 2005, 04:22 AM
Breezy doesn't even have 2.4.3 yet, but it is in unstable, so I suspect it will come in a few days.

Corey

Technoviking
May 14th, 2005, 11:49 AM
Done (in staging), and have added xchat-systray (in staging/universe).

Mike

whatever
May 14th, 2005, 01:50 PM
Done (in staging), and have added xchat-systray (in staging/universe).

Mike
why does it depend on python2.3 instead of python2.4 ?

Technoviking
May 14th, 2005, 02:17 PM
why does it depend on python2.3 instead of python2.4 ?
This version is from Sid and not Ubuntu, I did not notice that requirement since I have to use Python 2.3 for work.:-\"

I will rebuild it once it makes it into Breezy. Don't worry, Python 2.3 and 2.4 can live side by side.

Mike

Dax0r
May 16th, 2005, 06:06 AM
Thank you

Burgundavia
May 16th, 2005, 07:25 AM
2.4.3 just hit Breezy.

Corey

Technoviking
May 16th, 2005, 02:02 PM
2.4.3 just hit Breezy.

Corey
I will rebuild it ASAP.

Mike

Technoviking
May 16th, 2005, 02:25 PM
The new package is uploaded, and no longer requires python 2.3.

Enjoy,
Mike

whatever
May 17th, 2005, 09:57 AM
The new package is uploaded, and no longer requires python 2.3.

thx :)

Homer
May 20th, 2005, 12:17 PM
I don't have Python script support anymore with this package :(. I will be forced to downgrade to the official package :(

Technoviking
May 20th, 2005, 12:39 PM
I don't have Python script support anymore with this package :(. I will be forced to downgrade to the official package :(
Looks like the Breezy xchat package maintainer has it compiling againist python 2.4 but part of the configuration is still look for Python 2.3. I have submitted a bug report for this and will, try to fix it also.

Mike

RastaMahata
May 22nd, 2005, 12:45 AM
I don't have Python script support anymore with this package :(. I will be forced to downgrade to the official package :(
any tips on downgrading xchat?? :(

Homer
May 22nd, 2005, 11:43 AM
1. Remove Ubuntu backports in your /etc/apt/sources.list

2. sudo apt-get update

3. sudo apt-get remove xchat
(will also remove ubuntu-desktop, but it's ok)

4. sudo apt-get clean
(don't know if it's necessary, but I did it)

5. sudo apt-get install xchat ubuntu-desktop

Should work ;)

Dax0r
May 22nd, 2005, 02:49 PM
I don't have Python script support anymore with this package :(. I will be forced to downgrade to the official package :(


What scripts do you use?

Homer
May 22nd, 2005, 02:54 PM
What scripts do you use?

My own scripts

RastaMahata
May 23rd, 2005, 11:53 AM
What scripts do you use?
rhythmbox script.. www.rhythmbox.org

Technoviking
June 2nd, 2005, 11:44 AM
The new source from Breezy fixes the problem, uploading to staging.

Mike