Serj Kalichev pkun

pkun pushed to master at pkun/klish

  • 98291f5e21 doc: Documentation for the short commands.

2 months ago

pkun pushed to master at pkun/klish

  • 811a4a8549 klishd: The daemon's listen socket can be chown-ed and chmod-ed. The klishd config file can contain the following new options: * UnixSocketUser * UnixSocketGroup * UnixSocketMode The klishd daemon will chmod or/and chown created listen socket to the specified values. If options are not specified the klishd will not perform any chmod or chown. Thanks to A. Eremin <korbezolympus@gmail.com> and V. Chashchin <v.chashchin@nagtech.ru> for the original patch.

3 months ago

pkun pushed tag 3.2.0 to pkun/klish

5 months ago

pkun pushed to master at pkun/klish

5 months ago

pkun pushed to master at pkun/faux

5 months ago

pkun pushed tag 2.2.1 to pkun/faux

5 months ago

pkun pushed to master at pkun/faux

5 months ago

pkun pushed to master at pkun/klish

6 months ago

pkun pushed to master at pkun/klish

6 months ago

pkun pushed to master at pkun/klish

6 months ago

pkun pushed to master at pkun/klish

  • c48ae3e788 doc: Images for the English documantation

6 months ago

pkun pushed to master at pkun/klish

  • 03b316c46b doc: English doc translated by DeepSeek

6 months ago

pkun pushed to master at pkun/klish

  • 789bdfb488 lua: Script can set a return code by "return <num>" Previously to generate return code Lua script used "os.exit()" but "return" operation didn't affect the return value. Now the both mechanisms can be used.

6 months ago

pkun pushed to master at pkun/klish

6 months ago

pkun pushed to master at pkun/klish

  • 6b3a144434 doc: Updated ru, en documentation due to COND implementation

6 months ago

pkun pushed to master at pkun/klish

  • 25af464f43 The COND tag is implemented. Thanks to to Andrey Eremin <korbezolympus@gmail.com> for the original patch.

6 months ago

pkun pushed to master at pkun/klish

  • 3fc707b4b0 The "transparent=true/false" attribute. The attribute allows to enable or disable searching within upper path levels while command line parsing. It concerns element searching, help generation and autocompletion. Thanks to Andrey Eremin <korbezolympus@gmail.com> for the original patch.

8 months ago

pkun pushed to master at pkun/klish

  • 4b67c31bf8 Fixed possible memory leak while parameters validation. Thanks to Peter Kosyh for the bug report.

8 months ago

pkun pushed to udata at pkun/klish

  • 4b67c31bf8 Fixed possible memory leak while parameters validation. Thanks to Peter Kosyh for the bug report.

8 months ago

pkun pushed to master at pkun/klish

  • b6f9108206 plugin-klish: INT and UINT PTYPEs use lazy range parsing. The parsed range is stored to the ACTION's udata.
  • e2794a087e plugin-klish: Store compiled regex within ACTION's udata. Architecturally it's right way to store such information. Previously this data was stored within ENTRY udata. But one ENTRY can contain multiple ACTIONs. It can be conflict.
  • bb6f618181 Add user data to kaction_t structure.
  • View comparison for these 3 commits »

8 months ago