Skip to content
Snippets Groups Projects
  1. Aug 05, 2014
  2. Jul 30, 2014
  3. Jul 29, 2014
  4. Jul 28, 2014
  5. Jul 23, 2014
  6. Jul 22, 2014
    • Tomasz Pieczerak's avatar
      BUGFIX: appropriate DESTDIR support in resources/ · 5f7ddd92
      Tomasz Pieczerak authored
      + a few (un)install commands in resources/Makefile.am did not support
      DESTDIR - as a result files were installed/removed directly in/from system.
      5f7ddd92
    • Jakub Kotur's avatar
      iks: add proxy name to location name · 50e8c590
      Jakub Kotur authored
      + add option draw_name to proxy location configuration
      + add proxy draw_name as a suffix to every location that comes from it
        if its not empty
      + empty draw_name is default so suffix have to be configured
      + update config sample
      50e8c590
  7. Jul 21, 2014
  8. Jul 18, 2014
  9. Jul 17, 2014
  10. Jul 15, 2014
  11. Jul 07, 2014
  12. Jul 01, 2014
  13. Jun 26, 2014
    • Tomasz Pieczerak's avatar
      Fixed conversions between UTF-8 and LOCAL encodings · b88b8ca9
      Tomasz Pieczerak authored
      + IconvWrapper gets new method isutf8() - a fast way to check whether
      the encoding is UTF-8.
      
      + utf2local(), local2utf() and local2utf_ign() functions reinterpret
      cast on UTF-8 system, rather than performing conversion from UTF-8 to
      UTF-8.
      b88b8ca9
  14. Jun 25, 2014
    • Tomasz Pieczerak's avatar
      BUGFIX (#65): Raporter3's template encoding issue · 1f270e52
      Tomasz Pieczerak authored
      + parameter lists (.xpl) are now always saved in UTF-8 encoding.
      
      + name field in template create/edit window is filtered and allows only
      alphanumeric characters.
      
      + template filenames are transliterated to remove any diacritics.
      
      + added .gitignore for 'iks-server'.
      1f270e52
  15. Jun 23, 2014
    • Tomasz Pieczerak's avatar
      Search by prefixes on a load configuration list · d861ef53
      Tomasz Pieczerak authored
      [enhancement to commit e9c2f8d5]
      * user should also be able to search by prefix on a configuration list
        (as they are displayed).
      d861ef53
    • Tomasz Pieczerak's avatar
      New conversion routines that omits invalid characters · 2dfc1e99
      Tomasz Pieczerak authored
      + functions ascii2utf(), local2szarp() and local2utf() have new variant
      (with '_ign' suffix), which omits invalid characters (in the input
      encoding) and ignore characters that cannot be represented (in the
      target encoding).
      
      + functions A2U(), L2S(), L2U() get additional argument named
      'fallback'. If it's set to "true", in case of conversion failure (due
      to invalid multibyte sequence) function catches an exception and tries
      to repeat conversion using '_ign' function variant. 'fallback' defaults
      to "false", so existing usages will preserve behavior.
      
      + set 'fallback' to "true" in L2S(), L2U(), A2U() calls, where input
      encoding is uncertain.
      
      + changed A2U() calls to L2U(), where proper.
      2dfc1e99
  16. Jun 17, 2014
    • Jakub Kotur's avatar
      szarp-iks package init script · 6bd6f64c
      Jakub Kotur authored
      + szarp-iks package now setup websocify between ports 9002 and 19002 at
        system startup. Other ports could be specified in
        /etc/default/szarp-iks config file.
      6bd6f64c
  17. Jun 15, 2014
  18. Jun 14, 2014
    • Jakub Kotur's avatar
      Restart iks-server with other szarp services · 11beeb31
      Jakub Kotur authored
      + restart command of parstart init script restarts also iks-server
        server if installed. It doesn't start nor stop it.
      11beeb31
    • Jakub Kotur's avatar
      iks: creating pid file option · c48ad84d
      Jakub Kotur authored
      + now there is an option to create pid file
      + pid file contains pid of server after daemonizing
      + in case of exception server returns error code
      c48ad84d
    • Jakub Kotur's avatar
      iks: szarp-iks-server debian package · a0d69335
      Jakub Kotur authored
      + add szarp-iks-server package with binary and configuration file
      + add szarp-iks virtual package that pulls iks-server, apache and
        websocify
      + iks-server init script
      + dependencies in parstart init script
      a0d69335
  19. Jun 13, 2014
    • Jakub Kotur's avatar
      iks: update and install iks configuration sample · 3b8470b3
      Jakub Kotur authored
      + update configuration sample with comments
      + install sample configuration to /opt/szarp/iks
      + default read config file at /opt/szarp/iks/iks-server.ini
      3b8470b3
    • Jakub Kotur's avatar
      meaner3: remove warnings from code · b17bf70a
      Jakub Kotur authored
      + mainly remove unused variables
      + split string concatenation -- in c++11 this is mixed with suffixes
      b17bf70a
    • Jakub Kotur's avatar
      szbwriter: remove unused function · 8309e656
      Jakub Kotur authored
      + remove title setting in szbwriter cause its not used anywhere
      8309e656
    • Jakub Kotur's avatar
      iks: proper logging · fd1583f9
      Jakub Kotur authored
      + switch from std::cerr to szarp liblog
      + configure liblog to print to syslog
      + add additional log errors in places signed by TODO
      + add error handling in main function -- global try/catch block:)
      + if run not daemonized log is send to stdout
      fd1583f9
  20. Jun 12, 2014
    • Jakub Kotur's avatar
      iks: daemonize server · 2909c80f
      Jakub Kotur authored
      + server is now going in background as default
      + option --no_daemon is available to disable daemonizing
      2909c80f
Loading