*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** bddebian has quit IRC | 00:37 | |
CIA-29 | jaffer tpserver-cpp-risk * ra61470831d51 / (37 files in 5 dirs): git-pulled main repository onto #risk branch | 01:30 |
---|---|---|
*** xdotx has joined #tp | 01:44 | |
*** JLafont has quit IRC | 01:58 | |
JLP | good morning everyone | 02:21 |
mithro | hey everyone | 02:52 |
Epyon | life sucks | 02:52 |
mithro | hey xdotx | 02:52 |
mithro | Epyon: oh :( | 02:52 |
mithro | I missed jphr again :( | 02:53 |
*** peres has joined #tp | 02:58 | |
*** llnz has joined #tp | 04:49 | |
* llnz ponders | 05:10 | |
llnz | sorry for not being around today | 05:11 |
*** Marcel- has joined #tp | 05:39 | |
llnz | hi Marcel- | 05:40 |
Marcel- | hi llnz | 05:41 |
*** peres has quit IRC | 05:50 | |
Marcel- | llnz: How big should be the ssh key for git? | 06:30 |
llnz | 1024 to 2048 is typical, iirc | 06:31 |
Marcel- | bigger is better :D and which type? RSA v2 or DSA? | 06:32 |
llnz | either, i tend to use dsa though | 06:38 |
Marcel- | llnz: And now you need the public key from me to create a repository for me? | 06:43 |
llnz | yes, to create your account so that you could push to a repository | 06:43 |
llnz | ~seen mithro | 06:43 |
tpb | llnz: mithro was last seen in #tp 3 hours, 50 minutes, and 36 seconds ago: <mithro> I missed jphr again :( | 06:43 |
Marcel- | Should I send you the key? | 06:44 |
llnz | better to sent it to mithro | 06:44 |
Marcel- | Okay, I have send him a pm. I will not do much until Wednesday because I need to learn for drive test :/ | 06:48 |
Marcel- | llnz: Are there any rules for commiting to git repos? | 06:52 |
llnz | not really | 06:52 |
llnz | only that all code should be open source licensed | 06:52 |
llnz | and it pays not to mess with other people's code without asking | 06:53 |
Marcel- | yes, I will release my code under gpl v3 I think. Yeah, that is clear. | 06:53 |
llnz | cool | 07:00 |
Marcel- | llnz: It seems that mithro is away. | 07:00 |
Marcel- | Can you create a repo for me? | 07:02 |
llnz | i can't, sorry | 07:07 |
llnz | i'm not sure how | 07:08 |
*** AquaFox has joined #tp | 07:56 | |
CIA-29 | jezuch documents * r64ebcd17d44c /protocol/protocol.xml: Small tweaks to glitches noticed by XML validator. | 08:05 |
*** peres has joined #tp | 08:05 | |
* llnz wanders off | 08:29 | |
llnz | later all | 08:29 |
*** llnz has quit IRC | 08:29 | |
*** peres has quit IRC | 08:44 | |
CIA-29 | jezuch documents * rde9118d4120f /protocol/protocol.xml: | 08:45 |
CIA-29 | Remove descstruct elements with empty structures. | 08:45 |
CIA-29 | Just to keep it consistent with the previous change of this sort. | 08:45 |
*** peres has joined #tp | 08:46 | |
*** peres has quit IRC | 10:35 | |
*** Ohm has joined #tp | 10:42 | |
*** AquaFox has quit IRC | 11:15 | |
*** AquaFox has joined #tp | 11:16 | |
CIA-29 | jezuch libtpproto-java * re6c7e34fbdaf /src-generator/net/thousandparsec/netlib/generator/Generator.java: Add some documentation to the Generator's main class. | 11:19 |
CIA-29 | jezuch libtpproto-java * r90d88c19599b /src-generator/net/thousandparsec/netlib/generator/Generator.java: Add some @see's to Generator's javadocs. | 11:19 |
CIA-29 | jezuch libtpproto-java * r6c807a143bc9 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Initial javadocs for OutputGenerator interface. | 11:19 |
CIA-29 | jezuch libtpproto-java * r018d0643645f /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Make the javadocs for OutputGenerator#getIntegerTypeName more complete. | 11:19 |
CIA-29 | jezuch libtpproto-java * r0ac453c2ecc6 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: | 11:19 |
CIA-29 | Rename "level" parameters to "nestingLevel", which is a bit more meaningful. | 11:19 |
CIA-29 | At least I didn't name it "indent"... | 11:19 |
CIA-29 | jezuch libtpproto-java * r77afc757a626 /src-generator/net/thousandparsec/netlib/generator/PacketHandler.java: Add a TODO to use description element to generate packet's comments. | 11:19 |
CIA-29 | jezuch libtpproto-java * r01aaccfbfc12 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#startProtocol and #startPacket javadocs. | 11:19 |
CIA-29 | jezuch libtpproto-java * rf52b571ad5ab /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#startPacketType javadocs. | 11:19 |
CIA-29 | jezuch libtpproto-java * r4b80feb023ab /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#endPacket javadoc. | 11:19 |
CIA-29 | jezuch libtpproto-java * rd004a83809f4 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#startParameterSet and #startParameterSetType javadocs. | 11:19 |
CIA-29 | jezuch libtpproto-java * r7c710f9310d1 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add javadocs for parameter, structure and desc-structure event methods to OutputGenerator. | 11:19 |
CIA-29 | jezuch libtpproto-java * r20e1fa252d3f /src-generator/net/thousandparsec/netlib/generator/ (ParameterHandler.java ParametersetHandler.java): (log message trimmed) | 11:19 |
CIA-29 | Generate deserializer for *Desc classes only for parameters that have a descstruct. | 11:20 |
CIA-29 | This was untested, because no parameter had a descstruct until now. Previously | 11:20 |
CIA-29 | it added new parameters "speculatively" to a list of descstruct-having | 11:20 |
CIA-29 | parameters and generated deserializer for all of them if any had a descstruct, | 11:20 |
CIA-29 | which was obviously wrong. And, by the way, changed the protocol of | 11:20 |
CIA-29 | communication between ParametersetHandler and ParameterHandler: the latter no | 11:20 |
CIA-29 | jezuch libtpproto-java * reea8f8db4b02 /src-generator/net/thousandparsec/netlib/generator/ParametersetHandler.java: Fold the hasDescStruct condition to enclosing if and clear the current parameter handler when it quits. | 11:20 |
CIA-29 | jezuch libtpproto-java * r9f44ed8a0ac0 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#endParameterSet javadoc. | 11:20 |
CIA-29 | jezuch libtpproto-java * rfccaf0f7fbd2 /src-generator/net/thousandparsec/netlib/generator/ (3 files): Remove unused targetDir parameter from OutputGenerator#endParameterSet. | 11:20 |
CIA-29 | jezuch libtpproto-java * r82f3384c1815 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#endProtocol javadoc. | 11:20 |
CIA-29 | jezuch libtpproto-java * r74d5a14b6b05 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Oh, and a throws declaration, just to be consistent... | 11:20 |
CIA-29 | jezuch libtpproto-java * r0f49a8007d80 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#*Comment javadocs. | 11:20 |
CIA-29 | jezuch libtpproto-java * r96ce8a49cb93 /src-generator/net/thousandparsec/netlib/generator/ (8 files): Remove useless correction parameter from OutputGenerator#*Comment methods. | 11:20 |
CIA-29 | jezuch libtpproto-java * r9c992b1129bf /src-generator/net/thousandparsec/netlib/generator/ (3 files): | 11:20 |
CIA-29 | Fold printProperty{Def,Getter,Setter} into one generatePropertyDefinition in OutputGenerator. | 11:20 |
CIA-29 | They're called in tandem anyway. And it's better not to assume that languages other than Java even have the concept of getters and setters. | 11:20 |
CIA-29 | jezuch libtpproto-java * rd45be3bb982d /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#generatePropertyDefinition javadoc. | 11:20 |
CIA-29 | (11 lines omitted) | 11:20 |
*** zzorn has quit IRC | 12:27 | |
*** zzorn has joined #tp | 12:31 | |
*** JLP has quit IRC | 13:25 | |
*** TBBle_ has joined #tp | 14:28 | |
*** mithro has quit IRC | 14:34 | |
*** mithro has joined #tp | 14:35 | |
*** TBBle has quit IRC | 14:40 | |
*** JLP has joined #tp | 15:04 | |
*** JLafont has joined #tp | 16:03 | |
*** AquaFox has quit IRC | 16:36 | |
*** llnz has joined #tp | 16:39 | |
*** Epyon has quit IRC | 16:45 | |
* llnz wanders to uni/work | 18:18 | |
*** llnz has quit IRC | 18:18 | |
*** nash has joined #tp | 19:03 | |
*** llnz has joined #tp | 19:13 | |
*** JLafont has quit IRC | 19:54 | |
*** JLafont has joined #tp | 19:54 | |
*** Marcel- has quit IRC | 20:04 | |
*** xdotx has quit IRC | 20:26 | |
mithro | morning people | 21:01 |
nash | heyo mithro | 21:04 |
mithro | how is everything? | 21:04 |
nash | okay | 21:04 |
mithro | ~seen Iwanowitch | 21:04 |
tpb | mithro: Iwanowitch was last seen in #tp 3 days, 3 hours, 57 minutes, and 8 seconds ago: <Iwanowitch> I feel like I'm hopelessly behind with everyone working so hard around me. | 21:04 |
nash | yourself | 21:04 |
mithro | I've been really slack :( | 21:04 |
nash | normal then ;-) | 21:06 |
llnz | hi mithro | 21:09 |
mithro | I was hoping I would get some tp work done - but i've only managed to make a few comments on jphr's blog | 21:09 |
mithro | I fly to Sydney this Saturday | 21:10 |
llnz | cool | 21:13 |
* llnz is Wellington *again* tomorrow and wednesday | 21:23 | |
nash | llnz: At least it's _slightly_ warmer... | 21:24 |
llnz | :-) | 21:25 |
llnz | it's still home in some ways | 21:25 |
nash | llnz: It could be worse... you could be returning to adelaide | 21:27 |
llnz | hehe :-) | 21:28 |
*** greywhind_ has joined #tp | 21:41 | |
greywhind_ | mithro: ping? | 21:51 |
mithro | greywhind_: pong - but not for long | 21:51 |
greywhind_ | mithro: jmtan sent me a question that I need your help to answer | 21:52 |
greywhind_ | When I log in with one client ("jmtan") it creates the jmtan star | 21:52 |
greywhind_ | system. After that, I log in with a second client ("nonny") and with | 21:52 |
greywhind_ | this client I can view both jmtan and nonny star systems. But the | 21:52 |
greywhind_ | first client cannot view the nonny system (it doesn't appear in the | 21:52 |
greywhind_ | system tree and starmap), even though "nonny has joined" appears in | 21:52 |
greywhind_ | the message box. Restarting and logging in again doesn't help either. | 21:52 |
greywhind_ | any idea what might be the problem? | 21:52 |
*** greywhind_ is now known as greywhind | 21:52 | |
llnz | greywhind: i know | 21:52 |
mithro | sure - encourage him to post to the mailing list | 21:52 |
mithro | llnz would have anwsered him there then :) | 21:53 |
llnz | :-) | 21:53 |
greywhind | mithro: i'll do that. | 21:53 |
greywhind | llnz: do you want to tell me so I can pass it on to him, or e-mail him directly? | 21:53 |
llnz | it's something everyone should know, get him to email the list | 21:55 |
mithro | bblr | 22:04 |
CIA-29 | noegnud tpclient-pywx-stable * r655c697ebac9 /windows/main/panelMessage.py: Improved position of Filter window so it won't go below the client window. | 22:10 |
*** JLafont has quit IRC | 22:11 | |
CIA-29 | pluskid schemepy * r75cce1384b11 /doc/log_book/todo/05-10-port-the-test-suites-of-pypy-scheme-to-schemepy.txt: Added a task for porting PyPy's Scheme test suites | 22:11 |
CIA-29 | pluskid schemepy * r3e0f35a723d3 /schemepy/ (guile/guile.py guile/guilehelper.c types.py): Added some helper methods to VM interface. | 22:11 |
CIA-29 | pluskid schemepy * r0bc6d730e9c0 /tests/test_multi_vm.py: Added test case for scoping of multi vm. | 22:20 |
*** zzorn_laptop has quit IRC | 22:20 | |
*** llnz changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/" | 22:29 | |
nash | That topic so needs to be made sane | 22:30 |
nash | "Why not help out?" should go, the two Gettign started and Ideas links need to be merged. The test battle is way old now | 22:31 |
nash | And the logs... well that can go to | 22:31 |
llnz | nash: then fix it then | 22:31 |
*** nash changes topic to "Pants on!" | 22:32 | |
*** ChanServ changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/" | 22:32 | |
nash | llnz: Worked well hey ;-) | 22:32 |
llnz | hehe, i didn't think it would do that | 22:32 |
*** llnz changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development" | 22:34 | |
llnz | how is that? | 22:34 |
nash | Much better ;-) | 22:34 |
*** tuna has quit IRC | 22:37 | |
llnz | that wiki page has links to two of the three deleted urls | 22:39 |
nash | Indeed | 22:47 |
nash | No one reads long topics... keep your marketing messages short and sweet | 22:47 |
llnz | yeah | 22:47 |
*** tuna-fish has joined #tp | 22:50 | |
nash | back soon, lunch | 22:52 |
*** tuna-fish is now known as tuna | 22:55 | |
*** greywhind_ has joined #tp | 23:33 | |
*** greywhind has quit IRC | 23:33 | |
*** JLafont has joined #tp | 23:53 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!