Tomasz Sterna

Results 100 comments of Tomasz Sterna

How does your router.xml look like? Did you add services by hand or they get discovered automaticly after connecting?

I am using letsencrypt cert in my deployments. The script launched after refreshing the certificate first merges the files, ant _then_ reloads jabberd. **Genius!**

@mabels see issue #109

@defanor ATM the only way to reload is to restart. But the concept stays, thus this issue I assume. :)

So, this is not really about leaking any memory, rather than reading outside given buffer boundary, right? Would there be enough fix to enlarge the buffer by n characters filled...

That's a valid point - we should abide libidn API. I guess it's time to bite the bullet and introduce real UTF-8 string handling functions to jabberd2. http://www.cprogramming.com/tutorial/unicode.html looks reasonable...

http://www.gnu.org/software/libunistring/ looks good and we should use it for all UTF8 string processing.

As I can see in the commits implementing this, it only work with X11 and Win32 drivers. (I'm trying to configure rotation in Lakka-Generic.x86_64-2.2.2.img and it does not work.)

I tried to use it on latest Lakka on a PC with nVidia card and: - the menu option is not visible in UI (with advanced options enabled) - when...

I browsed briefly through DRM/KMS docs and there is [plane rotation property](https://01.org/linuxgraphics/gfx-docs/drm/gpu/drm-kms.html#c.drm_plane_create_rotation_property). I will look into adding support for `screen_orientation` to DRM/KMS diriver.