1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added completion of named port ranges for the bitmap:port type of set. Added completion of interface names for the hash:net,iface type of set. Fixed missing function _ipset_set_has_timout(). Updated description in header. More... almost 12 years ago
Update Readme. More... almost 12 years ago
_ipset_bash_default_compl() was missing. More... almost 12 years ago
Almost complete rewrite of the whole program. The structure has changed to be more ordered, faster, and reliable especially to exceptional conditions, where set names are named like actions, options, file names, or are named `-' (a hyphen), or start with one. More... almost 12 years ago
Added workaround if _get_comp_words_by_ref() is not available. Complete members of list:set sets if the member names are `-' or start with one. Don't allow any completion if the first argument was `-'. Changed deduping of command options, now allows set-names like i.e. timeout, without removing the option from the comp-reply. More... almost 12 years ago
Do not de-dupe firs occurance of command options like timeout, if the set we work on has the same name. More... almost 12 years ago
Fix: allow range of xyz/mask for appropriate types. More... almost 12 years ago
Don't display any of after or before options, if one of them was previously given. More... almost 12 years ago
Bugfix: missing opening [[. More... almost 12 years ago
A few fixes and improvements. More... almost 12 years ago
Fixed -s|-sorted not being alias-de-duped. Added more debug output. Optimized code. Still working on making everything work with sets starting with, or just containing a dash. More... almost 12 years ago
Little bit more debugging output. More... almost 12 years ago
Added missing test options before/after for the list type of sets. Bugfix: prefiously not reported... If listing members for the del command, the options were also shown, not only the names. More... almost 12 years ago
Update Readme.md More... almost 12 years ago
Added -long version of options. Added short form of commands (create = n, etc.). Added completion of ADD-OPTIONS, CREATE-OPTIONS and DEL-OPTIONS. Allow set names with a name equal to a command. Dissallow set names with a name equal to an option. Allow set names with a name being only a dash `-' or starting with one. Allow set names which equal filenames specified with -f. Added checking of values for options: timeout, hashsize, size, maxelem, range,family. If an invalid option argument is detected further completion is refused. Bugfix: Dissalow option completion request after list command. More... almost 12 years ago
Update Readme.md More... almost 12 years ago
Adapted the option de-duper for use with long options. Fixed a typo s/destory/destroy/g. More... almost 12 years ago
Added long form of options. Added short form of commands. More... almost 12 years ago
Optimized code. More... almost 12 years ago
Update README.md More... almost 12 years ago
If -n or -t is used, don't display 'save' if completion is attempted after -o. Better catching of invalid options (don't complete anything). Fixed display of commands, as it still showed wrong commands under certain conditions. Bump version to 1.9. More... almost 12 years ago
Bump version to 1.8. Minor adaptions. More... almost 12 years ago
Don't show anything after a single dash (-), that requests interactive mode. Show correct command if combination of -! and -f is used. Fix: allow option (-q) after flush/destroy command. Don't show the single dash option if -f is used. Fix: show the correct command if -o save is used and command is not save. More... almost 12 years ago
Members can now be completed if the del command is used. Fixed completion of set types. Various smaller improvements. More... almost 12 years ago
Added handling of redirection operators. Added default completion for variables, [ext]glob, command substitution and hostnames. Spaces are not anymore added with file name completion. More... almost 12 years ago
Also show -f if -o is used. More... almost 12 years ago
Added ipset version checking. More... almost 12 years ago
swap now allows only two sets. if destroy is used the correct options are now listed. lesser calls to `ipset list -n'. More... almost 12 years ago
-f now also completes on filenames starting with a dash (-). if -t is used -f is now also displayed. Optimized code. More... almost 12 years ago
variable y was not declared as local. More... almost 12 years ago