1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 16, 2024 — Dec 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update Readme.md. More... almost 13 years ago
Bump version to 1.0-alpha-10. More... almost 13 years ago
Update Readme. More... almost 13 years ago
variable _IPT_IPLIST_FILE defines a file to load ip addresses from. These are added to hostname completion. Also iprange match is fed with them. More... almost 13 years ago
Added support for set names starting with a dash. Fix: the system mode of mac address completion was overwriting the file mode. More... almost 13 years ago
Update Readme.md. More... almost 13 years ago
Bump version to 1.0-alpha-9. More... almost 13 years ago
Added mac address completion. Fix: match name not getting space appended. More... almost 13 years ago
Fixed some holes in the logic enumerating last option and match. More... almost 13 years ago
Update Readme.md. More... almost 13 years ago
The environment variable _IPTABLES_OPTS_ON_START controls what options to show at start. Bugfix: non existing function _ipset_get_networks(). Recognize --set-counters and define available options. Recognize all option that allow only list action following. Move option list enumeration/swapping into opt request code segment. Update Readme. More... almost 13 years ago
Minimize action opts shown, if a target is specified before. Make last option enumeration saver in regard to current word. More... almost 13 years ago
Bump version to 1.0-alpha-7. More... almost 13 years ago
Fixed an error in the de-duper introduced with the previous version. Optimised the loop collecting info about the command line. More... almost 13 years ago
Bump version to 1.0-alpha-6. More... almost 13 years ago
Fixed a type, that lead to options not being deduped on first request. Fixed an error in the option de-duping function. Fix: -j and -g were allowing option requests after. Optimised de-duper, only runs on used args not the whole command line. More... almost 13 years ago
Fix invalid target_index assignment. More... almost 13 years ago
Bump version to 1.0-alpha-5. More... almost 13 years ago
Match option which depend on the value of another one, are displayed if the dependency evaluates to true. Fix deduping of global match options. More... almost 13 years ago
If a target option is protocol depending, show it only if the protocol matches. More... almost 13 years ago
If a target option is table depending, show it only it the valid tables. More... almost 13 years ago
Bump version to 1.0-alpha-4. More... almost 13 years ago
If a match has no options, main options were not displayed afterwards. Don't include aliases with _known_hosts_real(). More... almost 13 years ago
Fix: If a match had alias options, those were not left out on next option request. Fix: Short form of options were only shown, not completed (space appended). More... almost 13 years ago
completion: rename debug variable. More... almost 13 years ago
Fix main options not being displayed after -p, if protocol is also a known match. More... almost 13 years ago
Bump version to 1.0-alpha-1. More... almost 13 years ago
Update Readme. More... almost 13 years ago
Added ip addresses of active interfaces to address completion. Added networks from /etc/networks to address completion. Added address completion on appropriate options for these extensions: conntrack, policy, ipvs, TEE, TPROXY. More... almost 13 years ago
Added hostname completion for -s and -d. More... almost 13 years ago