Thursday, 2014-02-20

*** tpb has joined #melange00:00
*** carols has quit IRC00:00
*** monkegjinni has joined #melange00:01
*** monkegjinni has quit IRC00:05
madrazrshikher: I need more details to debug that problem00:15
madrazrshikher: that information that you give is not sufficient00:15
madrazrshikher: tell me in detail what you are doing00:15
shikhermadrazr: In that case, I would like to figure this out on my own. I will ask you tomorrow if I am not able to solve this problem.00:21
madrazrshikher: Ok00:32
*** NightFury13 has quit IRC00:50
shikhermadrazr: I fixed that problem. Can you tell me what is the difference between jsonContext and Context in terms of what they are used in Melange views?01:11
shikher*used for in melange views01:12
*** MatthewWilkes is now known as mwilkes|away01:28
madrazrshikher: context is used for regular HTTP requests made by browsers01:30
madrazrshikher: jsonContext is called when the browser makes an AJAXy requests01:31
madrazrshikher: basically it is all done automagically under the hood by Melange's HTTP layer i.e. base RequestHandler class01:31
madrazrshikher: if you are serving a regular HTTP GET, i.e. page loads you should be using context() method01:32
*** bitgeeky has quit IRC01:32
madrazrif you are serving an XHR GET request, you should be implementing jsonContext()01:32
*** schultmc1 is now known as schultmc01:33
shikhermadrazr: Thanks for the info.01:34
shikhermadrazr: I found this bug in Admin Dashboard. When you click on Submitted Organization application, it gives a ticket saying type error, expected string or buffer. To reproduce01:38
shikherrun seed_db locally01:38
shikherThen, go to admin dashboard01:38
shikherclick on preview Organization application or Submitted organization application01:39
shikherThis is all in GSOC.01:39
shikherIt will produce a ticket with TypeError : expected string or buffer.01:41
shikhermadrazr: Should I report this issue. It is occuring because organization application has not yet been created. However, it should not produce a ticket and instead show an error message "No organiztion applications exist"01:43
shikher*organization01:44
*** vijay13 has quit IRC01:45
*** monkegjinni has joined #melange02:01
*** monkegjinni has quit IRC02:05
*** larryxiao has joined #melange02:12
*** jasvir has joined #melange03:04
jasvirmadrazr: hello. Please tell me, why there is a difference b/w index page of melange that we get from source code and google-melange.com ?03:06
jasvirmadrazr: How to make them look similar?03:06
madrazrjasvir: what is the difference? And also, it is really cosmetic03:08
madrazrso you don't really have to worry about making it exactly similar03:08
madrazrunless you have a very strong reason to03:09
jasvirmadrazr: checkout http://devmelange.appspot.com/ and www.google-melange.com03:09
tpbTitle: Welcome to Melange (at devmelange.appspot.com)03:09
madrazrjasvir: so again this difference is cosmetic03:10
madrazrjasvir: in your instance both GSoC and GCI are active programs right now03:10
madrazron production only GSoC is03:10
madrazrand hence has more focus03:10
jasvirmadrazr: Ok. That's great :)03:11
*** scorche has quit IRC03:16
*** scorche` has joined #melange03:16
*** vijay13 has joined #melange03:20
shikhermadrazr: please reply to my earlier question. tanks.03:33
shikher*thanks03:33
piyushHi shiker: Did you clear the database before running seed_db ?03:35
piyushI'm not saying that it's absolutely necessary, but just from diagnosistic point of view.03:35
*** larryxiao has quit IRC03:35
piyushShikher: ^03:36
piyush(Sorry, about the name)03:36
madrazrshikher: what piyush said03:36
*** jasvir has quit IRC03:55
*** vijay13 has quit IRC03:58
*** monkegjinni has joined #melange04:02
*** mwilkes|away has quit IRC04:03
*** monkegjinni has quit IRC04:05
*** MatthewWilkes has joined #melange04:09
*** piyush has quit IRC04:36
*** jasvir has joined #melange05:10
*** parx has quit IRC05:13
*** parx has joined #melange05:14
*** monkegjinni has joined #melange06:03
*** monkegjinni has quit IRC06:08
*** madrazr has quit IRC06:37
*** mrsud has joined #melange06:44
*** mrsud has left #melange06:47
*** jasvir has left #melange06:52
*** monkegjinni has joined #melange06:53
*** monkegjinni has quit IRC07:04
*** monkegjinni has joined #melange07:04
*** monkegjinni has quit IRC07:08
*** monkegjinni has joined #melange08:07
*** monkegjinni has quit IRC08:16
*** vivekjain has joined #melange08:29
*** ashishk has joined #melange08:35
*** madrazr has joined #melange08:38
*** ChanServ sets mode: +o madrazr08:38
vivekjainmadrazr: hi..08:43
madrazrvivekjain: hello08:43
vivekjainmadrazr: regarding our previous discussion if i submit the form with some random reference and if i print the value of that field then it is empty..Then how do i approach that issue If i don't know whether something has been entered in that field or not ..??08:44
vivekjainmadrazr: also can you please review my submission for issue #2028. https://groups.google.com/forum/#!topic/melange-soc-dev/QeeoA08lW7M This is the discussion going on for that issue ... Thanks ...08:47
tpb<http://ln-s.net/B2aV> (at groups.google.com)08:47
madrazrvivekjain: I need more details08:48
madrazrwhat do you mean by print08:48
madrazrwhat exactly are you trying to "print"08:48
madrazrand where08:48
madrazretc.08:48
*** RaulT has joined #melange08:51
vivekjainmadrazr: when i submit the form it goes for validation then in this validation function before inserting the record i tried to print the value which is entered in that field (events_page) it is coming out be empty.. I printed it using program_form[fieldname].value()08:53
madrazrwhat was your exact python code for printing?08:55
madrazrand where are you expecting to see that output?08:55
vivekjainprint program_form['events_page'].value() i am expected the output on the browser (on the new white blank page) and i suppose it's working beacuse it worked for program_form['name'].value()08:56
vivekjainmadrazr: ^08:57
madrazrwhat is working?09:03
vivekjainmadrazr: i mean the print statement is working for name field ..09:04
*** monkegjinni has joined #melange09:05
madrazrand obviously since events_page key holds no value, it does not show anything09:05
madrazrvivekjain: and there you have your answer?09:05
*** jasvir has joined #melange09:06
ashishkmadrazr: hi09:07
madrazrashishk: Hi09:07
vivekjainmadrazr: then how do i approach this issue if i don't even know whether something has been entered in the events_page field .. ??09:08
ashishkmadrazr: a small doubt,can't we have <a href="link">some</a> in ugettext in access_checker.py09:08
madrazrvivekjain: there has been nothing entered in the field09:08
madrazrvivekjain: or at least whatever is being entered in the field is not being propagated to the form after HTTP POST09:09
madrazrvivekjain: you need to debug why this is happening09:09
madrazrvivekjain: do you know how Django forms work?09:09
ashishkmadrazr: because i tried somethink like think but it appears exactly without any link ,DEF_HAS_NOT_FILLED_ENROLLMENT_FORM = translation.ugettext(   'You need to fill enrollment form <a href="http://en.wikipedia.org/wiki/ASCII">ASCII</a>')09:09
madrazrvivekjain: if not, it is worth spending some time reading up Django documentation to get a basic idea of how Django forms work09:09
*** monkegjinni has quit IRC09:09
madrazrvivekjain: we have done a lot of changes to the way forms work in Melange from Django's Forms09:10
madrazrit is still basically inspired from Django forms09:10
madrazrso it might be worth reading Django forms, just for some basic idea at least09:10
ashishkmadrazr: sorry in above comment *something like this instead of think (typing error)09:11
madrazrashishk: what you said is sounding like some poem to me :P09:11
madrazrashishk: I am not sure if I understand09:12
madrazrashishk: where are you using that constant?09:12
madrazrashishk: and how is that being rendered?09:12
madrazr(in the templates I mean)09:12
ashishkmadrazr: i am using this DEF_HAS_NOT_FILLED_ENROLLMENT_FORM in access_checker.py ,it is used when user try to submit proposal here http://localhost:8090/gsoc/proposal/submit/google/gsoc2014/org_009:14
ashishkmadrazr: in access_checker.py i have written like this : raise exception.Forbidden(DEF_HAS_NOT_FILLED_ENROLLMENT_FORM)09:15
ashishkmadrazr: but on the page the html tag is considered as a string and appears like <a href="">some</a> instead of a link to other page09:16
*** jasvir has quit IRC09:21
madrazrashishk: Ah! I see09:24
madrazrI see your point now09:24
ashishkmadrazr: i am wondering how to do that ?? some suggestion please.09:25
vivekjainmadrazr:  what i understand is after submitting the form it goes to the post method where you check for it's validation and save the entry if data is valid and then redirect it to the desired page....09:26
*** RaulT has quit IRC09:31
madrazrashishk: I am looking up something for you09:34
madrazrgive me a few mins09:34
ashishkmadrazr: ok09:35
madrazrvivekjain: I know for sure that this HTML rendering within access error exception messages were working09:35
madrazroops ashishk I mean ^09:35
madrazrashishk: May be it was broken recently, I am trying to check what revision broke that09:36
madrazror what happened to old code09:36
madrazrvivekjain: that's correct. That's exactly how it works09:36
madrazrvivekjain: also a protip, do not use print for logging or debugging in Melange at least09:37
madrazrvivekjain: please use the logging facility09:37
madrazrvivekjain: what I generally do is write something like this09:37
madrazrimport logging; logging.error('Events field value is: %s', program_form['events_page'].value())09:38
vivekjainmadrazr: Thanks for that .....09:39
madrazrvivekjain: also with logging, expect your logging output to be printed on your console09:40
madrazrnot on the UI09:40
madrazrvivekjain: another interesting thing you can do is09:41
madrazrvivekjain: just at the point where you want to log a value09:41
madrazryou assign that value to a variable, let's say something like this09:41
madrazrtempval = program_form['events_page'].value()09:42
madrazrand then immediately after this line put an undefined variable, something like09:42
madrazrdiaf09:42
madrazror something09:42
madrazr:P09:42
madrazrbut very important thing is, the variable should be an undefined variable09:42
madrazrso when the code hits that point of undefined variable, your application throws an NameError09:43
madrazrand hence Django produces a neat UI based debug page which contains lots of debug information09:43
madrazrif you scroll down to your function where that error happened in that debug page that Django produces and click on the arrow to expand the variables in that function09:44
madrazryou can see what was the value of tempval09:44
madrazralong with all the other local variable values at the point where NameError happened09:44
madrazrthis is very convenient09:44
madrazrvivekjain: ^09:44
vivekjainmadrazr: Thanks a lot..09:58
*** robbyoconnor has joined #melange09:59
madrazrvivekjain: np10:01
vivekjainmadrazr: also can you please review my submission for issue #2028. https://groups.google.com/forum/#!topic/melange-soc-dev/QeeoA08lW7M This is the discussion going on for that issue ...It is my first patch ...........10:02
tpb<http://ln-s.net/B2aV> (at groups.google.com)10:02
madrazrvivekjain: I will, when I get to it. I am working on my principal project assignment now (just for the records, Melange is not my assigned work at Google.)10:04
madrazror hopefully some will beat me to it10:05
madrazrs/some/someone10:06
*** monkegjinni has joined #melange10:06
*** ashishk has quit IRC10:06
vivekjainmadrazr: ok ......10:07
*** shikher has quit IRC10:13
*** vivekjain has quit IRC10:16
*** madrazr has quit IRC10:25
*** ashishk has joined #melange10:31
*** ashishk has quit IRC10:32
*** monkegjinni has quit IRC10:50
*** monkegjinni has joined #melange11:06
*** monkegjinni has joined #melange11:07
*** monkegjinni has quit IRC11:12
*** RaulT has joined #melange11:17
*** monkegjinni has joined #melange11:50
*** monkegji_ has joined #melange11:52
*** monkegjinni has quit IRC11:53
RaulTHow can i accept an organization for the program? (Note: I am doing this on my local instance)12:03
*** Niharika has joined #melange12:22
*** RaulT has quit IRC13:29
*** monkegji_ has quit IRC13:31
*** monkegjinni has joined #melange13:32
*** Niharika1 has joined #melange13:32
*** monkegjinni has quit IRC13:32
*** monkegjinni has joined #melange13:33
*** Niharika has quit IRC13:35
*** scorche has joined #melange13:51
*** bytee_ has joined #melange13:52
*** r0bby_ has joined #melange13:53
*** robbyoconnor has quit IRC13:59
*** scorche` has quit IRC13:59
*** Darrel has quit IRC13:59
*** gsocbot has quit IRC13:59
*** schultmc_ has quit IRC13:59
*** bytee has quit IRC13:59
*** Darrel has joined #melange14:00
*** schultmc_ has joined #melange14:01
*** gsocbot has joined #melange14:13
*** monkegjinni has quit IRC14:16
*** gsocbot has quit IRC14:20
*** Niharika1 is now known as Niharika14:29
*** gsocbot has joined #melange14:33
*** monkegjinni has joined #melange14:40
*** Niharika is now known as Niharika|afk14:51
*** bitgeeky has joined #melange14:59
*** shikher has joined #melange15:24
*** r0bby_ has quit IRC15:40
*** RoonyH has joined #melange15:47
*** parx has quit IRC16:04
*** jasvir has joined #melange16:09
*** r0bby_ has joined #melange16:19
*** RoonyH has quit IRC16:31
*** Niharika|afk has quit IRC16:35
*** r0bby_ has quit IRC17:03
*** parx has joined #melange17:04
*** r0bby_ has joined #melange17:07
*** piyush has joined #melange17:13
*** r0bby_ has quit IRC17:21
*** robbyoconnor has joined #melange17:21
*** robbyoconnor has quit IRC17:32
*** ashishk has joined #melange17:49
*** RoonyH has joined #melange17:52
*** jasvir has quit IRC17:54
*** RoonyH has quit IRC18:27
piyushbuildbot_beta: last19:04
buildbot_betalast build [runtests]: 17h41m32s ago: failed shell_6 1022 tests19:04
buildbot_beta 1 errors19:04
buildbot_beta 17 skipped19:04
buildbot_beta 1004 passed19:04
*** shikher has quit IRC19:06
*** vijay13 has joined #melange19:06
*** ashishk has quit IRC19:19
*** robbyoconnor has joined #melange19:27
*** madrazr has joined #melange19:27
*** ChanServ sets mode: +o madrazr19:27
*** RaulT has joined #melange19:28
RaulTHow can I get a organization acceptet on my local instance ?19:29
RaulTaccepted*19:29
*** robbyoconnor has quit IRC19:32
madrazrRaulT: go to /gsoc/org/application/list/google/gsoc2014 and press the big button at the top19:34
RaulTmadrazr: but I need to evaluate the application and decide it is accepted. For now it says "needs review" in the status field ?19:36
madrazrRaulT: change the status to pre-accepted to accept and pre-rejected to reject before pressing the button19:37
*** robbyoconnor has joined #melange19:41
RaulTmadrazr: It does not save the result. When i click out of the field it defaults back to 'needs review'19:42
RaulTmadrazr: Does this happen if I pushed the button before ?19:42
*** robbyoconnor has quit IRC19:42
madrazrRaulT: change the field value in the drop down and press the enter button on the keyboard and try?19:42
RaulTmadrazr: thank you! I worked.19:44
*** carols has joined #melange19:48
madrazrRaulT: cool!19:49
*** bitgeeky has quit IRC19:49
*** rocker_ has joined #melange19:56
*** vijay13 has quit IRC20:07
*** vijay13 has joined #melange20:11
*** monkegjinni has quit IRC20:14
*** monkegjinni has joined #melange20:15
*** vijay13 has quit IRC20:19
*** monkegjinni has quit IRC20:19
*** RaulT has quit IRC20:24
*** rocker_ has quit IRC20:24
*** RaulT has joined #melange20:46
*** vijay13 has joined #melange20:48
*** rocker_ has joined #melange20:52
*** ashishk has joined #melange20:54
*** piyush has quit IRC21:05
*** rocker_ has quit IRC21:05
*** madrazr has quit IRC21:05
*** harlan has quit IRC21:05
*** downey has quit IRC21:05
*** nathanielmanista has quit IRC21:05
*** Lennie has quit IRC21:05
*** olly_ has quit IRC21:05
*** cosenal has quit IRC21:05
*** gsocbot has quit IRC21:05
*** scorche has quit IRC21:05
*** kblin has quit IRC21:05
*** parx has quit IRC21:05
*** carols has quit IRC21:05
*** clopez has quit IRC21:05
*** schultmc_ has quit IRC21:05
*** bytee_ has quit IRC21:05
*** Darrel has quit IRC21:05
*** tricksy___ has quit IRC21:05
*** Triskelios has quit IRC21:05
*** trout has quit IRC21:05
*** buildbot_beta has quit IRC21:05
*** schultmc has quit IRC21:05
*** dag10|away has quit IRC21:05
*** vijay13 has quit IRC21:05
*** antrik has quit IRC21:05
*** gevaerts has quit IRC21:05
*** Mek has quit IRC21:05
*** ashishk has quit IRC21:05
*** RaulT has quit IRC21:05
*** ashishk has joined #melange21:07
*** piyush_ has joined #melange21:07
*** vijay13 has joined #melange21:07
*** RaulT has joined #melange21:07
*** carols has joined #melange21:07
*** parx has joined #melange21:07
*** schultmc_ has joined #melange21:07
*** Darrel has joined #melange21:07
*** bytee_ has joined #melange21:07
*** scorche has joined #melange21:07
*** tricksy___ has joined #melange21:07
*** Triskelios has joined #melange21:07
*** trout has joined #melange21:07
*** buildbot_beta has joined #melange21:07
*** clopez has joined #melange21:07
*** antrik has joined #melange21:07
*** kblin has joined #melange21:07
*** schultmc has joined #melange21:07
*** dag10|away has joined #melange21:07
*** gevaerts has joined #melange21:07
*** Mek has joined #melange21:07
*** cosenal has joined #melange21:08
*** rocker_ has joined #melange21:08
*** madrazr has joined #melange21:09
*** harlan has joined #melange21:09
*** olly_ has joined #melange21:09
*** downey has joined #melange21:09
*** nathanielmanista has joined #melange21:09
*** Lennie has joined #melange21:09
*** asimov.freenode.net sets mode: +ooo madrazr nathanielmanista Lennie21:09
*** ashishk has quit IRC21:09
*** gsocbot has joined #melange21:14
*** ashishk has joined #melange21:15
*** ggherdov has quit IRC21:19
*** ggherdov has joined #melange21:21
*** scorche|sh has quit IRC21:26
*** tpb has joined #melange21:28
*** MatthewWilkes has quit IRC21:30
*** hjpotter92 has quit IRC21:30
*** gsocbot has quit IRC21:40
*** rocker_ has quit IRC21:40
*** madrazr has quit IRC21:40
*** harlan has quit IRC21:40
*** downey has quit IRC21:40
*** nathanielmanista has quit IRC21:40
*** Lennie has quit IRC21:40
*** olly_ has quit IRC21:40
*** cosenal has quit IRC21:40
*** scorche has quit IRC21:40
*** kblin has quit IRC21:40
*** parx has quit IRC21:40
*** carols has quit IRC21:40
*** clopez has quit IRC21:40
*** piyush_ has quit IRC21:40
*** schultmc_ has quit IRC21:40
*** bytee_ has quit IRC21:40
*** Darrel has quit IRC21:40
*** tricksy___ has quit IRC21:40
*** Triskelios has quit IRC21:40
*** trout has quit IRC21:40
*** buildbot_beta has quit IRC21:42
*** schultmc has quit IRC21:42
*** dag10|away has quit IRC21:42
*** vijay13 has quit IRC21:42
*** antrik has quit IRC21:42
*** gevaerts has quit IRC21:42
*** Mek has quit IRC21:42
*** ashishk has quit IRC21:42
*** RaulT has quit IRC21:42
*** ggherdov has quit IRC21:42
*** tpb has joined #melange21:44
*** asimov.freenode.net sets mode: +ns 21:44
*** asimov.freenode.net sets mode: -o tpb21:50
-asimov.freenode.net- *** Notice -- TS for #melange changed from 1392932677 to 120958123521:50
*** asimov.freenode.net sets mode: +ct-s 21:50
*** MatthewWilkes has joined #melange21:50
*** madrazr has joined #melange21:50
*** harlan has joined #melange21:50
*** olly_ has joined #melange21:50
*** downey has joined #melange21:50
*** nathanielmanista has joined #melange21:50
*** Lennie has joined #melange21:50
*** asimov.freenode.net sets mode: +ooo madrazr nathanielmanista Lennie21:50
*** asimov.freenode.net sets mode: +b Zor!*@*21:50
*** asimov.freenode.net changes topic to "Melange powers the Google Code-In and Google Summer of Code site (http://www.google-melange.com) - Questions? Ask someone with op or voice or email [email protected] - Logs at http://www.thousandparsec.net/~irc/%23melange/"21:50
*** tricksy___ has joined #melange22:07
*** Mek_ has joined #melange22:07
*** vijay13_ has joined #melange22:07
*** gevaerts has joined #melange22:07
*** antrik_ has joined #melange22:07
*** ashishk has joined #melange22:07
*** suranga_ has joined #melange22:07
*** hjp92 has joined #melange22:07
*** scorche|1h has joined #melange22:07
*** rocker__ has joined #melange22:07
*** ggherdov has joined #melange22:07
*** gsocbot has joined #melange22:07
*** dag10|away has joined #melange22:07
*** schultmc has joined #melange22:07
*** kblin has joined #melange22:07
*** clopez has joined #melange22:07
*** buildbot_beta has joined #melange22:07
*** trout has joined #melange22:07
*** Triskelios has joined #melange22:07
*** scorche has joined #melange22:07
*** bytee_ has joined #melange22:07
*** Darrel has joined #melange22:07
*** schultmc_ has joined #melange22:07
*** parx has joined #melange22:07
*** carols has joined #melange22:07
*** RaulT has joined #melange22:07
*** piyush_ has joined #melange22:07
*** cosenal has joined #melange22:07
*** ashishk has quit IRC22:07
*** olly_ is now known as olly22:07
*** vijay13_ has quit IRC22:09
*** vijay13 has joined #melange22:10
*** RaulT has quit IRC22:12
*** vijay13_ has joined #melange22:13
*** vijay13 has quit IRC22:15
*** monkegjinni has joined #melange22:15
*** vijay13 has joined #melange22:17
*** vijay13_ has quit IRC22:19
*** monkegjinni has quit IRC22:20
*** vijay13_ has joined #melange22:21
*** rocker__ has quit IRC22:21
*** hjp92 has quit IRC22:32
*** gsocbot has quit IRC22:32
*** suranga_ has quit IRC22:32
*** cosenal has quit IRC22:32
*** scorche has quit IRC22:32
*** vijay13_ has quit IRC22:32
*** vijay13 has quit IRC22:32
*** kblin has quit IRC22:32
*** parx has quit IRC22:32
*** carols has quit IRC22:32
*** clopez has quit IRC22:32
*** scorche|1h has quit IRC22:32
*** piyush_ has quit IRC22:32
*** schultmc_ has quit IRC22:32
*** bytee_ has quit IRC22:32
*** tricksy___ has quit IRC22:32
*** antrik_ has quit IRC22:32
*** Darrel has quit IRC22:33
*** Triskelios has quit IRC22:33
*** trout has quit IRC22:33
*** buildbot_beta has quit IRC22:33
*** schultmc has quit IRC22:33
*** dag10|away has quit IRC22:33
*** Mek_ has quit IRC22:33
*** gevaerts has quit IRC22:33
*** ggherdov has quit IRC22:33
*** monkegjinni has joined #melange22:36
*** tricksy___ has joined #melange22:36
*** Mek_ has joined #melange22:36
*** gevaerts has joined #melange22:36
*** antrik_ has joined #melange22:36
*** suranga_ has joined #melange22:36
*** hjpotter92 has joined #melange22:36
*** scorche|1h has joined #melange22:36
*** ggherdov has joined #melange22:36
*** gsocbot has joined #melange22:36
*** dag10|away has joined #melange22:36
*** schultmc has joined #melange22:36
*** kblin has joined #melange22:36
*** clopez has joined #melange22:36
*** buildbot_beta has joined #melange22:36
*** trout has joined #melange22:36
*** Triskelios has joined #melange22:36
*** scorche has joined #melange22:36
*** bytee_ has joined #melange22:36
*** Darrel has joined #melange22:36
*** schultmc_ has joined #melange22:36
*** parx has joined #melange22:36
*** carols has joined #melange22:36
*** piyush_ has joined #melange22:36
*** cosenal has joined #melange22:36
*** monkegjinni has quit IRC22:41
*** monkegjinni has joined #melange22:42
*** Mek_ is now known as Mek22:44
*** MatthewWilkes has quit IRC22:46
*** madrazr has quit IRC22:46
*** harlan has quit IRC22:46
*** downey has quit IRC22:46
*** nathanielmanista has quit IRC22:46
*** Lennie has quit IRC22:46
*** olly has quit IRC22:46
*** monkegjinni has quit IRC22:46
*** Lennie has joined #melange22:47
*** nathanielmanista has joined #melange22:47
*** downey has joined #melange22:47
*** olly has joined #melange22:47
*** harlan has joined #melange22:47
*** madrazr has joined #melange22:47
*** MatthewWilkes has joined #melange22:47
*** asimov.freenode.net sets mode: +ooo Lennie nathanielmanista madrazr22:47
*** tricksy___ has quit IRC22:48
*** tricksy___ has joined #melange22:50
*** monkegjinni has joined #melange22:51
*** monkegjinni has quit IRC23:10
*** gsock_ has joined #melange23:43
*** gsock_ has quit IRC23:47
*** scorche|1h is now known as scorche|sh23:57

Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!