@eyedeekay
                        
                        
                            &eche|on
                        
                        
                            &zzz
                        
                        
                            +R4SAS
                        
                        
                            +RN
                        
                        
                            +RN_
                        
                        
                            +StormyCloud
                        
                        
                            +acetone
                        
                        
                            +dr|z3d
                        
                        
                            +eche|off
                        
                        
                            +not_bob_afk
                        
                        
                            +orignal
                        
                        
                            +postman
                        
                        
                            +snex
                        
                        
                            +wodencafe
                        
                        
                            Arch
                        
                        
                            BubbRubb
                        
                        
                            Chrono
                        
                        
                            Danny
                        
                        
                            DeltaOreo
                        
                        
                            FreefallHeavens
                        
                        
                            Irc2PGuest16752
                        
                        
                            Irc2PGuest33667
                        
                        
                            Irc2PGuest51880
                        
                        
                            Onn4l7h
                        
                        
                            Over
                        
                        
                            Sisyphus
                        
                        
                            Sleepy_
                        
                        
                            T3s|4
                        
                        
                            T3s|4_
                        
                        
                            Teeed
                        
                        
                            aargh2
                        
                        
                            ac9f_
                        
                        
                            b3t4f4c3__
                        
                        
                            b4dab00m
                        
                        
                            bak83_
                        
                        
                            duanin2
                        
                        
                            duck
                        
                        
                            john231
                        
                        
                            leopold
                        
                        
                            makoto
                        
                        
                            mareki2p_
                        
                        
                            nilbog-
                        
                        
                            poriori_
                        
                        
                            profetik1
                        
                        
                            r00tobo
                        
                        
                            rapidash
                        
                        
                            shiver_
                        
                        
                            solidx66
                        
                        
                            thetia
                        
                        
                            u5657
                        
                        
                            uop23ip
                        
                        
                            vivid_reader56
                        
                        
                            x74a6
                        
                        
                            xHarr
                        
                    
                    
                        RN
                    
                    
                        well, I do like that it tells you when it can't reach the update server now, instead of a quiet-fail.
                    
                
                
                    
                        zzz
                    
                    
                        eyedeekay, I've been staring at InboundMessageDistributor for 3 days...
                    
                
                
                    
                        zzz
                    
                    
                        I understand what you're doing with DatabaseStoreMessage, but there's also a bunch of unrelated changes
                    
                
                
                    
                        zzz
                    
                    
                        Blinded message
                    
                
                
                    
                        eyedeekay
                    
                    
                        I did that I did that during the churning during the attacks, and from the looks of things should have put it back in an earlier MR
                    
                
                
                    
                        dr|z3d
                    
                    
                        eyedeekay: you got echo on your irc connection connection... :)
                    
                
                
                    
                        zzz
                    
                    
                        yeah eyedeekay I was wondering if you researched it all the way back
                    
                
                
                    
                        zzz
                    
                    
                        I found the rev that commented it out, April 2014
                    
                
                
                    
                        zzz
                    
                    
                        so it seems like to uncomment it you'd have to fully understand that 2014 commit first
                    
                
                
                    
                        zzz
                    
                    
                        which I haven't done
                    
                
                
                    
                        RN
                    
                    
                        -10 seems to be running well... I noticed a couple interesting log messages: Dropping build request too old... replay attack? and Dropping build request too far in future 7h
                    
                
                
                    
                        RN
                    
                    
                        someone's clock is waaay off... hehe
                    
                
                
                    
                        RN
                    
                    
                        plenty of theese: Deferred successfully, but we couldnt find [Hash: 
                    
                
                
                    
                        tennis2
                    
                    
                        Hi
                    
                
                
                    
                        tennis2
                    
                    
                        I was talking about editing i2psnark the other week
                    
                
                
                    
                        tennis2
                    
                    
                        Do I need to check out the git repo or can I somehow edit the contents of the i2psnark.war file and put patches somewhere?
                    
                
                
                    
                        tennis2
                    
                    
                        I have an I2PSnarkServlet.java file, I believe I got it from someone's git a couple weeks ago? I assume that I'll need the jdk to compile it? No just the jre?
                    
                
                
                    
                        tennis2
                    
                    
                        *Not* just the jre
                    
                
                
                    
                        tennis2
                    
                    
                        Do I only need to compile that one file to change how i2psnark serves the page or is it more complicated?
                    
                
                
                    
                        dr|z3d
                    
                    
                        tennis2: you should be looking at git, and pulling the repo.
                    
                
                
                    
                        dr|z3d
                    
                    
                        as for serving the page, yes, the servlet is (mostly) responsible for the html output.
                    
                
                
                    
                        dr|z3d
                    
                    
                        as for compilation, you'll want the git repo downloaded, some flavor of java (openjdk recommended), and ant to compile with.
                    
                
                
                    
                        dr|z3d
                    
                    
                        once you have these things, and possibly gettext or whatever's its called to handle translations, you can run ant buildI2PSnark if you want the .war file, or ant i2psnark if you want a standalone build.
                    
                
                
                    
                        dr|z3d
                    
                    
                        running just 'ant' will show you most of the relevant build targets, otherwise.
                    
                
                
                    
                        dr|z3d
                    
                    
                        that is, assuming you're in the root dir of the git repo you just cloned.
                    
                
                
                    
                        tennis2
                    
                    
                        Okay, thanks dr|z3d. Looks like I'll need to get a bit more organized, maybe I shouldn't have bothered you so soon, while so many things are up in the air for me rn.