JustArchi
97f826b7e2
Add /Api/WWW/Send + cleanup
2018-07-31 16:17:24 +02:00
JustArchi
37d58b78a0
Include project link in default user-agent
2018-07-28 05:17:52 +02:00
JustArchi
16d002f99b
Misc code cleanup
2018-07-27 04:52:14 +02:00
JustArchi
db0a6efa9d
WebConfigGenerator build
2018-07-27 01:54:47 +02:00
JustArchi
a23dd842bc
Schema update
2018-07-27 01:44:38 +02:00
JustArchi
39e5a3eb0c
Bump
2018-07-26 15:39:00 +02:00
JustArchi
892ccc7b71
Bump
3.3.0.1
2018-07-26 15:06:32 +02:00
JustArchi
51e7f49508
Translations update
2018-07-26 15:05:45 +02:00
JustArchi
f9f18093ec
Misc
2018-07-26 02:30:56 +02:00
JustArchi
59965523ff
Add SteamMessagePrefix
2018-07-26 02:25:57 +02:00
JustArchi
63fa8dfb75
Listen to group commands only on master chat
2018-07-25 22:19:36 +02:00
JustArchi
0ba7d647f9
Misc
2018-07-25 17:14:31 +02:00
JustArchi
626e51d2dd
Get SteamMasterChatGroupID automatically
...
Alexa this is so good, play a-TTTempo - TOHO FULL SWING 2 - THMNK you.
2018-07-25 17:11:19 +02:00
JustArchi
f7e91bb61e
Add missing handling for joining master groups
2018-07-25 16:30:01 +02:00
MrBurrBurr
d24a9cc405
Include every line in commit
2018-07-25 15:32:42 +02:00
MrBurrBurr
35744c1592
Typo
2018-07-25 15:32:31 +02:00
JustArchi
c4feb15af8
Packages update + bump
3.3.0.0
2018-07-25 01:05:28 +02:00
JustArchi
ae669b04da
Add missing logic related to escaping private messages
2018-07-25 01:01:15 +02:00
Łukasz Domeradzki
0ffcedcf01
Implement support for new Steam chat ( #811 )
...
* First proof of concept
Still missing friends interaction
* Misc
* Add missing bits
* Misc
* Misc
* Misc
* Misc
* Handle new max message length
* AH bits for messages ack
* Implement MarkReceivedMessagesAsRead
* Mark notifications appropriately
* Remove obsolete callback subscriptions
* Correct NoResponse functions
* Adapt new code to beta format
* Implement advanced chat logging functionality
* Improve message handling
* Port naive escaping logic from ArchiBoT
* Cover edge cases
* Update lib
* Misc
* Kill more obsolete pragmas
* Update SK2 to official build
From https://ci.appveyor.com/project/SteamRE/steamkit/build/2.1.0.649/job/osamyjpyf7v9ot7k/artifacts
* Packages update
* SteamTarget changes
Single responsibility + fix of required parameters
2018-07-24 23:43:25 +02:00
JustArchi
ae05e0ffab
Extra misc fixes
2018-07-24 20:43:00 +02:00
JustArchi
eb656f26f3
Fix HistoryTarget when using custom NLog configuration
2018-07-24 20:37:14 +02:00
JustArchi
60d84c0300
Misc
2018-07-23 06:21:20 +02:00
JustArchi
159e2dd112
Misc
2018-07-23 06:17:44 +02:00
JustArchi
c8fc65aaef
Misc
2018-07-23 06:17:23 +02:00
JustArchi
62671beffc
Misc
2018-07-23 06:16:13 +02:00
JustArchi
5a8cb6b2f0
Misc
2018-07-23 06:15:12 +02:00
JustArchi
0269cf5a3a
Update contributing guidelines
2018-07-23 06:04:10 +02:00
Łukasz Domeradzki
8f66207bd5
Travis: Misc improvements ( #863 )
...
* Test
* Test
2018-07-23 05:20:04 +02:00
JustArchi
2556debd9a
CIs: Build all branches
...
This will sadly trigger double build for travis due to lack of https://github.com/travis-ci/travis-ci/issues/6612 but overall it'll be useful for PRs targetting non-master branch.
2018-07-23 04:13:41 +02:00
JustArchi
849066e79f
Translations update
2018-07-21 19:38:15 +02:00
JustArchi
d17714f066
Misc
2018-07-21 19:30:32 +02:00
JustArchi
f471689a06
Packages update
2018-07-20 01:46:46 +02:00
JustArchi
a044b6d460
Update crowdin instructions for linux
2018-07-20 01:37:27 +02:00
JustArchi
8ff4c6cba0
Make regex case sensitive
2018-07-19 17:51:14 +02:00
Abrynos
7567aefdc6
Add BuildVariant to GET /Api/ASF - Implement feature-request #859 ( #860 )
...
* Add OSVariant to GET /Api/ASF
* Change order of checks and strings in exception to match constructor
* Rename OSVariant to BuildVariant and keep alphabetic order
* Change call of constructor to match actual constructor
* Add missing parenthesis and nameof(globalConfig)
2018-07-19 17:27:25 +02:00
JustArchi
befba3280f
Cleanup after #856
...
@abrynos
2018-07-18 17:53:06 +02:00
Abrynos
a61899e0c2
Feature GET, DELETE /Api/GamesToRedeemInBackground/{Bot} ( #856 )
...
* Implement DELETE /Api/GamesToRedeemInBackground/{Bot}
* Implement GET /Api/GamesToRedeemInBackground/{Bot}
* Revert unintentional change in logic
* Remove Code duplication and clean up naming
* Remove Required from Properties that will only be serialized
* Remove extra newline
* return null instead of empty Dictionaries
* Remove extra newline
* Simplify GetUsedKeys() and GetUnusedKeys() to GetUsedAndUnusedKeys()
* Simplify Tasklist getting Keys
* Fix naming-mistake and move logic of creating custom objects below
* Make use of standard ASF optimization mode pattern
* Optimize a bit
* Reiterate List in GetUsedAndUnusedKeys()
* That will compile now
* switch back to enumerable Collection of tasks
* Remove useless comment
* Tell user association between File and Bot
* Make results of Tasks ICollection<whatever>
I miss typedef-Keyword from C.... would've liked "whatever"
* Make botTaskTuples IEnumerable again
* Rename to tasks and results and make adapt results' <whatever> to the one used in tasks
* Fix naming
* Pick proper name for response-object
* Make GetKeysFromFile() private and add proper logic if file does not exist
* Switch to IList for better acces by index
* Return empty Dicitonary if no file is present
* Use 0 as initialization capacity
* Add missing space
2018-07-18 17:30:41 +02:00
JustArchi
8dca99a610
Misc
2018-07-18 14:24:34 +02:00
SKANKHUNTER
f48e2740fe
IPC GUI Update Nr.9 ( #855 )
...
* Go back to AdminLTE 2.4.2
* Misc
* Fix "dropup" on dropdown fields
* Add option to hide inactive bots
* Fix spelling error
* Fix expanding box animation issue
* Check dropDown/Up when windows was resized
* Revert
* Fix config entry WebProxy
* Add nightmode to index.html
* Update fontAwesome to 5.1.0
* Revert
* Misc
2018-07-18 01:41:31 +02:00
JustArchi
a8936cf922
Add handling for SteamKit2.ProtocolTypes
2018-07-17 21:19:55 +02:00
JustArchi
1b5fc78068
Correct WebProxy type for #855
2018-07-17 21:10:18 +02:00
JustArchi
4826bbbd32
WebConfigGenerator build
2018-07-15 13:25:15 +02:00
JustArchi
043ef060b1
Translations update
2018-07-15 13:22:56 +02:00
JustArchi
df31bcb86b
Misc
2018-07-15 13:15:04 +02:00
JustArchi
f13c5bf34e
Remove deprecated settings
2018-07-14 16:29:33 +02:00
JustArchi
86ccc786b4
Misc: Prefer EUR over USD for PP donations
...
Regarding fees.
2018-07-13 13:37:19 +02:00
Tristar7
a345e0cf98
Fix for #803 ( #820 )
2018-07-13 13:30:01 +02:00
JustArchi
cc42684d47
Bump
2018-07-13 12:57:15 +02:00
JustArchi
5e1e1225f8
Translations update
3.2.0.5
2018-07-13 12:33:38 +02:00
JustArchi
bb8fcff476
Revert "CI: Misc"
...
This reverts commit 96d43ec6ed .
2018-07-13 12:15:35 +02:00