mbpurple 0.2.2 in PPA for Hardy, Intrepid and Jaunty
Yesterday many of you may notice some crashes or slow in Pidgin because of #mbpurple. The real problem is ID overflow :) The data structure is unsigned long long but the function we called was int. I fixed by swap lines as a workaround during @somsak was not there. Anyway, it introduced side-effect so that /replies did not work anymore. Finally, @somsak fixed it by replacing int to ull.
If you use PPA, you may aware of new version already.
sudo apt-get update sudo apt-get upgrade
We fixed lots of bug in this version including certificate error problem (at least on Windows).
Roti (alpha) thinks you may like these:
- Login to post comments







it'd be greate if you change ull to char* since it is invulnerable to ID overflow :)