aMule Bug Tracker - aMule
View Issue Details
0001801aMulepublic2019-09-08 11:412020-05-10 11:32
murmel 
GonoszTopi 
normalminorhave not tried
resolvedfixed 
linux 5.2.0-2-686-paedebian bullseye/sid/testing32bit
2.3.2 
2.3.3 
11040
Any
0001801: amulecmd discloses content of $HOME (files and directory structure)
using: amulecmd 2.3.2 compiled with wxBase(GTK2) v3.0.4 and Boost 1.67 (not the GUI)

running amulecmd inside a bash-environment. pressing [TAB][TAB] - while amule prompt is waiting for an amule-command - brings up bash-shell-extension to work
aMulecmd$ [TAB][TAB]
Display all 396 possibilities? (y or n) y
.BitTornado/
...

trying this with:
aMulecmd$ .BitTornado/ [TAB][TAB]
datacache/ icons/ ...
brings up the content of directory BitTornado/ ... etc.
maybe this is a feature without sense / or even a bug can't judge that.
No tags attached.
Issue History
2019-09-08 11:41murmelNew Issue
2020-05-10 11:32GonoszTopiFixed in Revision => 11040
2020-05-10 11:32GonoszTopiNote Added: 0003747
2020-05-10 11:32GonoszTopiAssigned To => GonoszTopi
2020-05-10 11:32GonoszTopiStatusnew => resolved
2020-05-10 11:32GonoszTopiResolutionopen => fixed
2020-05-10 11:32GonoszTopiFixed in Version => 2.3.3

Notes
(0003747)
GonoszTopi   
2020-05-10 11:32   
Readline default behaviour is to do filename completion on pressing the TAB key, unless we either disable it or provide our own completion mechanics. The latter has been implemented.