--- Log for 15.02.113 Server: pratchett.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 29 days and 4 hours ago 00.00.24 # wait 00.01.36 # kugel: http://pastebin.com/LyB9GrCY 00.04.02 Quit Jack87 (Ping timeout: 276 seconds) 00.04.11 Quit Rondom (Remote host closed the connection) 00.04.32 # lorenzo92: try SIGUSR2 00.04.50 # kugel: reason? 00.04.59 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) 00.05.25 Quit Gareth (Ping timeout: 245 seconds) 00.05.32 # lorenzo92: thread-unix.c sets a signal handler for SIGUSR1 temporarily. it *should* unset it but worth a try 00.05.41 # lorenzo92: how do you obtain the pid? 00.05.46 # you could use pidof to get it, or run killall (which allows to specify the process by name) 00.05.56 # indeed, see the code 00.06.11 # and yes I could even use killall 00.06.19 # oh there, sorry 00.06.33 # this seems better 00.06.37 *** Saving seen data "./dancer.seen" 00.06.56 # kugel: the problem is that it actually works by hand, but *not* in the /hotplug 00.07.09 # i.e. kill -s blabla by hand in a shell works 00.07.20 # lorenzo92: /proc/sys/kernel/hotplug should contain a program name. perhaps a full command line doesnt work 00.07.33 # kugel: that's it, unfortunately pff 00.07.46 Quit nateloaf (Quit: Leaving.) 00.08.14 # you could install a shell script 00.08.22 # hum I tried, no luck 00.08.38 # also chmodding it + #/bin/sh doesn't do the trick 00.09.04 # kugel: I may end up writing a small C program... 00.09.15 # but that's odd 00.09.30 # lorenzo92: nah, a script should work 00.09.35 # the problem is somewhere else 00.09.48 # ok 00.10.15 # for sure hotplug gets called, tested, 00.10.32 # hotplug = programm in the sysfs entry 00.11.22 Join Jack87 [0] (Jack87@nasadmin/admin/jack87) 00.11.48 Join Gareth [0] (~gareth@2607:ff38:2:83::3) 00.15.59 Quit lorenzo92 (Remote host closed the connection) 00.16.53 Join heff [0] (~2e40455b@www.haxx.se) 00.16.53 Nick heff is now known as rephlex (~2e40455b@www.haxx.se) 00.18.31 # hello, i'm having a slight problem with my sansa clip+: i've been missing my progress/seek bar while playing a song ever since updating rockbox to v3.11, and i just updated to 3.12 and it's still missing 00.19.14 # can anyone give some suggestions as to how i might fix this or what the problem might be? ideally i'd like to be able to do it while preserving my settings and files 00.20.15 # to be clear, the progress bar is blankwhile a song is playing, instead of moving along as the song progresses 00.23.24 # i've searched the forums etc to no avail 00.23.35 Quit lebellium (Quit: ChatZilla 0.9.90 [Firefox 19.0/20130212082553]) 00.27.18 Join dfkt [0] (dfkt@unaffiliated/dfkt) 00.27.33 Quit bertrik (Remote host closed the connection) 00.27.47 Quit dfkt_ (Disconnected by services) 00.34.18 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.) 00.36.08 # i've tried some other themes which display the progress bar differently and they seem to work; it's just yellowbar and yellowbardynamic that seem not to 00.38.12 # rephlex: pastebin your theme 00.39.46 # http://pastebin.com/i0tJPpsb 00.40.32 # it used to work until i updated rockbox to v3.11 00.40.48 # although maybe i messed it up somehow 00.40.52 # now you just need [Saint_] to tell you what needs fixing :p 00.41.11 # is it drawing the background image over the bar? 00.41.56 # well the bar is just a box, and now it's just empty, so i don't know 00.42.03 # it draws the box 00.42.06 # %pb(0,0,128,6,pb.bmp, backdrop, a) 00.42.06 # but that's all 00.42.13 # try that and remove the %xd(a) line above it 00.42.31 # ok i'll try 00.42.32 # hold on 00.47.20 # I think I'd use the backdrop layer there 00.47.40 # omg 00.47.52 # i think....i think you fixed it! 00.47.55 # But yes, that %x() %xd() combination is broken 00.48.08 # wow 00.48.12 # thank you so much! 00.48.18 # that's been bugging me for AGES 00.48.37 # just out of curiosity, can you elaborate on this, when you say the combination is broken? 00.48.46 # %x means "load and display" 00.48.53 # %xd is "display" 00.49.15 # i see 00.49.17 # %xd is really meant to be used with %xl (load) 00.49.29 # So it was showing the image twice 00.49.41 # * gevaerts lets JdGordon explain why that causes real issues :) 00.50.19 # so it was a bug in the theme, then? you'd think then that more people would experience the issue and report it on the forums then, no? 00.50.36 # I don't know how common the theme is 00.51.27 # well i think it's fairly common, i think the rockbox util said something along those lines 00.51.35 Quit Spaceghost (Quit: Leaving.) 00.51.38 # or i may just be imagining it 00.51.44 # displaying it twice isnt reazlly a problem 00.51.52 Quit pamaury (Ping timeout: 256 seconds) 00.51.54 # it will actually only be drawn once 00.51.55 # is there any way the theme can be updated so other people don't run into this in future? 00.52.02 # the draw order was the issue i tinhk 00.52.19 # rephlex: upload it to the theme site with the same title i think 00.52.25 # ok 00.52.34 # And the same submitter email address... 00.52.44 # and i'm allowed to do that? 00.53.47 # That won't work, no 00.54.29 # well i think it's quite obvious that i have really no idea what i'm doing, but i'd like to thank you both for helping me 00.55.09 # i was about to try wiping rockbox and the bootloader and all config files and starting the whole thing again 00.55.13 # good thing i didn't! 00.55.25 # Those things won't solve theme issues :) 00.56.02 # yeah, but i wasn't sure whether it was a rockbox issue because i hadn't edited the theme since i updated rockbox 00.56.13 # but i guess theme devs aren't as smart as rockbox devs :P 00.56.46 # and i'm not as smart as either 00.57.23 # anyway, i g2g, but thanks again 00.58.28 Quit rephlex (Quit: CGI:IRC 0.5.9 (2006/06/06)) 00.58.46 Quit Krosis_ (Quit: There's no place like 127.0.0.1) 00.59.09 Join Krosis_ [0] (~Krosis@24-180-66-46.dhcp.bycy.mi.charter.com) 01.08.26 Quit Guest71489 (Read error: Connection reset by peer) 01.08.40 Quit AlexP (Read error: Connection reset by peer) 01.08.55 Join AlexP [0] (~alex@rockbox/staff/AlexP) 01.17.26 Join Spaceghost [0] (~Pablo@unaffiliated/spaceghost) 01.21.54 Quit Gareth (Ping timeout: 256 seconds) 01.22.01 Join Gareth [0] (~gareth@2607:ff38:2:83::3) 01.25.11 Quit mirak (Quit: Ex-Chat) 01.27.06 Quit foolsh (Quit: poof) 01.27.55 Quit Belzebub (Ping timeout: 245 seconds) 01.42.51 Join Belzebub [0] (~torrentow@195.117.144.66) 01.43.47 Quit Belzebub (Read error: Connection reset by peer) 01.47.12 Join SuperBrainAK_ [0] (~Andy@97-124-66-231.phnx.qwest.net) 01.48.15 Join Belzebub [0] (~torrentow@195.117.144.66) 01.50.38 Quit SuperBrainAK (Ping timeout: 276 seconds) 01.57.38 Quit AlexP (Ping timeout: 248 seconds) 02.06.39 *** Saving seen data "./dancer.seen" 02.11.40 Quit XavierGr (Read error: Connection reset by peer) 02.23.34 Quit crwl (Ping timeout: 260 seconds) 02.42.48 Join AlexP [0] (~alex@rockbox/staff/AlexP) 03.09.35 Quit TBCOOL (Ping timeout: 245 seconds) 03.34.08 Quit [Saint_] (Remote host closed the connection) 03.34.28 Quit bluebrother (Disconnected by services) 03.34.33 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother) 03.35.52 Join [Saint] [0] (~quassel@rockbox/user/saint) 03.36.40 Quit fs-bluebot (Ping timeout: 264 seconds) 03.38.06 Join fs-bluebot [0] (~fs-bluebo@g224237161.adsl.alicedsl.de) 04.06.42 *** Saving seen data "./dancer.seen" 04.08.49 Join TBCOOL [0] (~tb@c-893571d5.09-42-73746f22.cust.bredbandsbolaget.se) 04.29.04 Quit Spaceghost (Ping timeout: 248 seconds) 04.29.22 Join foolsh [0] (~foolsh@nc-76-0-175-2.dhcp.embarqhsd.net) 04.30.32 Quit foolsh (Remote host closed the connection) 04.33.16 Join foolsh [0] (~foolsh@nc-76-0-175-2.dhcp.embarqhsd.net) 04.55.55 Quit pixelma (Disconnected by services) 04.55.56 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma) 04.55.58 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma) 04.56.05 Quit amiconn (Disconnected by services) 04.56.05 Join amiconn_ [0] (quassel@rockbox/developer/amiconn) 04.56.08 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn) 04.57.02 Join froggymana [0] (~me@dhcp-155-92-103-86.nebula.msoe.edu) 04.57.02 Quit froggymana (Changing host) 04.57.02 Join froggymana [0] (~me@unaffiliated/froggyman) 05.00.13 Quit froggyman (Ping timeout: 244 seconds) 05.08.56 Join zamboni [0] (~bottledwa@unaffiliated/zamboni) 05.15.09 Join TheSphinX^ [0] (~briehl@pD9FBB623.dip.t-dialin.net) 05.18.28 Quit TheSphinX_ (Ping timeout: 248 seconds) 05.21.30 Join Rower [0] (husvagn@v-413-alfarv-177.bitnet.nu) 05.35.32 Join uberushaximus [0] (~uberushax@shepard.sypherz.com) 05.51.28 Quit [7] (Disconnected by services) 05.51.37 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 06.00.38 Nick SuperBrainAK_ is now known as SuperBrainAK (~Andy@97-124-66-231.phnx.qwest.net) 06.01.52 Quit JimZat (Ping timeout: 248 seconds) 06.02.24 Join JimZat [0] (~JimZat@99.135.169.218) 06.06.44 *** Saving seen data "./dancer.seen" 06.13.27 Join froggyman [0] (~me@unaffiliated/froggyman) 06.13.46 Quit SuperBrainAK (Quit: pbly going to sleep /_\) 06.17.08 Quit froggymana (Ping timeout: 255 seconds) 06.31.12 Join enriched [0] (~quassel@101.98.163.139) 06.31.23 Quit froggyman (Ping timeout: 260 seconds) 06.45.44 Quit foolsh (Ping timeout: 256 seconds) 06.49.12 Join melmothX [0] (~melmoth@unaffiliated/melmothx) 06.49.39 Quit Krosis_ (Quit: There's no place like 127.0.0.1) 07.05.03 Quit ps-auxw (Remote host closed the connection) 07.12.42 Join Gallomimia [0] (~gallo@key.cha0sgaming.net) 07.14.04 Quit Gallomimia (Excess Flood) 07.14.12 Join Gallomimia [0] (~gallo@key.cha0sgaming.net) 07.14.56 Join ps-auxw [0] (~arneb@p4FF7F95A.dip.t-dialin.net) 07.21.28 Join kevku [0] (~kevku@2001:470:27:773:0:feed:c0f:fee) 08.06.48 *** Saving seen data "./dancer.seen" 08.07.36 Quit zamboni () 08.08.30 Quit jhMikeS (Ping timeout: 256 seconds) 08.23.58 Join ender` [0] (~ender@foo.eternallybored.org) 08.29.40 Quit dv_ (Remote host closed the connection) 08.30.23 Join jlbiasini [0] (~metaphysi@109.103.46.91) 08.38.20 Join bertrik [0] (~quassel@rockbox/developer/bertrik) 08.44.04 Quit mc2739 (Ping timeout: 260 seconds) 08.53.02 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de) 08.55.26 Join LinusN [0] (~linus@giant.haxx.se) 09.18.47 Join petur [0] (~petur@rockbox/developer/petur) 09.21.18 Quit bertrik (Remote host closed the connection) 09.22.39 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739) 09.33.49 Quit JdGordon (Ping timeout: 252 seconds) 09.34.40 Join JdGordon [0] (~jonno@CPE-58-168-77-87.lns4.ken.bigpond.net.au) 09.34.40 Quit JdGordon (Changing host) 09.34.40 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 09.45.42 Join crwl [0] (~crwlll@a91-156-110-12.elisa-laajakaista.fi) 09.49.58 Join mortalis [0] (~mortalis@77.108.98.176) 09.56.30 Join lorenzo92 [0] (~chatzilla@host180-25-dynamic.21-79-r.retail.telecomitalia.it) 09.56.41 Join kretender [0] (~kaspar@158-20.194-178.cust.bluewin.ch) 10.06.51 *** Saving seen data "./dancer.seen" 10.13.09 Join Ward [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr) 10.13.32 Nick Ward is now known as Guest22291 (~Mirandaha@176-120-190-109.dsl.ovh.fr) 10.13.39 Join Zagor [0] (~bjst@sestofw01.enea.se) 10.13.39 Quit Zagor (Changing host) 10.13.39 Join Zagor [242] (~bjst@rockbox/developer/Zagor) 10.16.16 Quit kaputnik (Ping timeout: 248 seconds) 10.28.26 Quit mc2739 (Ping timeout: 256 seconds) 10.29.55 Join dv_ [0] (~quassel@chello080108009040.14.11.vie.surfer.at) 10.29.58 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739) 10.32.48 Quit kretender (Remote host closed the connection) 10.33.03 Join kaputnik [0] (~kaputnik@port-92-206-119-74.dynamic.qsc.de) 10.41.13 Quit kaputnik (Ping timeout: 244 seconds) 10.52.24 Join kaputnik [0] (~kaputnik@port-92-206-10-28.dynamic.qsc.de) 10.52.25 Quit Belzebub (Changing host) 10.52.26 Join Belzebub [0] (~torrentow@unaffiliated/blown-engine) 11.00.12 Quit lorenzo92 (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201190337]) 11.00.30 Join lorenzo92 [0] (~chatzilla@host180-25-dynamic.21-79-r.retail.telecomitalia.it) 11.02.04 # pamaury (logs): ID 04e8:5041 Samsung Electronics Co., Ltd YP-Z5 11.06.12 Quit ps-auxw (Quit: leaving) 11.06.36 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123) 11.15.40 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl) 11.29.27 Quit mortalis (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/) 11.34.59 Quit jlbiasini (Quit: jlbiasini) 11.47.51 # pamaury (logs): I have been working on YP-Z5's drivers, lcd, buttons and backlight are quite done. Well not tested...I'll send you a diff 12.02.08 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 12.06.08 Quit petur (Read error: Connection reset by peer) 12.06.53 *** Saving seen data "./dancer.seen" 12.31.12 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 12.47.34 Join dfkt [0] (dfkt@unaffiliated/dfkt) 12.58.27 Quit amiconn (Read error: Connection reset by peer) 12.58.37 Join amiconn [0] (quassel@rockbox/developer/amiconn) 13.10.27 Quit shai (Read error: Connection reset by peer) 13.38.56 Quit melmothX (Quit: #) 13.47.12 Join shai [0] (~Shai@l192-117-110-233.cable.actcom.net.il) 13.52.13 Join lebellium [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr) 13.54.02 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr) 14.00.11 Quit Guest22291 (Read error: Connection reset by peer) 14.06.56 *** Saving seen data "./dancer.seen" 14.16.19 Quit kaputnik (Ping timeout: 248 seconds) 14.18.38 Join webguest965 [0] (~58d42413@www.haxx.se) 14.19.34 Join amayer_ [0] (~amayer@mail.weberadvertising.com) 14.26.54 Quit wodz (Quit: Leaving) 14.29.29 # Guys I got one problem, I connected my rockboxed Clip+ to the PC, the first time it says that the driver was not installed.. So I booted in the OF, checked USB mode and its set to MSC, as before (Thats how it should be, right?). So I connected it again, now it said that the driver was installed.. There is a USB icon on the screen but it doesnt show the player as a drive, so I cant access the files and copy my music. Any idea what might be the problem? T 14.31.21 Quit y4n (Quit: 6,000,000 ways to die — choose one.) 14.37.40 Join nateloaf [0] (~nwild@S0106bcaec5c3e90e.wp.shawcable.net) 14.45.25 # Anyone? 14.53.12 Join hype_ [0] (~hype@82.199.174.16) 15.00.28 Quit liar (Read error: No route to host) 15.04.32 # those guys at samsung are really basards, not only they don't put open source code which is older than a fews years but they also *remove* code which was online after a few years 15.10.12 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 15.18.42 # Guys I got one problem, I connected my rockboxed Clip+ to the PC, the first time it says that the driver was not installed.. So I booted in the OF, checked USB mode and its set to MSC, as before (Thats how it should be, right?). So I connected it again, now it said that the driver was installed.. There is a USB icon on the screen but it doesnt show the player as a drive, so I cant access the files and copy my music. Any idea what might be the problem? T 15.30.59 Quit webguest965 (Quit: CGI:IRC) 15.31.20 Join webguest965 [0] (~58d42413@www.haxx.se) 15.34.56 # I believe that's the current problem with USB on these type of players. You could boot into the OF and connect to the computer there 15.39.31 Quit AlexP (Ping timeout: 248 seconds) 15.40.46 Part amayer_ 15.46.21 # @pixelma: I thought USB is working on current version. Btw is this a bug or normal behavior? And thanks for the help kind sir, it works! :) 15.49.27 # a hard to trace (and fix) bug, definitely not normal 15.51.23 Join amayer_ [0] (~amayer@mail.weberadvertising.com) 15.52.36 Join AlexP [0] (~alex@rockbox/staff/AlexP) 15.57.49 # amayer_: you missed some details in the themesite changes. All fixed now though :) 16.00.24 Quit lorenzo92 (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201190337]) 16.03.27 Quit webguest965 (Quit: CGI:IRC) 16.04.18 Join froggyman [0] (~me@msoe-00033403.nebula.msoe.edu) 16.04.18 Quit froggyman (Changing host) 16.04.18 Join froggyman [0] (~me@unaffiliated/froggyman) 16.06.57 *** Saving seen data "./dancer.seen" 16.07.58 # gevaerts: what do you mean? 16.10.41 Quit copper (Quit: ZNC - http://znc.in) 16.11.08 # gevaerts: were there bugs or something in my code? if so could you send me a copy so i can update my repo? 16.11.24 # There were a few bugs, yes. They're in the tree now 16.11.39 # Well, the fixes are :) 16.12.08 # http://git.rockbox.org/?p=themesite.git;a=commit;h=90304f3e05c73f3875d7dea04e53a88f0255c713 and http://git.rockbox.org/?p=themesite.git;a=commit;h=b939c00116805e00648db449d05e5797507ddf10 16.14.03 # gevaerts: thanks for fixing them. they may have been copy paste errors... 16.14.34 # Probably. Large changes combined with no form of unit testing will lead to this sort of thing... 16.14.46 # im glad someone else understands my code tho. that means im not completely crazy(yet) 16.15.56 Quit Synergist (Read error: Connection reset by peer) 16.16.02 # * gevaerts was just confused why he couldn't log in :) 16.16.30 # i dont have a login so i couldnt test 16.16.59 # i guess i could create one on my local server(havent gotten that far yet) 16.17.05 Join Synergist [0] (~synfn@node1.customhost.org.uk) 16.17.05 Quit Synergist (Changing host) 16.17.05 Join Synergist [0] (~synfn@unaffiliated/synergist) 16.17.17 # is there a list of features people would like to implement into the themesite? 16.18.02 # I think the big one is forum integration, really 16.18.22 # I also think we may have some database issues when under load 16.18.28 # * gevaerts isn't sure 16.19.54 Join copper [0] (~copper@unaffiliated/copper) 16.25.19 Join synergst` [0] (~synfn@node1.customhost.org.uk) 16.25.27 Quit Synergist (Read error: Connection reset by peer) 16.27.59 # gevaerts: do we have a seperate thread i can test under? 16.28.01 # if i create and delete a bunch of stuff so it doesnt confuse people reading the "new posts" 16.28.03 # im not sure if there is a way to make it so only specific users(ie. me) can see it 16.29.02 Join RAThomas [0] (~chatzilla@r74-195-239-222.stl1cmta01.stwrok.ok.dh.suddenlink.net) 16.29.35 Part RAThomas 16.31.01 Quit mc2739 (Quit: leaving) 16.32.32 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739) 16.40.35 # amayer_: you're also amayer on the forums? 16.52.46 # yes 16.52.53 # or AlexMayer... i cant remeber 16.53.15 # yeah amayer 16.54.00 Quit Zagor (Quit: Clint excited) 16.56.26 # amayer_: ok. If I did things right there should be a new "themesite integration" subforum (that only you and admins can see for now) 16.56.50 # sweet! i see it 16.57.05 Quit froggyman (Ping timeout: 264 seconds) 16.57.06 # I hope you can also post there :) 16.57.41 # looks like it. how do i delete posts 16.57.44 # Let me know if you need anything else, such as access for other forum users 16.58.10 # Do you have a "remove topic" button? 16.59.06 # all the way at the top of the forums or when im viewing the topic? 16.59.08 # (hint: i dont see a remove button anywhere) 16.59.15 # i have a lock topic button 16.59.20 # When you're viewing the topic 16.59.41 # Right. It should be in the same row as the lock button 16.59.43 # * gevaerts looks 17.00.02 # i dont see one. lock button is very lonely 17.01.38 # Can you look again? 17.01.41 # Hm, no, wait 17.01.49 # still nothing 17.02.05 # Now? 17.02.28 # i see it and it works. thanks 17.02.34 # * gevaerts should register another user for this sort of thing. This "admins see everything" makes things hard to test :) 17.03.33 # gevaerts: i do have a question tho. when someone submits a theme(or updates one) do you make them sign into the forums or do we just post as user "Theme Bot" 17.04.22 # I'd havd a theme bot user for now. Integrating login is going to be tricky I think 17.05.11 # Full login integration would be nice (although maybe some people disagree...), but I suspect it means a lot more work on the theme site side 17.05.16 # im wondering if we could integrate the openID login into every page on the site 17.05.54 # then you login once and it works on Gerrit, forums, wiki, themesite 17.06.04 # no. 17.06.39 # sso is a separate tbing from openid for a statt. 17.07.05 # also, many of our forum users probably would find that difficult 17.07.25 # Torne: sso? and statt? 17.07.31 # start. 17.08.00 # single sign om 17.08.02 # *on 17.08.15 # oh ok. 17.08.56 # so single sign on site wide wont work... 17.09.28 # we could try and do sso, but that is not related to openid 17.09.52 # it would be rather difficult 17.10.01 # i just said open id because thats what gerrit uses. and i figured that would be convinient if you already have one 17.10.08 # those services are not on the same machhine, no? 17.10.14 # and they dont share a db. 17.10.38 # as long as we have a database that all servers could connect to i think i could hack something up 17.11.17 # i am not sure you could :) 17.11.40 # *raises one eyebrow* is that a challange? 17.11.54 # gerrit specifically is probably rathet tricky. 17.12.26 # yeah gerrit would be the tricky one. 17.12.28 # the wiki should be easy. and forums not much harder then that 17.12.51 # modifying all the code we are running is not a particularly nice way either 17.13.02 # will cause us ongoing maintenance burdens for upgrades. 17.14.09 # it would be a big project but if we got it working it would be very convinient 17.14.22 # i don't think tge benefit is at all worth it tbh 17.14.28 # maybe not 17.14.44 # the main problem would be usernames not matching up. and registering new users 17.14.48 # having the theme site sharr data eith the forum is much simpler 17.14.54 # as the themesite is all our code 17.15.11 # and can just do whatever it needs to do to work with the forum unmodified 17.21.06 Part LinusN 17.21.39 Join froggyman [0] (~me@dhcp-155-92-103-232.nebula.msoe.edu) 17.21.39 Quit froggyman (Changing host) 17.21.39 Join froggyman [0] (~me@unaffiliated/froggyman) 17.22.21 Quit mystica555 (Read error: Connection reset by peer) 17.23.30 # if we integrated a log in we could do a better voting system for themes too. 17.23.32 # and maybe post the theme topic in the forums as the user who is signed in. 17.23.53 # and make the update theme process easier 17.26.54 # if i was willing to work on that would people be ok with it? 17.27.24 # which machine do these things run on? 17.27.39 # Theme site and forums run on scorche's server 17.27.58 # so i guess they could access each other's dbs 17.28.05 # SSO is still difficult 17.28.15 # you can share the user database fairly easily 17.28.19 # There is one possible issue: we ask for a real name on the theme site, we don't on the forums 17.28.21 # but, actually only having to sign on once is fiddly 17.28.32 # because of cookie paths and argh horrible web security nonsense 17.29.40 Join Ward [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr) 17.30.04 Nick Ward is now known as Guest554 (~Mirandaha@176-120-190-109.dsl.ovh.fr) 17.30.27 # if we are worried about security im probably not the right guy for this job. i can hack something together that works but i dont know how to test for security(self taught web dev) 17.30.43 # no, i don't mean you need to be worried about security 17.30.58 # i mean, that the security mechanisms implemented in browsers make it nontrivial to have a single sign on between different websites 17.31.10 # you can share hte user db such that the same login details work on both things, that's easy 17.31.20 # but actually making it so that you can just log in once and both sites recognise you is harder 17.32.39 # http://wiki.simplemachines.org/smf/How_to_use_the_SMF_user_system_outside_of_SMF is probably useful 17.33.28 # gevaerts: are you suggesting we cheat? 17.33.30 # thats not proper hacker form 17.33.44 # *looks over shoulder* opens link 17.33.57 # I'm suggesting that if we do this, we should use a mechanism that will still work three years from now :) 17.34.37 # i know. this looks pretty simple. assuming scorche isnt running 2 seperate virtual servers 17.34.45 # No, it's the same machine 17.34.57 # the forum will need to be reconfigured to use a different cookie path 17.34.59 # it hink 17.35.35 # yeah, currently it sets the cookei for forums.rockbox.org which means the themesite won't be able to see the login 17.35.37 # possibly but that should be easy. 17.36.06 # if it gets cahgned to *.rockbox.org you need to look out for anything else on that domain that uses php which may have clashing ideas about PHPSESSID 17.36.09 # :) 17.36.14 # if we just modify it to register to 'rockbox.org' then it will be seen by all under that domain right? 17.36.24 # yes, which may break other things under that domain :) 17.36.44 # oh... ok 17.36.46 # because PHP has this horrible generically named cookie that can easily clash between apps 17.37.13 # if the SMF integration stuff works with only its own cookie and the changed path only applies to that one, then that's fine 17.38.20 # can you do a list with cookies? 'themes.rockbox.org,forums.rockbox.org' 17.38.34 # no 17.38.58 # that would be a hideous security risk 17.39.16 # (you could set cookies for other sites with it) 17.39.25 Join mystica555 [0] (~Mike@71-218-63-82.hlrn.qwest.net) 17.39.48 # anyway, it looks like smf actually has api support for this so it's just a matter of.. details 17.39.49 # maybe just generate 2 cookies at login? not pretty but i think it would work 17.45.48 Join melmothX [0] (~melmoth@unaffiliated/melmothx) 17.47.30 Quit froggyman (Ping timeout: 245 seconds) 17.53.16 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 18.02.12 Quit Guest554 (Read error: Connection reset by peer) 18.07.00 *** Saving seen data "./dancer.seen" 18.20.06 Join n1s [0] (~n1s@nl118-168-30.student.uu.se) 18.20.06 Quit n1s (Changing host) 18.20.06 Join n1s [0] (~n1s@rockbox/developer/n1s) 18.21.27 Quit hype_ (Quit: ["Textual IRC Client: www.textualapp.com"]) 18.25.45 Quit uberushaximus (Quit: Reconnecting) 18.25.51 Join uberushaximus [0] (~uberushax@hacked.thegov.us) 18.35.04 Join bertrik [0] (~quassel@rockbox/developer/bertrik) 19.27.48 Join stoffel [0] (~quassel@pD9E43CE1.dip.t-dialin.net) 20.07.03 *** Saving seen data "./dancer.seen" 20.13.41 Quit DonAman (Ping timeout: 276 seconds) 20.14.42 Join DonAman [0] (~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net) 20.14.42 Quit DonAman (Changing host) 20.14.42 Join DonAman [0] (~DocHollid@unaffiliated/phifedoc) 20.17.31 # Freeze tomorrow chaps 21.24.59 Quit stoffel (Ping timeout: 245 seconds) 21.31.33 Nick Staphylo` is now known as Staphylo (~Staphylo@mareo.fr) 21.36.37 Join thegeek_ [0] (thegeek@110.36.34.95.customer.cdi.no) 21.38.47 Quit thegeek (Ping timeout: 252 seconds) 22.02.20 Quit pamaury (Ping timeout: 256 seconds) 22.07.07 *** Saving seen data "./dancer.seen" 22.10.07 Join froggyman [0] (~me@dhcp-155-92-103-232.nebula.msoe.edu) 22.10.08 Quit froggyman (Changing host) 22.10.08 Join froggyman [0] (~me@unaffiliated/froggyman) 22.10.41 Quit thegeek_ (Read error: Connection reset by peer) 22.10.59 Join thegeek [0] (thegeek@110.36.34.95.customer.cdi.no) 22.16.43 Quit thegeek (Read error: Connection reset by peer) 22.17.02 Join thegeek [0] (thegeek@110.36.34.95.customer.cdi.no) 22.17.15 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 22.21.23 Quit Gallomimia (Excess Flood) 22.21.48 Join Gallomimia [0] (~gallo@key.cha0sgaming.net) 22.28.56 Quit melmothX (Quit: #) 22.50.09 Quit Rower (Quit: Hmmm...) 22.55.36 Join kaputnik [0] (~kaputnik@p5DD9E921.dip.t-dialin.net) 23.00.03 Quit shamus (Read error: Connection reset by peer) 23.00.25 Join shamus [0] (~shmaus@ip-206-192-195-49.marylandheights.ip.cablemo.net) 23.06.45 Join ^7heo [0] (~7heo@7heo.tk) 23.06.51 # <^7heo> howdy :) 23.06.58 Part amayer_ 23.07.15 # <^7heo> I have a brand new Philips GoGEAR ViBE SA4VBE04KN 23.07.21 # <^7heo> Does it run rockbox? 23.07.33 # <^7heo> It seems not, but I would like to check, just to be sure 23.12.30 # ^7heo: no it doesn't 23.21.13 Quit kaputnik (Ping timeout: 244 seconds) 23.34.30 Join stoffel [0] (~quassel@pD9E43CE1.dip.t-dialin.net) 23.41.35 Quit kevku (Ping timeout: 264 seconds) 23.42.14 Quit shai (Quit: Leaving) 23.47.50 Join crose [0] (~John@116-66-190-109.dsl.ovh.fr) 23.51.45 Quit crose (Client Quit) 23.54.42 Quit thegeek (Read error: Connection reset by peer)