Commit Graph

36 Commits

Author SHA1 Message Date
58a3ff488d Bump Smack to 4.4
Fixes SPARK-2212
2021-05-06 10:56:59 +02:00
81e31e5b54 march master branch toward 3.0.0-SNAPSHOT 2021-04-26 15:34:52 -05:00
e5acbc3027 Denote release 3.0.0-beta 2021-04-25 21:25:25 -05:00
666549918b Update emoticons and fix missing icons in preferences and chat room 2020-12-19 18:19:15 +03:00
fa6651c27d UI and Icons Update 2020-12-19 15:34:22 +03:00
f01e9adf00 update the base64 decoder 2020-11-25 21:25:17 +00:00
d714fb6112 SPARK-2204: Code cleanup: Remove unused imports 2020-11-17 23:34:46 +03:00
7c6b4e827f SPARK-2204: Code cleanup: Remove unused fields and variables 2020-11-17 23:26:30 +03:00
7fa5bc29b9 SPARK-2204: Code cleanup: Remove unused imports 2020-11-17 00:59:13 +03:00
fb5a40c69a SPARK-2204: Code cleanup: Add private and final modifiers to methods if possible 2020-11-16 23:37:28 +03:00
e474e1c67f SPARK-2204: Code cleanup: Use Java 8 features like lambda statements/expressions, and method references instead of anonymous inner classes implementing functional interfaces 2020-11-15 22:02:28 +03:00
bbf8d95caa SPARK-2204: Code cleanup: Make fields final if possible
This can have a good effect on performance, I think
2020-11-15 00:58:49 +03:00
5c9f41151e SPARK-2204: Code cleanup: Replace C-style array declarations with Java-style ones
Just for justice:)
2020-11-15 00:50:51 +03:00
67638034d2 march master branch toward 2.9.5-SNAPSHOT 2020-11-14 07:05:11 -06:00
b1f908b696 Denote release 2.9.4 2020-11-14 06:45:21 -06:00
506e744fbd SPARK-1469: Code cleanup: Fix probable bugs: Remove unused assignment and redundant initializers 2020-11-13 23:00:43 +03:00
96a097c649 SPARK-1469: Code cleanup: resolve control flow issues. 2020-11-04 23:14:18 +03:00
48708bdb07 Replace usage of deprecated method with alternative.
Deprecated method:
```
public void org.jivesoftware.smack.packet.setTo(String)
```
Alternative method:
```
public void org.jivesoftware.smack.packet.setTo(Jid)
```
2020-10-25 20:36:22 +03:00
bb937127ab march master branch toward 2.9.4-SNAPSHOT 2020-10-24 07:05:19 -05:00
24dce9789b Denote Spark 2.9.3 Release 2020-10-24 06:40:29 -05:00
31abf18ca4 Refactor: rename getRoomJid() to getBareJid() in ChatRoom class and its derived classes for more clarity. 2020-10-07 18:14:09 +03:00
928a0ad85e march master branch toward 2.9.3-SNAPSHOT 2020-08-30 13:22:12 -05:00
53d9ed6df3 Denote Spark 2.9.2 Release 2020-08-30 19:46:45 +02:00
2c48ffe1a8 march master branch toward 2.9.2-SNAPSHOT 2020-08-25 13:35:13 -05:00
4c7f54d2be Denote Spark 2.9.1 Release 2020-08-25 13:14:31 -05:00
5916368145 march master branch toward 2.9.1-SNAPSHOT 2020-08-17 08:13:37 -05:00
f1465b521d Denote Spark 2.9.0 Release 2020-08-17 07:13:31 -05:00
49149a5bf0 Increase version number of all plugins
Since the last release, major changes were applied to the project. To reflect this, I've increased the version number of all of the plugins.

Not all plugins might have had functional changes, but given that the project structure has changed a lot, some kind of increase (that will allow us to tell plugins before and after this release apart) could be helpful.
2020-08-16 18:56:14 +02:00
707a53cdd5 SPARK-2091 code cleanup 2019-02-27 23:52:15 +02:00
eafbd2573c Update Smack to 4.3 2018-07-04 14:16:46 +02:00
95ca4287bc SPARK-2059 URL encoding file name 2018-04-04 21:31:34 +03:00
9a556e7d9f Merge pull request #418 from dnsdhrj/fileupload-plugin-port
SPARK-2058 Fileupload plugin: fix invalid port bug
2018-03-26 21:34:11 +03:00
6a4e49196d Fileupload plugin: fix invalid port bug 2018-02-27 16:24:20 +09:00
62f61ba089 Fileupload plugin: change uploadrequest parsing function 2018-02-27 16:15:19 +09:00
4d71b13c9a Fixed hardcoded port number 2017-12-19 13:51:25 +00:00
2cc75681de This pull request is for a Spark plugin that does file transfers via the new httpfileupload plugin for openfire. 2017-12-19 13:36:03 +00:00