00:08
whot has joined #wayland
00:10
co1umbarius has joined #wayland
00:12
columbarius has quit [Ping timeout: 480 seconds]
00:18
rasterman has quit [Quit: Gettin' stinky!]
01:12
ybogdano has quit [Ping timeout: 480 seconds]
01:22
Company has quit [Quit: Leaving]
02:14
nerdopolis has quit [Ping timeout: 480 seconds]
02:19
nerdopolis has joined #wayland
02:27
nerdopolis has quit [Ping timeout: 480 seconds]
02:35
cool110_ has joined #wayland
02:37
cool110 has quit [Ping timeout: 480 seconds]
02:47
cabal704 has quit [Quit: WeeChat 3.5]
03:13
dcz_ has joined #wayland
03:22
cool110_ has quit [Remote host closed the connection]
03:23
cool110 has joined #wayland
04:00
Serus has quit [Ping timeout: 480 seconds]
04:17
zebrag has quit [Quit: Konversation terminated!]
04:18
Serus has joined #wayland
04:18
danvet has joined #wayland
04:25
dcz has joined #wayland
04:32
dcz_ has quit [Ping timeout: 480 seconds]
04:54
remyabel2 has quit [Remote host closed the connection]
06:32
rv1sr has joined #wayland
06:38
enilflah_ has quit []
06:40
tzimmermann has joined #wayland
06:53
enilflah has joined #wayland
06:59
ybogdano has joined #wayland
07:08
ybogdano has quit [Ping timeout: 480 seconds]
07:16
Lucretia has quit [Read error: No route to host]
07:17
Lucretia has joined #wayland
07:25
<
pq >
rain1, I have used the Weston built-in RDP backend this year, I'd expect it to work. External RDP or VNC servers cannot work with Weston.
07:25
eroux_ has quit [Remote host closed the connection]
07:26
<
pq >
emersion, thanks for the Weston RC!
07:27
eroux has joined #wayland
07:33
ofourdan has quit [Ping timeout: 480 seconds]
07:53
pochu has joined #wayland
08:00
<
rain1 >
> wlroots based compositors and MIR have wayvnc
08:01
MrCooper has quit [Read error: Connection reset by peer]
08:02
MrCooper has joined #wayland
08:24
rain1 has quit [Quit: Lost terminal]
08:29
dcz has quit [Ping timeout: 480 seconds]
09:42
ofourdan has joined #wayland
10:00
<
emersion >
did i miss anything or made a mistake?
10:12
<
pq >
emersion, the LCMS plugin was not added, I am currently working on !906 that adds it.
10:13
<
pq >
emersion, !905 was never merged.
10:13
<
emersion >
i wonder why my script included it
10:13
<
emersion >
hm, maybe some commits from it were merged
10:14
<
pq >
the MR page says it contains 700 commits...
10:15
<
pq >
I think it's just a borked branch
10:16
<
emersion >
alright, fixed the script
10:18
<
pq >
emersion, launcher-logind was not yet superseded by libseat, it still exists.
10:18
<
emersion >
ok, will reword
10:19
<
pq >
yeah, the description says " leaving only
10:19
<
pq >
libseat and logind."
10:31
<
pq >
I'm trying to remember what was already in weston 10 to give a better description of the color management progress...
10:32
<
pq >
emersion, oh, the no-malloc-failures policy probably deserves a mention
10:33
<
emersion >
i've been wondering about that one
10:33
<
pq >
we haven't converted existing code, but it does mean a change in how weston will behave in the future
10:34
<
emersion >
oh, you decided to abort
10:34
<
emersion >
i missed that, definitely deserves a mention
10:34
<
pq >
IIRC I added a note in the README
10:34
<
pq >
9358706743c208e2fd0f36bea5a3f45f91fa58c9
10:36
<
pq >
About color management: Weston 10 could already do blending in linear light, if configured that way.
10:37
<
pq >
In Weston 11, if you enable the tentative, experimental and WIP color management option, Weston will not only blend in linear light, but you can also set up a monitor ICC profile and Weston will do some kind of color mapping from sRGB to that profile.
10:41
Company has joined #wayland
10:42
<
pq >
Furthermore, you can configure a monitor into HDR mode and deliver HDR characteristics from weston.ini to the monitor, but Weston will
*not* produce proper HDR content yet, meaning the display is incorrect.
10:49
<
pq >
emersion, do I remember right that you had opinions about having a NEWS/ChangeLog kind of file checked in?
10:50
genpaku has quit [Remote host closed the connection]
10:50
<
pq >
Seems like if we required MRs to add notable changes there in the same go, the release announcement would almost write itself.
10:52
genpaku has joined #wayland
11:05
rasterman has joined #wayland
11:09
<
emersion >
pq, i don't have strong opinions
11:09
<
emersion >
i don't recall a discussion for weston
11:10
<
emersion >
what we do for wlroots is used an issue for each release
11:10
<
emersion >
and then incrementally add bullet points to it
11:11
<
pq >
and all reviewers know to go check/update that issue when they review/marge something?
11:11
<
emersion >
the person hitting the merge button is responsible for updating that issue yes
11:12
<
emersion >
but yeah, many projects use a checked-in changelog instead
11:12
<
emersion >
my concern is that this adds yet another thing the contributor must learn about
11:13
<
emersion >
if the changelog only tracks breaking changes and major changes, then maybe it's less of an issue, as new contributors are unlikely to do such changes
11:19
<
pq >
OTOH, reviewers are few and busy already. Don't you have that problem?
11:19
<
emersion >
(not saying it's all good advice in that link, just more food for thought)
11:19
<
emersion >
yeah, i definitely have the busy reviewer issue
11:20
<
emersion >
the only way to get more reviewers is to bring in existing contributors
11:21
<
emersion >
the only way to get contributors is to make it easy to contribute :P
11:22
<
romangg >
I can recommend conventional-changelog specs and tooling. generates the changelog automatically through commit messages.
11:22
<
romangg >
*conventional-commits specs
11:23
<
pq >
how does that work, when the feature is composed of multiple commits and none of the commits is the feature?
11:25
<
romangg >
At least one of them should have a "feat" tag. Probably I would use that for the last one while the ones prior are "refactor" commits preparing the feat commit.
11:26
<
pq >
You mean, add machine-readable things in commit messages that supposed to be free-form for-humans notes?
11:29
<
romangg >
Basically. It's a specs how to format your commit messages. The "type of commit" comes into the subject line. I liked it because it standardises commit format with tooling instead of policy and the type let you reflect about the purpose of the commit.
11:29
<
romangg >
i.e. if you have a commit that does a refactor and feat addition you should probably split this up instead.
11:30
<
romangg >
I use a linter in ci to ensure proper commit message format pre-merge.
11:32
<
romangg >
The changelog can then be extracted from the commit messages between last and next release categorized by feat, fix, refactor etc.
11:33
<
pq >
That doesn't seem attractive to me. People have to learn to please the machine a bit too much, and it won't catch refac+feat commits, because people would only tag them as either one.
11:36
<
daniels >
yeah, humans writing machine-readable text so the machine can generate human-readable text seems a bit backwards to me tbh
11:36
<
pq >
A checked-in NEWS or emersion's issue workflow seem more flexible. They also allow editing previous additions, so that everything related to the same topic can be grouped and explained fluently.
11:37
<
romangg >
Well, it's used by many projects and it's not hard to learn but you do you.
11:38
<
romangg >
What is true is, you would still need to distill from this changelog some form of release notes if you want to present specific feature additions etc in a nicer format than a long list of changes.
11:39
<
romangg >
That's the difference between a changelog and release notes. An automatically formatted changelog just let you more easily create the later I would say.
11:42
<
pq >
Release notes is the useful one, and manual distilling by the release manager is best not needed.
11:43
<
daniels >
emersion: can you please include 'Significant performance improvements in the DRM/KMS backend'
11:44
<
emersion >
yeah, i agree -- i'd rather not automatically generate release notes from commit messages
11:44
<
emersion >
(also i don't like the prefix -- we already use the prefix for something else)
11:45
<
emersion >
daniels: sure
11:45
<
romangg >
emersion: "scopes" are defined to be prefixed in braces by conventional-commits specs.
11:46
<
daniels >
hm, s/Significant //, I forgot that the bigger part of it actually got merged for 10.0
11:47
<
pq >
heh, if we happened to maintain a NEWS file, we'd easier remember what the previous version already did :-)
11:47
<
emersion >
pq, for color management, "support for monitor ICC profiles and partial HDR support"?
11:48
<
pq >
emersion, does it need to be that short? I think both are kinda overselling it.
11:49
<
emersion >
i'm trying to write something that users can understand
11:49
<
emersion >
it doesn't have to be that short
11:49
fmuellner has joined #wayland
11:49
<
emersion >
please send me suggestions :)
11:49
<
pq >
how about what I wrote? :-)
11:49
manuel1985 has joined #wayland
11:50
<
emersion >
ah, i didn't understand you wanted that as a release note entry
11:50
<
pq >
They are a suggestion, those two lines.
11:51
<
pq >
"In Weston 11, ..." and "Furthermore, ..."
11:51
<
daniels >
emersion: thanks for that!
11:52
<
pq >
I'm a bit touchy about accidentally overselling anything color related, because I feel there is a community that is just waiting to get to bash our stuff.
11:54
<
pq >
They bashed our stuff before there even was our stuff.
11:54
fmuellner has quit [Read error: Connection reset by peer]
12:03
fmuellner has joined #wayland
12:09
dcz has joined #wayland
12:36
nerdopolis has joined #wayland
12:42
juergbi has quit []
12:42
juergbi has joined #wayland
13:09
nerdopolis has quit [Ping timeout: 480 seconds]
13:54
repetiti` has joined #wayland
13:54
repetitivestrain has quit [Read error: Connection reset by peer]
14:10
manuel1985 has quit [Quit: Leaving]
14:10
devilhorns has joined #wayland
14:39
devilhorns_ has joined #wayland
14:39
devilhorns_ has quit []
14:41
devilhorns has quit [Read error: Connection reset by peer]
14:43
<
romangg >
I like that it pushes engineers to better communicate what they're doing but in a concise single sentence and not like "fix this", "fix that", etc.
14:44
<
romangg >
The biggest hurdle with any technical project is communication anyways. ;)
14:46
devilhorns has joined #wayland
15:41
tzimmermann has quit [Quit: Leaving]
15:57
devilhorns has quit []
16:07
ybogdano has joined #wayland
16:57
AJC_Z0 has joined #wayland
16:58
AJ_Z0 has quit [Read error: Connection reset by peer]
16:58
AJC_Z0 is now known as AJ_Z0
17:11
AJ_Z0 has quit [Read error: Connection reset by peer]
17:11
AJ_Z0 has joined #wayland
18:03
AJ_Z0 has quit [Quit: I have to return some videotapes]
18:04
zebrag has joined #wayland
18:04
AJ_Z0 has joined #wayland
18:22
fmuellner has quit [Ping timeout: 480 seconds]
18:27
cabal704 has joined #wayland
18:58
juergbi has quit [singleton.oftc.net coherence.oftc.net]
18:58
rv1sr has quit [singleton.oftc.net coherence.oftc.net]
18:58
danvet has quit [singleton.oftc.net coherence.oftc.net]
18:58
co1umbarius has quit [singleton.oftc.net coherence.oftc.net]
18:58
bodiccea has quit [singleton.oftc.net coherence.oftc.net]
18:58
alatiera has quit [singleton.oftc.net coherence.oftc.net]
18:58
Hypfer has quit [singleton.oftc.net coherence.oftc.net]
18:58
floof58 has quit [singleton.oftc.net coherence.oftc.net]
18:58
vyivel has quit [singleton.oftc.net coherence.oftc.net]
18:58
bl4ckb0ne has quit [singleton.oftc.net coherence.oftc.net]
18:58
abeltramo53 has quit [singleton.oftc.net coherence.oftc.net]
18:58
fossdd has quit [singleton.oftc.net coherence.oftc.net]
18:58
caveman has quit [singleton.oftc.net coherence.oftc.net]
18:58
scriptingdad[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
mooff has quit [singleton.oftc.net coherence.oftc.net]
18:58
tanty has quit [singleton.oftc.net coherence.oftc.net]
18:58
CME has quit [singleton.oftc.net coherence.oftc.net]
18:58
rappet has quit [singleton.oftc.net coherence.oftc.net]
18:58
DragoonAethis has quit [singleton.oftc.net coherence.oftc.net]
18:58
gusnan has quit [singleton.oftc.net coherence.oftc.net]
18:58
d_ed[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
jmariondev[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
yshui` has quit [singleton.oftc.net coherence.oftc.net]
18:58
davidre has quit [singleton.oftc.net coherence.oftc.net]
18:58
cool110 has quit [singleton.oftc.net coherence.oftc.net]
18:58
dcz has quit [singleton.oftc.net coherence.oftc.net]
18:58
whot has quit [singleton.oftc.net coherence.oftc.net]
18:58
immibis has quit [singleton.oftc.net coherence.oftc.net]
18:58
emersion has quit [singleton.oftc.net coherence.oftc.net]
18:58
qyliss has quit [singleton.oftc.net coherence.oftc.net]
18:58
Emantor has quit [singleton.oftc.net coherence.oftc.net]
18:58
dos1 has quit [singleton.oftc.net coherence.oftc.net]
18:58
glennk has quit [singleton.oftc.net coherence.oftc.net]
18:58
haasn has quit [singleton.oftc.net coherence.oftc.net]
18:58
GentooPhysicist39354 has quit [singleton.oftc.net coherence.oftc.net]
18:58
JoshuaAshton has quit [singleton.oftc.net coherence.oftc.net]
18:58
lanodan has quit [singleton.oftc.net coherence.oftc.net]
18:58
DonRichie has quit [singleton.oftc.net coherence.oftc.net]
18:58
drakulix[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
ozwald1[m]1 has quit [singleton.oftc.net coherence.oftc.net]
18:58
anomalous_creator[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
frytaped[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
ongy[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
emilio[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
pedrocr has quit [singleton.oftc.net coherence.oftc.net]
18:58
Shimmy[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
heeen has quit [singleton.oftc.net coherence.oftc.net]
18:58
r00tobo has quit [singleton.oftc.net coherence.oftc.net]
18:58
peeterm_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
adia7 has quit [singleton.oftc.net coherence.oftc.net]
18:58
jasyuiop[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
lockywolf_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
wb9688 has quit [singleton.oftc.net coherence.oftc.net]
18:58
rails[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
pitsch[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
vsyrjala has quit [singleton.oftc.net coherence.oftc.net]
18:58
BilalElmoussaoui[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
unix-supremacist[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
ki[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
japchae[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
FbioPacheco[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
JosExpsito[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
edrex[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
jryans has quit [singleton.oftc.net coherence.oftc.net]
18:58
tinybronca[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
Sumera[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
niecoinny[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
Nico has quit [singleton.oftc.net coherence.oftc.net]
18:58
wrl has quit [singleton.oftc.net coherence.oftc.net]
18:58
zubzub has quit [singleton.oftc.net coherence.oftc.net]
18:58
jpnurmi has quit [singleton.oftc.net coherence.oftc.net]
18:58
spuc950913 has quit [singleton.oftc.net coherence.oftc.net]
18:58
trepatud1 has quit [singleton.oftc.net coherence.oftc.net]
18:58
mstoeckl has quit [singleton.oftc.net coherence.oftc.net]
18:58
romangg has quit [singleton.oftc.net coherence.oftc.net]
18:58
al has quit [singleton.oftc.net coherence.oftc.net]
18:58
bookworm has quit [singleton.oftc.net coherence.oftc.net]
18:58
alarumbe has quit [singleton.oftc.net coherence.oftc.net]
18:58
mtretter has quit [singleton.oftc.net coherence.oftc.net]
18:58
pw has quit [singleton.oftc.net coherence.oftc.net]
18:58
puck_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
Prf_Jakob has quit [singleton.oftc.net coherence.oftc.net]
18:58
TimWolla has quit [singleton.oftc.net coherence.oftc.net]
18:58
Arsen has quit [singleton.oftc.net coherence.oftc.net]
18:58
ramcq has quit [singleton.oftc.net coherence.oftc.net]
18:58
olebra has quit [singleton.oftc.net coherence.oftc.net]
18:58
xantoz has quit [singleton.oftc.net coherence.oftc.net]
18:58
macc24 has quit [singleton.oftc.net coherence.oftc.net]
18:58
shoragan has quit [singleton.oftc.net coherence.oftc.net]
18:58
blathijs has quit [singleton.oftc.net coherence.oftc.net]
18:58
Plagman has quit [singleton.oftc.net coherence.oftc.net]
18:58
occivink has quit [singleton.oftc.net coherence.oftc.net]
18:58
tzafrir has quit [singleton.oftc.net coherence.oftc.net]
18:58
rgallaispou has quit [singleton.oftc.net coherence.oftc.net]
18:58
andyrtr has quit [singleton.oftc.net coherence.oftc.net]
18:58
zamundaaa[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
halfline[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
pq has quit [singleton.oftc.net coherence.oftc.net]
18:58
ashketchum[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
ahmadraniri[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
shadowninja55[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
m5zs7k has quit [singleton.oftc.net coherence.oftc.net]
18:58
nielsdg has quit [singleton.oftc.net coherence.oftc.net]
18:58
AndrewAylett[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
zaibon[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
cb5r[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
gnustomp[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
tagr has quit [singleton.oftc.net coherence.oftc.net]
18:58
creich has quit [singleton.oftc.net coherence.oftc.net]
18:58
Guest866 has quit [singleton.oftc.net coherence.oftc.net]
18:58
swick has quit [singleton.oftc.net coherence.oftc.net]
18:58
xaltsc has quit [singleton.oftc.net coherence.oftc.net]
18:58
hasebastian[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
benbrown has quit [singleton.oftc.net coherence.oftc.net]
18:58
doras has quit [singleton.oftc.net coherence.oftc.net]
18:58
bluepenquin has quit [singleton.oftc.net coherence.oftc.net]
18:58
teh1[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
feaneron has quit [singleton.oftc.net coherence.oftc.net]
18:58
unrelentingtech has quit [singleton.oftc.net coherence.oftc.net]
18:58
deknos82[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
enick_58 has quit [singleton.oftc.net coherence.oftc.net]
18:58
idkrn[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
botiapa[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
cousinofthor[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
windowsxp[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
DemiMarie has quit [singleton.oftc.net coherence.oftc.net]
18:58
ttancos[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
j-james[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
Poly[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
GrahamPerrin[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
pac85[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
smasher_tati[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
rubo_[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
varlad[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
enick_883 has quit [singleton.oftc.net coherence.oftc.net]
18:58
MarcusBritanicus[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
zebrag has quit [singleton.oftc.net coherence.oftc.net]
18:58
rasterman has quit [singleton.oftc.net coherence.oftc.net]
18:58
Company has quit [singleton.oftc.net coherence.oftc.net]
18:58
ofourdan has quit [singleton.oftc.net coherence.oftc.net]
18:58
Serus has quit [singleton.oftc.net coherence.oftc.net]
18:58
thevar1able1 has quit [singleton.oftc.net coherence.oftc.net]
18:58
DPA has quit [singleton.oftc.net coherence.oftc.net]
18:58
ivyl has quit [singleton.oftc.net coherence.oftc.net]
18:58
d42 has quit [singleton.oftc.net coherence.oftc.net]
18:58
pounce has quit [singleton.oftc.net coherence.oftc.net]
18:58
midgard has quit [singleton.oftc.net coherence.oftc.net]
18:58
wolfshappen has quit [singleton.oftc.net coherence.oftc.net]
18:58
dblsaiko has quit [singleton.oftc.net coherence.oftc.net]
18:58
dreda has quit [singleton.oftc.net coherence.oftc.net]
18:58
Consolatis has quit [singleton.oftc.net coherence.oftc.net]
18:58
eroux has quit [singleton.oftc.net coherence.oftc.net]
18:58
Lucretia has quit [singleton.oftc.net coherence.oftc.net]
18:58
MrCooper has quit [singleton.oftc.net coherence.oftc.net]
18:58
tleydxdy has quit [singleton.oftc.net coherence.oftc.net]
18:58
hex[m]1 has quit [singleton.oftc.net coherence.oftc.net]
18:58
inkbottle[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
MatrixTravelerbot[m]12 has quit [singleton.oftc.net coherence.oftc.net]
18:58
hch12907 has quit [singleton.oftc.net coherence.oftc.net]
18:58
arichardson[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
ammen99[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
i509VCB has quit [singleton.oftc.net coherence.oftc.net]
18:58
Levans has quit [singleton.oftc.net coherence.oftc.net]
18:58
Lumpio_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
FLHerne has quit [singleton.oftc.net coherence.oftc.net]
18:58
phryk_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
wlb has quit [singleton.oftc.net coherence.oftc.net]
18:58
mceier has quit [singleton.oftc.net coherence.oftc.net]
18:58
ecloud has quit [singleton.oftc.net coherence.oftc.net]
18:58
SardemFF7 has quit [singleton.oftc.net coherence.oftc.net]
18:58
diamondburned[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
nazarewk[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
apol[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
unix has quit [singleton.oftc.net coherence.oftc.net]
18:58
heftig has quit [singleton.oftc.net coherence.oftc.net]
18:58
Mershl[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
Kelseyjgilbert[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
psydroid[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
YaLTeR[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
kinlo has quit [singleton.oftc.net coherence.oftc.net]
18:58
| has quit [singleton.oftc.net coherence.oftc.net]
18:58
saum0n has quit [singleton.oftc.net coherence.oftc.net]
18:58
modin has quit [singleton.oftc.net coherence.oftc.net]
18:58
llyyr has quit [singleton.oftc.net coherence.oftc.net]
18:58
zamundaaa has quit [singleton.oftc.net coherence.oftc.net]
18:58
leandrohrb has quit [singleton.oftc.net coherence.oftc.net]
18:58
vchernin[m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
yoslin has quit [singleton.oftc.net coherence.oftc.net]
18:58
any1 has quit [singleton.oftc.net coherence.oftc.net]
18:58
marex has quit [singleton.oftc.net coherence.oftc.net]
18:58
LaserEyess has quit [singleton.oftc.net coherence.oftc.net]
18:58
dottedmag has quit [singleton.oftc.net coherence.oftc.net]
18:58
V has quit [singleton.oftc.net coherence.oftc.net]
18:58
rawoul has quit [singleton.oftc.net coherence.oftc.net]
18:58
mort_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
mupuf has quit [singleton.oftc.net coherence.oftc.net]
18:58
pH5 has quit [singleton.oftc.net coherence.oftc.net]
18:58
mriesch has quit [singleton.oftc.net coherence.oftc.net]
18:58
OMGOMG has quit [singleton.oftc.net coherence.oftc.net]
18:58
jadahl has quit [singleton.oftc.net coherence.oftc.net]
18:58
DrNick has quit [singleton.oftc.net coherence.oftc.net]
18:58
heeen[m][m] has quit [singleton.oftc.net coherence.oftc.net]
18:58
leon-p has quit [singleton.oftc.net coherence.oftc.net]
18:58
kindablue has quit [singleton.oftc.net coherence.oftc.net]
18:58
ghostbuster has quit [singleton.oftc.net coherence.oftc.net]
18:58
qa24__ has quit [singleton.oftc.net coherence.oftc.net]
18:58
ids1024 has quit [singleton.oftc.net coherence.oftc.net]
18:58
c7s has quit [singleton.oftc.net coherence.oftc.net]
18:58
sudocurse_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
cnsvc has quit [singleton.oftc.net coherence.oftc.net]
18:58
jimjams has quit [singleton.oftc.net coherence.oftc.net]
18:58
eletrotupi has quit [singleton.oftc.net coherence.oftc.net]
18:58
Sachiel has quit [singleton.oftc.net coherence.oftc.net]
18:58
lvrp16 has quit [singleton.oftc.net coherence.oftc.net]
18:58
^[ has quit [singleton.oftc.net coherence.oftc.net]
18:58
zmike has quit [singleton.oftc.net coherence.oftc.net]
18:58
AJ_Z0 has quit [singleton.oftc.net coherence.oftc.net]
18:58
ybogdano has quit [singleton.oftc.net coherence.oftc.net]
18:58
enilflah has quit [singleton.oftc.net coherence.oftc.net]
18:58
Seirdy has quit [singleton.oftc.net coherence.oftc.net]
18:58
soreau has quit [singleton.oftc.net coherence.oftc.net]
18:58
gspbirel56 has quit [singleton.oftc.net coherence.oftc.net]
18:58
nurupo has quit [singleton.oftc.net coherence.oftc.net]
18:58
anarsoul has quit [singleton.oftc.net coherence.oftc.net]
18:58
bim9262 has quit [singleton.oftc.net coherence.oftc.net]
18:58
that_guy has quit [singleton.oftc.net coherence.oftc.net]
18:58
bindu has quit [singleton.oftc.net coherence.oftc.net]
18:58
agd5f has quit [singleton.oftc.net coherence.oftc.net]
18:58
jekstrand has quit [singleton.oftc.net coherence.oftc.net]
18:58
UndeadLeech has quit [singleton.oftc.net coherence.oftc.net]
18:58
bwidawsk has quit [singleton.oftc.net coherence.oftc.net]
18:58
ManMower has quit [singleton.oftc.net coherence.oftc.net]
18:58
astlep has quit [singleton.oftc.net coherence.oftc.net]
18:58
dri-logger has quit [singleton.oftc.net coherence.oftc.net]
18:58
bluebugs has quit [singleton.oftc.net coherence.oftc.net]
18:58
kenny2 has quit [singleton.oftc.net coherence.oftc.net]
18:58
ecocode____ has quit [singleton.oftc.net coherence.oftc.net]
18:58
riverdc has quit [singleton.oftc.net coherence.oftc.net]
18:58
shankaru has quit [singleton.oftc.net coherence.oftc.net]
18:58
reductum has quit [singleton.oftc.net coherence.oftc.net]
18:58
ebassi has quit [singleton.oftc.net coherence.oftc.net]
18:58
JPEW has quit [singleton.oftc.net coherence.oftc.net]
18:58
coleman has quit [singleton.oftc.net coherence.oftc.net]
18:58
everfree has quit [singleton.oftc.net coherence.oftc.net]
18:58
caseif has quit [singleton.oftc.net coherence.oftc.net]
18:58
zzag has quit [singleton.oftc.net coherence.oftc.net]
18:58
melissawen has quit [singleton.oftc.net coherence.oftc.net]
18:58
cabal704 has quit [singleton.oftc.net coherence.oftc.net]
18:58
genpaku has quit [singleton.oftc.net coherence.oftc.net]
18:58
pochu has quit [singleton.oftc.net coherence.oftc.net]
18:58
cheka has quit [singleton.oftc.net coherence.oftc.net]
18:58
cyberpear has quit [singleton.oftc.net coherence.oftc.net]
18:58
eroc1990 has quit [singleton.oftc.net coherence.oftc.net]
18:58
Ampera has quit [singleton.oftc.net coherence.oftc.net]
18:58
danshick_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
seanpaul has quit [singleton.oftc.net coherence.oftc.net]
18:58
quantum5 has quit [singleton.oftc.net coherence.oftc.net]
18:58
danieldg has quit [singleton.oftc.net coherence.oftc.net]
18:58
bcheng has quit [singleton.oftc.net coherence.oftc.net]
18:58
Lyude has quit [singleton.oftc.net coherence.oftc.net]
18:58
rpigott has quit [singleton.oftc.net coherence.oftc.net]
18:58
inferiormartin has quit [singleton.oftc.net coherence.oftc.net]
18:58
tlwoerner has quit [singleton.oftc.net coherence.oftc.net]
18:58
systwi_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
doppo has quit [singleton.oftc.net coherence.oftc.net]
18:58
smurray has quit [singleton.oftc.net coherence.oftc.net]
18:58
mcf has quit [singleton.oftc.net coherence.oftc.net]
18:58
hwentlan_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
Lightsword has quit [singleton.oftc.net coherence.oftc.net]
18:58
yongxiang_____ has quit [singleton.oftc.net coherence.oftc.net]
18:58
d10n_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
moses_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
tsujp_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
tommybomb_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
kchibisov has quit [singleton.oftc.net coherence.oftc.net]
18:58
txtsd has quit [singleton.oftc.net coherence.oftc.net]
18:58
milesrout has quit [singleton.oftc.net coherence.oftc.net]
18:58
sumoon_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
kennylevinsen has quit [singleton.oftc.net coherence.oftc.net]
18:58
WhyNotHugo_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
WhizzWr has quit [singleton.oftc.net coherence.oftc.net]
18:58
novakane has quit [singleton.oftc.net coherence.oftc.net]
18:58
zvarde198830 has quit [singleton.oftc.net coherence.oftc.net]
18:58
Arnavion has quit [singleton.oftc.net coherence.oftc.net]
18:58
glisse has quit [singleton.oftc.net coherence.oftc.net]
18:58
aswar002 has quit [singleton.oftc.net coherence.oftc.net]
18:58
pieguy128 has quit [singleton.oftc.net coherence.oftc.net]
18:58
daniels has quit [singleton.oftc.net coherence.oftc.net]
18:58
ifreund has quit [singleton.oftc.net coherence.oftc.net]
18:58
panzeroceania___ has quit [singleton.oftc.net coherence.oftc.net]
18:58
dnkl_ has quit [singleton.oftc.net coherence.oftc.net]
18:58
ecs has quit [singleton.oftc.net coherence.oftc.net]
18:58
sniff has quit [singleton.oftc.net coherence.oftc.net]
18:58
Ariadne has quit [singleton.oftc.net coherence.oftc.net]
18:58
yar has quit [singleton.oftc.net coherence.oftc.net]
18:58
fullstop has quit [singleton.oftc.net coherence.oftc.net]
19:01
AJ_Z0 has joined #wayland
19:01
cabal704 has joined #wayland
19:01
zebrag has joined #wayland
19:01
ybogdano has joined #wayland
19:01
juergbi has joined #wayland
19:01
rasterman has joined #wayland
19:01
dcz has joined #wayland
19:01
genpaku has joined #wayland
19:01
Company has joined #wayland
19:01
ofourdan has joined #wayland
19:01
pochu has joined #wayland
19:01
MrCooper has joined #wayland
19:01
Lucretia has joined #wayland
19:01
eroux has joined #wayland
19:01
rv1sr has joined #wayland
19:01
enilflah has joined #wayland
19:01
danvet has joined #wayland
19:01
co1umbarius has joined #wayland
19:01
cool110 has joined #wayland
19:01
whot has joined #wayland
19:01
Serus has joined #wayland
19:01
immibis has joined #wayland
19:01
bodiccea has joined #wayland
19:01
cheka has joined #wayland
19:01
alatiera has joined #wayland
19:01
Hypfer has joined #wayland
19:01
floof58 has joined #wayland
19:01
rgallaispou has joined #wayland
19:01
midgard has joined #wayland
19:01
cyberpear has joined #wayland
19:01
vyivel has joined #wayland
19:01
emersion has joined #wayland
19:01
bl4ckb0ne has joined #wayland
19:01
eroc1990 has joined #wayland
19:01
andyrtr has joined #wayland
19:01
Seirdy has joined #wayland
19:01
caveman has joined #wayland
19:01
thevar1able1 has joined #wayland
19:01
Ampera has joined #wayland
19:01
DPA has joined #wayland
19:01
ivyl has joined #wayland
19:01
abeltramo53 has joined #wayland
19:01
fossdd has joined #wayland
19:01
olebra has joined #wayland
19:01
soreau has joined #wayland
19:01
WhizzWr has joined #wayland
19:01
gspbirel56 has joined #wayland
19:01
quantum5 has joined #wayland
19:01
danieldg has joined #wayland
19:01
scriptingdad[m] has joined #wayland
19:01
qyliss has joined #wayland
19:01
bcheng has joined #wayland
19:01
d42 has joined #wayland
19:01
yshui` has joined #wayland
19:01
pounce has joined #wayland
19:01
Lyude has joined #wayland
19:01
rpigott has joined #wayland
19:01
tanty has joined #wayland
19:01
mooff has joined #wayland
19:01
CME has joined #wayland
19:01
Emantor has joined #wayland
19:01
wolfshappen has joined #wayland
19:01
nurupo has joined #wayland
19:01
anarsoul has joined #wayland
19:01
dos1 has joined #wayland
19:01
m5zs7k has joined #wayland
19:01
dreda has joined #wayland
19:01
dblsaiko has joined #wayland
19:01
inferiormartin has joined #wayland
19:01
bim9262 has joined #wayland
19:01
tlwoerner has joined #wayland
19:01
Consolatis has joined #wayland
19:01
that_guy has joined #wayland
19:01
doppo has joined #wayland
19:01
systwi_ has joined #wayland
19:01
glennk has joined #wayland
19:01
rappet has joined #wayland
19:01
bindu has joined #wayland
19:01
haasn has joined #wayland
19:01
GentooPhysicist39354 has joined #wayland
19:01
JoshuaAshton has joined #wayland
19:01
zamundaaa[m] has joined #wayland
19:01
DragoonAethis has joined #wayland
19:01
DonRichie has joined #wayland
19:01
benbrown has joined #wayland
19:01
pq has joined #wayland
19:01
drakulix[m] has joined #wayland
19:01
tleydxdy has joined #wayland
19:01
ahmadraniri[m] has joined #wayland
19:01
ozwald1[m]1 has joined #wayland
19:01
AndrewAylett[m] has joined #wayland
19:01
anomalous_creator[m] has joined #wayland
19:01
nielsdg has joined #wayland
19:01
inkbottle[m] has joined #wayland
19:01
frytaped[m] has joined #wayland
19:01
davidre has joined #wayland
19:01
zaibon[m] has joined #wayland
19:01
arichardson[m] has joined #wayland
19:01
ammen99[m] has joined #wayland
19:01
cb5r[m] has joined #wayland
19:01
i509VCB has joined #wayland
19:01
gnustomp[m] has joined #wayland
19:01
kchibisov has joined #wayland
19:01
pedrocr has joined #wayland
19:01
Lumpio_ has joined #wayland
19:01
Shimmy[m] has joined #wayland
19:01
FLHerne has joined #wayland
19:01
heeen has joined #wayland
19:01
tagr has joined #wayland
19:01
r00tobo has joined #wayland
19:01
phryk_ has joined #wayland
19:01
Lightsword has joined #wayland
19:01
Levans has joined #wayland
19:01
txtsd has joined #wayland
19:01
agd5f has joined #wayland
19:01
smurray has joined #wayland
19:01
UndeadLeech has joined #wayland
19:01
mcf has joined #wayland
19:01
kennylevinsen has joined #wayland
19:01
hwentlan_ has joined #wayland
19:01
jekstrand has joined #wayland
19:01
daniels has joined #wayland
19:01
yongxiang_____ has joined #wayland
19:01
panzeroceania___ has joined #wayland
19:01
d10n_ has joined #wayland
19:01
ifreund has joined #wayland
19:01
dnkl_ has joined #wayland
19:01
peeterm_ has joined #wayland
19:01
ecocode____ has joined #wayland
19:01
moses_ has joined #wayland
19:01
tsujp_ has joined #wayland
19:01
milesrout has joined #wayland
19:01
sumoon_ has joined #wayland
19:01
tommybomb_ has joined #wayland
19:01
WhyNotHugo_ has joined #wayland
19:01
novakane has joined #wayland
19:01
zvarde198830 has joined #wayland
19:01
ManMower has joined #wayland
19:01
Arnavion has joined #wayland
19:01
astlep has joined #wayland
19:01
glisse has joined #wayland
19:01
dri-logger has joined #wayland
19:01
aswar002 has joined #wayland
19:01
Arsen has joined #wayland
19:01
bluebugs has joined #wayland
19:01
pieguy128 has joined #wayland
19:01
kenny2 has joined #wayland
19:01
creich has joined #wayland
19:01
Guest866 has joined #wayland
19:01
JPEW has joined #wayland
19:01
adia7 has joined #wayland
19:01
jasyuiop[m] has joined #wayland
19:01
riverdc has joined #wayland
19:01
ecs has joined #wayland
19:01
shankaru has joined #wayland
19:01
swick has joined #wayland
19:01
Ariadne has joined #wayland
19:01
sniff has joined #wayland
19:01
xaltsc has joined #wayland
19:01
lvrp16 has joined #wayland
19:01
wlb has joined #wayland
19:01
mceier has joined #wayland
19:01
reductum has joined #wayland
19:01
ecloud has joined #wayland
19:01
SardemFF7 has joined #wayland
19:01
wb9688 has joined #wayland
19:01
lockywolf_ has joined #wayland
19:01
bluepenquin has joined #wayland
19:01
rails[m] has joined #wayland
19:01
hasebastian[m] has joined #wayland
19:01
pitsch[m] has joined #wayland
19:01
vsyrjala has joined #wayland
19:01
ki[m] has joined #wayland
19:01
unix-supremacist[m] has joined #wayland
19:01
BilalElmoussaoui[m] has joined #wayland
19:01
diamondburned[m] has joined #wayland
19:01
doras has joined #wayland
19:01
nazarewk[m] has joined #wayland
19:01
apol[m] has joined #wayland
19:01
deknos82[m] has joined #wayland
19:01
unix has joined #wayland
19:01
feaneron has joined #wayland
19:01
teh1[m] has joined #wayland
19:01
enick_58 has joined #wayland
19:01
unrelentingtech has joined #wayland
19:01
heftig has joined #wayland
19:01
Mershl[m] has joined #wayland
19:01
japchae[m] has joined #wayland
19:01
Kelseyjgilbert[m] has joined #wayland
19:01
botiapa[m] has joined #wayland
19:01
idkrn[m] has joined #wayland
19:01
cousinofthor[m] has joined #wayland
19:01
windowsxp[m] has joined #wayland
19:01
heeen[m][m] has joined #wayland
19:01
FbioPacheco[m] has joined #wayland
19:01
DrNick has joined #wayland
19:01
JosExpsito[m] has joined #wayland
19:01
psydroid[m] has joined #wayland
19:01
gusnan has joined #wayland
19:01
lanodan has joined #wayland
19:01
OMGOMG has joined #wayland
19:01
jmariondev[m] has joined #wayland
19:01
ashketchum[m] has joined #wayland
19:01
hex[m]1 has joined #wayland
19:01
shadowninja55[m] has joined #wayland
19:01
d_ed[m] has joined #wayland
19:01
ongy[m] has joined #wayland
19:01
MatrixTravelerbot[m]12 has joined #wayland
19:01
niecoinny[m] has joined #wayland
19:01
emilio[m] has joined #wayland
19:01
hch12907 has joined #wayland
19:01
j-james[m] has joined #wayland
19:01
Poly[m] has joined #wayland
19:01
GrahamPerrin[m] has joined #wayland
19:01
pac85[m] has joined #wayland
19:01
rubo_[m] has joined #wayland
19:01
varlad[m] has joined #wayland
19:01
smasher_tati[m] has joined #wayland
19:01
enick_883 has joined #wayland
19:01
MarcusBritanicus[m] has joined #wayland
19:01
V has joined #wayland
19:01
jadahl has joined #wayland
19:01
vchernin[m] has joined #wayland
19:01
mupuf has joined #wayland
19:01
kinlo has joined #wayland
19:01
modin has joined #wayland
19:01
rawoul has joined #wayland
19:01
any1 has joined #wayland
19:01
saum0n has joined #wayland
19:01
pH5 has joined #wayland
19:01
marex has joined #wayland
19:01
LaserEyess has joined #wayland
19:01
llyyr has joined #wayland
19:01
| has joined #wayland
19:01
zamundaaa has joined #wayland
19:01
mriesch has joined #wayland
19:01
leandrohrb has joined #wayland
19:01
mort_ has joined #wayland
19:01
dottedmag has joined #wayland
19:01
xantoz has joined #wayland
19:01
yoslin has joined #wayland
19:01
bookworm has joined #wayland
19:01
Plagman has joined #wayland
19:01
macc24 has joined #wayland
19:01
jpnurmi has joined #wayland
19:01
al has joined #wayland
19:01
alarumbe has joined #wayland
19:01
puck_ has joined #wayland
19:01
shoragan has joined #wayland
19:01
tzafrir has joined #wayland
19:01
pw has joined #wayland
19:01
romangg has joined #wayland
19:01
spuc950913 has joined #wayland
19:01
occivink has joined #wayland
19:01
blathijs has joined #wayland
19:01
trepatud1 has joined #wayland
19:01
mstoeckl has joined #wayland
19:01
ramcq has joined #wayland
19:01
TimWolla has joined #wayland
19:01
zubzub has joined #wayland
19:01
mtretter has joined #wayland
19:01
Prf_Jakob has joined #wayland
19:01
wrl has joined #wayland
19:01
leon-p has joined #wayland
19:01
kindablue has joined #wayland
19:01
c7s has joined #wayland
19:01
Sachiel has joined #wayland
19:01
ttancos[m] has joined #wayland
19:01
Nico has joined #wayland
19:01
ghostbuster has joined #wayland
19:01
ids1024 has joined #wayland
19:01
^[ has joined #wayland
19:01
sudocurse_ has joined #wayland
19:01
zmike has joined #wayland
19:01
qa24__ has joined #wayland
19:01
cnsvc has joined #wayland
19:01
eletrotupi has joined #wayland
19:01
jimjams has joined #wayland
19:01
bwidawsk has joined #wayland
19:01
yar has joined #wayland
19:01
ebassi has joined #wayland
19:01
fullstop has joined #wayland
19:01
danshick_ has joined #wayland
19:01
coleman has joined #wayland
19:01
seanpaul has joined #wayland
19:01
caseif has joined #wayland
19:01
melissawen has joined #wayland
19:01
zzag has joined #wayland
19:01
everfree has joined #wayland
19:01
tinybronca[m] has joined #wayland
19:01
jryans has joined #wayland
19:01
halfline[m] has joined #wayland
19:01
YaLTeR[m] has joined #wayland
19:01
edrex[m] has joined #wayland
19:01
Sumera[m] has joined #wayland
19:01
DemiMarie has joined #wayland
19:15
cabal705 has joined #wayland
19:16
cabal704 has quit [Ping timeout: 480 seconds]
19:21
skipet has joined #wayland
19:51
dcz has quit [Ping timeout: 480 seconds]
19:51
cabal705 has quit [Read error: Connection reset by peer]
19:57
cabal705 has joined #wayland
20:02
reductum has quit [Ping timeout: 480 seconds]
20:11
buh0 has joined #wayland
20:20
bhawan has joined #wayland
20:56
fmuellner has joined #wayland
21:01
reductum has joined #wayland
21:10
buh0 has quit [Ping timeout: 480 seconds]
21:59
wolfshappen has quit []
22:13
rasterman has quit [Quit: Gettin' stinky!]
22:29
danvet has quit [Ping timeout: 480 seconds]
22:50
bhawan has quit [Remote host closed the connection]
23:05
wolfshappen has joined #wayland
23:20
cabal705 has quit []