1
0

Commit History

Автор SHA1 Съобщение Дата
  Stanislav Galabov 5b8f69a6bd Conditionally build Lua plugin only if --with-lua is given to configure; Currently we look for Lua lib and headers only in the standard search path. If they're somewhere else - the user will have to specify that by passing appropriate CPPFLAGS and/or LDFLAGS to configure преди 11 години
  Stanislav Galabov 6a8f7647a6 Merge with master преди 11 години
  Serj Kalichev 8057489f67 Remove unneeded global init and fini hooks преди 11 години
  Serj Kalichev fd67d0784a Move internal plugin to plugins/default преди 11 години
  Stanislav Galabov 7768e2a164 Attempt at full *out implementation for Lua. преди 11 години
  Stanislav Galabov 8c252b1a88 Make use of the possibility to return a string from Lua in order to implement *out functionality преди 11 години
  Stanislav Galabov a64420c178 Use memcpy instead of bcopy as it is possibly more portable преди 11 години
  Stanislav Galabov 013f60c901 Implement a simple trim function. Use trim to get only the config string without any leading/trailing whitespace преди 11 години
  Stanislav Galabov 6b0dcb23bd Remove unneeded comments and fix file. преди 11 години
  Stanislav Galabov 9d981594ec Was too quick with last commit... Actually fix conflicts due to rebase преди 11 години
  Stanislav Galabov 7b83ec7f7e Resolve conflict caused by 'rebase' преди 11 години
  Stanislav Galabov 434a687559 Use plugin_fini; Use plugin's conf mechanism for defining the script dir instead of relying on global env vars (for the moment it's rudimentary and just uses the string provided by clish_plugin__get_conf() without doing any further parsing) преди 11 години
  Stanislav Galabov f861b3cd57 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. преди 11 години
  Stanislav Galabov d950e0c9f4 Removing file included by accident преди 11 години
  Stanislav Galabov 3fbc9fdd98 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) преди 11 години
  Serj Kalichev 05db649ab0 Fix memory leaks for dyn views преди 11 години
  Serj Kalichev 80d2d0ea50 Dynamic view. Thanks to aa.atnet. преди 11 години
  Serj Kalichev 9f2e3f71f5 Free plugin's alias and conf преди 11 години
  Serj Kalichev e7c62e0a80 Get content of <PLUGIN>...</PLUGIN> преди 11 години
  Serj Kalichev cc9e5dc358 The plugin has alias and plugin defined name преди 11 години
  Serj Kalichev 98c3b2bc24 Implement FINI function for plugins преди 11 години
  Stanislav Galabov b9e9072034 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. преди 11 години
  Stanislav Galabov b211836408 Removing file included by accident преди 11 години
  Stanislav Galabov 79fe413202 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) преди 11 години
  Serj Kalichev aa1eca0762 Execute init hook on startup преди 11 години
  Serj Kalichev 1b2ddac0cb Change plugin init prototype. RTLD_LOCAL while dlopen преди 11 години
  Serj Kalichev 1db916faa1 udata container to store plugin named data преди 11 години
  Serj Kalichev 21e5c5ae08 Fix UNIX_PATH_MAX portability problem. Thanks to S.Galabov преди 11 години
  Serj Kalichev 53073e25c4 Support for bsdxml backend. Thanks to S.Galabov. преди 11 години
  Serj Kalichev 2f12a71ce5 Implement clish_plugin_add_phook() преди 11 години