Wednesday, January 17th, 2018, 02:38 UTC | ||
[02:38:52] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Remote host closed the connection) | |
[04:03:33] | neolith100 (neolith100!d1938a02@gateway/web/freenode/ip.209.147.138.2) has quit () | |
[06:20:10] | willcooke (willcooke!~willcooke@41.164.32.78) has joined #mythtv | |
[06:20:10] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[06:20:10] | willcooke (willcooke!~willcooke@41.164.32.78) has quit (Changing host) | |
[06:54:05] | markspieth2 (markspieth2!~yaaic@1.152.109.142) has quit (Read error: Connection reset by peer) | |
[06:54:11] | markspieth2 (markspieth2!~yaaic@121.221.141.254) has joined #mythtv | |
[07:08:29] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has joined #mythtv | |
[07:34:36] | markspieth2 (markspieth2!~yaaic@121.221.141.254) has quit (Ping timeout: 248 seconds) | |
[07:36:58] | markspieth2 (markspieth2!~yaaic@1.152.109.158) has joined #mythtv | |
[07:37:03] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[08:02:33] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 256 seconds) | |
[08:02:43] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[08:09:26] | SteveGoodey (SteveGoodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has joined #mythtv | |
[08:26:14] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[08:41:05] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 255 seconds) | |
[08:48:32] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[09:01:37] | markspieth22 (markspieth22!~yaaic@121.221.141.254) has joined #mythtv | |
[09:01:37] | markspieth2 (markspieth2!~yaaic@1.152.109.158) has quit (Read error: Connection reset by peer) | |
[09:04:53] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:f4a4:d21c:4992:74f5) has joined #mythtv | |
[10:30:57] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 248 seconds) | |
[10:43:15] | stuarta: | sigh, no rpm package for openid-connect-php |
[11:30:49] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[12:18:52] | stuarta: | hmpf. half working sso on the wiki |
[12:35:16] | SteveGoodey: | So, not usable yet then? |
[12:36:38] | stuarta: | working on it in dev |
[12:37:51] | SteveGoodey: | I've got an openid login, used it so long ago I've forgetten what sites I used it on. |
[12:39:48] | SteveGoodey: | So there was openid, openid 2.0 and then openid connect. Sounds a muddle. |
[12:46:53] | stuarta: | hah |
[12:59:27] | stuarta: | yeah it is a bit, don't forget oauth as well ;-) |
[12:59:39] | stuarta: | openid connect builds upon openid |
[13:00:38] | stuarta: | it's the protocol the underpins things like "login with github" |
[13:00:45] | stuarta: | s/the/that |
[13:01:53] | stuarta: | aka. my cunning plan |
[13:03:01] | SteveGoodey: | So do you have to link to an identity provider or can MythTV act as one? |
[13:04:13] | stuarta: | i have some middleware which does the link to the various identity providers |
[13:04:59] | stuarta: | so we have mythtv sso, which is the unification point for our services, which can reach out to various different providers (the first being github) to allow login to the services |
[13:05:08] | stuarta: | middleware = keycloak |
[13:06:07] | stuarta: | the idea being, once you have an SSO session, you can then "login" to the other services without having to reach out again to the identity provider |
[13:07:14] | stuarta: | sigh 3/4ths of the redirect dance is working |
[13:07:54] | stuarta: | wiki -> sso -> provider -> sso -> correct wiki page |
[13:07:56] | stuarta: | 4/5ths |
[13:08:01] | stuarta: | the last one isn't working |
[13:09:27] | stuarta: | i have it working on the trac instance we will get when i move code.mythtv.org across |
[13:11:51] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[13:14:03] | stuarta: | sadly the forum will require some glue writing |
[13:17:52] | SteveGoodey: | So. once it's up and running would new forum/wiki users be registered by a keycloak server? |
[13:20:24] | stuarta: | it'll be the middleman to what they already have. ie github, google |
[13:21:58] | stuarta: | rather than having to create an account on each of our services |
[13:22:08] | stuarta: | just login with ... |
[13:27:47] | SteveGoodey: | So if you have different usernames with wiki/forum you can link them in keycloak? |
[13:27:52] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection) | |
[13:28:18] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[13:36:05] | stuarta: | SteveGoodey: that's something to be explored |
[13:36:26] | stuarta: | the mediawiki plugin can (in theory) join the dots when the username / email address matches |
[13:43:16] | stuarta: | that is something i want to test |
[14:00:19] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection) | |
[14:00:46] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[14:04:31] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 265 seconds) | |
[14:07:53] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[14:11:48] | stuarta: | hampton: i won't be surprised if we end up with a few more cppcheck warnings about unitialized variables in contructors, after the removal of some of them with your QString::null changes |
[14:12:15] | ** hampton sighs ** | |
[14:12:29] | stuarta: | lets wait and see if all the buildslaves complete first ;-) |
[14:13:22] | hampton: | You're right. I initially made the changes by just removing the QString::null from inside the parentheses, and then changed it because the code was explicitly initializing the variables to their default value. |
[14:14:12] | hampton: | Wasn't thinking about cppcheck. |
[14:14:25] | stuarta: | heh, it's an ongoing battle keeping it happy |
[14:24:33] | stuarta: | debian jessie built, which is a good sign. means the rest should build just fine |
[14:25:25] | stuarta: | it has one of the oldest qt's at Qt-5.3.2 |
[14:26:52] | stuarta: | kwizart: fyi, master built fine on rawhide with libva-2.0 |
[14:46:13] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 256 seconds) | |
[14:46:40] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has joined #mythtv | |
[15:06:42] | willcooke (willcooke!~willcooke@41.164.32.78) has joined #mythtv | |
[15:06:42] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[15:06:42] | willcooke (willcooke!~willcooke@41.164.32.78) has quit (Changing host) | |
[15:31:28] | hampton: | cppcheck looks ok |
[15:31:59] | stuarta: | yeah does |
[15:32:03] | stuarta: | interesting |
[17:10:34] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[17:13:37] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has joined #mythtv | |
[17:46:02] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[17:48:59] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has joined #mythtv | |
[17:59:54] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:f4a4:d21c:4992:74f5) has quit (Quit: Leaving) | |
[18:00:46] | nephyrin (nephyrin!~neph@67.183.153.159) has quit (Remote host closed the connection) | |
[18:04:19] | nephyrin (nephyrin!~neph@67.183.153.159) has joined #mythtv | |
[19:11:32] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[19:20:18] | Pinchiukas (Pinchiukas!~keps@unaffiliated/pinchiukas) has joined #mythtv | |
[19:30:53] | noaXess (noaXess!~quassel@catv-165-002.tbwil.ch) has joined #mythtv | |
[20:21:45] | Pinchiukas: | Is it possible to find out what chips I have behind https://www.linuxtv.org/wiki/index.php/Conexant_Fusion_878A&n bsp;? |
[20:46:32] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer) | |
[20:46:50] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has joined #mythtv | |
[20:52:14] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer) | |
[20:52:50] | jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has joined #mythtv | |
[21:00:11] | noaXess (noaXess!~quassel@catv-165-002.tbwil.ch) has quit (Remote host closed the connection) | |
[21:35:04] | Steve-Goodey (Steve-Goodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:47:15] | SteveGoodey (SteveGoodey!~steve@host86-150-60-83.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:51:43] | markspieth22 (markspieth22!~yaaic@121.221.141.254) has quit (Ping timeout: 248 seconds) | |
[21:54:38] | markspieth2 (markspieth2!~yaaic@1.152.109.204) has joined #mythtv | |
[22:03:36] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Remote host closed the connection) | |
[22:52:35] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (Ping timeout: 252 seconds) | |
[22:55:21] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[23:04:25] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[23:22:01] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.