Commit Graph
192 Commits
Author SHA1 Message Date
Adam 6c6f795ef4 account service: fix not setting autoincrement on user id
Fixes 82ffa4457c9b63794ce820c02a888f0de655a8db
2018-04-29 13:40:15 -04:00
Adam b43ebd82ea ws service: optimize session storage
This also removes tracking sessions with no id
2018-04-27 19:45:17 -04:00
Adam 6c699cc54f item service: move overflow of pending lookups log message to debug 2018-04-27 11:15:45 -04:00
Adam 9de803fb7a item controller: remove all synchronous fetching 2018-04-27 11:02:35 -04:00
Adam 607c465101 update check: set read timeout on socket, move off of request thread
Update check was hung on read(), which holds a lock causing all other requests for update status to wait
2018-04-26 13:04:13 -04:00
Runelite auto updater 4f984d8760 [maven-release-plugin] prepare for next development iteration 2018-04-26 11:13:15 +00:00
Runelite auto updater f85ff1691a [maven-release-plugin] prepare release runelite-parent-1.3.6 2018-04-26 11:13:10 +00:00
Adam b0225770ac xp tracker service: fix deadlock acquiring connections 2018-04-25 15:31:09 -04:00
Adam 05883a6a2f update check service: set a lower connect timeout 2018-04-23 10:02:10 -04:00
Runelite auto updater b756a7f2e8 [maven-release-plugin] prepare for next development iteration 2018-04-19 14:14:49 +00:00
Runelite auto updater 9c2662d787 [maven-release-plugin] prepare release runelite-parent-1.3.5 2018-04-19 14:14:43 +00:00
Adam b7176f16b2 wsservice: move log messages to debug 2018-04-13 22:29:38 -04:00
Runelite auto updater bd3526154f [maven-release-plugin] prepare for next development iteration 2018-04-12 14:13:01 +00:00
Runelite auto updater 6c935e9d52 [maven-release-plugin] prepare release runelite-parent-1.3.4 2018-04-12 14:12:56 +00:00
Runelite auto updater bc6fe9da11 [maven-release-plugin] prepare for next development iteration 2018-04-05 11:07:58 +00:00
Runelite auto updater f54ba0f2a7 [maven-release-plugin] prepare release runelite-parent-1.3.3 2018-04-05 11:07:53 +00:00
Runelite auto updater 66b3633aa1 [maven-release-plugin] prepare for next development iteration 2018-03-29 12:33:12 +00:00
Runelite auto updater d5a14c635b [maven-release-plugin] prepare release runelite-parent-1.3.2 2018-03-29 12:33:06 +00:00
Adam 8da1bb8d7d wsservice: remove sessions on close or error 2018-03-25 17:01:24 -04:00
Runelite auto updater 6ad6edd7cc [maven-release-plugin] prepare for next development iteration 2018-03-22 12:06:36 +00:00
Runelite auto updater 0e2e5235df [maven-release-plugin] prepare release runelite-parent-1.3.1 2018-03-22 12:06:32 +00:00
Adam 53d8286db8 examine service: correct type column enum 2018-03-17 22:21:20 -04:00
Adam 86578fcc12 cache controller: expose item sprites 2018-03-17 21:40:21 -04:00
Runelite auto updater 53e19ea206 [maven-release-plugin] prepare for next development iteration 2018-03-15 12:21:30 +00:00
Runelite auto updater 1dcdb90463 [maven-release-plugin] prepare release runelite-parent-1.3.0 2018-03-15 12:21:26 +00:00
Adam e82e404c6e http-service: add sprite service 2018-03-13 14:21:18 -04:00
Adam 1856a5f1a1 sessions: decrease session ping frequency 2018-03-12 08:12:10 -04:00
Adam 4c5c3d81f8 item controller: add method for bulk price lookups 2018-03-09 12:28:43 -05:00
Adam bcab14bfe4 Bump to 1.3.0-SNAPSHOT 2018-03-08 19:54:10 -05:00
Runelite auto updater f00ef6ae34 [maven-release-plugin] prepare for next development iteration 2018-03-08 14:02:25 +00:00
Runelite auto updater 91c73c5c8c [maven-release-plugin] prepare release runelite-parent-1.2.19 2018-03-08 14:02:21 +00:00
Tomas Slusny 78728c471e Simplify RuneLite API world
- Use Lombok for World object

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-06 15:22:01 +01:00
Adam 4620de3ded item service: process pending lookups in order
I think the current system causes starvation for item checking
2018-03-04 17:09:01 -05:00
Adam d48876f77e http-service: queue item lookups from images 2018-03-04 09:56:40 -05:00
Lotto 3a78cf1e7b http-service: add feed api endpoint 2018-03-04 09:22:42 -05:00
Lotto 8259410178 http-service: add services for getting blog posts, tweets and osrs news 2018-03-04 09:22:41 -05:00
Adam f633ce604a http-service: add session service 2018-03-02 15:52:17 -05:00
Runelite auto updater af46fc4756 [maven-release-plugin] prepare for next development iteration 2018-03-01 14:43:43 +00:00
Runelite auto updater 5ae9a9fbff [maven-release-plugin] prepare release runelite-parent-1.2.18 2018-03-01 14:43:38 +00:00
Adam 80ebf7c184 Merge pull request #666 from HexRealm/updatecheckservice-fix
Use the address returned by the worldlist api instead of building our own
2018-02-24 11:07:16 -05:00
Adam c57987131c xtea service:try to fix query again 2018-02-23 17:49:01 -05:00
Adam a5c326e220 Revert "xtea service: fix get() query to join on id"
This reverts commit e7a1c59cdb10e6e5ab403f4c4557eeb5f1a62200.
2018-02-22 23:26:31 -05:00
Adam 65f3bae155 xtea service: fix get() query to join on id 2018-02-22 23:02:43 -05:00
Hexagon 4d4930abd2 Use the address returned by the worldlist api instead of building our own 2018-02-22 18:05:15 -03:00
Runelite auto updater 481829bfac [maven-release-plugin] prepare for next development iteration 2018-02-22 14:20:14 +00:00
Runelite auto updater 843e63d661 [maven-release-plugin] prepare release runelite-parent-1.2.17 2018-02-22 14:20:07 +00:00
Adam 1b960bf056 item service: change search to only search database
Add fulltext index to item.name and use in searches
2018-02-19 20:42:03 -05:00
Adam 77a3f48627 item service: always use last known price, and queue price updates instead 2018-02-16 23:28:37 -05:00
Adam 4bcfdc5360 item controller: cache empty price lookups 2018-02-16 23:28:37 -05:00
Adam 2125a02678 http-service: split itemservice into service and controller 2018-02-16 22:55:48 -05:00