[00:02] *** oshura_ has joined #warrior [00:07] *** oshura has quit IRC (Read error: Operation timed out) [00:40] *** oshura__ has joined #warrior [00:42] *** kiska18 has quit IRC (Read error: Operation timed out) [00:43] *** oshura_ has quit IRC (Ping timeout: 248 seconds) [00:43] *** Ryz has quit IRC (Quit: Ping timeout (120 seconds)) [00:45] *** DogsRNice has quit IRC (Read error: Connection reset by peer) [00:53] *** Ryz has joined #warrior [00:55] *** prq has joined #warrior [01:30] oshura: i finished my guide https://gist.github.com/HeliosLHC/cf3264c8d65b4680474ac13bcc6d0384 [01:31] oshura: do you happen to use windows? [01:31] indeed I do @Terbium [01:32] i recommend Method 2 in the guide for you then [01:33] This looks pretty amazing. Solid work! I'll try it out here in about 5 minutes [01:34] i glossed over a lot of stuff otherwise it will take me too much time [01:39] holy cow, if that's you glossing over stuff, I can only imagine what it's like when you go into detail lol. This is fantastic work indeed [01:45] I'm trying it out. Just give me a sec to see what I can get [01:54] oshura__: updated some info, you may want to refresh [01:55] I'm having issues figureing out what you updated lol [01:55] forgot step 8 on method 2 lol [01:58] you put start your vm twice though... [01:58] although, all I was missing is to be able to get into the shell and find out the addr through ip addr [01:58] oh yes, i just saw that, fixed... [01:58] now I think I should be ok [01:58] let me try it again [01:59] its kinda janky as unfortunatelly the boot scripts don't show the VM's ip address on start, just some info on how to open the warrior interface [01:59] if you VM starts up too fast, you'll also miss the startup output with the DHCP assigned ip address [02:00] which is why getting the IP is kinda convoluted :/ [02:00] that's exactly what I was missing all along. I'm pretty sure it worked!!! [02:01] is there a way to have both the NAT adapter as well as the bridged adapter so that you can still see the traffic on your own computer as well as one outside? or will that break it? (I'm going to try to find out real quick( [02:02] im planning to add this info to the AT wiki once i get an account setup to help other out [02:02] im kinda confused as to what you mean by "you can still see the traffic on your own computer as well as one outside"? [02:03] This is fantastic. Between this and the work that Wingy is doing, this is going to be awesome for those of us newbs lol [02:05] if you mean "you can still see the traffic on your own compute" by still being able to view "localhost:8001" on bridge mode, then no. With bridge mode , port forwarding is disabled. And NAT and bridge mode can't be combined [02:05] Question: the udhcpc address at the start up of the VM does not match the ip on ip addr [02:05] why? [02:06] that's odd :/, it should unless i wasn't paying close enough attention which is possible lol, lemme test again [02:07] it may not. It may be because I'm trying to do the localhost and outside access at the same time [02:07] *** d5f4a3622 has quit IRC (Read error: Operation timed out) [02:08] *** d5f4a3622 has joined #warrior [02:10] Well, first test results: if you make two adapters for the VM with the first being NAT and the second being bridged, it lets you access localhost:8001 from self computer but won't let you access from outside (or maybe at least I don't think it will) [02:10] oh if you have two adapters the NAT will give the IP 10.0.2.15 (vbox default) [02:13] i never tested 2 adapters, but "ip addr" will show you if it successfully gets IP from both NAT adapter (10.0.2.15) and the Bridged Adapter (LAN_SUBNET IP) [02:15] I was able to get the 10.0.2.15 addr but I can't tell if I got an outside address [02:18] the goal would be to discover the configuration which would allow one to both check the warrior from a separate computer on the same network while simultaneously checking from one's localhost's browser [02:22] *** VADemon has quit IRC (Read error: Operation timed out) [02:23] *** Amber has quit IRC (Quit: Page closed) [02:25] *** VADemon has joined #warrior [02:35] Ok, so if you make two adapters (one bridge and the second nat) the first adapter the bridge it gives you an external IP (which I can access from another computer) but I cannot access from local host, even after making sure that I set up the port forwarding rules the same as they were before messing with the settings [02:35] @Terbium: so that's my input, I hope that helps to narrow down the search. [02:36] thanks for the info oshura__ , if i have time i'll look into it [02:36] updated the AT wiki to link to this gist for those who was to access the warrior interface from another device [02:38] @Terbium, did you write in there the caveat that if you follow method 2, you won't be able to access the warrior from your localhost based on strictly those instructions? I'll keep playing around and see if I can figure it out for about another 20 minutes [02:38] oh good point i'll add that [02:40] I think what's happening, is that when we add the capability to access warrior from outside, it is changing the addr that the code was originally pointing to thereby breaking whatever "link" which enables one to go to `localhost:8001` and see the warrior from one's own computer. [02:41] unfortunately @Terbium, I am not a coder so I am just making an uneducated guess as to where I would start looking if I knew what the heck I was doing lol [03:03] oshura__: just looked into it, did the reverse adapter order of what u did, it appears with ADAPTER1 as NAT and ADAPTER2 as bridged (an eth0 and eth1 interface in the VM is created), udhcpc assigns the NAT provided IP 10.0.2.15 to eth0 network interface but udhcpc doesnt get an IP for eth1 from bridged. Manually running udhcpc on eth1 to get IP fails to give it an LAN ip address. will require some more digging to figure out what went wrong [03:03] with the 2nd interface (eth1) being disconnected. [03:05] for what its worth i personally dont find much value in have both NAT and bridged (apart from the minor convenience, but to each their own. Someone more knowledgeable with VBox might know how to map 2 adapters to 2 VM network interfaces :P. [03:07] I have found the same thing in my testing. The only reason for me wanting to do this currently is that I have my laptop running the warrior in one room but it’s attached to an external so I don’t burn out the SSD. As a result I can’t walk around with it , so if I want to check the progress, it means I have to come all the way back to the laptop to see how it’s doing. Being able to check from either at the same time would make my [03:07] life easier. Especially with a 7 month old lol [03:07] I hope we have someone who may know in our group here. I’m going to bed for now. Thanks for looking into it [03:11] you should be able to view the interface on the same laptop using the VM's IP + port 8001. The hostname for the VM is actually "warrior" so going to "http://warrior:8001" might actually work (works for me, but it just might be my network setup tho) and avoid the need to get the IP address in the first place. [03:12] assuming you're running only bridge mode ^ [03:13] right now I'm able to see both an external IP addr and the local 127.0.0.1 addr through ~ip addr | grep ###` [03:14] which is interesting [03:14] I'll try what you say real quick [03:17] ok, so solution: if going bridged only, you can just use http://VM's IP:8001 to see the local machine (which is exactly what I was hoping for) [03:18] the only thing is that you need to keep a sharp eye during the loading screen to see what the udhcpc addr is or else you'll have to scan your network to figure out what that IP addr is [03:18] Yep, thats the reason i found having both NAT and bridged kind of pointlesd aside from having to remember the vm's ip [03:19] I tried using `http://warrior:8001` without luck sadly [03:19] You can set a static ip address on your router [03:20] yep. I'll have to do that for now [03:21] I'm only haing a couple issues which can wait for another day (just trying to figure out how to make sure that my data is being ran from my external HDD for my pis sO I don't burn out my sd card) and something else I am too tired to think about now. Hope this little experiment helps someone in the near future @Terbium [03:21] If you are internet you can tinker with your router's DNS config to give it a local domain name, but ill stop bothering you now with networking stuff xD [03:22] Interested* [03:22] I am interested indeed [03:23] it really depends on your router's firmware and whether it has that feature. If own windows you can edit your hosts file to map a domain name to a IP [03:23] you can make up any domain name you want and map it to your VMs ip (assuming its static) [03:23] then you can use your custom domain instead of your IP [03:24] but youll have to modify all the hosts files in the devices with wish to access the warrior from (difficult on mobile devices) [03:27] I would just need to have it for my daily driver. For the phones, once it's on there, I just have to make sure to not close out the tab [03:29] Heres a guide if you dont know how https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/ [03:30] Each line is a mapping, the domain can be whatever you want [03:30] that's pretty fascinating stuff [03:31] Its essentially "poor man's DNS" for those too lazy to setup their dns like i was for a time [03:31] Also lets you block ads by mapping advertisement domains to 0.0.0.0 so it always fails [03:32] Though everyone mostly uses ublock or pihole etc nowadays for adblocking [03:32] hosts files were the original lazy mans way to block ads by having a massive hosts file to block hundreds of thousands of ad domains [03:34] This is something I want to pick your brain on, just not today. My brain is saying bed time. I sincerely appreciate you taking some time to impart some of that wisdom, honest [03:37] a thought for tomorrow: can a router have a hosts file with "thousands of ad domains" to be blocked? [03:37] kinda likea pihole [03:39] I'm going to bed. Later everyone [04:05] *** mls has quit IRC (Ping timeout: 258 seconds) [04:08] *** mls has joined #warrior [06:14] *** zyphlar_ has joined #warrior [08:24] *** zyphlar_ has quit IRC (Quit: Connection closed for inactivity) [11:16] *** atbk has quit IRC (Ping timeout: 745 seconds) [11:48] *** atbk has joined #warrior [14:03] *** MrRadar2 has quit IRC (west.us.hub hub.efnet.us) [14:03] *** fennec has quit IRC (west.us.hub hub.efnet.us) [14:03] *** oshura__ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Flashfire has quit IRC (west.us.hub hub.efnet.us) [14:03] *** kiska has quit IRC (west.us.hub hub.efnet.us) [14:03] *** coderobe has quit IRC (west.us.hub hub.efnet.us) [14:03] *** jrayhawk has quit IRC (west.us.hub hub.efnet.us) [14:03] *** phillipsj has quit IRC (west.us.hub hub.efnet.us) [14:03] *** seatsea has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Ajay has quit IRC (west.us.hub hub.efnet.us) [14:03] *** tuluu has quit IRC (west.us.hub hub.efnet.us) [14:03] *** mls has quit IRC (west.us.hub hub.efnet.us) [14:03] *** zerkalo has quit IRC (west.us.hub hub.efnet.us) [14:03] *** bilboed has quit IRC (west.us.hub hub.efnet.us) [14:03] *** luckcolor has quit IRC (west.us.hub hub.efnet.us) [14:03] *** AlsoJAA has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Craigle has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Atom__ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** britmob has quit IRC (west.us.hub hub.efnet.us) [14:03] *** yano has quit IRC (west.us.hub hub.efnet.us) [14:03] *** yawkat has quit IRC (west.us.hub hub.efnet.us) [14:03] *** d5f4a3622 has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Zerote_ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** ShellyRol has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Wingy has quit IRC (west.us.hub hub.efnet.us) [14:03] *** RBecker has quit IRC (west.us.hub hub.efnet.us) [14:03] *** balrog has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Dj-Wawa has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Ryz has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Decobus has quit IRC (west.us.hub hub.efnet.us) [14:03] *** markedL has quit IRC (west.us.hub hub.efnet.us) [14:03] *** bsmith093 has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Terbium has quit IRC (west.us.hub hub.efnet.us) [14:03] *** SmileyG has quit IRC (west.us.hub hub.efnet.us) [14:03] *** nyany_ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** atbk has quit IRC (west.us.hub hub.efnet.us) [14:03] *** revi has quit IRC (west.us.hub hub.efnet.us) [14:03] *** pinkieval has quit IRC (west.us.hub hub.efnet.us) [14:03] *** jesse-s has quit IRC (west.us.hub hub.efnet.us) [14:03] *** zhongfu has quit IRC (west.us.hub hub.efnet.us) [14:03] *** oshura-m has quit IRC (west.us.hub hub.efnet.us) [14:03] *** sep332 has quit IRC (west.us.hub hub.efnet.us) [14:03] *** step has quit IRC (west.us.hub hub.efnet.us) [14:03] *** BuildTheR has quit IRC (west.us.hub hub.efnet.us) [14:03] *** phiresky has quit IRC (west.us.hub hub.efnet.us) [14:03] *** jeekl has quit IRC (west.us.hub hub.efnet.us) [14:03] *** sirvy has quit IRC (west.us.hub hub.efnet.us) [14:03] *** t3 has quit IRC (west.us.hub hub.efnet.us) [14:03] *** yuitimoth has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Sanqui has quit IRC (west.us.hub hub.efnet.us) [14:03] *** kpcyrd has quit IRC (west.us.hub hub.efnet.us) [14:03] *** PostDox has quit IRC (west.us.hub hub.efnet.us) [14:03] *** tonsofpcs has quit IRC (west.us.hub hub.efnet.us) [14:03] *** ivan has quit IRC (west.us.hub hub.efnet.us) [14:03] *** second has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Ivy has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Muad-Dib has quit IRC (west.us.hub hub.efnet.us) [14:03] *** xit has quit IRC (west.us.hub hub.efnet.us) [14:03] *** drcd has quit IRC (west.us.hub hub.efnet.us) [14:03] *** joepie91_ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** gandalf has quit IRC (west.us.hub hub.efnet.us) [14:03] *** tsr has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Jonimus has quit IRC (west.us.hub hub.efnet.us) [14:03] *** colona has quit IRC (west.us.hub hub.efnet.us) [14:03] *** pnJay has quit IRC (west.us.hub hub.efnet.us) [14:03] *** octarine has quit IRC (west.us.hub hub.efnet.us) [14:03] *** deathy_ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Kaz has quit IRC (west.us.hub hub.efnet.us) [14:03] *** HCross has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Ctrl-S_ has quit IRC (west.us.hub hub.efnet.us) [14:03] *** VADemon has quit IRC (west.us.hub hub.efnet.us) [14:03] *** prq has quit IRC (west.us.hub hub.efnet.us) [14:03] *** mtntmnky has quit IRC (west.us.hub hub.efnet.us) [14:03] *** chazchaz has quit IRC (west.us.hub hub.efnet.us) [14:03] *** chipmunk has quit IRC (west.us.hub hub.efnet.us) [14:03] *** arkiver has quit IRC (west.us.hub hub.efnet.us) [14:03] *** nyany has quit IRC (west.us.hub hub.efnet.us) [14:03] *** MrRadar has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Igloo has quit IRC (west.us.hub hub.efnet.us) [14:03] *** jrwr has quit IRC (west.us.hub hub.efnet.us) [14:03] *** swebb has quit IRC (west.us.hub hub.efnet.us) [14:03] *** chfoo has quit IRC (west.us.hub hub.efnet.us) [14:03] *** astrid has quit IRC (west.us.hub hub.efnet.us) [14:03] *** mundus20- has quit IRC (west.us.hub hub.efnet.us) [14:03] *** asdf0101 has quit IRC (west.us.hub hub.efnet.us) [14:03] *** jodizzle has quit IRC (west.us.hub hub.efnet.us) [14:03] *** dxrt has quit IRC (west.us.hub hub.efnet.us) [14:03] *** Larsenv has quit IRC (west.us.hub hub.efnet.us) [14:03] *** JAA has quit IRC (west.us.hub hub.efnet.us) [14:12] *** atbk has joined #warrior [14:12] *** mls has joined #warrior [14:12] *** VADemon has joined #warrior [14:12] *** d5f4a3622 has joined #warrior [14:12] *** prq has joined #warrior [14:12] *** Ryz has joined #warrior [14:12] *** oshura__ has joined #warrior [14:12] *** Zerote_ has joined #warrior [14:12] *** Decobus has joined #warrior [14:12] *** mtntmnky has joined #warrior [14:12] *** Craigle has joined #warrior [14:12] *** zerkalo has joined #warrior [14:12] *** markedL has joined #warrior [14:12] *** asdf0101 has joined #warrior [14:12] *** kiska has joined #warrior [14:12] *** Flashfire has joined #warrior [14:12] *** revi has joined #warrior [14:12] *** pinkieval has joined #warrior [14:12] *** ShellyRol has joined #warrior [14:12] *** sirvy has joined #warrior [14:12] *** Wingy has joined #warrior [14:12] *** chazchaz has joined #warrior [14:12] *** Atom__ has joined #warrior [14:12] *** jodizzle has joined #warrior [14:12] *** britmob has joined #warrior [14:12] *** MrRadar2 has joined #warrior [14:12] *** jesse-s has joined #warrior [14:12] *** Terbium has joined #warrior [14:12] *** AlsoJAA has joined #warrior [14:12] *** RBecker has joined #warrior [14:12] *** bsmith093 has joined #warrior [14:12] *** balrog has joined #warrior [14:12] *** zhongfu has joined #warrior [14:12] *** oshura-m has joined #warrior [14:12] *** coderobe has joined #warrior [14:12] *** sep332 has joined #warrior [14:12] *** jrayhawk has joined #warrior [14:12] *** step has joined #warrior [14:12] *** phillipsj has joined #warrior [14:12] *** yano has joined #warrior [14:12] *** seatsea has joined #warrior [14:12] *** Sanqui has joined #warrior [14:12] *** Dj-Wawa has joined #warrior [14:12] *** BuildTheR has joined #warrior [14:12] *** Ajay has joined #warrior [14:12] *** tuluu has joined #warrior [14:12] *** hub.efnet.us sets mode: +o AlsoJAA [14:12] *** phiresky has joined #warrior [14:12] *** bilboed has joined #warrior [14:12] *** chipmunk has joined #warrior [14:12] *** yawkat has joined #warrior [14:12] *** fennec has joined #warrior [14:12] *** dxrt has joined #warrior [14:12] *** SmileyG has joined #warrior [14:12] *** luckcolor has joined #warrior [14:12] *** arkiver has joined #warrior [14:12] *** Larsenv has joined #warrior [14:12] *** nyany has joined #warrior [14:12] *** jeekl has joined #warrior [14:12] *** t3 has joined #warrior [14:12] *** MrRadar has joined #warrior [14:12] *** yuitimoth has joined #warrior [14:12] *** kpcyrd has joined #warrior [14:12] *** PostDox has joined #warrior [14:12] *** Igloo has joined #warrior [14:12] *** jrwr has joined #warrior [14:12] *** tonsofpcs has joined #warrior [14:12] *** swebb has joined #warrior [14:12] *** nyany_ has joined #warrior [14:12] *** JAA has joined #warrior [14:12] *** ivan has joined #warrior [14:12] *** second has joined #warrior [14:12] *** chfoo has joined #warrior [14:12] *** hub.efnet.us sets mode: +oooo jrwr JAA ivan chfoo [14:12] *** Ivy has joined #warrior [14:12] *** colona has joined #warrior [14:12] *** astrid has joined #warrior [14:12] *** mundus20- has joined #warrior [14:12] *** Muad-Dib has joined #warrior [14:12] *** xit has joined #warrior [14:12] *** drcd has joined #warrior [14:12] *** joepie91_ has joined #warrior [14:12] *** Ctrl-S_ has joined #warrior [14:12] *** HCross has joined #warrior [14:12] *** Kaz has joined #warrior [14:12] *** deathy_ has joined #warrior [14:12] *** octarine has joined #warrior [14:12] *** pnJay has joined #warrior [14:12] *** Jonimus has joined #warrior [14:12] *** tsr has joined #warrior [14:12] *** gandalf has joined #warrior [14:12] *** hub.efnet.us sets mode: +ooo astrid HCross Kaz [14:45] *** MrRadar2 has quit IRC (west.us.hub hub.efnet.us) [14:45] *** fennec has quit IRC (west.us.hub hub.efnet.us) [14:45] *** oshura__ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Flashfire has quit IRC (west.us.hub hub.efnet.us) [14:45] *** kiska has quit IRC (west.us.hub hub.efnet.us) [14:45] *** coderobe has quit IRC (west.us.hub hub.efnet.us) [14:45] *** jrayhawk has quit IRC (west.us.hub hub.efnet.us) [14:45] *** phillipsj has quit IRC (west.us.hub hub.efnet.us) [14:45] *** seatsea has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Ajay has quit IRC (west.us.hub hub.efnet.us) [14:45] *** tuluu has quit IRC (west.us.hub hub.efnet.us) [14:45] *** mls has quit IRC (west.us.hub hub.efnet.us) [14:45] *** zerkalo has quit IRC (west.us.hub hub.efnet.us) [14:45] *** bilboed has quit IRC (west.us.hub hub.efnet.us) [14:45] *** luckcolor has quit IRC (west.us.hub hub.efnet.us) [14:45] *** AlsoJAA has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Craigle has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Atom__ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** britmob has quit IRC (west.us.hub hub.efnet.us) [14:45] *** yano has quit IRC (west.us.hub hub.efnet.us) [14:45] *** yawkat has quit IRC (west.us.hub hub.efnet.us) [14:45] *** d5f4a3622 has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Zerote_ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** ShellyRol has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Wingy has quit IRC (west.us.hub hub.efnet.us) [14:45] *** RBecker has quit IRC (west.us.hub hub.efnet.us) [14:45] *** balrog has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Dj-Wawa has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Ryz has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Decobus has quit IRC (west.us.hub hub.efnet.us) [14:45] *** markedL has quit IRC (west.us.hub hub.efnet.us) [14:45] *** bsmith093 has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Terbium has quit IRC (west.us.hub hub.efnet.us) [14:45] *** SmileyG has quit IRC (west.us.hub hub.efnet.us) [14:45] *** nyany_ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** atbk has quit IRC (west.us.hub hub.efnet.us) [14:45] *** revi has quit IRC (west.us.hub hub.efnet.us) [14:45] *** pinkieval has quit IRC (west.us.hub hub.efnet.us) [14:45] *** jesse-s has quit IRC (west.us.hub hub.efnet.us) [14:45] *** zhongfu has quit IRC (west.us.hub hub.efnet.us) [14:45] *** oshura-m has quit IRC (west.us.hub hub.efnet.us) [14:45] *** sep332 has quit IRC (west.us.hub hub.efnet.us) [14:45] *** step has quit IRC (west.us.hub hub.efnet.us) [14:45] *** BuildTheR has quit IRC (west.us.hub hub.efnet.us) [14:45] *** phiresky has quit IRC (west.us.hub hub.efnet.us) [14:45] *** jeekl has quit IRC (west.us.hub hub.efnet.us) [14:45] *** sirvy has quit IRC (west.us.hub hub.efnet.us) [14:45] *** t3 has quit IRC (west.us.hub hub.efnet.us) [14:45] *** yuitimoth has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Sanqui has quit IRC (west.us.hub hub.efnet.us) [14:45] *** kpcyrd has quit IRC (west.us.hub hub.efnet.us) [14:45] *** PostDox has quit IRC (west.us.hub hub.efnet.us) [14:45] *** tonsofpcs has quit IRC (west.us.hub hub.efnet.us) [14:45] *** ivan has quit IRC (west.us.hub hub.efnet.us) [14:45] *** second has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Ivy has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Muad-Dib has quit IRC (west.us.hub hub.efnet.us) [14:45] *** xit has quit IRC (west.us.hub hub.efnet.us) [14:45] *** drcd has quit IRC (west.us.hub hub.efnet.us) [14:45] *** joepie91_ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** gandalf has quit IRC (west.us.hub hub.efnet.us) [14:45] *** tsr has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Jonimus has quit IRC (west.us.hub hub.efnet.us) [14:45] *** colona has quit IRC (west.us.hub hub.efnet.us) [14:45] *** pnJay has quit IRC (west.us.hub hub.efnet.us) [14:45] *** octarine has quit IRC (west.us.hub hub.efnet.us) [14:45] *** deathy_ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Kaz has quit IRC (west.us.hub hub.efnet.us) [14:45] *** HCross has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Ctrl-S_ has quit IRC (west.us.hub hub.efnet.us) [14:45] *** VADemon has quit IRC (west.us.hub hub.efnet.us) [14:45] *** prq has quit IRC (west.us.hub hub.efnet.us) [14:45] *** mtntmnky has quit IRC (west.us.hub hub.efnet.us) [14:45] *** chazchaz has quit IRC (west.us.hub hub.efnet.us) [14:45] *** chipmunk has quit IRC (west.us.hub hub.efnet.us) [14:45] *** arkiver has quit IRC (west.us.hub hub.efnet.us) [14:45] *** nyany has quit IRC (west.us.hub hub.efnet.us) [14:45] *** MrRadar has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Igloo has quit IRC (west.us.hub hub.efnet.us) [14:45] *** jrwr has quit IRC (west.us.hub hub.efnet.us) [14:45] *** swebb has quit IRC (west.us.hub hub.efnet.us) [14:45] *** chfoo has quit IRC (west.us.hub hub.efnet.us) [14:45] *** astrid has quit IRC (west.us.hub hub.efnet.us) [14:45] *** mundus20- has quit IRC (west.us.hub hub.efnet.us) [14:45] *** asdf0101 has quit IRC (west.us.hub hub.efnet.us) [14:45] *** jodizzle has quit IRC (west.us.hub hub.efnet.us) [14:45] *** dxrt has quit IRC (west.us.hub hub.efnet.us) [14:45] *** Larsenv has quit IRC (west.us.hub hub.efnet.us) [14:45] *** JAA has quit IRC (west.us.hub hub.efnet.us) [15:28] *** atbk has joined #warrior [15:28] *** mls has joined #warrior [15:28] *** VADemon has joined #warrior [15:28] *** d5f4a3622 has joined #warrior [15:28] *** prq has joined #warrior [15:28] *** Ryz has joined #warrior [15:28] *** oshura__ has joined #warrior [15:28] *** Zerote_ has joined #warrior [15:28] *** Decobus has joined #warrior [15:28] *** mtntmnky has joined #warrior [15:28] *** Craigle has joined #warrior [15:28] *** zerkalo has joined #warrior [15:28] *** markedL has joined #warrior [15:28] *** asdf0101 has joined #warrior [15:28] *** kiska has joined #warrior [15:28] *** Flashfire has joined #warrior [15:28] *** revi has joined #warrior [15:28] *** pinkieval has joined #warrior [15:28] *** ShellyRol has joined #warrior [15:28] *** sirvy has joined #warrior [15:28] *** Wingy has joined #warrior [15:28] *** chazchaz has joined #warrior [15:28] *** Atom__ has joined #warrior [15:28] *** jodizzle has joined #warrior [15:28] *** britmob has joined #warrior [15:28] *** MrRadar2 has joined #warrior [15:28] *** jesse-s has joined #warrior [15:28] *** Terbium has joined #warrior [15:28] *** AlsoJAA has joined #warrior [15:28] *** RBecker has joined #warrior [15:28] *** bsmith093 has joined #warrior [15:28] *** balrog has joined #warrior [15:28] *** zhongfu has joined #warrior [15:28] *** oshura-m has joined #warrior [15:28] *** coderobe has joined #warrior [15:28] *** sep332 has joined #warrior [15:28] *** jrayhawk has joined #warrior [15:28] *** step has joined #warrior [15:28] *** phillipsj has joined #warrior [15:28] *** yano has joined #warrior [15:28] *** seatsea has joined #warrior [15:28] *** Sanqui has joined #warrior [15:28] *** Dj-Wawa has joined #warrior [15:28] *** BuildTheR has joined #warrior [15:28] *** Ajay has joined #warrior [15:28] *** tuluu has joined #warrior [15:28] *** ny.us.hub sets mode: +o AlsoJAA [15:28] *** phiresky has joined #warrior [15:28] *** bilboed has joined #warrior [15:28] *** chipmunk has joined #warrior [15:28] *** yawkat has joined #warrior [15:28] *** fennec has joined #warrior [15:28] *** dxrt has joined #warrior [15:28] *** SmileyG has joined #warrior [15:28] *** luckcolor has joined #warrior [15:28] *** arkiver has joined #warrior [15:28] *** Larsenv has joined #warrior [15:28] *** nyany has joined #warrior [15:28] *** jeekl has joined #warrior [15:28] *** t3 has joined #warrior [15:28] *** MrRadar has joined #warrior [15:28] *** yuitimoth has joined #warrior [15:28] *** kpcyrd has joined #warrior [15:28] *** PostDox has joined #warrior [15:28] *** Igloo has joined #warrior [15:28] *** jrwr has joined #warrior [15:28] *** tonsofpcs has joined #warrior [15:28] *** swebb has joined #warrior [15:28] *** nyany_ has joined #warrior [15:28] *** JAA has joined #warrior [15:28] *** ivan has joined #warrior [15:28] *** second has joined #warrior [15:28] *** chfoo has joined #warrior [15:28] *** ny.us.hub sets mode: +oooo jrwr JAA ivan chfoo [15:28] *** Ivy has joined #warrior [15:28] *** colona has joined #warrior [15:28] *** astrid has joined #warrior [15:28] *** mundus20- has joined #warrior [15:28] *** Muad-Dib has joined #warrior [15:28] *** xit has joined #warrior [15:28] *** drcd has joined #warrior [15:28] *** joepie91_ has joined #warrior [15:28] *** Ctrl-S_ has joined #warrior [15:28] *** HCross has joined #warrior [15:28] *** Kaz has joined #warrior [15:28] *** deathy_ has joined #warrior [15:28] *** octarine has joined #warrior [15:28] *** pnJay has joined #warrior [15:28] *** Jonimus has joined #warrior [15:28] *** tsr has joined #warrior [15:28] *** gandalf has joined #warrior [15:28] *** ny.us.hub sets mode: +ooo astrid HCross Kaz [15:56] *** bithippo has joined #warrior [16:49] *** AlsoJAA has quit IRC (se.hub irc.nordunet.se) [16:49] *** mls has quit IRC (se.hub efnet.portlane.se) [16:49] *** zerkalo has quit IRC (se.hub efnet.portlane.se) [16:49] *** bilboed has quit IRC (se.hub efnet.portlane.se) [16:49] *** luckcolor has quit IRC (se.hub efnet.portlane.se) [16:49] *** oshura__ has quit IRC (se.hub irc.underworld.no) [16:49] *** Flashfire has quit IRC (se.hub irc.underworld.no) [16:49] *** kiska has quit IRC (se.hub irc.underworld.no) [16:49] *** coderobe has quit IRC (se.hub irc.underworld.no) [16:49] *** jrayhawk has quit IRC (se.hub irc.underworld.no) [16:49] *** phillipsj has quit IRC (se.hub irc.underworld.no) [16:49] *** seatsea has quit IRC (se.hub irc.underworld.no) [16:49] *** Ajay has quit IRC (se.hub irc.underworld.no) [16:49] *** tuluu has quit IRC (se.hub irc.underworld.no) [16:49] *** d5f4a3622 has quit IRC (se.hub ircd.choopa.net) [16:49] *** Zerote_ has quit IRC (se.hub ircd.choopa.net) [16:49] *** ShellyRol has quit IRC (se.hub ircd.choopa.net) [16:49] *** Wingy has quit IRC (se.hub ircd.choopa.net) [16:49] *** RBecker has quit IRC (se.hub ircd.choopa.net) [16:49] *** balrog has quit IRC (se.hub ircd.choopa.net) [16:49] *** Dj-Wawa has quit IRC (se.hub ircd.choopa.net) [16:49] *** Ryz has quit IRC (se.hub ircd.choopa.net) [16:49] *** Decobus has quit IRC (se.hub ircd.choopa.net) [16:49] *** markedL has quit IRC (se.hub ircd.choopa.net) [16:49] *** bsmith093 has quit IRC (se.hub ircd.choopa.net) [16:49] *** Terbium has quit IRC (se.hub ircd.choopa.net) [16:49] *** SmileyG has quit IRC (se.hub ircd.choopa.net) [16:49] *** nyany_ has quit IRC (se.hub ircd.choopa.net) [16:49] *** Craigle has quit IRC (se.hub efnet.deic.eu) [16:49] *** Atom__ has quit IRC (se.hub efnet.deic.eu) [16:49] *** britmob has quit IRC (se.hub efnet.deic.eu) [16:49] *** yano has quit IRC (se.hub efnet.deic.eu) [16:49] *** yawkat has quit IRC (se.hub efnet.deic.eu) [16:50] *** atbk has quit IRC (ny.us.hub se.hub) [16:50] *** revi has quit IRC (ny.us.hub se.hub) [16:50] *** pinkieval has quit IRC (ny.us.hub se.hub) [16:50] *** jesse-s has quit IRC (ny.us.hub se.hub) [16:50] *** zhongfu has quit IRC (ny.us.hub se.hub) [16:50] *** oshura-m has quit IRC (ny.us.hub se.hub) [16:50] *** sep332 has quit IRC (ny.us.hub se.hub) [16:50] *** step has quit IRC (ny.us.hub se.hub) [16:50] *** BuildTheR has quit IRC (ny.us.hub se.hub) [16:50] *** phiresky has quit IRC (ny.us.hub se.hub) [16:50] *** jeekl has quit IRC (ny.us.hub se.hub) [16:50] *** sirvy has quit IRC (ny.us.hub se.hub) [16:50] *** t3 has quit IRC (ny.us.hub se.hub) [16:50] *** yuitimoth has quit IRC (ny.us.hub se.hub) [16:50] *** Sanqui has quit IRC (ny.us.hub se.hub) [16:50] *** kpcyrd has quit IRC (ny.us.hub se.hub) [16:50] *** PostDox has quit IRC (ny.us.hub se.hub) [16:50] *** tonsofpcs has quit IRC (ny.us.hub se.hub) [16:50] *** ivan has quit IRC (ny.us.hub se.hub) [16:50] *** second has quit IRC (ny.us.hub se.hub) [16:50] *** Ivy has quit IRC (ny.us.hub se.hub) [16:50] *** Muad-Dib has quit IRC (ny.us.hub se.hub) [16:50] *** xit has quit IRC (ny.us.hub se.hub) [16:50] *** drcd has quit IRC (ny.us.hub se.hub) [16:50] *** joepie91_ has quit IRC (ny.us.hub se.hub) [16:50] *** gandalf has quit IRC (ny.us.hub se.hub) [16:50] *** tsr has quit IRC (ny.us.hub se.hub) [16:50] *** Jonimus has quit IRC (ny.us.hub se.hub) [16:50] *** colona has quit IRC (ny.us.hub se.hub) [16:50] *** pnJay has quit IRC (ny.us.hub se.hub) [16:50] *** octarine has quit IRC (ny.us.hub se.hub) [16:50] *** deathy_ has quit IRC (ny.us.hub se.hub) [16:50] *** Kaz has quit IRC (ny.us.hub se.hub) [16:50] *** HCross has quit IRC (ny.us.hub se.hub) [16:50] *** Ctrl-S_ has quit IRC (ny.us.hub se.hub) [16:58] *** d5f4a3622 has joined #warrior [16:58] *** Ryz has joined #warrior [16:58] *** Zerote_ has joined #warrior [16:58] *** Decobus has joined #warrior [16:58] *** markedL has joined #warrior [16:58] *** ShellyRol has joined #warrior [16:58] *** Wingy has joined #warrior [16:58] *** Terbium has joined #warrior [16:58] *** RBecker has joined #warrior [16:58] *** bsmith093 has joined #warrior [16:58] *** balrog has joined #warrior [16:58] *** Dj-Wawa has joined #warrior [16:58] *** SmileyG has joined #warrior [16:58] *** nyany_ has joined #warrior [17:07] *** Craigle has joined #warrior [17:07] *** Atom__ has joined #warrior [17:07] *** britmob has joined #warrior [17:07] *** yano has joined #warrior [17:07] *** yawkat has joined #warrior [17:13] *** atphoenix has joined #warrior [17:13] *** Ctrl-S_ has joined #warrior [17:13] *** HCross has joined #warrior [17:13] *** Kaz has joined #warrior [17:13] *** deathy_ has joined #warrior [17:13] *** octarine has joined #warrior [17:13] *** pnJay has joined #warrior [17:13] *** Jonimus has joined #warrior [17:13] *** tsr has joined #warrior [17:13] *** gandalf has joined #warrior [17:13] *** joepie91_ has joined #warrior [17:13] *** drcd has joined #warrior [17:13] *** xit has joined #warrior [17:13] *** Muad-Dib has joined #warrior [17:13] *** colona has joined #warrior [17:13] *** Ivy has joined #warrior [17:13] *** second has joined #warrior [17:13] *** ivan has joined #warrior [17:13] *** tonsofpcs has joined #warrior [17:13] *** PostDox has joined #warrior [17:13] *** kpcyrd has joined #warrior [17:13] *** yuitimoth has joined #warrior [17:13] *** t3 has joined #warrior [17:13] *** jeekl has joined #warrior [17:13] *** phiresky has joined #warrior [17:13] *** BuildTheR has joined #warrior [17:13] *** Sanqui has joined #warrior [17:13] *** step has joined #warrior [17:13] *** sep332 has joined #warrior [17:13] *** oshura-m has joined #warrior [17:13] *** zhongfu has joined #warrior [17:13] *** jesse-s has joined #warrior [17:13] *** sirvy has joined #warrior [17:13] *** pinkieval has joined #warrior [17:13] *** revi has joined #warrior [17:13] *** atbk has joined #warrior [17:13] *** se.hub sets mode: +ooo HCross Kaz ivan [17:14] *** AlsoJAA has joined #warrior [17:14] *** irc.nordunet.se sets mode: +o AlsoJAA [17:14] *** mls has joined #warrior [17:14] *** zerkalo has joined #warrior [17:14] *** bilboed has joined #warrior [17:14] *** luckcolor has joined #warrior [17:15] *** JAA sets mode: +o AlsoJAA [17:15] *** oshura__ has joined #warrior [17:15] *** kiska has joined #warrior [17:15] *** Flashfire has joined #warrior [17:15] *** coderobe has joined #warrior [17:15] *** jrayhawk has joined #warrior [17:15] *** phillipsj has joined #warrior [17:15] *** seatsea has joined #warrior [17:15] *** Ajay has joined #warrior [17:15] *** tuluu has joined #warrior [17:15] *** AlsoJAA sets mode: +o JAA [18:11] *** Ryz has quit IRC (Remote host closed the connection) [18:12] *** kiska18 has joined #warrior [18:12] *** Ryz has joined #warrior [19:23] *** oshura has joined #warrior [19:24] *** oshura__ has quit IRC (Ping timeout: 248 seconds) [19:26] *** oshura_ has joined #warrior [19:28] *** Larsenv has quit IRC (ZNC 1.7.5 - https://znc.in) [19:29] *** oshura has quit IRC (Read error: Operation timed out) [19:35] *** Larsenv has joined #warrior [19:37] *** Larsenv has quit IRC (Client Quit) [19:40] *** Larsenv has joined #warrior [20:53] *** mtntmnky has quit IRC (Remote host closed the connection) [20:53] *** mtntmnky has joined #warrior