00:00 | <Ryan52> and... we have plugins in C now... like, woah.
| |
00:01 | <vagrantc> NX does crazy stuff like shared private keys that always made me a *bit* suspicious
| |
00:02 | <Ryan52> vagrantc: what about XDMCP?
| |
00:02 | I thought that in itself had security issues.
| |
00:03 | <vagrantc> it's effectively about as secure as telent
| |
00:03 | er, telnet
| |
00:03 | <Ryan52> yeah.. so if they're already planning XDMCP, NX can't be that much worse, right? :)
| |
00:03 | <vagrantc> they're planning a new XDMCP implementation?
| |
00:04 | <Ryan52> that's what they've been saying they're going to use.
| |
00:04 | <vagrantc> do major display managers even support XDMCP?
| |
00:04 | gdm had threatened to deprecate it ages ago...
| |
00:05 | <Ryan52> yeah, maybe I misheard. I mean, at first I was like WTF, but then I kept hearing it, so I accepted it as truth. But let me go ask. :)
| |
00:07 | <vagrantc> XDMCP has some silly things, too, like consuming server resources while clients are idle waiting to log in.
| |
00:08 | since the login manager is actually running on the server.
| |
00:09 | you shouldn't notice a difference in performance with LDM_DIRECTX vs. XDMCP, except for better integration
| |
00:10 | <Ryan52> ok cool, thanks for the info!
| |
00:11 | <vagrantc> of course, then you're using LTSP instead of your adventures in homebrew systems...
| |
00:11 | which might be less educational
| |
00:19 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Remote host closed the connection) | |
00:24 | <Ryan52> ehh that's not quite it.
| |
00:25 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 265 seconds) | |
00:25 | <Ryan52> vagrantc: what's this xcompmgr?
| |
00:25 | i saw greppin the source and it makes no sense to me.
| |
00:26 | vagrantc: but yeah, I'd suggest LTSP if they didn't already have a solution in place - not sure where it came from honestly.
| |
00:28 | vagrantc: so I looked back at my IRC logs
| |
00:28 | I asked what we would use and they said:
| |
00:28 | XDMCP
| |
00:28 | seems to work pretty good
| |
00:28 | vagrantc: this is how big decisions are made :)
| |
00:29 | vagrantc: I would really like to gain a better understanding of XDMCP so I can properly tell them what is wrong with their idea.
| |
00:31 | vagrantc: is there a "roadmap" for where LTSP is going in the big picture?
| |
00:47 | <vagrantc> Ryan52: it's just basically a cleartext (or nearly so) communications issue...
| |
00:47 | Ryan52: so passwords, usernames, entire sessions are viewable by anyone capable of listening on the network
| |
00:54 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
00:56 | <Ryan52> vagrantc: yeah that's kinda what I thought.
| |
00:57 | <vagrantc> keylogging!
| |
00:57 | and the fun part, injection...
| |
00:57 | though that's a little harder
| |
01:02 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 240 seconds) | |
01:02 | imox has left IRC (imox!~imox@p57A96DDF.dip0.t-ipconnect.de, Quit: imox) | |
01:31 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
01:35 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 260 seconds) | |
02:09 | <Ryan52> vagrantc: yeah.. unfortunately, when I heard about the project, it was already "done" supposedly.
| |
02:32 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
02:36 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 240 seconds) | |
03:00 | vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Ping timeout: 252 seconds) | |
03:20 | <Ryan52> s it turns out, XDMCP is fine when you have full control of the hardware and networking, because if that is compromised there are bigger problems.
| |
03:20 | *As
| |
03:31 | so how's driving the next generation of LTSP?
| |
03:31 | *who
| |
03:32 | I'm curious how this pam ssh thing will work.. like how will GDM etc get the information it needs?
| |
03:32 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
03:35 | <work_alkisg> Ryan52: libpam_sshauth means that one will be able to login locally with any means. E.g. he will be able to press alt+ctrl+f1 and login there with any username/password that is valid on the server
| |
03:35 | PAM will validate his account by ssh'ing to the server
| |
03:36 | It will add that user locally etc. And the LTSP hooks will use sshfs to mount his home directory etc.
| |
03:37 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 245 seconds) | |
03:38 | <Ryan52> work_alkisg: and that works?
| |
03:38 | <work_alkisg> Yup
| |
03:38 | <Ryan52> I assumed GDM needed to know *some* things from the remote host.
| |
03:38 | <work_alkisg> The hard part is cleaning up the code, to remove all LDM* occurences from ltsp scripts etc
| |
03:39 | <Ryan52> So I guess that's what's left is minor integration details?
| |
03:39 | <work_alkisg> Nah, it doesn't need to know anything about the underlying authentication library
| |
03:39 | LDM_AUTOLOGIN=xxx
| |
03:39 | ...that then needs to be DM specific
| |
03:39 | /etc/lightdm/user.conf, or /etc/gdm/*...
| |
03:39 | XRANDR_MODE_0 => we need hooks for such things too
| |
03:40 | <Ryan52> Ah, okay, gotcha.
| |
03:41 | Yeah, took me a minute to fully wrap my head around that, I just figured it would have hit the filesystem sooner for something.
| |
03:42 | work_alkisg: is there a running list of these issues anywhere?
| |
03:44 | <work_alkisg> Not really... I've started writing a few things at http://sync.in/ltsp, but we haven't started coding ltsp 6 yet
| |
03:44 | Unfortunately the only developers spending a few hours now and then on ltsp are only vagrantc and me now
| |
03:45 | We also have a few more ideas that we want to include in ltsp6, e.g. http://wiki.ltsp.org/wiki/Dev:Ltspd
| |
03:45 | <Ryan52> work_alkisg: so this is actually ltsp6? cool!
| |
03:45 | <work_alkisg> So, a couple of months are needed for ltsp6 to take shape, but it appears that noone has the time or resources for that
| |
03:46 | Yeah ltsp 6 mostly means pam logins, so no LDM, and ltspd instead of lts.conf/ldm-server
| |
03:47 | I wonder if people would be willing to sponsor that
| |
03:47 | <Ryan52> yeah, crowdsource that!
| |
03:47 | err.. crowdfund
| |
03:47 | err. crowd whatever the word is. I'm bad at this.
| |
03:48 | More seriously tho.. I'm honestly trying to think of some creative ways I could get some work done.
| |
03:48 | I might be able to find some resources for some smaller projects.
| |
03:48 | And I might be able to think of a way to get some hours to spend on it if I'm really creative.
| |
03:48 | * Ryan52 is personally interested in this. | |
03:50 | <Ryan52> work_alkisg: and if you find a way to get money to back it, I can definitely allocate hours based on that, but I'm sure there are others more deserving of that vanity than I :)
| |
03:50 | everybody wants to get paid to open source.. that's like "the dream" in this world.
| |
03:51 | work_alkisg: I'm going to ponder if I can integrate this into any of my research interests, oddly enough.. cause I have some research time that needs new projects.
| |
03:52 | Otherwise, depending on how my class schedule pans out, I might be able to see if I can be vagrantc's intern for a term to satisfy degree requirements. not sure on that.
| |
03:53 | (vagrantc on paper, only because I know him in person)
| |
03:53 | <work_alkisg> Sure, that'd be nice
| |
03:53 | I also asked devs here to put ltsp 6 as a google summer of code project
| |
03:54 | jammcq didn't like the idea so we abandoned it
| |
03:55 | Sometimes I'm thinking that ltsp has too much legacy and something new is needed
| |
04:02 | <Ryan52> work_alkisg: I was just wondering that ;)
| |
04:02 | rebuild from the ground up
| |
04:03 | <work_alkisg> We don't even have a channel operator here anymore
| |
04:03 | We can't change the channel topic... :)
| |
04:03 | <Ryan52> why?
| |
04:03 | who was it?
| |
04:03 | <work_alkisg> Because all of the initial devs aren't here
| |
04:03 | <Ryan52> we could arrange for a takeover I'm sure.
| |
04:03 | work_alkisg: who are the initial devs?
| |
04:06 | <work_alkisg> Ryan52: /msg chanserv access #ltsp list
| |
04:06 | sbalneav: can you add me or vagrantc as an operator in #ltsp?
| |
04:08 | <sbalneav> I could, if I was an op :D
| |
04:08 | I was never an op :D
| |
04:11 | <work_alkisg> sbalneav: (07:05:57 πμ) ChanServ: (notice) 4 sbalneav +ARiortv [modified ? ago]
| |
04:11 | Doesn't that mean you're an op?
| |
04:11 | <sbalneav> am i?
| |
04:11 | I didn't think I was!
| |
04:11 | <work_alkisg> Yes, type this: /msg chanserv access #ltsp list
| |
04:11 | You'll see the operators list
| |
04:12 | You're the only one left here... :)
| |
04:12 | <sbalneav> huh!
| |
04:12 | So... how do I op?!
| |
04:12 | <work_alkisg> Not sure, try: /op
| |
04:12 | Maybe you need to authenticate as well
| |
04:12 | <sbalneav> says I'm not an op XD
| |
04:13 | I should be authed, or with the chanserv?
| |
04:15 | ChanServ sets mode: +o sbalneav | |
04:15 | <sbalneav> WHOOOOT
| |
04:15 | sbalneav sets mode: +o work_alkisg | |
04:15 | <work_alkisg> Thanks, I'm in some exams so I'll look into how to make that permanent in a few hours...
| |
04:16 | I'll make the bot an operator too, so that we can give it commands to perform here
| |
04:16 | <sbalneav> Cool!
| |
04:16 | Glad I could help.
| |
04:17 | <work_alkisg> sbalneav: moment!
| |
04:17 | <sbalneav> Yup!
| |
04:17 | <work_alkisg> Hm... I don't want work_alkisg, I want alkisg.... let me see...
| |
04:17 | alkisg has joined IRC (alkisg!c23fefeb@ubuntu/member/alkisg) | |
04:18 | lns has left IRC (lns!~lns@pdpc/supporter/professional/lns, Quit: Leaving) | |
04:18 | <work_alkisg> sbalneav: can you /op alkisg ?
| |
04:18 | (brb)
| |
04:20 | sbalneav sets mode: +o alkisg | |
04:20 | <sbalneav> DNE
| |
04:20 | DONE
| |
04:23 | <work_alkisg> sbalneav: nah, I can't
| |
04:23 | Do this: /msg chanserv access #ltsp add alkisg
| |
04:23 | Being a temporary operator doesn't allow me to do that
| |
04:24 | <sbalneav> ChanServ (ChanServ@services.): You are not authorized to execute this command.
| |
04:24 | Doesn't want me to do it either.
| |
04:24 | <work_alkisg> We probably need jammcq to do that then
| |
04:25 | <sbalneav> I'll bug him tomorrow.
| |
04:25 | <work_alkisg> [07:24] -ChanServ- 2 jammcq +AFRfiorstv [modified ? ago]
| |
04:25 | [07:24] -ChanServ- 4 sbalneav +ARiortv [modified ? ago]
| |
04:25 | He has more letters than you :P
| |
04:26 | <sbalneav> Well, he's a bigger guy :D
| |
04:27 | <work_alkisg> http://www.magicstar.net/services/chanserv.html#levels
| |
04:27 | Haha
| |
04:33 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
04:38 | <work_alkisg> /msg chanserv help flags
| |
04:38 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 276 seconds) | |
04:39 | <work_alkisg> +F - Grants full founder access, +f - Enables modification of channel access lists, +s - Enables use of the set command.
| |
04:44 | Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo) | |
04:45 | Ark74 has joined IRC (Ark74!~Ark74@187.252.185.23) | |
04:54 | <work_alkisg> sbalneav: I think this is the command we want jammcq to execute: /msg ChanServ FLAGS #ltsp alkisg +*
| |
04:54 | And, the same one for you too: /msg ChanServ FLAGS #ltsp sbalneav +*
| |
04:59 | Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo) | |
04:59 | Ark74 has joined IRC (Ark74!~Ark74@187.252.185.23) | |
04:59 | ChanServ sets mode: +o Lumiere | |
05:00 | <Lumiere> hi
| |
05:02 | work_alkisg, sbalneav: looks like I don't have access either
| |
05:02 | I'm around most us 2nd shift's just ping me if you need anything :)
| |
05:04 | alkisg has left IRC (alkisg!c23fefeb@ubuntu/member/alkisg, Ping timeout: 240 seconds) | |
05:05 | work_alkisg has left IRC (work_alkisg!~alkisg@194.63.234.224, Ping timeout: 276 seconds) | |
05:07 | spectra has left IRC (spectra!~spectra@debian/developer/spectra, Ping timeout: 245 seconds) | |
05:15 | rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, *.net *.split) | |
05:15 | slackish has left IRC (slackish!amcphall@mcphall.org, *.net *.split) | |
05:15 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net, *.net *.split) | |
05:15 | pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split) | |
05:15 | mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net, *.net *.split) | |
05:15 | lee has left IRC (lee!~lee@loathe.ms, *.net *.split) | |
05:15 | book` has left IRC (book`!~book`@192.241.198.49, *.net *.split) | |
05:15 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split) | |
05:15 | dberkholz has left IRC (dberkholz!user51654@gentoo/developer/dberkholz, *.net *.split) | |
05:15 | mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, *.net *.split) | |
05:15 | Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, *.net *.split) | |
05:15 | mealstrom has left IRC (mealstrom!~Thunderbi@46.63.63.163, *.net *.split) | |
05:15 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split) | |
05:15 | NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, *.net *.split) | |
05:17 | Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo) | |
05:18 | Ark74 has joined IRC (Ark74!~Ark74@187.252.185.23) | |
05:19 | vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc) | |
05:21 | dberkholz has joined IRC (dberkholz!~dberkholz@smtp.gentoo.org) | |
05:21 | dberkholz has joined IRC (dberkholz!~dberkholz@gentoo/developer/dberkholz) | |
05:27 | spectra- has joined IRC (spectra-!~spectra@eregion.nardol.org) | |
05:27 | mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.63.163) | |
05:27 | book` has joined IRC (book`!~book`@192.241.198.49) | |
05:27 | rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren) | |
05:27 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
05:27 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
05:27 | mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net) | |
05:27 | lee has joined IRC (lee!~lee@loathe.ms) | |
05:27 | pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme) | |
05:27 | Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151) | |
05:27 | mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy) | |
05:27 | |Paradox| has joined IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net) | |
05:27 | slackish has joined IRC (slackish!amcphall@mcphall.org) | |
05:27 | NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es) | |
05:28 | spectra- has left IRC (spectra-!~spectra@eregion.nardol.org, *.net *.split) | |
05:28 | rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, *.net *.split) | |
05:28 | slackish has left IRC (slackish!amcphall@mcphall.org, *.net *.split) | |
05:28 | |Paradox| has left IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net, *.net *.split) | |
05:28 | pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split) | |
05:28 | mmetzger has left IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net, *.net *.split) | |
05:28 | lee has left IRC (lee!~lee@loathe.ms, *.net *.split) | |
05:28 | book` has left IRC (book`!~book`@192.241.198.49, *.net *.split) | |
05:28 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split) | |
05:28 | mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, *.net *.split) | |
05:28 | Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, *.net *.split) | |
05:28 | mealstrom has left IRC (mealstrom!~Thunderbi@46.63.63.163, *.net *.split) | |
05:28 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split) | |
05:28 | NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, *.net *.split) | |
05:33 | spectra- has joined IRC (spectra-!~spectra@eregion.nardol.org) | |
05:33 | mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.63.163) | |
05:33 | book` has joined IRC (book`!~book`@192.241.198.49) | |
05:33 | rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren) | |
05:33 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
05:33 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
05:33 | NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es) | |
05:33 | slackish has joined IRC (slackish!amcphall@mcphall.org) | |
05:33 | |Paradox| has joined IRC (|Paradox|!~iamparado@c-71-56-171-154.hsd1.va.comcast.net) | |
05:33 | mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy) | |
05:33 | Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151) | |
05:33 | pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme) | |
05:33 | mmetzger has joined IRC (mmetzger!~mmetzger@99-71-214-107.lightspeed.mdldtx.sbcglobal.net) | |
05:33 | lee has joined IRC (lee!~lee@loathe.ms) | |
05:34 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
05:39 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Ping timeout: 252 seconds) | |
05:41 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
05:45 | Ark74 has left IRC (Ark74!~Ark74@187.252.185.23, Quit: Saliendo) | |
06:02 | mealstrom has left IRC (mealstrom!~Thunderbi@46.63.63.163, Ping timeout: 240 seconds) | |
06:12 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
06:26 | slackish has left IRC (slackish!amcphall@mcphall.org, Ping timeout: 264 seconds) | |
06:27 | slackish has joined IRC (slackish!amcphall@mcphall.org) | |
06:28 | uXus has left IRC (uXus!~uXus@217.77.222.72, Quit: ail bi bek) | |
06:37 | uXus has joined IRC (uXus!~uXus@213-227-244-95.static.vega-ua.net) | |
06:42 | mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.71.254) | |
06:47 | alexxtasi has joined IRC (alexxtasi!~alex@unaffiliated/alexxtasi) | |
06:48 | uXuss has joined IRC (uXuss!~uXus@217.77.222.72) | |
06:51 | uXus has left IRC (uXus!~uXus@213-227-244-95.static.vega-ua.net, Ping timeout: 240 seconds) | |
07:06 | work_alkisg has joined IRC (work_alkisg!~alkisg@194.63.234.224) | |
07:16 | vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Quit: leaving) | |
07:39 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
07:58 | flo1546796 has joined IRC (flo1546796!~flo154679@2001:660:5001:156:3808:d107:c69:d96e) | |
07:58 | flo1546796 has joined IRC (flo1546796!~flo154679@unaffiliated/flo1546796) | |
08:00 | bennabiy has left IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com, Read error: Connection reset by peer) | |
08:05 | bennabiy has joined IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com) | |
08:19 | santhosh has joined IRC (santhosh!b7522f02@gateway/web/freenode/ip.183.82.47.2) | |
08:20 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Read error: No route to host) | |
08:20 | <santhosh> Message: No configured exports; quitting. in nbd-server
| |
08:41 | mealstrom has left IRC (mealstrom!~Thunderbi@46.63.71.254, Ping timeout: 240 seconds) | |
08:43 | mealstrom has joined IRC (mealstrom!~Thunderbi@46.63.71.254) | |
08:44 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish.) | |
09:04 | santhosh has left IRC (santhosh!b7522f02@gateway/web/freenode/ip.183.82.47.2, Ping timeout: 240 seconds) | |
09:44 | gbaman has joined IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com) | |
10:30 | BuckO has joined IRC (BuckO!~BuckO@milin.fingerprints.si) | |
10:30 | Buck0 has left IRC (Buck0!~BuckO@milin.fingerprints.si, Read error: Connection reset by peer) | |
10:47 | rickogden has left IRC (rickogden!~Rick@revo.theaudioworks.co.uk, Quit: bye!) | |
10:48 | rickogden has joined IRC (rickogden!~Rick@revo.theaudioworks.co.uk) | |
11:05 | highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, Quit: Lost terminal) | |
11:07 | telex has left IRC (telex!~telex@freeshell.de, Remote host closed the connection) | |
11:08 | telex has joined IRC (telex!~telex@freeshell.de) | |
11:12 | PhoenixSTF has joined IRC (PhoenixSTF!~rudiservo@78.29.147.214) | |
11:12 | freedomrun has joined IRC (freedomrun!~freedomru@unaffiliated/freedomrun) | |
11:37 | gbaman has left IRC (gbaman!~gbaman@host81-130-11-92.in-addr.btopenworld.com, Remote host closed the connection) | |
11:42 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Ping timeout: 260 seconds) | |
11:54 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
12:30 | brianr has joined IRC (brianr!~brianr@out.ewbc.com) | |
12:45 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection) | |
12:46 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
12:49 | Phantomas has joined IRC (Phantomas!~phantomas@ubuntu/member/phantomas) | |
13:14 | gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com) | |
13:18 | workingcats has left IRC (workingcats!~workingca@212.122.48.77, Quit: Leaving) | |
13:22 | gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection) | |
13:28 | gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com) | |
13:35 | gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection) | |
13:37 | workingcats has joined IRC (workingcats!~workingca@212.122.48.77) | |
13:39 | gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com) | |
13:40 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Remote host closed the connection) | |
13:42 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
13:50 | freedomrun has left IRC (freedomrun!~freedomru@unaffiliated/freedomrun, Quit: So long and thanks for all the fish.) | |
13:51 | gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection) | |
14:08 | gbaman has joined IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com) | |
14:09 | <bennabiy> Wow, channel ops!
| |
14:13 | Does this mean the defunct channel topic is going to be changed?
| |
14:17 | gbaman has left IRC (gbaman!~gbaman@host86-162-12-15.range86-162.btcentralplus.com, Remote host closed the connection) | |
14:20 | flo1546796 has left IRC (flo1546796!~flo154679@unaffiliated/flo1546796, Quit: Quitte) | |
14:21 | championofcyrodi has joined IRC (championofcyrodi!~championo@50-205-35-98-static.hfc.comcastbusiness.net) | |
14:28 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
14:32 | alexxtasi has left IRC (alexxtasi!~alex@unaffiliated/alexxtasi) | |
14:59 | lns has joined IRC (lns!~lns@pdpc/supporter/professional/lns) | |
15:41 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
15:52 | gbaman has joined IRC (gbaman!~gbaman@82.113.183.37) | |
16:06 | mealstrom has left IRC (mealstrom!~Thunderbi@46.63.71.254, Ping timeout: 240 seconds) | |
16:37 | yopla has joined IRC (yopla!~chatzilla@Laubervilliers-656-01-12-28.w217-128.abo.wanadoo.fr) | |
16:41 | yopla has left IRC (yopla!~chatzilla@Laubervilliers-656-01-12-28.w217-128.abo.wanadoo.fr, Client Quit) | |
16:44 | gbaman has left IRC (gbaman!~gbaman@82.113.183.37, Remote host closed the connection) | |
17:05 | rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving) | |
17:11 | highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage) | |
17:22 | rafepren has joined IRC (rafepren!~rafepren@143.107.231.78) | |
17:22 | rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren) | |
17:28 | bennabiy has left IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com, Quit: http://www.twelvetribes.org) | |
17:34 | bennabiy has joined IRC (bennabiy!~Thunderbi@96-37-209-0.dhcp.leds.al.charter.com) | |
17:34 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 240 seconds) | |
17:40 | rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving) | |
17:40 | rafepren has joined IRC (rafepren!~rafepren@143.107.231.78) | |
17:40 | rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren) | |
17:43 | rafepren has joined IRC (rafepren!~rafepren@143.107.231.78) | |
17:43 | rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren) | |
17:50 | rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving) | |
17:51 | rafepren has joined IRC (rafepren!~rafepren@unaffiliated/rafepren) | |
18:20 | gbaman has joined IRC (gbaman!~gbaman@89.185.154.123) | |
18:42 | vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc) | |
18:56 | brianr has left IRC (brianr!~brianr@out.ewbc.com, Quit: Leaving) | |
18:59 | PhoenixSTF has left IRC (PhoenixSTF!~rudiservo@78.29.147.214, Ping timeout: 260 seconds) | |
19:58 | mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, Excess Flood) | |
19:58 | mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy) | |
20:17 | lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net) | |
20:24 | vagrantc_ has joined IRC (vagrantc_!~vagrant@freegeek/vagrantc) | |
20:26 | lmds__ has left IRC (lmds__!~lmds@tui.pi-et-ro.net, Ping timeout: 589 seconds) | |
20:26 | vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Remote host closed the connection) | |
21:02 | imox has joined IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de) | |
21:06 | PhoenixSTF has joined IRC (PhoenixSTF!~rudiservo@78.29.147.214) | |
21:16 | imox has left IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de, Quit: imox) | |
21:17 | imox has joined IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de) | |
21:30 | gbaman has left IRC (gbaman!~gbaman@89.185.154.123, Remote host closed the connection) | |
21:41 | vagrantc_ is now known as vagrantc | |
21:55 | vagrantc has left IRC (vagrantc!~vagrant@freegeek/vagrantc, Quit: leaving) | |
22:09 | gbaman has joined IRC (gbaman!~gbaman@82.113.183.37) | |
22:35 | vagrantc has joined IRC (vagrantc!~vagrant@freegeek/vagrantc) | |
22:49 | gbaman has left IRC (gbaman!~gbaman@82.113.183.37, Remote host closed the connection) | |
23:18 | imox has left IRC (imox!~imox@p57A1FF56.dip0.t-ipconnect.de, Quit: imox) | |
23:49 | rafepren has left IRC (rafepren!~rafepren@unaffiliated/rafepren, Quit: Leaving) | |
23:58 | Phantomas1 has joined IRC (Phantomas1!~phantomas@ubuntu/member/phantomas) | |