Index ¦ Archives ¦ RSS

bitlbee-skype 0.7.0

Estimated read time: 1 minutes

It's out, the only recent change is that I added a new setting to be able to see what is the raw stream BitlBee received. The other interesting part is that after the release I finally decided to split up that huge read callback and now each part is handled by a separate function, and I have a nice array of function pointers. BTW, this also made checkpatch happy about skype.c without doing hacks like:

printf("%s %s",
        foo,
        bar);

Which would really just make the code ugly.

Yay! :)

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.