Mercurial > 510Connectbot
annotate TODO @ 488:869070df0e80 stable-1.9.4-1
new notification channel needs android 8
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 14 Oct 2020 11:27:14 -0700 |
parents | 0f53523562bb |
children | 2eb4fa13b9ef |
rev | line source |
---|---|
355
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
1 Done: |
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
2 |
0 | 3 This project started with the base version of vxconnectbot: |
4 https://github.com/vx/connectbot | |
5 git clone https://github.com/vx/connectbot.git vxconnectbot | |
6 commit 5f70cc011cd131acb5cd29783fa6744059841aee | |
7 Merge: 429b47c 53e8530 | |
8 Author: Martin Matuška <martin@matuska.org> | |
9 Date: Wed Oct 30 00:21:40 2013 -0700 | |
10 | |
11 Changes from connectbot were merged: | |
12 https://github.com/connectbot/connectbot | |
13 git clone https://github.com/connectbot/connectbot.git connectbot | |
14 commit d64786d9197090c74072b648e487e3d34817bb57 | |
15 Author: Torne Wuff <torne@wolfpuppy.org.uk> | |
16 Date: Sun Mar 2 20:25:25 2014 +0000q | |
17 | |
18 Connectbot and VXConnectbot split at 598fb427f96712191cc264df14688d82db3dd664 | |
19 | |
20 # take jsocks and ssh2 from current connectbot | |
21 rm -rf src/net/sourceforge/jsocks | |
22 rm -rf src/com/trilead/ssh2 | |
23 cp -a ../connectbot/src/net/sourceforge/jsocks src/net/sourceforge | |
24 cp -a ../connectbot/src/com/trilead/ssh2 src/com/trilead | |
25 | |
26 # take all the connectbot patches since the split, except jsocks and ssh2 | |
27 (cd ../connectbot; git diff -w 598fb427f96712191cc264df14688d82db3dd664) | \ | |
28 sed -e 's;/org/connectbot/;/com/five_ten_sg/connectbot/;g' >patch.2014-04-19 | |
29 emacs patch.2014-04-19 | |
30 # remove all patches for trilead and jsocks | |
31 patch -p1 -l <patch.2014-04-19 >patch.log.2014-04-19 | |
32 | |
355
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
33 # reinstalled all jsocks and ssh2 patches from vxconnectbot since the split |
0 | 34 (cd ../vxconnectbot; git diff -w 598fb427f96712191cc264df14688d82db3dd664) | less |
35 | |
42
7ac846a07ed4
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
3
diff
changeset
|
36 ================================== |
7ac846a07ed4
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
3
diff
changeset
|
37 |
355
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
38 merged tn5250j |
42
7ac846a07ed4
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
3
diff
changeset
|
39 svn checkout svn://svn.code.sf.net/p/tn5250j/code/branches/new-tabs-jse1.6 tn5250j |
348
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
40 r1221 |
0 | 41 |
42 ================================== | |
273
91a31873c42a
start conversion from trilead to ganymed
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
43 |
355
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
44 updated com.trilead.ssh2 to ganymed |
273
91a31873c42a
start conversion from trilead to ganymed
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
45 svn checkout http://ganymed-ssh-2.googlecode.com/svn/trunk/ ganymed-ssh-2-read-only |
91a31873c42a
start conversion from trilead to ganymed
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
46 rev 161 |
91a31873c42a
start conversion from trilead to ganymed
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
47 |
91a31873c42a
start conversion from trilead to ganymed
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
48 ================================== |
348
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
49 |
355
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
50 merged tn5250j updates |
348
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
51 svn checkout svn://svn.code.sf.net/p/tn5250j/code/branches/new-tabs-jse1.6 tn5250j |
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
52 r1227 |
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
53 |
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
54 ================================== |
29076621bab0
merge tn5250j r1227; fix spelling
Carl Byington <carl@five-ten-sg.com>
parents:
273
diff
changeset
|
55 |
355
adab27dd4598
remove ssh debug logging
Carl Byington <carl@five-ten-sg.com>
parents:
349
diff
changeset
|
56 updated jsocks to 2011-03-19 version |
357
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
57 updated jzlib to a21be20213d66eff15904d925e9b721956a01ef7 |
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
58 |
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
59 git clone https://github.com/ymnk/jzlib.git jzlib |
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
60 commit a21be20213d66eff15904d925e9b721956a01ef7 |
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
61 Merge: 9d0fcb9 3e3dae9 |
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
62 Author: Atsuhiko Yamanaka <atsuhiko.yamanaka@gmail.com> |
46c2115ae1c8
update jzlib to a21be20213d66eff15904d925e9b721956a01ef7
Carl Byington <carl@five-ten-sg.com>
parents:
355
diff
changeset
|
63 Date: Tue Nov 19 19:03:18 2013 -0800 |
349
205ee2873330
update jsocks to 2011-03-19
Carl Byington <carl@five-ten-sg.com>
parents:
348
diff
changeset
|
64 |
205ee2873330
update jsocks to 2011-03-19
Carl Byington <carl@five-ten-sg.com>
parents:
348
diff
changeset
|
65 ================================== |
205ee2873330
update jsocks to 2011-03-19
Carl Byington <carl@five-ten-sg.com>
parents:
348
diff
changeset
|
66 |
388
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
67 git clone https://github.com/irssiconnectbot/irssiconnectbot.git irssiconnectbot |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
68 commit 1e0f702be47ad27b85e67722f177e3c129e91196 |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
69 Merge: d3553dd 6420dd5 |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
70 Author: Iiro Uusitalo <iiro.uusitalo@solita.fi> |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
71 Date: Sun Jan 6 21:07:06 2013 -0800 |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
72 |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
73 Nothing critical there, so I will ignore that fork for now. |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
74 |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
75 ================================== |
ebcb4aea03ec
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
357
diff
changeset
|
76 |
445
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
77 merge more tn5250j updates |
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
78 svn checkout svn://svn.code.sf.net/p/tn5250j/code/trunk tn5250j-code |
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
79 r1270 |
462 | 80 2018-11-10 - still the same r1270 version. |
445
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
81 |
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
82 ================================== |
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
83 |
0 | 84 TODO: |
445
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
85 change all System.*.println -> android Log.d(TAG, "") calls |
349
205ee2873330
update jsocks to 2011-03-19
Carl Byington <carl@five-ten-sg.com>
parents:
348
diff
changeset
|
86 |
462 | 87 possible move to https://github.com/hierynomus/sshj |
88 git clone https://github.com/hierynomus/sshj.git sshj | |
445
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
89 |
8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
Carl Byington <carl@five-ten-sg.com>
parents:
388
diff
changeset
|
90 possible merge changes from https://github.com/connectbot/connectbot |
462 | 91 We already have those changes up to |
92 commit 716cdaa4841db330df769019d89e2aaec562f5db | |
93 Author: Kenny Root <kenny@the-b.org> | |
94 Date: Tue Apr 16 22:39:57 2013 -0700 |