ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
immibis has joined #wayland
rv1sr has joined #wayland
spstarr has quit [Remote host closed the connection]
rv1sr has quit []
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
lockywolf has joined #wayland
lockywolf has left #wayland [#wayland]
lockywolf has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
Emet-Selch has joined #wayland
Azem has quit [Ping timeout: 480 seconds]
Company has quit [Read error: Connection reset by peer]
shankaru has joined #wayland
zebrag has quit [Quit: Konversation terminated!]
immibis is now known as Guest516
immibis has joined #wayland
Guest516 has quit [Ping timeout: 480 seconds]
c7s has quit [Ping timeout: 480 seconds]
tzimmermann has joined #wayland
masoudd has joined #wayland
rpigott has quit [Read error: Connection reset by peer]
rpigott has joined #wayland
danvet has joined #wayland
jgrulich has joined #wayland
mvlad has joined #wayland
ofourdan_ has left #wayland [#wayland]
ofourdan has joined #wayland
l4s8g has joined #wayland
spstarr has joined #wayland
l4s8g has quit [Remote host closed the connection]
lagash has quit [Quit: ZNC - https://znc.in]
lagash has joined #wayland
evon3 has quit [Ping timeout: 480 seconds]
lagash has quit [Quit: ZNC - https://znc.in]
l4s8g has joined #wayland
lagash has joined #wayland
l4s8g_ has joined #wayland
l4s8g_ has quit []
l4s8g_ has joined #wayland
l4s8g has quit [Ping timeout: 480 seconds]
shankaru has quit [Read error: Connection reset by peer]
l4s8g has joined #wayland
dcz_ has joined #wayland
l4s8g_ has quit [Ping timeout: 480 seconds]
hardening has joined #wayland
l4s8g has quit [Remote host closed the connection]
pnowack has joined #wayland
l4s8g has joined #wayland
l4s8g has left #wayland [#wayland]
l4s8g has joined #wayland
masoudd_ has joined #wayland
l4s8g has quit []
masoudd has quit [Ping timeout: 480 seconds]
kenny has quit [Quit: WeeChat 3.3]
fltrz__ has quit []
immibis is now known as Guest529
immibis has joined #wayland
Guest529 has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #wayland
rasterman has joined #wayland
giuseppe has joined #wayland
giuseppe has quit []
devilhorns has joined #wayland
bluebugs has quit [Ping timeout: 480 seconds]
immibis has quit [Remote host closed the connection]
immibis has joined #wayland
cabal704 has joined #wayland
rooiratel has joined #wayland
fmuellner has joined #wayland
flacks has quit [Quit: Quitter]
flacks has joined #wayland
zubzub_ has left #wayland [#wayland]
zubzub has joined #wayland
zubzub has quit []
zubzub has joined #wayland
zubzub has quit []
zubzub has joined #wayland
immibis has quit [Remote host closed the connection]
immibis has joined #wayland
l4s8g has joined #wayland
l4s8g has quit [Remote host closed the connection]
l4s8g has joined #wayland
l4s8g has quit [Remote host closed the connection]
l4s8g has joined #wayland
<wlb> weston Merge request !780 closed (desktop-shell: Don't activate child shsurf w/o a weston_desktop_surface)
txtsd has quit [Quit: WeeChat 3.4]
<pq> swick, is CTA-861-H a new revision of CTA-861-G? Maybe it's CTA-861-G with the errata integrated.
cvmn has joined #wayland
Company has joined #wayland
<swick> new revision
<swick> CTA-861-H supersedes CTA-861-G and incorporates the Errata issued in September and
<swick> November 2017 and July 2018, as well as the CTA-861.4 Updates to Dynamic HDR Metadata
<swick> Signaling of March 2019 and CTA-861.5 Audio Format Extensions of September 2018.
jmdaemon has quit [Ping timeout: 480 seconds]
<pq> swick, thanks, I'm getting that now
nsneck has quit [Quit: bye]
nsneck has joined #wayland
cvmn has quit [Remote host closed the connection]
txtsd has joined #wayland
devilhorns has quit []
devilhorns has joined #wayland
l4s8g has quit []
l4s8g has joined #wayland
adog6000 has joined #wayland
l4s8g_ has joined #wayland
l4s8g has quit [Ping timeout: 480 seconds]
l4s8g has joined #wayland
l4s8g_ has quit [Ping timeout: 480 seconds]
ppascher has quit [Ping timeout: 480 seconds]
jgrulich has quit [Ping timeout: 480 seconds]
l4s8g_ has joined #wayland
l4s8g has quit [Ping timeout: 480 seconds]
ppascher has joined #wayland
kenny has joined #wayland
cabal704 has quit [Ping timeout: 480 seconds]
<bl4ckb0ne> can a wayland protocol define a struct with given fields?
<bl4ckb0ne> i have an event that returns data under a certain layout, but i find the "take this wl_array and cast it" a bit shady
<emersion> no, that's not possible
<emersion> best you can do is describe the fields in plain-text
<emersion> and add a document with the C struct
<daniels> well, either that or just serialise into native-typed args
<emersion> yeah, if you can just use multiple args, that's better
<daniels> if you're passing through stuff which doesn't correlate to that, it's generally a sign that you're using Wayland as a general-purpose socket rather than a window system
<emersion> usually arrays of structs are represented as multiple events at the protocol level
<emersion> one event per array entry
<emersion> one "done" event to end the list
* daniels eyes off the 10-year old 'struct' branch in ~/wayland/wayland/
<bl4ckb0ne> isnt it better to send it in bulk?
<emersion> oh this was a thing?
<bl4ckb0ne> like if I have an array of N vec3
<daniels> emersion: I suggested it, krh told me to delete it
<emersion> ahah
<daniels> bl4ckb0ne: heh, poses or something?
<bl4ckb0ne> right in
<bl4ckb0ne> XrPose, a vec3 and a quat
<bl4ckb0ne> so 3 floats, and 4 floats respectively
<daniels> fun ... I can't think of much good to add to that, but otoh given that the pose isn't going to be described in any kind of relevant co-ord space (i.e. it's not tied to surface/etc), then you might be better off with an event that just sends an fd, and pushing the poses down there?
<bl4ckb0ne> under some cases there could be up to 50 objects, thats why I'm not too fond of sending them one by one with an end
<bl4ckb0ne> but I can split it in 2 args and give a size
zebrag has joined #wayland
<pq> bl4ckb0ne, if you are going to send floats or doubles, you'd probably use a wl_array in any case if that's going through Wayland.
<bl4ckb0ne> yep
<bl4ckb0ne> my point was more about if it's better to send them in a single array, or one array per field
<pq> because we have neither in the protocol, and while float could be added, double cannot as it would break library ABI on 32-bit arch.
<bl4ckb0ne> and let the client reconstruct the data
<bl4ckb0ne> im lucky, data is in float
* bl4ckb0ne double checks the spec
<daniels> bl4ckb0ne: yeah, if you're sending 50 poses in one go, and they're not fundamentally tied to the winsys, that's a really good prompt to use a separate channel
<daniels> especially given that they need to be as low-latency as possible
<bl4ckb0ne> yep
<bl4ckb0ne> so one array per field gotcha
<pq> 50 objects?? No, do not push that through Wayland.
txtsd has quit [Quit: WeeChat 3.4]
<bl4ckb0ne> well, it's more 25 per interface, and there could be up to 2 interfaces
<pq> it doesn't matter if it's one message or 50, it's too much - in fact, 50 messages would be better, because messages have a size limit
<bl4ckb0ne> wouldnt that be too slow?
<bl4ckb0ne> i know there will always be a predefined amount of data
<pq> speed doesn't matter, if you can't send the big message at all
<pq> but yeah, my suggestion is to not push this data inline via Wayland at all, it sounds too much.
<pq> if you still need it synchronized with the window system messages, invent something with shared memory maybe
<pq> if it doesn't care about window system messages at all, except maybe for initial setup, then a completely separate socket and/or shared memory protocol might be better
<bl4ckb0ne> ty for the feedback
<bl4ckb0ne> im not there yet but i see the issue
<daniels> yeah, one good way if you need the winsys to bootstrap is to send a message with an fd, which is one end of a pipe
<bl4ckb0ne> it would be use as an input device, so kinda tied to the window system
<daniels> ... ish?
<bl4ckb0ne> well ish because i have 3d windows as well :D
<daniels> the only reason keyboard/pointer/touch input are tied to the winsys is because all of them have focus driven by the winsys, keep global state (modifiers, mouse buttons, etc), and also need to be correlated back to winsys co-ords
<bl4ckb0ne> yeah its a mess
<daniels> but if you're sending poses relevant to physical space, then there's no tie really
manuel1985 has joined #wayland
___nick___ has joined #wayland
txtsd has joined #wayland
txtsd has quit []
txtsd has joined #wayland
txtsd has quit []
txtsd has joined #wayland
txtsd has quit []
cabal704 has joined #wayland
txtsd has joined #wayland
bittin has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
rgallaispou has left #wayland [#wayland]
___nick___ has quit []
___nick___ has joined #wayland
devilhorns has quit []
immibis is now known as Guest561
immibis has joined #wayland
immibis is now known as Guest562
immibis has joined #wayland
l4s8g_ has quit []
Guest562 has quit [Remote host closed the connection]
Guest561 has quit [Ping timeout: 480 seconds]
jgrulich has joined #wayland
l4s8g has joined #wayland
l4s8g has quit [Remote host closed the connection]
manuel1985 has quit []
jgrulich has quit [Remote host closed the connection]
cphealy has quit [Quit: Leaving]
unknown__ has quit []
creich has joined #wayland
damjan has quit [Remote host closed the connection]
damjan has joined #wayland
damjan_ has joined #wayland
damjan has quit [Quit: bye]
coleman__ has joined #wayland
d0ntlaugh has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Ping timeout: 480 seconds]
l4s8g has joined #wayland
l4s8g has quit []
l4s8g has joined #wayland
bittin has quit []
rektide has quit [Ping timeout: 480 seconds]
bluebugs has joined #wayland
cvmn has joined #wayland
tzimmermann has quit [Quit: Leaving]
fmuellner has quit [Ping timeout: 480 seconds]
cvmn has quit [Ping timeout: 480 seconds]
c7s has joined #wayland
___nick___ has quit [Ping timeout: 480 seconds]
rooiratel has quit []
<swick> pq: fyi, https://www.color.org/events/HDR_experts.xalter has opened registration
l4s8g has quit []
fmuellner has joined #wayland
masoudd__ has joined #wayland
masoudd_ has quit [Ping timeout: 480 seconds]
pnowack has quit [Quit: pnowack]
danvet has quit [Ping timeout: 480 seconds]
wolfshappen has quit [Ping timeout: 480 seconds]
spstarr has quit [Remote host closed the connection]
mvlad has quit [Quit: Leaving]
dcz_ has quit [Ping timeout: 480 seconds]
creich has quit [coherence.oftc.net reticulum.oftc.net]
whot has quit [coherence.oftc.net reticulum.oftc.net]
vyivel has quit [coherence.oftc.net reticulum.oftc.net]
ujineli[m] has quit [coherence.oftc.net reticulum.oftc.net]
DrNick has quit [coherence.oftc.net reticulum.oftc.net]
hasebastian[m] has quit [coherence.oftc.net reticulum.oftc.net]
floof58 has quit [coherence.oftc.net reticulum.oftc.net]
andyrtr has quit [coherence.oftc.net reticulum.oftc.net]
Emantor has quit [coherence.oftc.net reticulum.oftc.net]
wrl has quit [coherence.oftc.net reticulum.oftc.net]
teh1[m] has quit [coherence.oftc.net reticulum.oftc.net]
trepatudo has quit [coherence.oftc.net reticulum.oftc.net]
ozwald1[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
ramcq has quit [coherence.oftc.net reticulum.oftc.net]
yoslin has quit [coherence.oftc.net reticulum.oftc.net]
Serus has quit [coherence.oftc.net reticulum.oftc.net]
danburd[m] has quit [coherence.oftc.net reticulum.oftc.net]
GeorgesStavracasfeaneron[m] has quit [coherence.oftc.net reticulum.oftc.net]
gusnan has quit [coherence.oftc.net reticulum.oftc.net]
MarcusBritanicus[m] has quit [coherence.oftc.net reticulum.oftc.net]
pH5 has quit [coherence.oftc.net reticulum.oftc.net]
Sumera[m] has quit [coherence.oftc.net reticulum.oftc.net]
go4godvin has quit [coherence.oftc.net reticulum.oftc.net]
d42 has quit [coherence.oftc.net reticulum.oftc.net]
xerpi[m] has quit [coherence.oftc.net reticulum.oftc.net]
kchibisov has quit [coherence.oftc.net reticulum.oftc.net]
fmuellner has quit [coherence.oftc.net reticulum.oftc.net]
c7s has quit [coherence.oftc.net reticulum.oftc.net]
damjan_ has quit [coherence.oftc.net reticulum.oftc.net]
Company has quit [coherence.oftc.net reticulum.oftc.net]
immibis has quit [coherence.oftc.net reticulum.oftc.net]
ppascher has quit [coherence.oftc.net reticulum.oftc.net]
ofourdan has quit [coherence.oftc.net reticulum.oftc.net]
Lucretia has quit [coherence.oftc.net reticulum.oftc.net]
peeterm_ has quit [coherence.oftc.net reticulum.oftc.net]
Piraty has quit [coherence.oftc.net reticulum.oftc.net]
bodiccea has quit [coherence.oftc.net reticulum.oftc.net]
enick_76 has quit [coherence.oftc.net reticulum.oftc.net]
DemiMarieObenour[m] has quit [coherence.oftc.net reticulum.oftc.net]
Plagman has quit [coherence.oftc.net reticulum.oftc.net]
rails[m] has quit [coherence.oftc.net reticulum.oftc.net]
Levans has quit [coherence.oftc.net reticulum.oftc.net]
glennk has quit [coherence.oftc.net reticulum.oftc.net]
GentooPhysicist39 has quit [coherence.oftc.net reticulum.oftc.net]
pedrocr has quit [coherence.oftc.net reticulum.oftc.net]
junglerobba[m] has quit [coherence.oftc.net reticulum.oftc.net]
rubo_[m] has quit [coherence.oftc.net reticulum.oftc.net]
juergbi has quit [coherence.oftc.net reticulum.oftc.net]
cousinofthor[m] has quit [coherence.oftc.net reticulum.oftc.net]
rawoul has quit [coherence.oftc.net reticulum.oftc.net]
Poly[m] has quit [coherence.oftc.net reticulum.oftc.net]
pw has quit [coherence.oftc.net reticulum.oftc.net]
AndrewAylett[m] has quit [coherence.oftc.net reticulum.oftc.net]
bdaase[m] has quit [coherence.oftc.net reticulum.oftc.net]
ttancos[m] has quit [coherence.oftc.net reticulum.oftc.net]
HayashiEsme[m] has quit [coherence.oftc.net reticulum.oftc.net]
Prf_Jakob has quit [coherence.oftc.net reticulum.oftc.net]
Eighth_Doctor has quit [coherence.oftc.net reticulum.oftc.net]
MatrixTravelerbot[m] has quit [coherence.oftc.net reticulum.oftc.net]
[old]freshgumbubbles[m] has quit [coherence.oftc.net reticulum.oftc.net]
japchae[m] has quit [coherence.oftc.net reticulum.oftc.net]
shadowninja55[m] has quit [coherence.oftc.net reticulum.oftc.net]
benbrown has quit [coherence.oftc.net reticulum.oftc.net]
Kelseyjgilbert[m] has quit [coherence.oftc.net reticulum.oftc.net]
Shimmy[m] has quit [coherence.oftc.net reticulum.oftc.net]
unidan has quit [coherence.oftc.net reticulum.oftc.net]
noze has quit [coherence.oftc.net reticulum.oftc.net]
i509VCB has quit [coherence.oftc.net reticulum.oftc.net]
niecoinny[m] has quit [coherence.oftc.net reticulum.oftc.net]
dblsaiko has quit [coherence.oftc.net reticulum.oftc.net]
romangg has quit [coherence.oftc.net reticulum.oftc.net]
vsyrjala has quit [coherence.oftc.net reticulum.oftc.net]
heftig has quit [coherence.oftc.net reticulum.oftc.net]
mceier has quit [coherence.oftc.net reticulum.oftc.net]
fahien has quit [coherence.oftc.net reticulum.oftc.net]
DonRichie has quit [coherence.oftc.net reticulum.oftc.net]
jadahl has quit [coherence.oftc.net reticulum.oftc.net]
TimWolla has quit [coherence.oftc.net reticulum.oftc.net]
Emet-Selch has quit [coherence.oftc.net reticulum.oftc.net]
maxzor has quit [coherence.oftc.net reticulum.oftc.net]
eroux has quit [coherence.oftc.net reticulum.oftc.net]
caveman has quit [coherence.oftc.net reticulum.oftc.net]
psydroid has quit [coherence.oftc.net reticulum.oftc.net]
lagash has quit [coherence.oftc.net reticulum.oftc.net]
MrCooper has quit [coherence.oftc.net reticulum.oftc.net]
x[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
wlb has quit [coherence.oftc.net reticulum.oftc.net]
pounce| has quit [coherence.oftc.net reticulum.oftc.net]
botiapa[m] has quit [coherence.oftc.net reticulum.oftc.net]
flyingketh[m] has quit [coherence.oftc.net reticulum.oftc.net]
smasher_tati[m] has quit [coherence.oftc.net reticulum.oftc.net]
ammen99[m] has quit [coherence.oftc.net reticulum.oftc.net]
emilio[m] has quit [coherence.oftc.net reticulum.oftc.net]
arichardson[m] has quit [coherence.oftc.net reticulum.oftc.net]
zaibon[m] has quit [coherence.oftc.net reticulum.oftc.net]
meain[m] has quit [coherence.oftc.net reticulum.oftc.net]
wb9688 has quit [coherence.oftc.net reticulum.oftc.net]
modin has quit [coherence.oftc.net reticulum.oftc.net]
jmariondev[m] has quit [coherence.oftc.net reticulum.oftc.net]
robertmader[m] has quit [coherence.oftc.net reticulum.oftc.net]
blue_penquin has quit [coherence.oftc.net reticulum.oftc.net]
apol[m] has quit [coherence.oftc.net reticulum.oftc.net]
leandrohrb has quit [coherence.oftc.net reticulum.oftc.net]
zamundaaa[m] has quit [coherence.oftc.net reticulum.oftc.net]
JosExpsito[m] has quit [coherence.oftc.net reticulum.oftc.net]
dreda has quit [coherence.oftc.net reticulum.oftc.net]
YaLTeR[m] has quit [coherence.oftc.net reticulum.oftc.net]
halfline[m] has quit [coherence.oftc.net reticulum.oftc.net]
doras has quit [coherence.oftc.net reticulum.oftc.net]
Nico has quit [coherence.oftc.net reticulum.oftc.net]
phryk has quit [coherence.oftc.net reticulum.oftc.net]
jryans has quit [coherence.oftc.net reticulum.oftc.net]
haasn has quit [coherence.oftc.net reticulum.oftc.net]
alarumbe has quit [coherence.oftc.net reticulum.oftc.net]
tanty has quit [coherence.oftc.net reticulum.oftc.net]
mtretter has quit [coherence.oftc.net reticulum.oftc.net]
GrahamPerrin[m] has quit [coherence.oftc.net reticulum.oftc.net]
LaserEyess has quit [coherence.oftc.net reticulum.oftc.net]
mriesch has quit [coherence.oftc.net reticulum.oftc.net]
dottedmag has quit [coherence.oftc.net reticulum.oftc.net]
V has quit [coherence.oftc.net reticulum.oftc.net]
ecloud has quit [coherence.oftc.net reticulum.oftc.net]
unrelentingtech has quit [coherence.oftc.net reticulum.oftc.net]
lanodan has quit [coherence.oftc.net reticulum.oftc.net]
louipcm has quit [coherence.oftc.net reticulum.oftc.net]
mooff has quit [coherence.oftc.net reticulum.oftc.net]
FLHerne has quit [coherence.oftc.net reticulum.oftc.net]
adog6000 has quit [coherence.oftc.net reticulum.oftc.net]
reillybrogan_ has quit [coherence.oftc.net reticulum.oftc.net]
bl4ckb0ne has quit [coherence.oftc.net reticulum.oftc.net]
WhizzWr has quit [coherence.oftc.net reticulum.oftc.net]
novakane has quit [coherence.oftc.net reticulum.oftc.net]
dnkl has quit [coherence.oftc.net reticulum.oftc.net]
raghavgururajan has quit [coherence.oftc.net reticulum.oftc.net]
fluix has quit [coherence.oftc.net reticulum.oftc.net]
leon-p has quit [coherence.oftc.net reticulum.oftc.net]
Satan has quit [coherence.oftc.net reticulum.oftc.net]
ifreund has quit [coherence.oftc.net reticulum.oftc.net]
vylet has quit [coherence.oftc.net reticulum.oftc.net]
patwid has quit [coherence.oftc.net reticulum.oftc.net]
kennylevinsen has quit [coherence.oftc.net reticulum.oftc.net]
staceee has quit [coherence.oftc.net reticulum.oftc.net]
abcdw has quit [coherence.oftc.net reticulum.oftc.net]
tlwoerner has quit [coherence.oftc.net reticulum.oftc.net]
sychill has quit [coherence.oftc.net reticulum.oftc.net]
coleman__ has quit [coherence.oftc.net reticulum.oftc.net]
mupuf has quit [coherence.oftc.net reticulum.oftc.net]
bookworm has quit [coherence.oftc.net reticulum.oftc.net]
qyliss has quit [coherence.oftc.net reticulum.oftc.net]
Seirdy has quit [coherence.oftc.net reticulum.oftc.net]
agd5f has quit [coherence.oftc.net reticulum.oftc.net]
zzag has quit [coherence.oftc.net reticulum.oftc.net]
ecocode__ has quit [coherence.oftc.net reticulum.oftc.net]
cnsvc has quit [coherence.oftc.net reticulum.oftc.net]
panzeroceania_ has quit [coherence.oftc.net reticulum.oftc.net]
Lightsword has quit [coherence.oftc.net reticulum.oftc.net]
jekstrand has quit [coherence.oftc.net reticulum.oftc.net]
aswar002 has quit [coherence.oftc.net reticulum.oftc.net]
ebassi has quit [coherence.oftc.net reticulum.oftc.net]
flacks has quit [coherence.oftc.net reticulum.oftc.net]
glisse has quit [coherence.oftc.net reticulum.oftc.net]
zmike has quit [coherence.oftc.net reticulum.oftc.net]
ecs has quit [coherence.oftc.net reticulum.oftc.net]
bim9262_ has quit [coherence.oftc.net reticulum.oftc.net]
danieldg has quit [coherence.oftc.net reticulum.oftc.net]
yar has quit [coherence.oftc.net reticulum.oftc.net]
fullstop has quit [coherence.oftc.net reticulum.oftc.net]
psil has quit [coherence.oftc.net reticulum.oftc.net]
d10n has quit [coherence.oftc.net reticulum.oftc.net]
cyberpear has quit [coherence.oftc.net reticulum.oftc.net]
quantum5 has quit [coherence.oftc.net reticulum.oftc.net]
ivyl has quit [coherence.oftc.net reticulum.oftc.net]
soreau has quit [coherence.oftc.net reticulum.oftc.net]
anarsoul has quit [coherence.oftc.net reticulum.oftc.net]
pieguy128 has quit [coherence.oftc.net reticulum.oftc.net]
melissawen has quit [coherence.oftc.net reticulum.oftc.net]
bluebugs has quit [coherence.oftc.net reticulum.oftc.net]
cabal704 has quit [coherence.oftc.net reticulum.oftc.net]
kenny has quit [coherence.oftc.net reticulum.oftc.net]
rpigott has quit [coherence.oftc.net reticulum.oftc.net]
Arnavion has quit [coherence.oftc.net reticulum.oftc.net]
radu242 has quit [coherence.oftc.net reticulum.oftc.net]
Momentum has quit [coherence.oftc.net reticulum.oftc.net]
keyvan_ has quit [coherence.oftc.net reticulum.oftc.net]
Cwiiis_ has quit [coherence.oftc.net reticulum.oftc.net]
JPEW has quit [coherence.oftc.net reticulum.oftc.net]
riverdc has quit [coherence.oftc.net reticulum.oftc.net]
mcf has quit [coherence.oftc.net reticulum.oftc.net]
smurray has quit [coherence.oftc.net reticulum.oftc.net]
wangledorf_____ has quit [coherence.oftc.net reticulum.oftc.net]
enilflah has quit [coherence.oftc.net reticulum.oftc.net]
yongxiang__ has quit [coherence.oftc.net reticulum.oftc.net]
UndeadLeech has quit [coherence.oftc.net reticulum.oftc.net]
ManMower has quit [coherence.oftc.net reticulum.oftc.net]
AJ_Z0 has quit [coherence.oftc.net reticulum.oftc.net]
nurupo has quit [coherence.oftc.net reticulum.oftc.net]
rando25892 has quit [coherence.oftc.net reticulum.oftc.net]
Ariadne has quit [coherence.oftc.net reticulum.oftc.net]
caseif has quit [coherence.oftc.net reticulum.oftc.net]
clever has quit [coherence.oftc.net reticulum.oftc.net]
Sachiel has quit [coherence.oftc.net reticulum.oftc.net]
dri-logger has quit [coherence.oftc.net reticulum.oftc.net]
zebrag has quit [coherence.oftc.net reticulum.oftc.net]
nsneck has quit [coherence.oftc.net reticulum.oftc.net]
Lyude has quit [coherence.oftc.net reticulum.oftc.net]
daniels has quit [coherence.oftc.net reticulum.oftc.net]
zubzub has quit [coherence.oftc.net reticulum.oftc.net]
rasterman has quit [coherence.oftc.net reticulum.oftc.net]
hardening has quit [coherence.oftc.net reticulum.oftc.net]
columbarius has quit [coherence.oftc.net reticulum.oftc.net]
adia has quit [coherence.oftc.net reticulum.oftc.net]
emersion has quit [coherence.oftc.net reticulum.oftc.net]
hwentlan____ has quit [coherence.oftc.net reticulum.oftc.net]
DavidRedondo[m] has quit [coherence.oftc.net reticulum.oftc.net]
Shimmy has quit [coherence.oftc.net reticulum.oftc.net]
varlad[m] has quit [coherence.oftc.net reticulum.oftc.net]
technic93[m] has quit [coherence.oftc.net reticulum.oftc.net]
FbioPacheco[m] has quit [coherence.oftc.net reticulum.oftc.net]
MA[m] has quit [coherence.oftc.net reticulum.oftc.net]
idkrn[m] has quit [coherence.oftc.net reticulum.oftc.net]
digitalfavshetheyname[m] has quit [coherence.oftc.net reticulum.oftc.net]
| has quit [coherence.oftc.net reticulum.oftc.net]
RomanGilg[m] has quit [coherence.oftc.net reticulum.oftc.net]
pac85[m] has quit [coherence.oftc.net reticulum.oftc.net]
inkbottle[m] has quit [coherence.oftc.net reticulum.oftc.net]
xantoz has quit [coherence.oftc.net reticulum.oftc.net]
saumon has quit [coherence.oftc.net reticulum.oftc.net]
Mershl[m] has quit [coherence.oftc.net reticulum.oftc.net]
zamundaaa has quit [coherence.oftc.net reticulum.oftc.net]
mstoeckl has quit [coherence.oftc.net reticulum.oftc.net]
jpnurmi has quit [coherence.oftc.net reticulum.oftc.net]
toggleton[m] has quit [coherence.oftc.net reticulum.oftc.net]
vchernin[m] has quit [coherence.oftc.net reticulum.oftc.net]
nazarewk[m] has quit [coherence.oftc.net reticulum.oftc.net]
lockywolf has quit [coherence.oftc.net reticulum.oftc.net]
pq has quit [coherence.oftc.net reticulum.oftc.net]
SardemFF7 has quit [coherence.oftc.net reticulum.oftc.net]
nielsdg has quit [coherence.oftc.net reticulum.oftc.net]
ongy[m] has quit [coherence.oftc.net reticulum.oftc.net]
any1 has quit [coherence.oftc.net reticulum.oftc.net]
gnustomp[m] has quit [coherence.oftc.net reticulum.oftc.net]
al has quit [coherence.oftc.net reticulum.oftc.net]
marex has quit [coherence.oftc.net reticulum.oftc.net]
swick has quit [coherence.oftc.net reticulum.oftc.net]
r00tobo has quit [coherence.oftc.net reticulum.oftc.net]
edrex[m] has quit [coherence.oftc.net reticulum.oftc.net]
kajiryoji[m] has quit [coherence.oftc.net reticulum.oftc.net]
tzafrir has quit [coherence.oftc.net reticulum.oftc.net]
anomalous_creator[m] has quit [coherence.oftc.net reticulum.oftc.net]
CME_ has quit [coherence.oftc.net reticulum.oftc.net]
wahfato has quit [coherence.oftc.net reticulum.oftc.net]
mooff[m] has quit [coherence.oftc.net reticulum.oftc.net]
JoshuaAshton has quit [coherence.oftc.net reticulum.oftc.net]
occivink has quit [coherence.oftc.net reticulum.oftc.net]
dos1 has quit [coherence.oftc.net reticulum.oftc.net]
staceee has joined #wayland
Lightsword has joined #wayland
bluebugs has joined #wayland
coleman__ has joined #wayland
cabal704 has joined #wayland
kenny has joined #wayland
adog6000 has joined #wayland
Seirdy has joined #wayland
reillybrogan_ has joined #wayland
Arnavion has joined #wayland
radu242 has joined #wayland
agd5f has joined #wayland
bl4ckb0ne has joined #wayland
raghavgururajan has joined #wayland
zzag has joined #wayland
sychill has joined #wayland
patwid has joined #wayland
rando25892 has joined #wayland
Lyude has joined #wayland
panzeroceania_ has joined #wayland
vylet has joined #wayland
fluix has joined #wayland
ecocode__ has joined #wayland
AJ_Z0 has joined #wayland
cnsvc has joined #wayland
tlwoerner has joined #wayland
ebassi has joined #wayland
WhizzWr has joined #wayland
rpigott has joined #wayland
ifreund has joined #wayland
novakane has joined #wayland
dnkl has joined #wayland
leon-p has joined #wayland
Sachiel has joined #wayland
Momentum has joined #wayland
dri-logger has joined #wayland
caseif has joined #wayland
ManMower has joined #wayland
riverdc has joined #wayland
mcf has joined #wayland
Cwiiis_ has joined #wayland
clever has joined #wayland
nurupo has joined #wayland
yongxiang__ has joined #wayland
keyvan_ has joined #wayland
aswar002 has joined #wayland
jekstrand has joined #wayland
abcdw has joined #wayland
kennylevinsen has joined #wayland
Ariadne has joined #wayland
UndeadLeech has joined #wayland
smurray has joined #wayland
enilflah has joined #wayland
JPEW has joined #wayland
daniels has joined #wayland
Satan has joined #wayland
wangledorf_____ has joined #wayland
flacks has joined #wayland
soreau has joined #wayland
zmike has joined #wayland
anarsoul has joined #wayland
pieguy128 has joined #wayland
glisse has joined #wayland
ecs has joined #wayland
hwentlan____ has joined #wayland
yar has joined #wayland
bim9262_ has joined #wayland
danieldg has joined #wayland
psil has joined #wayland
d10n has joined #wayland
quantum5 has joined #wayland
melissawen has joined #wayland
cyberpear has joined #wayland
ivyl has joined #wayland
fullstop has joined #wayland
coleman__ has quit [resistance.oftc.net reflection.oftc.net]
jekstrand has quit [resistance.oftc.net reflection.oftc.net]
Seirdy has quit [resistance.oftc.net reflection.oftc.net]
cnsvc has quit [resistance.oftc.net reflection.oftc.net]
zzag has quit [resistance.oftc.net reflection.oftc.net]
Lightsword has quit [resistance.oftc.net reflection.oftc.net]
agd5f has quit [resistance.oftc.net reflection.oftc.net]
ecocode__ has quit [resistance.oftc.net reflection.oftc.net]
panzeroceania_ has quit [resistance.oftc.net reflection.oftc.net]
ebassi has quit [resistance.oftc.net reflection.oftc.net]
aswar002 has quit [resistance.oftc.net reflection.oftc.net]
coleman__ has joined #wayland
Seirdy has joined #wayland
zzag has joined #wayland
agd5f has joined #wayland
panzeroceania_ has joined #wayland
ecocode__ has joined #wayland
ebassi has joined #wayland
cnsvc has joined #wayland
Lightsword has joined #wayland
aswar002 has joined #wayland
jekstrand has joined #wayland
leon-p has quit [resistance.oftc.net larich.oftc.net]
dnkl has quit [resistance.oftc.net larich.oftc.net]
adog6000 has quit [resistance.oftc.net larich.oftc.net]
fluix has quit [resistance.oftc.net larich.oftc.net]
Satan has quit [resistance.oftc.net larich.oftc.net]
reillybrogan_ has quit [resistance.oftc.net larich.oftc.net]
vylet has quit [resistance.oftc.net larich.oftc.net]
patwid has quit [resistance.oftc.net larich.oftc.net]
kennylevinsen has quit [resistance.oftc.net larich.oftc.net]
tlwoerner has quit [resistance.oftc.net larich.oftc.net]
abcdw has quit [resistance.oftc.net larich.oftc.net]
WhizzWr has quit [resistance.oftc.net larich.oftc.net]
novakane has quit [resistance.oftc.net larich.oftc.net]
raghavgururajan has quit [resistance.oftc.net larich.oftc.net]
ifreund has quit [resistance.oftc.net larich.oftc.net]
bl4ckb0ne has quit [resistance.oftc.net larich.oftc.net]
staceee has quit [resistance.oftc.net larich.oftc.net]
sychill has quit [resistance.oftc.net larich.oftc.net]
riverdc has quit [resistance.oftc.net charm.oftc.net]
JPEW has quit [resistance.oftc.net charm.oftc.net]
Momentum has quit [resistance.oftc.net charm.oftc.net]
mcf has quit [resistance.oftc.net charm.oftc.net]
rpigott has quit [resistance.oftc.net charm.oftc.net]
bluebugs has quit [resistance.oftc.net charm.oftc.net]
smurray has quit [resistance.oftc.net charm.oftc.net]
wangledorf_____ has quit [resistance.oftc.net charm.oftc.net]
enilflah has quit [resistance.oftc.net charm.oftc.net]
yongxiang__ has quit [resistance.oftc.net charm.oftc.net]
UndeadLeech has quit [resistance.oftc.net charm.oftc.net]
kenny has quit [resistance.oftc.net charm.oftc.net]
ManMower has quit [resistance.oftc.net charm.oftc.net]
AJ_Z0 has quit [resistance.oftc.net charm.oftc.net]
nurupo has quit [resistance.oftc.net charm.oftc.net]
Arnavion has quit [resistance.oftc.net charm.oftc.net]
cabal704 has quit [resistance.oftc.net charm.oftc.net]
clever has quit [resistance.oftc.net charm.oftc.net]
Ariadne has quit [resistance.oftc.net charm.oftc.net]
caseif has quit [resistance.oftc.net charm.oftc.net]
Lyude has quit [resistance.oftc.net charm.oftc.net]
keyvan_ has quit [resistance.oftc.net charm.oftc.net]
Cwiiis_ has quit [resistance.oftc.net charm.oftc.net]
Sachiel has quit [resistance.oftc.net charm.oftc.net]
dri-logger has quit [resistance.oftc.net charm.oftc.net]
rando25892 has quit [resistance.oftc.net charm.oftc.net]
radu242 has quit [resistance.oftc.net charm.oftc.net]
daniels has quit [resistance.oftc.net charm.oftc.net]
novakane has joined #wayland
bl4ckb0ne has joined #wayland
adog6000 has joined #wayland
reillybrogan_ has joined #wayland
raghavgururajan has joined #wayland
WhizzWr has joined #wayland
ifreund has joined #wayland
leon-p has joined #wayland
staceee has joined #wayland
sychill has joined #wayland
vylet has joined #wayland
patwid has joined #wayland
fluix has joined #wayland
tlwoerner has joined #wayland
Satan has joined #wayland
kennylevinsen has joined #wayland
abcdw has joined #wayland
dnkl has joined #wayland
yongxiang__ has joined #wayland
Arnavion has joined #wayland
cabal704 has joined #wayland
radu242 has joined #wayland
rando25892 has joined #wayland
Lyude has joined #wayland
AJ_Z0 has joined #wayland
Sachiel has joined #wayland
Momentum has joined #wayland
ManMower has joined #wayland
dri-logger has joined #wayland
mcf has joined #wayland
rpigott has joined #wayland
clever has joined #wayland
riverdc has joined #wayland
bluebugs has joined #wayland
smurray has joined #wayland
JPEW has joined #wayland
nurupo has joined #wayland
Ariadne has joined #wayland
Cwiiis_ has joined #wayland
keyvan_ has joined #wayland
kenny has joined #wayland
wangledorf_____ has joined #wayland
enilflah has joined #wayland
daniels has joined #wayland
UndeadLeech has joined #wayland
caseif has joined #wayland
lagash has joined #wayland
GrahamPerrin[m] has joined #wayland
damjan_ has joined #wayland
c7s has joined #wayland
creich has joined #wayland
immibis has joined #wayland
zebrag has joined #wayland
ppascher has joined #wayland
nsneck has joined #wayland
zubzub has joined #wayland
rasterman has joined #wayland
Company has joined #wayland
hardening has joined #wayland
hasebastian[m] has joined #wayland
enick_76 has joined #wayland
DemiMarieObenour[m] has joined #wayland
ujineli[m] has joined #wayland
DrNick has joined #wayland
wlb has joined #wayland
Plagman has joined #wayland
Emantor has joined #wayland
teh1[m] has joined #wayland
trepatudo has joined #wayland
Levans has joined #wayland
ramcq has joined #wayland
glennk has joined #wayland
GentooPhysicist39 has joined #wayland
pedrocr has joined #wayland
rubo_[m] has joined #wayland
yoslin has joined #wayland
junglerobba[m] has joined #wayland
juergbi has joined #wayland
Poly[m] has joined #wayland
fmuellner has joined #wayland
GeorgesStavracasfeaneron[m] has joined #wayland
bdaase[m] has joined #wayland
gusnan has joined #wayland
MarcusBritanicus[m] has joined #wayland
pH5 has joined #wayland
Sumera[m] has joined #wayland
go4godvin has joined #wayland
d42 has joined #wayland
HayashiEsme[m] has joined #wayland
Eighth_Doctor has joined #wayland
xerpi[m] has joined #wayland
kchibisov has joined #wayland
unidan has joined #wayland
ozwald1[m]1 has joined #wayland
Prf_Jakob has joined #wayland
adia has joined #wayland
xantoz has joined #wayland
MrCooper has joined #wayland
MatrixTravelerbot[m] has joined #wayland
x[m]1 has joined #wayland
ecloud has joined #wayland
r00tobo has joined #wayland
kajiryoji[m] has joined #wayland
idkrn[m] has joined #wayland
mupuf has joined #wayland
mooff has joined #wayland
TimWolla has joined #wayland
Shimmy[m] has joined #wayland
Kelseyjgilbert[m] has joined #wayland
jryans has joined #wayland
meain[m] has joined #wayland
wb9688 has joined #wayland
benbrown has joined #wayland
qyliss has joined #wayland
lanodan has joined #wayland
DonRichie has joined #wayland
leandrohrb has joined #wayland
cousinofthor[m] has joined #wayland
alarumbe has joined #wayland
zaibon[m] has joined #wayland
JosExpsito[m] has joined #wayland
i509VCB has joined #wayland
noze has joined #wayland
mtretter has joined #wayland
jadahl has joined #wayland
zamundaaa[m] has joined #wayland
dblsaiko has joined #wayland
bookworm has joined #wayland
shadowninja55[m] has joined #wayland
japchae[m] has joined #wayland
[old]freshgumbubbles[m] has joined #wayland
apol[m] has joined #wayland
arichardson[m] has joined #wayland
niecoinny[m] has joined #wayland
haasn has joined #wayland
Nico has joined #wayland
heftig has joined #wayland
psydroid has joined #wayland
vsyrjala has joined #wayland
mceier has joined #wayland
romangg has joined #wayland
fahien has joined #wayland
emilio[m] has joined #wayland
ongy[m] has joined #wayland
mriesch has joined #wayland
saumon has joined #wayland
any1 has joined #wayland
| has joined #wayland
pq has joined #wayland
mstoeckl has joined #wayland
dos1 has joined #wayland
phryk has joined #wayland
jpnurmi has joined #wayland
ammen99[m] has joined #wayland
al has joined #wayland
jmariondev[m] has joined #wayland
modin has joined #wayland
blue_penquin has joined #wayland
bodiccea has joined #wayland
eroux has joined #wayland
maxzor has joined #wayland
Lucretia has joined #wayland
columbarius has joined #wayland
lockywolf has joined #wayland
Emet-Selch has joined #wayland
ofourdan has joined #wayland
caveman has joined #wayland
Piraty has joined #wayland
peeterm_ has joined #wayland
emersion has joined #wayland
whot has joined #wayland
vyivel has joined #wayland
andyrtr has joined #wayland
floof58 has joined #wayland
pw has joined #wayland
Serus has joined #wayland
AndrewAylett[m] has joined #wayland
danburd[m] has joined #wayland
ttancos[m] has joined #wayland
flyingketh[m] has joined #wayland
botiapa[m] has joined #wayland
FbioPacheco[m] has joined #wayland
digitalfavshetheyname[m] has joined #wayland
YaLTeR[m] has joined #wayland
robertmader[m] has joined #wayland
nielsdg has joined #wayland
unrelentingtech has joined #wayland
LaserEyess has joined #wayland
zamundaaa has joined #wayland
marex has joined #wayland
dottedmag has joined #wayland
pounce| has joined #wayland
dreda has joined #wayland
occivink has joined #wayland
V has joined #wayland
FLHerne has joined #wayland
tanty has joined #wayland
louipcm has joined #wayland
tzafrir has joined #wayland
swick has joined #wayland
technic93[m] has joined #wayland
JoshuaAshton has joined #wayland
varlad[m] has joined #wayland
nazarewk[m] has joined #wayland
anomalous_creator[m] has joined #wayland
DavidRedondo[m] has joined #wayland
edrex[m] has joined #wayland
Mershl[m] has joined #wayland
vchernin[m] has joined #wayland
mooff[m] has joined #wayland
toggleton[m] has joined #wayland
SardemFF7 has joined #wayland
Shimmy has joined #wayland
wahfato has joined #wayland
inkbottle[m] has joined #wayland
RomanGilg[m] has joined #wayland
pac85[m] has joined #wayland
CME_ has joined #wayland
wrl has joined #wayland
rails[m] has joined #wayland
doras has joined #wayland
gnustomp[m] has joined #wayland
MA[m] has joined #wayland
smasher_tati[m] has joined #wayland
rawoul has joined #wayland
halfline[m] has joined #wayland
hardening has quit [Ping timeout: 480 seconds]
daniels has quit [Read error: Connection reset by peer]
zmike has quit [Read error: Connection reset by peer]
cyberpear has quit [Read error: No route to host]
JPEW has quit [Read error: Connection reset by peer]
JPEW has joined #wayland
zmike has joined #wayland
cyberpear has joined #wayland
daniels has joined #wayland
jmdaemon has joined #wayland
jmd has joined #wayland
jmdaemon has quit [Ping timeout: 480 seconds]
caveman has quit [Remote host closed the connection]
caveman has joined #wayland