Adrian Kuschelyagi Malacoda kuschelyagi
kuschelyagi commented on issue glitch-city-labor.../glitch-city-laboratories#1 2018-08-20 05:33:04 +00:00
SMF - MediaWiki auth bridge

Auth_SMF bridge is raising these PHP notices:

kuschelyagi opened issue glitch-city-labor.../glitch-city-laboratories#1 2018-08-20 05:33:03 +00:00
SMF - MediaWiki auth bridge
kuschelyagi closed issue glitch-city-labor.../glitch-city-laboratories#1 2018-08-20 05:33:03 +00:00
SMF - MediaWiki auth bridge
kuschelyagi commented on issue glitch-city-labor.../glitch-city-laboratories#1 2018-08-20 05:33:03 +00:00
SMF - MediaWiki auth bridge

MediaWiki's SessionManager (a new thing in 1.27) requires session ids to be at least 32 characters long. The PHP session ids being generated were 27 session ids long, which was causing MediaWiki to reject them. Apparently MediaWiki does not use PHP sessions unless there is a PHP session already running, so this only happened when the SMF session was started.

kuschelyagi pushed to mw_28 at glitch-city-labor.../glitch-city-laboratories 2018-08-20 05:28:01 +00:00
kuschelyagi pushed to mw_29 at glitch-city-labor.../glitch-city-laboratories 2018-08-20 05:27:52 +00:00
kuschelyagi pushed to dev at glitch-city-labor.../glitch-city-laboratories 2018-08-20 05:27:47 +00:00
kuschelyagi pushed to mw_31 at glitch-city-labor.../glitch-city-laboratories 2018-08-20 05:27:39 +00:00
72b7638d11 remove print_r
83f36080e3 Destroy SMF session to work around MW/SMF collision issue. Coincidentally, this also seems to actually resolve "loss of session data" errors.
2c0e67e675 initial implementation of Auth remoteuser, of course it doesn't work
e038483e69 Add support for email with msmtp
5ee52eb5a1 messy hack around "loss of session data"
kuschelyagi pushed to master at glitch-city-labor.../glitch-city-laboratories 2018-08-20 05:27:11 +00:00
baa50b5ded Merge branch 'master' of gitlab.monarch-pass.net:glitch-city-laboratories/glitch-city-laboratories
ada88102c6 correctly set remote addr from x-forwarded-for
021a710fc9 add parser function to get a user's display name
673d7e61d4 more improved header link generation
12ab7f0012 remove deprecated GCL skin
kuschelyagi pushed to master at kuschelyagi/test 2018-08-19 07:23:43 +00:00
4691ca9f14 test 4
kuschelyagi pushed to master at kuschelyagi/test 2018-08-19 07:21:06 +00:00
f67e4498e5 Test
kuschelyagi pushed to master at kuschelyagi/test 2018-08-19 06:59:16 +00:00
27411b19dd test 2
kuschelyagi pushed to master at kuschelyagi/test 2018-08-19 06:56:14 +00:00
071876bc52 Test
kuschelyagi created repository kuschelyagi/test 2018-08-19 06:53:09 +00:00