social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#pidgin

10 posts8 participants0 posts today

I am using #xmpp since the time of windows xp and #pidgin. It is sad to see how the ecosystem moved. On Linux the only client available is gajim (there is no realistic way to install dino on Linux Mint). I appreciate the work people do to make those clients but.. it has so much problems. Now it constantly crashes so my xmpp communication is almost gone. Or lets say, my xmpp usage is tied to my smartphone with "conversations" as client.

Hey everyone, we just released version 0.13.0 of Ibis our #IRCv3 library that we've built for the #IRC support in @pidgin 3!

The big feature in this release is that we're parsing formatting and making it available to users of the library so they can display formatted messages. See the screen shot for what that looks like in Pidgin 3 experimental 2!!

You can find the official release announcement here! discourse.imfreedom.org/t/ibis

So @pidgin 3.0 Experimental 2 is due out on Monday and we realized we could probably sneaking message formatting in for #IRCv3 in the last few days.

This still needs some work, but check out the Pidgin 2 vs 3 handling of message formatting...

I thought we fixed the italics stuff in Pidgin 2 awhile, but apparently not.

Anyways this is all spec complaint per modern.ircdocs.horse/formatting

If you have any questions, comments, etc feel free!

Continued thread

@pidgin Also if anyone wants to explore more themselves, meson makes this really easy.

From the top of our source tree you can run meson with the following command

meson build -Db_coverage=true -Dgplugin:vapi=false build-coverage

The vala bindings need to be disabled because the confuse gcovr.

Once configuration is done you can run the tests and generate the coverage report with the following

cd build-coverage
ninja turtles
ninja coverage-html

Continued thread

@pidgin Some more info. Keep in mind that the 130 suites include libraries we maintain as well, but the code coverage here does not include.

Also, the coverage includes, libpurple, pidgin, and the protocol plugins and that pidgin and the protocol plugins aren't exactly testable although we have some stuff we're working on for that.

Holy crap! I just noticed we're up to 130 unit test suites in @pidgin 3 now! Compare that to the 7 suites we have in Pidgin 2!

This is what we've been talking about when we've been saying that we're making the code easier to maintain. The code has been reworked so that we can actually unit test way more of it and we will continue to add more tests as we move forward!