00:28
bluepqnuin has quit []
00:29
MatrixTravelerbot[m]1 has quit []
00:29
anomalous_creator[m] has quit []
00:29
psydroid[m] has quit []
00:40
columbarius has joined #wayland
00:41
co1umbarius has quit [Ping timeout: 480 seconds]
00:49
DemiMarieObenour[m] is now known as DemiMarie
00:59
jmdaemon has joined #wayland
01:09
brian__ has joined #wayland
02:07
Company has quit [Quit: Leaving]
02:31
fmuellner has quit [Ping timeout: 480 seconds]
02:45
nerdopolis has quit [Ping timeout: 480 seconds]
03:20
zebrag has quit [Quit: Konversation terminated!]
04:23
brian__ has quit [Quit: Leaving]
04:34
cvmn has joined #wayland
04:50
doppo has quit [Remote host closed the connection]
04:52
doppo has joined #wayland
04:57
cvmn has quit [Ping timeout: 480 seconds]
05:01
tzimmermann has joined #wayland
05:26
dcz_ has joined #wayland
05:40
jgrulich has joined #wayland
05:58
Leopold_ has joined #wayland
06:34
rasterman has joined #wayland
06:57
MajorBiscuit has joined #wayland
06:58
danvet has joined #wayland
07:15
hardening has joined #wayland
07:50
audgirka has joined #wayland
07:52
<
pq >
emersion, I'm neutral on that idea.
07:52
<
emersion >
why neutral?
07:53
<
emersion >
not useful to you?
07:53
<
emersion >
or something else?
07:53
<
pq >
I dunno if it would be useful for me
07:54
<
pq >
I don't remember ever written that kind of code, validtion has always been intertwined with actual processing, for better or worse.
07:55
<
emersion >
most often than not, validation is not implemented at all
07:55
<
emersion >
and the uint32_t is just cast to the enum type
07:56
<
emersion >
that "enum xdg_positioner_anchor anchor" is actually an uint32_t and could be outside of the enum
07:56
<
pq >
I don't think I've ever written any xdg-shell code, nor reviewed much.
07:58
<
pq >
maybe it's useful then?
07:59
<
emersion >
ok, maybe you just don't implement protocols with enums much
08:00
<
mceier >
client does not need to check enum validity? if so, I would add "server-side" before "validators"
08:03
<
pq >
it's annoying to use protocol-defined enums in APIs, and really inconvenient from extensions for public headers
08:04
<
emersion >
shipping scanned headers ala libwayland would help
08:05
<
pq >
mceier, clients cannot really do anything much with the check result. "Oops, I'm going to send a bad request" or "Oops, the server sent me something bad".
08:06
<
emersion >
in wlroots we use generated enums and require compositors to use wayland-scanner
08:06
fahien has joined #wayland
08:06
<
emersion >
but it's not great
08:07
<
pq >
well, wayland-scanner generated headers do not link without also the .c file, so that would be awkward.
08:07
<
emersion >
hm, right, so would need to ship a .so as well…
08:08
<
mceier >
pq: I think clients can also disconnect or log a message when they receive something bad/unexpected, just like servers.
08:08
<
emersion >
also wouldn't help for compositor-private protocols
08:09
<
pq >
mceier, but the disconnect only hurts the app itself.
08:10
<
pq >
logging would be fine
08:11
<
pq >
OTOH, if code uses an independent enum internally, then you get enum mapping functions like in my example, where the bad value is easy to catch, but the function cannot be generated by wayland-scanner.
08:12
<
emersion >
you'd still be able to use the generated function
08:12
<
emersion >
(1) make sure the internal enum matches the protocol (2) cast
08:12
<
pq >
So yeah, I'm neutral on that MR. I can't tell if adding that stuff in generated headers is worth it in general.
08:13
<
pq >
...if you assume that the internal enum is actually using the same values?
08:13
<
pq >
hmm, how would that work?
08:13
<
emersion >
i'm not sure i understand the question
08:14
<
pq >
the validation function only says "valid" or "not", but it does not tell me if I didn't mix up two valid values.
08:15
<
emersion >
the enum you have in your API is modeled right after the protocol's
08:15
<
emersion >
it's a copy-paste
08:16
<
pq >
that leads to double-definition errors, doesn't it?
08:16
<
emersion >
oh well, i guess we can always have a wlroots scanner
08:16
<
emersion >
enum weston_output_capture_source is the same as the protocol
08:17
<
pq >
emersion, I'm not NAKing it! I'm saying I'm neutral!
08:17
<
emersion >
it even has "Copy of weston_capture_v1.source enum from protocol" as a comment
08:17
<
pq >
emersion, yes, but using different names.
08:17
<
emersion >
so the values are the same, and you don't intend to add new enum entries to the protocol without a version bump
08:18
<
pq >
what if I have a bug that maps WESTON_CAPTURE_V1_SOURCE_WRITEBACK to WESTON_OUTPUT_CAPTURE_SOURCE_BLENDING?
08:18
<
emersion >
so, instead of the function with the switch, you could use the generated _validate() helper, and cast the proto enum to enum weston_output_capture_source
08:18
<
pq >
the validate function cannot detect that
08:19
<
emersion >
a mismatch between your enum weston_output_capture_source values and the protocol's then?
08:19
<
pq >
mm, yes, that didn't occur to me
08:20
<
pq >
I just need to add tests to ensure the values in the two enums really do match
08:20
<
emersion >
that's the catch, yes
08:21
<
pq >
Ok, it's another way. I don't see it as better or worse, just different.
08:22
<
pq >
I'm still neutral. Not naking, not acking.
09:04
Leopold_ has quit [Remote host closed the connection]
09:08
Leopold_ has joined #wayland
10:22
Leopold_ has quit []
10:46
audgirka_ has joined #wayland
10:48
audgirka has quit [Ping timeout: 480 seconds]
11:01
fahien has quit [Ping timeout: 480 seconds]
11:21
brian__ has joined #wayland
11:23
jmdaemon has quit [Ping timeout: 480 seconds]
11:24
immibis is now known as Guest2254
11:24
immibis has joined #wayland
11:25
fmuellner has joined #wayland
11:30
Guest2254 has quit [Ping timeout: 480 seconds]
11:51
nerdopolis has joined #wayland
11:59
Lucretia-backup has quit [Remote host closed the connection]
12:01
Lucretia has joined #wayland
12:06
luna has joined #wayland
12:06
fahien has joined #wayland
12:16
<
pq >
emersion, what if that validation function actually did the cast to the enum C type? And maybe also sent a protocol error automatically? And take the wl_resource instead of version as argument?
12:16
<
emersion >
that sounds like a lot of arguments
12:16
<
pq >
maybe... but it would also replace that much of caller code
12:17
<
emersion >
bool XXX_validate(struct wl_resource *resource, enum XXX *out, uint32_t error);
12:17
<
emersion >
not that bad
12:18
<
emersion >
ah, missing uint32_t value
12:19
<
emersion >
not sure the enum out-param really buys much
12:19
<
pq >
semantic sugar
12:36
<
pq >
I guess I'd just like more of a function that actually does the thing than tells me if I can do the thing. Even if it's just a simple cast.
12:52
brian_ has joined #wayland
12:53
Leopold_ has joined #wayland
13:00
hardening has joined #wayland
13:03
columbarius has quit [Read error: No route to host]
13:05
zebrag has joined #wayland
13:20
doras has quit [Write error: connection closed]
13:20
pac85[m] has quit [Write error: connection closed]
13:20
i509VCB has quit [Write error: connection closed]
13:20
Guest2171 has quit [Write error: connection closed]
13:20
unix-supremacist[m] has quit [Write error: connection closed]
13:20
edrex[m] has quit [Write error: connection closed]
13:20
Guest2193 has quit [Write error: connection closed]
13:20
rails[m] has quit [Write error: connection closed]
13:20
GeorgesStavracasfeaneron[m] has quit [Write error: connection closed]
13:20
hasebastian[m] has quit [Write error: connection closed]
13:20
toggleton[m] has quit [Write error: connection closed]
13:20
junglerobba[m] has quit [Write error: connection closed]
13:20
windowsxp[m] has quit [Write error: connection closed]
13:20
varlad[m] has quit [Write error: connection closed]
13:20
q234rty[envs][m] has quit [Write error: connection closed]
13:20
Levans has quit [Write error: connection closed]
13:20
japchae[m] has quit [Write error: connection closed]
13:20
hex[m]1 has quit [Write error: connection closed]
13:20
GrahamPerrin[m] has quit [Write error: connection closed]
13:20
drakulix[m] has quit [Write error: connection closed]
13:20
arichardson[m] has quit [Write error: connection closed]
13:20
halfline[m] has quit [Write error: connection closed]
13:20
ujineli[m] has quit [Remote host closed the connection]
13:20
underpantsgnome[m] has quit [Write error: connection closed]
13:20
FellFromTheSky[m] has quit [Write error: connection closed]
13:20
q234rty[m][m] has quit [Write error: connection closed]
13:20
RAOF has quit [Write error: connection closed]
13:20
ki[m] has quit [Write error: connection closed]
13:20
Joanna[m] has quit [Write error: connection closed]
13:20
scriptingdad[m] has quit [Write error: connection closed]
13:20
Ryhon[m] has quit [Write error: connection closed]
13:20
RomanGilg[m] has quit [Write error: connection closed]
13:20
MaxbackonOct4th[m] has quit [Write error: connection closed]
13:20
Florian[m]1 has quit [Write error: connection closed]
13:20
Kelseyjgilbert[m] has quit [Write error: connection closed]
13:20
diamondburned[m] has quit [Write error: connection closed]
13:20
davidre has quit [Write error: connection closed]
13:20
Guest2201 has quit [Write error: connection closed]
13:20
ammen99[m] has quit [Write error: connection closed]
13:20
botiapa[m] has quit [Write error: connection closed]
13:20
ehfd[m] has quit [Write error: connection closed]
13:20
vchernin[m] has quit [Write error: connection closed]
13:20
pitsch[m] has quit [Write error: connection closed]
13:20
BilalElmoussaoui[m] has quit [Write error: connection closed]
13:20
apol[m] has quit [Write error: connection closed]
13:20
ozwald1[m] has quit [Write error: connection closed]
13:20
MarcusBritanicus[m] has quit [Write error: connection closed]
13:20
zamundaaa[m] has quit [Write error: connection closed]
13:20
Sumera[m] has quit [Write error: connection closed]
13:20
JosExpsito[m] has quit [Write error: connection closed]
13:20
heftig has quit [Write error: connection closed]
13:20
cmeissl[m] has quit [Write error: connection closed]
13:20
hch12907 has quit [Write error: connection closed]
13:20
jasyuiop[m] has quit [Write error: connection closed]
13:20
inkbottle[m] has quit [Write error: connection closed]
13:20
nazarewk[m] has quit [Write error: connection closed]
13:20
Max[m]123 has quit [Write error: connection closed]
13:20
jmariondev[m] has quit [Write error: connection closed]
13:20
FbioPacheco[m] has quit [Write error: connection closed]
13:20
Shimmy[m] has quit [Write error: connection closed]
13:20
ttancos[m] has quit [Write error: connection closed]
13:20
jryans has quit [Write error: connection closed]
13:20
danburd[m] has quit [Write error: connection closed]
13:21
DrNick has quit [Write error: connection closed]
13:21
xerpi[m] has quit [Write error: connection closed]
13:21
unrelentingtech has quit [Write error: connection closed]
13:21
frytaped[m] has quit [Write error: connection closed]
13:21
zaibon[m] has quit [Write error: connection closed]
13:21
[old]freshgumbubbles[m] has quit [Write error: connection closed]
13:21
smasher_tati[m] has quit [Write error: connection closed]
13:21
Poly[m] has quit [Write error: connection closed]
13:21
rubo_[m] has quit [Write error: connection closed]
13:21
j-james[m] has quit [Write error: connection closed]
13:21
d_ed[m] has quit [Write error: connection closed]
13:21
cousinofthor[m] has quit [Write error: connection closed]
13:21
AndrewAylett[m] has quit [Write error: connection closed]
13:21
tzx[m] has quit [Write error: connection closed]
13:21
emilio[m] has quit [Write error: connection closed]
13:21
ongy[m] has quit [Write error: connection closed]
13:21
teh1[m] has quit [Write error: connection closed]
13:21
bdaase[m] has quit [Write error: connection closed]
13:21
yshui` has quit [Write error: connection closed]
13:21
YaLTeR[m] has quit [Write error: connection closed]
13:21
robertmader[m] has quit [Write error: connection closed]
13:21
Mershl[m] has quit [Write error: connection closed]
13:21
gnustomp[m] has quit [Write error: connection closed]
13:21
DemiMarie has quit [Write error: connection closed]
13:21
niecoinny[m] has quit [Write error: connection closed]
13:21
unix has quit [Write error: connection closed]
13:21
deknos82[m] has quit [Write error: connection closed]
13:21
nielsdg has quit [Write error: connection closed]
13:21
tleydxdy has quit [Write error: connection closed]
13:21
cb5r[m] has quit [Write error: connection closed]
13:21
ahmadraniri[m] has quit [Write error: connection closed]
13:21
Nico has quit [Write error: connection closed]
13:28
ahmadraniri[m] has joined #wayland
13:30
Leopold_ has quit [Remote host closed the connection]
13:31
Leopold_ has joined #wayland
13:54
jgrulich has quit [Ping timeout: 480 seconds]
14:05
devilhorns has joined #wayland
14:13
Luigit has joined #wayland
14:14
Luigit has left #wayland [#wayland]
14:15
fahien has quit [Ping timeout: 480 seconds]
14:18
Company has joined #wayland
14:31
fahien has joined #wayland
14:36
tzimmermann has quit [Quit: Leaving]
14:46
luna_ has joined #wayland
14:47
carbonfiber has joined #wayland
14:49
MajorBiscuit has quit [Ping timeout: 480 seconds]
14:49
floof58 is now known as Guest2281
14:49
floof58 has joined #wayland
14:51
Guest2281 has quit [Ping timeout: 480 seconds]
14:53
luna has quit [Ping timeout: 480 seconds]
14:56
columbarius has joined #wayland
15:12
pochu has joined #wayland
15:13
luna_ has quit [Ping timeout: 480 seconds]
15:15
bittin has joined #wayland
15:23
luna has joined #wayland
15:23
bittin has quit [Read error: Connection reset by peer]
15:26
brian__ has quit [Quit: Leaving]
15:31
ybogdano has quit [Read error: Connection reset by peer]
15:34
dookieslayer has joined #wayland
15:40
dookieslayer has quit []
16:36
DemiMarie has joined #wayland
16:36
ammen99[m] has joined #wayland
16:36
AndrewAylett[m] has joined #wayland
16:36
anomalous_creator[m] has joined #wayland
16:36
apol[m] has joined #wayland
16:36
arichardson[m] has joined #wayland
16:36
bdaase[m] has joined #wayland
16:36
BilalElmoussaoui[m] has joined #wayland
16:36
bluepenquin has joined #wayland
16:36
botiapa[m] has joined #wayland
16:36
cb5r[m] has joined #wayland
16:36
RAOF has joined #wayland
16:36
cmeissl[m] has joined #wayland
16:36
cousinofthor[m] has joined #wayland
16:36
d_ed[m] has joined #wayland
16:36
danburd[m] has joined #wayland
16:36
davidre has joined #wayland
16:36
Nico has joined #wayland
16:36
deknos82[m] has joined #wayland
16:36
DemiMarieObenour[m] has joined #wayland
16:36
diamondburned[m] has joined #wayland
16:36
enick_820 has joined #wayland
16:36
doras has joined #wayland
16:36
drakulix[m] has joined #wayland
16:36
edrex[m] has joined #wayland
16:36
ehfd[m] has joined #wayland
16:36
emilio[m] has joined #wayland
16:36
FbioPacheco[m] has joined #wayland
16:36
GeorgesStavracasfeaneron[m] has joined #wayland
16:36
FellFromTheSky[m] has joined #wayland
16:36
Joanna[m] has joined #wayland
16:36
devilhorns has quit []
16:36
[old]freshgumbubbles[m] has joined #wayland
16:36
frytaped[m] has joined #wayland
16:36
gnustomp[m] has joined #wayland
16:36
frytaped has joined #wayland
16:36
GrahamPerrin[m] has joined #wayland
16:36
halfline[m] has joined #wayland
16:36
hasebastian[m] has joined #wayland
16:36
hch12907 has joined #wayland
16:36
Florian[m]1 has joined #wayland
16:36
heftig has joined #wayland
16:36
Guest2297 has joined #wayland
16:36
hex[m]1 has joined #wayland
16:36
i509VCB has joined #wayland
16:36
inkbottle[m] has joined #wayland
16:36
j-james[m] has joined #wayland
16:36
japchae[m] has joined #wayland
16:36
jasyuiop[m] has joined #wayland
16:36
Kelseyjgilbert[m] has joined #wayland
16:36
jmariondev[m] has joined #wayland
16:36
junglerobba[m] has joined #wayland
16:36
JosExpsito[m] has joined #wayland
16:36
jryans has joined #wayland
16:36
Levans has joined #wayland
16:36
MarcusBritanicus[m] has joined #wayland
16:36
Max[m]12 has joined #wayland
16:36
Mershl[m] has joined #wayland
16:36
Max[m]123 has joined #wayland
16:36
nazarewk[m] has joined #wayland
16:36
niecoinny[m] has joined #wayland
16:36
nielsdg has joined #wayland
16:36
ongy[m] has joined #wayland
16:36
teh1[m] has joined #wayland
16:36
ozwald1[m] has joined #wayland
16:36
pac85[m] has joined #wayland
16:36
pitsch[m] has joined #wayland
16:36
Poly[m] has joined #wayland
16:36
psydroid[m] has joined #wayland
16:36
q234rty[envs][m] has joined #wayland
16:36
q234rty[m][m] has joined #wayland
16:36
rails[m] has joined #wayland
16:36
robertmader[m] has joined #wayland
16:36
RomanGilg[m] has joined #wayland
16:36
rubo_[m] has joined #wayland
16:36
Ryhon[m] has joined #wayland
16:36
scriptingdad[m] has joined #wayland
16:36
smasher_tati[m] has joined #wayland
16:36
Sumera[m] has joined #wayland
16:36
Shimmy[m] has joined #wayland
16:36
underpantsgnome[m] has joined #wayland
16:36
tleydxdy has joined #wayland
16:36
toggleton[m] has joined #wayland
16:36
ttancos[m] has joined #wayland
16:36
tzx[m] has joined #wayland
16:36
ki[m] has joined #wayland
16:36
ujineli[m] has joined #wayland
16:36
unix has joined #wayland
16:36
devilhorns has joined #wayland
16:36
unix-supremacist[m] has joined #wayland
16:36
unrelentingtech has joined #wayland
16:36
DemiMarie is now known as Guest2304
16:36
varlad[m] has joined #wayland
16:36
vchernin[m] has joined #wayland
16:36
MatrixTravelerbot[m]1 has joined #wayland
16:36
windowsxp[m] has joined #wayland
16:36
xerpi[m] has joined #wayland
16:36
yshui` has joined #wayland
16:36
YaLTeR[m] has joined #wayland
16:36
zaibon[m] has joined #wayland
16:36
zamundaaa[m] has joined #wayland
16:40
pnowack has joined #wayland
16:41
pnowack has quit []
16:44
MajorBiscuit has joined #wayland
16:49
jamesjones has joined #wayland
17:00
audgirka_ has quit []
17:15
devilhorns has quit []
17:21
Consolatis has joined #wayland
17:25
Consolatis_oftc has quit [Ping timeout: 480 seconds]
17:28
fahien has quit [Ping timeout: 480 seconds]
17:28
luna has quit [Read error: Connection reset by peer]
17:44
ybogdano has joined #wayland
18:10
Leopold_ has quit [Remote host closed the connection]
18:11
Leopold_ has joined #wayland
18:12
MajorBiscuit has quit [Ping timeout: 480 seconds]
18:15
Sachiel has quit [Ping timeout: 480 seconds]
18:17
Sachiel has joined #wayland
18:19
_whitelogger has joined #wayland
18:30
luna has joined #wayland
18:43
P-G has joined #wayland
18:45
Leopold_ has quit [Remote host closed the connection]
18:49
devilhorns has joined #wayland
18:49
inkbottle[m] has quit [Write error: connection closed]
18:49
q234rty[m][m] has quit [Write error: connection closed]
18:49
unix-supremacist[m] has quit [Write error: connection closed]
18:49
bdaase[m] has quit [Write error: connection closed]
18:49
ozwald1[m] has quit [Write error: connection closed]
18:49
nielsdg has quit [Write error: connection closed]
18:49
nazarewk[m] has quit [Write error: connection closed]
18:49
Guest2297 has quit [Write error: connection closed]
18:49
varlad[m] has quit [Write error: connection closed]
18:49
windowsxp[m] has quit [Write error: connection closed]
18:49
tzx[m] has quit [Write error: connection closed]
18:49
japchae[m] has quit [Write error: connection closed]
18:49
arichardson[m] has quit [Write error: connection closed]
18:49
j-james[m] has quit [Write error: connection closed]
18:49
AndrewAylett[m] has quit [Write error: connection closed]
18:49
d_ed[m] has quit [Write error: connection closed]
18:49
JosExpsito[m] has quit [Write error: connection closed]
18:49
danburd[m] has quit [Write error: connection closed]
18:49
Florian[m]1 has quit [Write error: connection closed]
18:49
Sumera[m] has quit [Write error: connection closed]
18:49
xerpi[m] has quit [Write error: connection closed]
18:49
FellFromTheSky[m] has quit [Read error: Connection reset by peer]
18:49
MatrixTravelerbot[m]1 has quit [Write error: connection closed]
18:49
Joanna[m] has quit [Write error: connection closed]
18:49
RAOF has quit [Write error: connection closed]
18:49
yshui` has quit [Write error: connection closed]
18:49
diamondburned[m] has quit [Write error: connection closed]
18:49
ttancos[m] has quit [Write error: connection closed]
18:49
pitsch[m] has quit [Write error: connection closed]
18:49
teh1[m] has quit [Write error: connection closed]
18:49
enick_820 has quit [Write error: connection closed]
18:49
robertmader[m] has quit [Write error: connection closed]
18:49
gnustomp[m] has quit [Write error: connection closed]
18:49
unrelentingtech has quit [Write error: connection closed]
18:49
cb5r[m] has quit [Write error: connection closed]
18:49
DemiMarieObenour[m] has quit [Write error: connection closed]
18:49
rails[m] has quit [Write error: connection closed]
18:49
smasher_tati[m] has quit [Write error: connection closed]
18:49
zaibon[m] has quit [Write error: connection closed]
18:49
Poly[m] has quit [Write error: connection closed]
18:49
q234rty[envs][m] has quit [Write error: connection closed]
18:49
Levans has quit [Write error: connection closed]
18:49
Max[m]12 has quit [Write error: connection closed]
18:49
Kelseyjgilbert[m] has quit [Write error: connection closed]
18:49
davidre has quit [Write error: connection closed]
18:49
botiapa[m] has quit [Write error: connection closed]
18:49
drakulix[m] has quit [Write error: connection closed]
18:49
ongy[m] has quit [Write error: connection closed]
18:49
zamundaaa[m] has quit [Write error: connection closed]
18:49
tleydxdy has quit [Write error: connection closed]
18:49
frytaped has quit [Write error: connection closed]
18:49
frytaped[m] has quit [Write error: connection closed]
18:49
i509VCB has quit [Write error: connection closed]
18:49
bluepenquin has quit [Write error: connection closed]
18:49
heftig has quit [Write error: connection closed]
18:49
niecoinny[m] has quit [Write error: connection closed]
18:49
YaLTeR[m] has quit [Write error: connection closed]
18:49
GeorgesStavracasfeaneron[m] has quit [Write error: connection closed]
18:49
hasebastian[m] has quit [Write error: connection closed]
18:49
vchernin[m] has quit [Write error: connection closed]
18:49
cousinofthor[m] has quit [Write error: connection closed]
18:49
ehfd[m] has quit [Write error: connection closed]
18:49
emilio[m] has quit [Write error: connection closed]
18:49
hch12907 has quit [Write error: connection closed]
18:49
Mershl[m] has quit [Write error: connection closed]
18:49
Ryhon[m] has quit [Write error: connection closed]
18:49
RomanGilg[m] has quit [Write error: connection closed]
18:49
Shimmy[m] has quit [Write error: connection closed]
18:49
[old]freshgumbubbles[m] has quit [Write error: connection closed]
18:49
hex[m]1 has quit [Write error: connection closed]
18:49
FbioPacheco[m] has quit [Write error: connection closed]
18:49
ahmadraniri[m] has quit [Write error: connection closed]
18:49
underpantsgnome[m] has quit [Write error: connection closed]
18:49
jryans has quit [Write error: connection closed]
18:49
ujineli[m] has quit [Write error: connection closed]
18:49
psydroid[m] has quit [Write error: connection closed]
18:49
jasyuiop[m] has quit [Write error: connection closed]
18:49
toggleton[m] has quit [Write error: connection closed]
18:49
scriptingdad[m] has quit [Write error: connection closed]
18:49
Max[m]123 has quit [Write error: connection closed]
18:49
rubo_[m] has quit [Write error: connection closed]
18:49
jmariondev[m] has quit [Write error: connection closed]
18:49
edrex[m] has quit [Write error: connection closed]
18:49
GrahamPerrin[m] has quit [Write error: connection closed]
18:49
Guest2304 has quit [Write error: connection closed]
18:49
ammen99[m] has quit [Write error: connection closed]
18:49
junglerobba[m] has quit [Write error: connection closed]
18:49
apol[m] has quit [Write error: connection closed]
18:49
BilalElmoussaoui[m] has quit [Write error: connection closed]
18:49
marcusbritanicus[m] has quit [Write error: connection closed]
18:49
pac85[m] has quit [Write error: connection closed]
18:49
halfline[m] has quit [Write error: connection closed]
18:49
doras has quit [Write error: connection closed]
18:49
unix has quit [Write error: connection closed]
18:49
deknos82[m] has quit [Write error: connection closed]
18:49
ki[m] has quit [Write error: connection closed]
18:49
cmeissl[m] has quit [Write error: connection closed]
18:49
Nico has quit [Write error: connection closed]
18:49
anomalous_creator[m] has quit [Write error: connection closed]
18:57
ahmadraniri[m] has joined #wayland
18:59
P-G has left #wayland [[IRSSI] quite]
19:26
carbonfiber has quit [Quit: Connection closed for inactivity]
19:28
fmuellner has quit [Ping timeout: 480 seconds]
19:33
ybogdano has joined #wayland
19:37
ybogdano has quit []
19:38
ybogdano has joined #wayland
19:58
jmdaemon has joined #wayland
20:22
devilhorns has quit []
20:26
Lucretia-backup has joined #wayland
20:29
Lucretia has quit [Ping timeout: 480 seconds]
20:48
fmuellner has joined #wayland
21:23
danvet has quit [Ping timeout: 480 seconds]
21:35
hardening has quit [Ping timeout: 480 seconds]
21:38
rasterman has quit [Quit: Gettin' stinky!]
21:42
chipxxx has joined #wayland
22:05
fullstop has joined #wayland
22:09
DemiMarie has joined #wayland
22:09
ammen99[m] has joined #wayland
22:09
AndrewAylett[m] has joined #wayland
22:09
anomalous_creator[m] has joined #wayland
22:09
apol[m] has joined #wayland
22:09
arichardson[m] has joined #wayland
22:09
bdaase[m] has joined #wayland
22:09
BilalElmoussaoui[m] has joined #wayland
22:09
bluepqnuin has joined #wayland
22:09
botiapa[m] has joined #wayland
22:09
cb5r[m] has joined #wayland
22:09
RAOF has joined #wayland
22:09
cmeissl[m] has joined #wayland
22:09
cousinofthor[m] has joined #wayland
22:09
d_ed[m] has joined #wayland
22:09
danburd[m] has joined #wayland
22:09
davidre has joined #wayland
22:09
Nico has joined #wayland
22:09
deknos82[m] has joined #wayland
22:09
DemiMarieObenour[m] has joined #wayland
22:09
diamondburned[m] has joined #wayland
22:09
Guest2333 has joined #wayland
22:09
doras has joined #wayland
22:09
drakulix[m] has joined #wayland
22:09
edrex[m] has joined #wayland
22:09
ehfd[m] has joined #wayland
22:09
emilio[m] has joined #wayland
22:09
FbioPacheco[m] has joined #wayland
22:09
GeorgesStavracasfeaneron[m] has joined #wayland
22:09
FellFromTheSky[m] has joined #wayland
22:09
Joanna[m] has joined #wayland
22:09
[old]freshgumbubbles[m] has joined #wayland
22:09
frytaped[m] has joined #wayland
22:09
gnustomp[m] has joined #wayland
22:09
Guest2351 has joined #wayland
22:09
GrahamPerrin[m] has joined #wayland
22:09
halfline[m] has joined #wayland
22:09
hasebastian[m] has joined #wayland
22:09
hch12907 has joined #wayland
22:09
Florian[m]1 has joined #wayland
22:09
heftig has joined #wayland
22:09
Guest2368 has joined #wayland
22:09
hex[m]1 has joined #wayland
22:09
i509VCB has joined #wayland
22:09
inkbottle[m] has joined #wayland
22:10
j-james[m] has joined #wayland
22:10
japchae[m] has joined #wayland
22:10
jasyuiop[m] has joined #wayland
22:10
Kelseyjgilbert[m] has joined #wayland
22:10
jmariondev[m] has joined #wayland
22:10
junglerobba[m] has joined #wayland
22:10
JosExpsito[m] has joined #wayland
22:10
jryans has joined #wayland
22:10
Levans has joined #wayland
22:10
marcusbritanicus[m] has joined #wayland
22:10
Max[m]12 has joined #wayland
22:10
Mershl[m] has joined #wayland
22:10
Max[m]123 has joined #wayland
22:10
nazarewk[m] has joined #wayland
22:10
niecoinny[m] has joined #wayland
22:10
nielsdg has joined #wayland
22:10
ongy[m] has joined #wayland
22:10
teh1[m] has joined #wayland
22:10
ozwald1[m] has joined #wayland
22:10
pac85[m] has joined #wayland
22:10
pitsch[m] has joined #wayland
22:10
Poly[m] has joined #wayland
22:10
psydroid[m] has joined #wayland
22:10
q234rty[envs][m] has joined #wayland
22:10
q234rty[m][m] has joined #wayland
22:10
rails[m] has joined #wayland
22:10
robertmader[m] has joined #wayland
22:10
RomanGilg[m] has joined #wayland
22:10
rubo_[m] has joined #wayland
22:10
Ryhon[m] has joined #wayland
22:10
scriptingdad[m] has joined #wayland
22:10
DemiMarie is now known as Guest2378
22:10
smasher_tati[m] has joined #wayland
22:10
Sumera[m] has joined #wayland
22:10
Shimmy[m] has joined #wayland
22:10
underpantsgnome[m] has joined #wayland
22:10
tleydxdy has joined #wayland
22:10
toggleton[m] has joined #wayland
22:10
ttancos[m] has joined #wayland
22:10
tzx[m] has joined #wayland
22:10
ki[m] has joined #wayland
22:10
ujineli[m] has joined #wayland
22:10
unix has joined #wayland
22:10
unix-supremacist[m] has joined #wayland
22:10
unrelentingtech has joined #wayland
22:10
varlad[m] has joined #wayland
22:10
vchernin[m] has joined #wayland
22:10
MatrixTravelerbot[m]1 has joined #wayland
22:10
windowsxp[m] has joined #wayland
22:10
xerpi[m] has joined #wayland
22:10
YaLTeR[m] has joined #wayland
22:10
yshui` has joined #wayland
22:10
zaibon[m] has joined #wayland
22:10
zamundaaa[m] has joined #wayland
22:40
ybogdano has quit [Ping timeout: 480 seconds]
22:50
ybogdano has joined #wayland
22:53
zebrag has quit [Ping timeout: 480 seconds]
22:55
hays has quit [Ping timeout: 480 seconds]
22:56
zebrag has joined #wayland
23:42
chipxxx has quit [Ping timeout: 480 seconds]
23:43
dcz_ has quit [Ping timeout: 480 seconds]
23:43
Guest2333 is now known as DrNick