Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2025-03-02

00:11:31***No seen item changed, no save performed.
00:18:30 Join zem [0] (~zem@97-115-105-15.ptld.qwest.net)
00:18:54 Quit hactar|ant (Ping timeout: 244 seconds)
00:39:50 Quit massiveH (Quit: Leaving)
01:00
01:39:20 Quit thanosengine (Quit: WeeChat 4.5.1)
01:39:43 Join thanosengine [0] (~thanos@user/thanosengine)
02:00
02:11:33***Saving seen data "./dancer.seen"
02:47:09 Quit othello7 (Ping timeout: 252 seconds)
03:00
03:46:12 Join lebellium [0] (~lebellium@2a01cb0405d03a004070cdf0d3f7e170.ipv6.abo.wanadoo.fr)
04:00
04:04:17 Quit jacobk (Ping timeout: 248 seconds)
04:05:03 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
04:11:37***Saving seen data "./dancer.seen"
05:00
05:11:53 Quit PheralSparky (Read error: Connection reset by peer)
06:00
06:11:41***Saving seen data "./dancer.seen"
08:00
08:11:45***No seen item changed, no save performed.
08:19:17 Join lebellium_ [0] (~lebellium@2a01cb0405d03a004070cdf0d3f7e170.ipv6.abo.wanadoo.fr)
08:23:00 Quit lebellium (Ping timeout: 260 seconds)
09:00
09:30:03_bilgusspeachy re FS #13567 upon inspection, we have a way to release the fonts already with font unload, only issue is we the theme is loaded it makes multiple loads of the same font upping the reference count, then when you call skin_data_free_buflib_allocs() it can't unload the fonts because the refcont is 2
09:30:05rb-bluebothttps://www.rockbox.org/tracker/task/13567 Using more than 5 fonts in a WPS file causes fonts in the next theme loaded to fail to load (bugs, unconfirmed)
09:54:30_bilgusah I think the sbs having the same font is the issue
09:56:23_bilguswe don't have a way to know that, so perhaps I can set a flag in the upper bit to indicate that the refcount was incremented by the skin engine
10:00
10:01:54_bilguswell that won't help because you don't know if they are just reloading the WPS or doing the whole theme
10:11:34 Quit thanosengine (Quit: WeeChat 4.5.1)
10:11:46***Saving seen data "./dancer.seen"
10:16:22 Join thanosengine [0] (~thanos@user/thanosengine)
10:21:30_bilgusunloading twice appears to work but it gets screwy due to the changed references
10:22:14_bilgusmaybe just make the device rolo if the theme fails to load due to lack of font slots?
11:00
11:32:56 Join JanC_ [0] (~janc@user/janc)
11:32:57 Quit JanC (Killed (mercury.libera.chat (Nickname regained by services)))
11:32:57 Nick JanC_ is now known as JanC (~janc@user/janc)
11:55:16 Join JanC_ [0] (~janc@user/janc)
11:55:16 Nick JanC is now known as Guest6952 (~janc@user/janc)
11:55:16 Quit Guest6952 (Killed (lithium.libera.chat (Nickname regained by services)))
11:55:16 Nick JanC_ is now known as JanC (~janc@user/janc)
11:59:11 Join chris_s [0] (~chris_s@2a09:bac3:28d5:18fa::27d:8b)
12:00
12:03:38chris_s_bilgus: https://git.rockbox.org/cgit/rockbox.git/commit/?id=43068ef270 has caused playback to stop when you change the 'Battery Display' (theme) setting from the Shortcuts menu. Do we need the added settings_apply_skins() call for SHORTCUT_SETTING (and  F_THEMESETTING) in that instance?
12:11:34_bilgusmaybe but if playback stops that usually means something needed the buffer doesn't it?
12:11:50***Saving seen data "./dancer.seen"
12:13:10chris_splayback is stopped deliberately in settings_apply_skins (sking_engine.c), I think I actually added that at some point
12:13:52chris_s I don't see the point in calling settings_apply_skins though
12:13:57chris_scould be missing something
12:14:28_bilgusah you are asking about the inverse
12:14:33_bilgusok let me look
12:18:03_bilgusyeah it should work gui_statusbar_icon_battery checks global_settings.battery_display
12:20:11_bilgusit might be better to add another flag
12:20:25_bilgusI think we have one or two free
12:21:05_bilgusflag for needs skin apply or the inverse
12:21:30_bilgusbecause if we remove the theme flag then settings export will skip it
12:21:45 Join JanC_ [0] (~janc@user/janc)
12:21:45 Nick JanC is now known as Guest5447 (~janc@user/janc)
12:21:45 Quit Guest5447 (Killed (tantalum.libera.chat (Nickname regained by services)))
12:21:45 Nick JanC_ is now known as JanC (~janc@user/janc)
12:23:21_bilgusI can look at it next I'm working on figuring out what to do now that I can identify when the theme fails to load now I just need to figure out how to handle it
12:24:17chris_syeah, i was going to ask if there was a way to identify such settings... before this commit, this was apparently broken in the opposite way, where settings such as status bar position weren't immediately applied
12:24:50chris_s(when accessed from the Shortcuts menu)
12:25:03_bilgusyeah there isn't but adding it shouldnt be too bad I think nvram left a few more flags free
12:25:37_bilgusmight be something there already that can be coopted too
12:38:03 Quit thanosengine (Quit: WeeChat 4.5.1)
12:38:33 Join thanosengine [0] (~thanos@user/thanosengine)
12:43:44 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
13:00
13:28:11_bilguswell rebooting works
13:28:19_bilgusthough in the sim not so much
13:29:01_bilgusI can't figure out how to unload the fonts and reload them with out corrupting all kinds of stuff in the process
13:56:49disreli am trying to build hosted port for the aigo eros q and while installing the toolchain using rockboxdev.sh, I get this error "texi2any (XS parser): bug: parent hv not already set".
13:57:55disreli am using ubuntu 24.04 though, is there an ideal host environment that is recommended for linux?
14:00
14:11:52***Saving seen data "./dancer.seen"
14:40:48 Join Everything [0] (~Everythin@195.138.86.118)
14:49:21_bilgusanyone with an ipod want to check g#6405 ad the associated FS theme files>
14:49:23_bilgus?
14:49:25rb-bluebotGerrit review #6405 at https://gerrit.rockbox.org/r/c/rockbox/+/6405 : [Bugfix] #FS13567 5+ fonts WPS file causes next theme loaded to fail by William Wilgus
14:49:40_bilgusworks on the sim but don't have an ipod
14:49:51_bilgus6g is the referenced
14:50:06_bilgus#FS13567
14:50:28_bilgus#fs13567
14:50:44_bilgushuh thought bluebot did flyspray stuff too
14:50:55_bilgus#f12345
14:52:05chris_sFS #13567 ;)
14:52:06rb-bluebothttps://www.rockbox.org/tracker/task/13567 Using more than 5 fonts in a WPS file causes fonts in the next theme loaded to fail to load (bugs, unconfirmed)
14:53:27_bilgusduh
14:53:30_bilguslol
14:57:21_bilgusso freeing after the failure causes issues because the failsafe theme gets loaded then you go wiping out those and loading the selected theme's fonts in their place and it all goes to hell
14:58:33_bilgusbut doing the release ahead of time allows everything to get freed before the next load and it appears to be happy
14:59:14_bilgusbasically chicken and egg issue
15:00
15:08:07chris_snice, works well on an iPod video, as far as I can tell :)
15:08:15_bilgusthat was an awful lot of debugging for what it turned out to be
15:08:25chris_sI bet
15:09:33chris_sthanks for https://git.rockbox.org/cgit/rockbox.git/commit/?id=cebbbb9ea4 btw :D that was annyoing
15:10:00_bilgusthanks for testing it works fine on the clipzip too i'll just push it as I can't see it causing issue
15:10:48_bilgusyeah that one has been bothering me for awhile
15:11:35_bilgusI almost did it for the height too but that starts looking weird
15:12:44Galoisdisrel: I spun up an ubuntu 24.04 virtual machine and encountered the exact same crash
15:12:57_bilguslike takes up the whole screen to say 'shutting down'
15:14:16_bilgusI'm on Ubuntu 24.04 and I didn't have that issue
15:14:49chris_sinteresting, just got a buflib error in the database (block length wacky), haven't seen that in some time - probably nothing to do with the patch though
15:15:34_bilgusit's possible though
15:15:41_bilgusI'll hold off a bit longer
15:16:37_bilgusdisrel, it might be you don't have one of the dependencies or don't have the right version
15:17:51Galoisis it a new installation or an old version that you upgraded? The bug seems to have been introduce April 2024. If you compiled your toolchain before that then you wouldn't encounter the bug.
15:18:22_bilgusI did it around the first of this year
15:20:02_bilgusand it was an upgrade not clean install
15:20:26_bilgusbut I did recompile the whole of the toolchain
15:21:34Galoispretty sure it's this bug: https://lists.gnu.org/archive/html/bug-texinfo/2024-05/msg00000.html (rockbox compiles glibc as part of the toolchain)
15:25:51 Quit jacobk (Ping timeout: 276 seconds)
15:26:00 Join jacobk_ [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
15:26:29GaloisI applied the patch from that list message and the rockbox toolchain build got past where it was crashing before (still hasn't finished)
15:26:34chris_s_bilgus: I can reproduce the same error without your patch, was testing g#6031 g#6032 in parallel, so possibly something caused or triggered by that, have to check
15:26:40rb-bluebotGerrit review #6031 at https://gerrit.rockbox.org/r/c/rockbox/+/6031 : [Tagtree] Add a new button to list automatically all tracks in all albums of the current view by Paul Sauro
15:26:40rb-bluebotGerrit review #6032 at https://gerrit.rockbox.org/r/c/rockbox/+/6032 : [Tagtree] Add a button to list automatically all tracks in all albums of the current view (but with randomness) by Paul Sauro
15:27:00Galoisthere's nothing to fix in rockbox, you have to patch texinfo and rebuild texinfo with the patch
15:35:57Galoisok it crashed but with a different error in another package, apparently the rockbox build script needs gtk-doc-tools but doesn't detect for this package
15:46:20 Quit Everything (Ping timeout: 260 seconds)
15:47:58 Join Everything [0] (~Everythin@46-133-17-196.mobile.vf-ua.net)
15:49:19_bilgusI'm sorta thinking I had to do a dev version of something too but I don't see the signs of it on my pc so I'm probably thinking of something else
15:56:16 Quit thanosengine (Quit: WeeChat 4.5.1)
15:56:41 Join thanosengine [0] (~thanos@user/thanosengine)
15:58:55 Part cnx
16:00
16:02:36 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
16:07:18Galoisit finished building the toolchain. I had to install the following ubuntu packages that weren't caught by the script: gtk-doc-tools libffi-dev libglib2.0-dev gettext
16:07:26Galois(and a patched texinfo)
16:08:19 Quit thanosengine (Remote host closed the connection)
16:11:54***Saving seen data "./dancer.seen"
16:12:43_bilguschris_s, g#6406 is my first try at this, it looks for tempvar or file path flags but maybe just adding a flag NEEDS_SKIN_APPLY would be better
16:12:46rb-bluebotGerrit review #6406 at https://gerrit.rockbox.org/r/c/rockbox/+/6406 : shortcuts.c don't call settings_apply_skins() unless needed by William Wilgus
16:13:40_bilgusprobably need to go through and try them all to actually identify if this works and or to figure out what doesn't need applied
16:13:42 Join thanosengine [0] (~thanos@user/thanosengine)
16:28:15 Join retr0id [0] (~Retr0id@user/retr0id)
16:36:14dook_bilgus g#6405 works perfect in the sim, will let you know if I run into any issues on real hardware. Thanks for fixing this!
16:36:17rb-bluebotGerrit review #6405 at https://gerrit.rockbox.org/r/c/rockbox/+/6405 : [Bugfix] #FS13567 5+ fonts WPS file causes next theme loaded to fail by William Wilgus
17:00
17:05:44_bilgusdook, thanks for the bug report, nice to have a cut and clear test vase
17:05:49_bilguscase
17:16:21 Quit Everything (Quit: leaving)
17:42:17 Quit lebellium_ (Quit: Leaving)
18:00
18:11:56***Saving seen data "./dancer.seen"
18:23:41 Quit paulk (Ping timeout: 252 seconds)
18:23:59 Join paulk [0] (~paulk@about/aquilenet/user/paulk)
19:00
19:02:57 Quit retr0id (*.net *.split)
19:02:57 Quit COMPL_EXE (*.net *.split)
19:02:57 Quit Natch (*.net *.split)
19:02:57 Quit Nezumi-sama (*.net *.split)
19:02:57 Quit SammysHP (*.net *.split)
19:02:57 Quit rb-bluebot (*.net *.split)
19:02:57 Quit danwellby (*.net *.split)
19:02:57 Quit bleb (*.net *.split)
19:02:57 Quit bbbccc (*.net *.split)
19:02:57 Quit user890104 (*.net *.split)
19:02:57 Quit IPG (*.net *.split)
19:02:57 Quit LjL (*.net *.split)
19:02:57 Quit sonne (*.net *.split)
19:02:57 Quit Ckat (*.net *.split)
19:02:57 Quit akaWolf (*.net *.split)
19:02:57 Quit rasher (*.net *.split)
19:02:57 Quit dbohdan (*.net *.split)
19:02:58 Quit zou (*.net *.split)
19:02:58 Quit troglodito (*.net *.split)
19:02:58 Quit JanC (*.net *.split)
19:02:58 Quit baltazar (*.net *.split)
19:02:58 Quit _bilgus (*.net *.split)
19:02:58 Quit Galois (*.net *.split)
19:02:58 Quit gnafu (*.net *.split)
19:02:58 Quit desowin (*.net *.split)
19:02:58 Quit othello7 (*.net *.split)
19:02:58 Quit zem (*.net *.split)
19:02:58 Quit jj5 (*.net *.split)
19:02:58 Quit Maxdamantus (*.net *.split)
19:02:58 Quit _alice (*.net *.split)
19:02:58 Quit benjaoming (*.net *.split)
19:02:58 Quit emash (*.net *.split)
19:02:58 Quit Pokey (*.net *.split)
19:02:58 Quit mrkrisprolls (*.net *.split)
19:02:59 Quit jssfr (*.net *.split)
19:02:59 Quit jackie (*.net *.split)
19:02:59 Quit chris_s (*.net *.split)
19:02:59 Quit disrel (*.net *.split)
19:02:59 Quit jn (*.net *.split)
19:02:59 Quit gevaerts (*.net *.split)
19:02:59 Quit pixelma (*.net *.split)
19:02:59 Quit lane (*.net *.split)
19:02:59 Quit TorC (*.net *.split)
19:02:59 Quit spork (*.net *.split)
19:02:59 Quit launchd (*.net *.split)
19:02:59 Quit funman (*.net *.split)
19:02:59 Quit toruvinn (*.net *.split)
19:02:59 Quit amiconn (*.net *.split)
19:02:59 Quit michaelni (*.net *.split)
19:02:59 Quit dys (*.net *.split)
19:02:59 Quit __builtin (*.net *.split)
19:03:00 Quit Ripcord (*.net *.split)
19:03:00 Quit kugel_ (*.net *.split)
19:03:00 Quit aaabbb (*.net *.split)
19:03:00 Quit martylake (*.net *.split)
19:03:00 Quit Tonux (*.net *.split)
19:03:00 Quit Xeha (*.net *.split)
19:03:00 Quit vup (*.net *.split)
19:03:00 Quit rudi_s (*.net *.split)
19:03:00 Quit jjs0077018310196 (*.net *.split)
19:03:00 Quit Malinux (*.net *.split)
19:03:00 Quit acidsys (*.net *.split)
19:03:00 Quit olspookishmagus (*.net *.split)
19:03:00 Quit dook (*.net *.split)
19:03:00 Quit f_ (*.net *.split)
19:03:00 Quit bluebrother (*.net *.split)
19:03:00 Quit facepunch01 (*.net *.split)
19:03:00 Quit prg (*.net *.split)
19:03:00 Quit bimberek (*.net *.split)
19:03:00 Quit kirvesAxe (*.net *.split)
19:03:00 Quit Burak_ (*.net *.split)
19:03:00 Quit berber_l517 (*.net *.split)
19:03:00 Quit npmania (*.net *.split)
19:03:01 Quit drew (*.net *.split)
19:03:01 Quit ParkerR (*.net *.split)
19:03:01 Quit Bobathan_ (*.net *.split)
19:03:01 Quit rogeliodh (*.net *.split)
19:03:01 Quit advcomp2019__ (*.net *.split)
19:03:01 Quit winsim-buildbot (*.net *.split)
19:03:01 Quit Arsen (*.net *.split)
19:03:01 Quit cb (*.net *.split)
19:03:01 Quit paulk (*.net *.split)
19:03:01 Quit b0 (*.net *.split)
19:03:01 Quit q3k (*.net *.split)
19:03:01 Quit melmothX (*.net *.split)
19:03:01 Quit buZz (*.net *.split)
19:03:01 Quit hook54321 (*.net *.split)
19:05:33 Quit ursa-major (Ping timeout: 240 seconds)
19:06:58 Join lane [0] (809450f172@2a03:6000:1812:100::1300)
19:07:22 Join toruvinn [0] (~toruvinn@KD119106027116.ppp-bb.dion.ne.jp)
19:07:22 Join amiconn [0] (jens@p4fd7fa89.dip0.t-ipconnect.de)
19:07:22 Join michaelni [0] (~michael@41.66.67.113)
19:07:22 Join dys [0] (~dys@user/dys)
19:07:22 Join __builtin [0] (~quassel@rockbox/developer/builtin)
19:07:22 Join Ripcord [0] (xyz@66.254.101.193)
19:08:00 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
19:08:01 Join JanC [0] (~janc@user/janc)
19:08:01 Join chris_s [0] (~chris_s@2a09:bac3:28d5:18fa::27d:8b)
19:08:01 Join zem [0] (~zem@97-115-105-15.ptld.qwest.net)
19:08:01 Join user890104 [0] (~Venci@freemyipod/user890104)
19:08:01 Join baltazar [0] (~baltazar@user/baltazar)
19:08:01 Join emash [0] (~emash@user/emash)
19:08:01 Join IPG [0] (~InvoxiPla@2a06:5902:19c0:9900:2039:5fd0:518d:30f5)
19:08:01 Join LjL [0] (~ljl@user/ljl)
19:08:01 Join _bilgus [0] (~bilgus@syn-162-154-213-134.res.spectrum.com)
19:08:01 Join sonne [0] (~vmlinuz@user/sonne)
19:08:01 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
19:08:01 Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g)
19:08:01 Join Pokey [0] (~pokey@spikeyCactus/hoosky)
19:08:01 Join gnafu [0] (gideon@user/gnafu)
19:08:01 Join jj5 [0] (~jj5@100.80.216.139.dynamic.dsl.dv.iprimus.net.au)
19:08:01 Join akaWolf [0] (~akaWolf@akawolf.org)
19:08:01 Join Maxdamantus [0] (~Maxdamant@user/maxdamantus)
19:08:01 Join rasher [0] (~rasher@user/rasher)
19:08:01 Join dbohdan [0] (~dbohdan@user/dbohdan)
19:08:01 Join desowin [0] (~desowin@rockbox/developer/desowin)
19:08:01 Join zou [0] (~zou@user/zou)
19:08:01 Join troglodito [0] (~cave@81.4.123.134)
19:08:01 Join jackie [0] (~jackie@banana-new.kilobyte22.de)
19:08:01 Join _alice [0] (sid544964@id-544964.ilkley.irccloud.com)
19:08:01 Join benjaoming [0] (~benjaomin@37.139.19.237)
19:08:01 Join jssfr [0] (~jssfr@2a01:4f9:2b:2c50:42:0:100:4)
19:08:01 Join mrkrisprolls [0] (~mrkrispro@2605:6400:20:5cc:e8af:da1c:ee53:f678)
19:08:03 Join ursa-major [0] (114efe6c39@2a03:6000:1812:100::11f3)
19:08:03 Quit ursa-major (Max SendQ exceeded)
19:08:22 Join retr0id [0] (~Retr0id@user/retr0id)
19:08:22 Join COMPL_EXE [0] (~compl.exe@aosc/dev/origincode)
19:08:22 Join Natch [0] (~natch@c-92-34-7-158.bbcust.telenor.se)
19:08:22 Join Nezumi-sama [0] (~narf@syn-067-053-148-069.biz.spectrum.com)
19:08:22 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
19:08:22 Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility)
19:08:22 Join danwellby [0] (~danwellby@cynthiajndevey.plus.com)
19:08:22 Join bleb [0] (~cm@user/bleb)
19:08:22 Join bbbccc [0] (~aaabbb@5.254.86.4)
19:09:00 Join kugel_ [0] (~kugel@77.20.106.58)
19:09:00 Join aaabbb [0] (~aaabbb@bitcoinshell.mooo.com)
19:09:00 Join martylake [0] (~martylake@82.66.174.242)
19:09:00 Join Tonux [0] (~Tonux@193.32.127.200)
19:09:00 Join Xeha [0] (~Xeha@user/Xeha)
19:09:00 Join vup [0] (~~~~@46.101.193.235)
19:09:00 Join rudi_s [0] (~simon@user/rudi-s/x-7673890)
19:09:06 Join disrel [0] (disrel@user/disrel)
19:09:06 Join jn [0] (~quassel@user/jn/x-3390946)
19:09:06 Join gevaerts [0] (~fg@user/gevaerts)
19:09:06 Join pixelma [0] (marianne@p4fd7fa89.dip0.t-ipconnect.de)
19:09:06 Join TorC [0] (~Tor@fsf/member/TorC)
19:09:06 Join spork [0] (topic@188-142-52-99.fixed.kpn.net)
19:09:06 Join launchd [0] (~launchd@bitbot/husky/launchd)
19:09:06 Join funman [0] (~fun@videolan/developer/funman)
19:09:09 Join Burak_ [0] (~Burak@185.25.123.34)
19:09:09 Join berber_l517 [0] (~berber@2a03:4000:7:4e0::)
19:09:09 Join npmania [0] (~npmania@210.123.73.190)
19:09:09 Join drew [0] (~drew@user/drew)
19:09:09 Join ParkerR [0] (znc@znc.withg.org)
19:09:12 Quit launchd (Max SendQ exceeded)
19:09:30 Join paulk [0] (~paulk@about/aquilenet/user/paulk)
19:09:30 Join b0 [0] (~b0@user/b0)
19:09:30 Join q3k [0] (q3k@hswaw/infra/q3k)
19:09:30 Join melmothX [0] (~marco@amusewiki/marco)
19:09:30 Join buZz [0] (~buzz@23.163.0.47)
19:09:30 Join hook54321 [0] (sid149355@user/hook54321)
19:11:58 Join Bobathan_ [0] (~admin@syn-065-029-248-157.res.spectrum.com)
19:11:59 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev)
19:11:59 Join advcomp2019__ [0] (~advcomp20@user/advcomp2019)
19:11:59 Join winsim-buildbot [0] (~lamest@85-218-172-116.norlyscustomer.net)
19:11:59 Join Arsen [0] (arsen@gentoo/developer/managarm.dev.Arsen)
19:11:59 Join cb [0] (~calvin@138.197.175.25)
19:12:36 Quit LjL (Read error: Connection reset by peer)
19:17:02 Join jjs0077018310196 [0] (~jjs007@host86-191-58-228.range86-191.btcentralplus.com)
19:17:02 Join Malinux [0] (~malin@2a01:799:f22:bb00::12c:c4a7)
19:17:02 Join acidsys [0] (~crameleon@openSUSE/member/crameleon)
19:17:02 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
19:17:02 Join dook [0] (c9db4a6425@2a03:6000:1812:100::1222)
19:17:02 Join f_ [0] (s-fun@user/f-:38077)
19:17:02 Join bluebrother [0] (~dom@user/bluebrother)
19:17:02 Join facepunch01 [0] (~facepunch@45.131.79.73)
19:17:02 Join prg [0] (~prg@xannode.com)
19:17:02 Join bimberek [0] (~bimber@user/bimber)
19:17:02 Join kirvesAxe [0] (kirvesaxe@user/kirvesaxe)
19:17:57 Join LjL [0] (~ljl@user/ljl)
19:20:06 Quit zem (Quit: and it's always been the same / it's just a complicated game)
19:20:37 Join hactar|ant [0] (~zem@97-115-105-15.ptld.qwest.net)
19:24:36 Join ursa-major [0] (114efe6c39@2a03:6000:1812:100::11f3)
19:26:57 Join launchd [0] (launchd@bitbot/husky/launchd)
19:48:04 Join massiveH [0] (~massiveH@2600:4040:a982:5400:3888:b046:93a4:3559)
20:00
20:11:58***Saving seen data "./dancer.seen"
20:21:02disrelGalois: thanks for the help, the toolchain installed properly this time
20:54:36 Quit chris_s (Quit: Client closed)
22:00
22:11:59***Saving seen data "./dancer.seen"
23:00
23:09:25 Quit massiveH (Quit: Leaving)

Previous day | Next day