1 2013-02-17T00:04:16 * ThomasWaldmann thinks about how to refactor api/urls etc. to not just use the item name, but any usable whoosh index key
2 2013-02-17T00:14:24 *** nightolo
3 2013-02-17T00:14:57 *** nightolo
4 2013-02-17T02:04:40 <moinBot> http://hg.moinmo.in/moin/2.0/rev/2334273e3850 2013-02-16 Thomas Waldmann <tw AT waldmann-edv DOT de> namespaces merged default branch into namespaces branch
5 2013-02-17T02:11:01 *** ronny_
6 2013-02-17T02:13:28 *** xiaq
7 2013-02-17T03:03:43 <ThomasWaldmann> moin xiaq :)
8 2013-02-17T03:04:55 <xiaq> ThomasWaldmann: moin
9 2013-02-17T03:05:01 <xiaq> tmux, mosh and zsh plz :)
10 2013-02-17T03:05:19 *** ronny_
11 2013-02-17T03:08:33 <ThomasWaldmann> hmm, what's the point of tmux (vs. screen)?
12 2013-02-17T03:08:50 <xiaq> ThomasWaldmann: much cleaner configuration
13 2013-02-17T03:09:10 <xiaq> i never managed to learn screen :)
14 2013-02-17T03:10:13 * ThomasWaldmann only uses a few keys and functions of it
15 2013-02-17T03:10:30 <ThomasWaldmann> zsh is already there
16 2013-02-17T03:10:50 <xiaq> ok
17 2013-02-17T03:11:04 <xiaq> and mosh let me keep the session across suspends
18 2013-02-17T03:11:38 <xiaq> and it's helpful on slow connections too (it has instant, local terminal echo)
19 2013-02-17T03:14:16 <ThomasWaldmann> xiaq: logout and login again. zsh as login shell, stuff installed
20 2013-02-17T03:15:49 <ThomasWaldmann> xiaq: https://bitbucket.org/thomaswaldmann/moin-2.0/issue/317/use-more-constants (for some do-some-cleanup-work moment)
21 2013-02-17T03:16:01 <xiaq> ThomasWaldmann: nice, but my login shell is still /bin/bash
22 2013-02-17T03:17:05 <ThomasWaldmann> try again
23 2013-02-17T03:21:30 <xiaq> ThomasWaldmann: ok, almost everything good now, but mosh doesn't work - seems mosh's udp connection can't get thru the firewall
24 2013-02-17T03:23:12 <ThomasWaldmann> yeah, that might be the case. it does some NAT as we only have 1 ipv4 addr.
25 2013-02-17T03:23:37 <ThomasWaldmann> i suggest you do just ssh until that is fixed
26 2013-02-17T03:23:52 <xiaq> ThomasWaldmann: ok. is it ok to forward port 60000?
27 2013-02-17T03:24:33 <ThomasWaldmann> sure
28 2013-02-17T03:25:19 <ThomasWaldmann> how is that helpful?
29 2013-02-17T03:27:01 <xiaq> ThomasWaldmann: well, mosh requires another port to function - it only uses ssh for authentication
30 2013-02-17T03:31:10 <xiaq> oops, i get
31 2013-02-17T03:31:13 <xiaq> Unable to connect server irc.freenode.net port 7000 [Network is unreachable]
32 2013-02-17T03:31:41 <xiaq> ping irc.freenode.net also gives "network is unreachable" :-|
33 2013-02-17T03:32:37 <xiaq> ah! there is only ipv6
34 2013-02-17T03:36:12 <ThomasWaldmann> irssi?
35 2013-02-17T03:37:24 <ThomasWaldmann> resolve_prefer_ipv6 = "yes";
36 2013-02-17T03:37:29 *** xiaq_
37 2013-02-17T03:37:43 <ThomasWaldmann> address = "chat.freenode.net";
38 2013-02-17T03:37:43 <ThomasWaldmann> chatnet = "freenode";
39 2013-02-17T03:37:43 <ThomasWaldmann> port = "7000";
40 2013-02-17T03:37:43 <ThomasWaldmann> use_ssl = "yes";
41 2013-02-17T03:37:46 <xiaq_> moin :)
42 2013-02-17T03:38:14 <xiaq_> hm, debian doesn't seem to come with freenode's ca certificate
43 2013-02-17T03:38:32 <xiaq_> i have to set ssl_verify = "no"
44 2013-02-17T03:38:50 *** xiaq
45 2013-02-17T03:38:53 *** xiaq_
46 2013-02-17T03:39:34 <ThomasWaldmann> don't have ssl_verify = "no" in the config
47 2013-02-17T03:40:02 <xiaq> yeah it defaults to "no"
48 2013-02-17T03:41:09 *** ronny_
49 2013-02-17T03:41:52 <ThomasWaldmann> Updating certificates in /etc/ssl/certs... 158 added, 0 removed; done.
50 2013-02-17T03:42:28 *** xiaq_
51 2013-02-17T03:42:32 *** xiaq
52 2013-02-17T03:42:48 *** xiaq
53 2013-02-17T03:43:06 <xiaq> good
54 2013-02-17T03:43:29 * xiaq has ssl_verify = "yes" now
55 2013-02-17T03:44:29 *** ThomasWaldmann
56 2013-02-17T03:44:55 *** ThomasWaldmann
57 2013-02-17T03:44:55 *** ThomasWaldmann
58 2013-02-17T03:45:46 <ThomasWaldmann> ok, now with ssl_verify, too :)
59 2013-02-17T03:48:31 *** MattMaker
60 2013-02-17T03:58:11 * ThomasWaldmann just found the pycharm pep8 checker has also issues with non-ascii chars
61 2013-02-17T04:03:23 <moinBot> http://hg.moinmo.in/moin/2.0/rev/181a556a0920 2013-02-17 Thomas Waldmann <tw AT waldmann-edv DOT de> pep8 fixed for the tests
62 2013-02-17T04:03:24 <moinBot> http://hg.moinmo.in/moin/2.0/rev/3f08275cd676 2013-02-17 Thomas Waldmann <tw AT waldmann-edv DOT de> setup.cfg: more strict pep8 checking for tests also
63 2013-02-17T04:48:02 *** MattMaker
64 2013-02-17T08:46:03 *** tmishra
65 2013-02-17T08:48:22 *** tmishra
66 2013-02-17T08:53:47 * xiaq has learnt enough Deutsch to fully understand die prinzen's Deutschland :)
67 2013-02-17T08:59:58 *** ronny_
68 2013-02-17T10:06:39 *** rihen
69 2013-02-17T10:59:22 <xiaq> ThomasWaldmann: care to set up the port forwarding? udp 60000
70 2013-02-17T11:34:20 *** greg_f
71 2013-02-17T11:39:16 *** rihen
72 2013-02-17T12:08:08 *** ronny_
73 2013-02-17T12:08:19 *** ronny
74 2013-02-17T12:09:03 *** ronny
75 2013-02-17T12:09:12 *** ronny_
76 2013-02-17T12:09:19 *** ronny_2
77 2013-02-17T12:09:28 *** ronny2
78 2013-02-17T12:28:56 *** ronny_
79 2013-02-17T12:32:43 *** ronny
80 2013-02-17T12:55:36 *** prologic
81 2013-02-17T13:30:41 *** moinBot
82 2013-02-17T13:41:49 <ThomasWaldmann> moin
83 2013-02-17T13:44:37 <sunu_> moin ThomasWaldmann
84 2013-02-17T13:52:33 <xiaq> ThomasWaldmann: < xiaq> ThomasWaldmann: care to set up the port forwarding? udp 60000
85 2013-02-17T13:53:00 <ThomasWaldmann> later
86 2013-02-17T13:53:24 <xiaq> alright
87 2013-02-17T13:56:30 <xiaq> not meaning anything bad, but it reminded me of one of my Deutsch assignments making sentences with "bis morgen" :)
88 2013-02-17T13:57:42 <ThomasWaldmann> vielleicht ;)
89 2013-02-17T13:59:44 <xiaq> it was an assignment about modal verbs, so the sentences were "ich soll ..., aber ich will nicht. bis morgen." very comic to be homework assignment.
90 2013-02-17T14:11:48 <ThomasWaldmann> hehe
91 2013-02-17T14:12:03 *** ronny_
92 2013-02-17T14:44:31 *** ronny_
93 2013-02-17T14:54:16 <xiaq> ThomasWaldmann: cr https://codereview.appspot.com/7342051/
94 2013-02-17T15:19:30 * ThomasWaldmann looks
95 2013-02-17T15:36:34 *** RogerHaase
96 2013-02-17T15:40:07 <ThomasWaldmann> xiaq: done
97 2013-02-17T15:49:33 *** dcramer_
98 2013-02-17T16:03:18 <ThomasWaldmann> dreimark: eSyr: eSyr-ng: spy: sunu: xiaq: for irssi you may need resolve_prefer_ipv6 = "yes";
99 2013-02-17T16:03:53 <ThomasWaldmann> address = "chat.freenode.net";
100 2013-02-17T16:03:53 <ThomasWaldmann> chatnet = "freenode";
101 2013-02-17T16:03:53 <ThomasWaldmann> port = "7000";
102 2013-02-17T16:03:53 <ThomasWaldmann> use_ssl = "yes";
103 2013-02-17T16:03:53 <ThomasWaldmann> ssl_verify = "yes";
104 2013-02-17T16:07:13 *** dwcramer
105 2013-02-17T16:36:41 <ronny_> dreimark, ping?
106 2013-02-17T16:55:33 *** spy_
107 2013-02-17T16:58:47 <ThomasWaldmann> xiaq: can you try mosh now?
108 2013-02-17T17:29:43 *** dwcramer
109 2013-02-17T17:48:38 *** greg_f
110 2013-02-17T18:21:03 <moinBot> http://hg.moinmo.in/moin/2.0/rev/0fdfd6a34406 2013-02-17 Thomas Waldmann <tw AT waldmann-edv DOT de> regex raw strings: remove redundant escapes
111 2013-02-17T18:21:04 <moinBot> http://hg.moinmo.in/moin/2.0/rev/cb2ca948f94b 2013-02-17 Thomas Waldmann <tw AT waldmann-edv DOT de> use augmented assignments
112 2013-02-17T18:21:05 <moinBot> http://hg.moinmo.in/moin/2.0/rev/093bdc2d6fe0 2013-02-17 Thomas Waldmann <tw AT waldmann-edv DOT de> remove redundant parens, fix some minor bugs
113 2013-02-17T19:06:32 *** ronny_
114 2013-02-17T19:56:13 *** ronny_
115 2013-02-17T20:03:25 *** ronny_
116 2013-02-17T20:14:53 *** grzywacz
117 2013-02-17T21:56:36 *** RogerHaase
118 2013-02-17T23:10:21 *** spy_
119 2013-02-17T23:12:34 *** ronny
120 2013-02-17T23:17:05 *** breton
121 2013-02-17T23:17:13 *** breton
122 2013-02-17T23:17:48 *** ronny
123 2013-02-17T23:41:20 *** ronny
124 2013-02-17T23:48:18 <dreimark> ThomasWaldmann:
125 2013-02-17T23:48:24 <dreimark> servers = (
126 2013-02-17T23:48:25 <dreimark> {
127 2013-02-17T23:48:25 <dreimark> resolve_prefer_ipv6 = "yes";
128 2013-02-17T23:48:25 <dreimark> address = "chat.freenode.net";
129 2013-02-17T23:48:25 <dreimark> chatnet = "freenode";
130 2013-02-17T23:48:27 <dreimark> port = "7000";
131 2013-02-17T23:48:29 <dreimark> use_ssl = "yes";
132 2013-02-17T23:48:32 <dreimark> ssl_verify = "yes";
133 2013-02-17T23:48:34 <dreimark> autoconnect = "yes";
134 2013-02-17T23:48:37 <dreimark> }
135 2013-02-17T23:48:43 <dreimark> 23:48 -!- Irssi: Unable to connect server chat.freenode.net port 7000 [Network is unreachable]
136 2013-02-17T23:48:44 *** grzywacz
137 2013-02-17T23:50:07 <ThomasWaldmann> dreimark: the first setting does not belong there
138 2013-02-17T23:55:07 <dreimark> solved
139 2013-02-17T23:59:55 *** dreimark
140
MoinMoin: MoinMoinChat/Logs/moin-dev/2013-02-17 (last edited 2013-02-16 23:15:03 by IrcLogImporter)