Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #172 was successful Changes by wroot <wrooot@users.noreply.github.com>

Code commits

Spark (master)

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 85b7e7103630f212cc194a770343e37302b4d489

    Merge pull request #475 from guusdk/SPARK-2116_configure-current-chat-size
    SPARK-2116: Make maximum value for 'current' transcript size configurable

  • Guus der Kinderen

    Guus der Kinderen 90d463db31c941a06eb6d5582727d89e01dc6667 m

    SPARK-2116: Make maximum value for 'current' transcript size configurable.
    Configurable by adding/changing an integer value for 'currentHistoryMaxSize' in spark.settings. I've not added a visual config thingy yet.

    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/transcripts/ChatTranscripts.java (version 90d463db31c941a06eb6d5582727d89e01dc6667)
    • core/src/main/java/org/jivesoftware/sparkimpl/settings/local/LocalPreferences.java (version 90d463db31c941a06eb6d5582727d89e01dc6667)