* Fixed sending of invalid XML when asked for our version information in XMPP, which effectively broke XMPP connectivity. (Bug introduced in 1.2.6)
* Improved handling of invalid XML over XMPP
* Hopefully fixed a bug which caused an XMPP contact to infinitely flip between two groups shortly after authorization
Post contrassegnati da tag 'adium'
Disponibile AdiumX 1.2.7
Pubblicato 5 luglio 2008 Apple , informatica , Mac OS X Lascia un commentoEtichette: adium, adiumx, osx
AdiumX 1.2.6 disponibile
Pubblicato 2 luglio 2008 Apple , informatica , Mac OS X Lascia un commentoEtichette: adium, adiumx, aim, aol, leopard, messenger, msn, osx
Adium X Version History
Version 1.2.6 (7/1/2008) SVN Revision: [24175]
* Updated to libpurple 2.4.3
o Fixed ICQ connectivity
o Improved Yahoo! and Yahoo! Japan messaging to use UTF-8, restoring compatibility with the web messenger
o Fixed setting your buddy icon for Yahoo! accounts
o Multiple QQ fixes
o Decreased spam on the MyspaceIM service
o Fixed some situations which could lead to the dreaded “MSN list synchronization” errors
* Fixed an ancient bug in which the wrong event would be displayed for a contact status change, such as “Contact Came Back” when the contact disconnected. (#468, #5551)
* Fixed a crash which could occur when a contact changed status while a new chat window was open with that contact (#9425)
* Fixed saving/restoring message window positioning on 10.4
Tema AdiumX “h4x0r” Fixed
Pubblicato 1 luglio 2008 Apple , informatica , Mac OS X Lascia un commentoEtichette: adium, adium theme, h4x0r, theme

Il tema h4x0r è IMHO il più bello e geek dei temi per Adium.
Tuttavia almeno nel mio caso non ho mai potuto utilizzarlo per uno strano bug, che impediva lalettura dell’ultimo messaggio ricevuto, perchè sovrapposto dalla barra di inserimento testo.
Ho scoperto che è possibile fixare questo errore sostituendo una parte del codice CSS del tema che si riferisce alla funzione alignChat()
La funzione corretta è la seguente:
function alignChat() {
var windowHeight = window.innerHeight;
if (windowHeight > 0) {
var contentElement = document.getElementById('Chat');
var contentHeight = contentElement.offsetHeight + 15;
if (windowHeight - contentHeight > 0) {
contentElement.style.position = 'relative';
contentElement.style.top = (windowHeight - contentHeight) + 'px';
}
else {
contentElement.style.position = 'static';
}
}
scrollToBottom();
}
Che va modificata aprendo il paccheto del tema e modificando il file template.html.
Ma non vi sarà necessario poichè ho già provveduto io a fare la modifica e a rendervi disponibile il tema col FIX direttamente QUI.
Skype inside Adium and Pidgin
Pubblicato 26 marzo 2008 Apple , informatica , Mac OS X Lascia un commentoEtichette: adium, adiumx, plugin, skype, skype plugin
















Commenti recenti