mathiasfriman

Results 9 comments of mathiasfriman

Perhaps this is a starting point? https://github.com/mrobinsn/go-rtorrent

The same happens also when using Prosody LDAP module: http://modules.prosody.im/mod_auth_ldap.html

That line is there in my config too :) `org.jitsi.jicofo.auth.URL=XMPP:videokonf.domain.com` I tested to change my `/etc/prosody/conf.avail/videokonf.domain.com.cfg.lua` to use `internal_plain` authentication. My file ``` VirtualHost "videokonf.domain.com" authentication = "internal_plain" ssl =...

Chrome Developer Console gives me this when trying to login using `internal_plain`: ``` This appears to be Chrome, ver: 44 Synchronous XMLHttpRequest on the main thread is deprecated because of...

I've found a possible problem in the `/var/log/prosody/prosody.log` debug-log above: ``` Sep 28 10:03:46 boshed479f56-6a3b-420c-b330-00c1b4ea4bc6 debug Received[c2s_unauthed]: Sep 28 10:03:46 sasl debug Username or password violates SASLprep. Sep 28 10:03:46...

I can confirm that this patch ( strophe/strophejs#136 ) allows Jitsi-Meet to authenticate with LDAP using SASL with a username or password that contain non-ASCII characters like (in my case)...

Well, I saw this below in ´src/gui.cxx´: // keyboard arrows to special key mapping if ( Fl::event_key( FL_Left ) ) { EventGridSelectNewChosen e( gui->specialTrack-1, gui->specialScene ); writeToDspRingbuffer( &e ); return...

First, kudos for a great software, it has almost everything I need! :) I've tried @igorangst fork just now, configured it with `./configure --enable-midictrlout` I'm aiming at triggering some patterns/sequences...

Awesome! I'll change the m_buss(2) parameter in libseq64/src/midi_control_out.cpp back to m_buss(15) then. Wingin' it a bit... :) If I may make a wish list it would be to have the...