SpiffyTek
/
SMACheck
Archived
1
0
Fork 0
Commit Graph

47 Commits

Author SHA1 Message Date
MadMakz 8f45a840b8 Legal text 2015-05-08 18:16:13 +02:00
MadMakz 5f49005e49 Removed EAC 2014-11-26 13:08:53 +01:00
MadMakz df28df5d98 Minor edits on the error/notice boxes
Moved input error into _printError() handle
2013-10-07 15:37:38 +02:00
MadMakz 3bdba12aab SMACheck doesn't rely on the SMACbans API anymore. If it's unavailable 3rd parties can still be checked and viewed 2013-03-25 18:03:24 +01:00
MadMakz a77f8b9b3f Added ini support 2013-03-20 16:08:29 +01:00
MadMakz bc7adfccf9 Changed Timeout settings
More strict API validation
2013-03-20 11:10:13 +01:00
MadMakz d69dc36a98 Client throws cryptic error message if website is unavailable (#65)
(API) Increased timeouts again. Changed communication with steam API in hope to be more reliable in getting a response
2013-01-13 11:26:56 +01:00
MadMakz 51c6f296a7 Fixed Client breaks if smacbans API is unavailable (#64) 2012-12-21 13:38:56 +01:00
MadMakz 9bab53de84 Changed HTTP communication to use IWinHttpRequest directly so it might be easier to accomplish #57
Removed not required #includes from main.au3
2012-11-28 14:36:22 +01:00
MadMakz 56172306d5 Converting XML entities back to normal chars 2012-11-28 00:13:04 +01:00
MadMakz 7748f61964 + New function _setStatusIcon() to set the statusicons of 3rd party bans.
~ Replaced long ElseIf's by _setStatusIcon() in main.au3
2012-11-27 14:52:27 +01:00
MadMakz 0504d8ee04 Push version 2012-11-15 12:14:28 +01:00
MadMakz cf4f6478df SMACbans status bolded and colored based on status
Fixed missing transparency settings on some GUi controls

--HG--
branch : 1.1
2012-11-14 14:43:22 +01:00
MadMakz 9dab1c7240 ESL check (#54)
--HG--
branch : 1.1
2012-11-14 00:49:05 +01:00
MadMakz 55b0467124 KAC check (#46)
--HG--
branch : 1.1
2012-11-13 14:08:33 +01:00
MadMakz 1d9695eabd Added ESL (placeholder) to popup Ui (#54)
--HG--
branch : 1.1
2012-11-13 12:00:04 +01:00
MadMakz 5dd3da6914 Moved popup code into main.au3
--HG--
branch : 1.1
2012-11-13 11:48:28 +01:00
MadMakz 80afe22735 Added required 3rd party includes
--HG--
branch : 1.1
2012-11-13 01:16:07 +01:00
MadMakz c3889a4f7c Added EAC, ESEA and KAC (placeholder) status to popup Ui (#45, #46, #47)
Added statusicons for bans
Replaced textstatus for VAC by statusicons

--HG--
branch : 1.1
2012-11-13 00:30:20 +01:00
MadMakz 306f91cc74 Error text now in function
--HG--
branch : 1.1
2012-10-31 14:35:30 +01:00
MadMakz 9ba15e2ff5 Updated some error handlings to work with the new polling
SMACbans API seems to send in proper UTF-8 encoding now. No need to reformat the data on the wrapper anymore

--HG--
branch : 1.1
2012-10-31 13:04:57 +01:00
MadMakz 672493617a UTF-8 Support (#48)
Remove the need for writing a tmp file (#49)
Revise API polling (#50)

--HG--
branch : 1.1
2012-10-30 23:47:27 +01:00
MadMakz b93e322265 Resultwindow spawn relative to main GUi possition now 2012-10-25 16:30:54 +02:00
MadMakz 36ef4f0731 GUi's now spawn centered on the user screen 2012-10-25 15:42:06 +02:00
MadMakz 418538d130 Show Steamnick if no ban record was found on smackbans. In case the Nick comes from Steam it will be prefixed with "(STEAM)" 2012-10-25 00:26:14 +02:00
MadMakz 42a3045263 Show Countrycode as Tooltip if hovered over the the country flag (#52) 2012-10-25 00:17:47 +02:00
MadMakz 4ea54c4de6 Converting XML reserved chars appearing in Nicknames and broke XML to valid code (API)
Development: Versionchecking now ignored if not in compiled state (Client)
2012-10-24 23:53:49 +02:00
MadMakz 6d4104b3c2 Renamed "getStatusFromSMACb()" to "lookupSteamId()" 2012-10-21 13:46:33 +02:00
MadMakz 88f19f3ac1 Renamed GUi "Time" to "Date" 2012-10-19 15:09:57 +02:00
MadMakz 472140318f Moved main part into main.au3. SMACheck.au3 now acts as compile wrapper
Added Countryflag to GUi (#44)
Included Countryflag images by http://www.phoca.cz
2012-10-18 01:02:57 +02:00
MadMakz 64fa3af996 Wrong error handling if APi is unavailable (#43) 2012-10-16 17:32:07 +02:00
MadMakz 90acec3321 Better "Better update text" 2012-10-16 14:01:21 +02:00
MadMakz 5251143af4 Better Version checking (API/Client)
More cleare messages on update (Client)
2012-10-16 13:43:01 +02:00
MadMakz 08049c8064 Added "Mod" support
Updated APi Wrapper to use "getbanned" instead of "getbanned_multiple".
Changed APi Wrapper Steam polling
2012-10-16 11:18:14 +02:00
MadMakz ed81e233d4 Nag only once if no forced update is found (#41) 2012-10-12 21:21:22 +02:00
MadMakz 5101530769 Added updatecheck to SMACheck 2012-10-10 11:00:56 +02:00
MadMakz 9cdd36488e Removed "SpiffyTek" from copyright
Fixed some undefined errors
Changed some error text
2012-10-08 02:46:04 +02:00
MadMakz b78a6c19d3 Added Availibility-Check (#28)
Updated GUi (Logo)
2012-10-05 15:51:45 +02:00
MadMakz 7d679b8beb Fixed long reasons get cut (#35) 2012-09-25 18:13:25 +02:00
MadMakz 0280a5e859 Proper message if VAC status couldn't be determined 2012-09-25 18:01:55 +02:00
MadMakz a60177c4b2 Simple Input validation (#27)
VAC Check (#34)
Renamed/reformated some functions
2012-09-25 16:38:28 +02:00
MadMakz e22f616dd9 + Info PopUp now contains SteamId 2012-09-25 02:44:06 +02:00
MadMakz d327a4fbdb + Moved Version and Copyright info
+ Enter Key can be used to submit
2012-09-25 02:23:50 +02:00
MadMakz fae53c1dd0 GUi PopUp updated (#32) 2012-09-25 02:03:17 +02:00
MadMakz b763441b32 + UTF-8 APi bug crash (#33)
+ SteamId64 Support (#30)
2012-09-24 13:08:25 +02:00
MadMakz 733450ed8b First working version
Still needs some input validation and the "INFO" panel might not be final
2012-09-21 14:06:28 +02:00
MadMakz d95ae45e3c Initial commit.
Testing
GUi
2012-09-21 13:10:42 +02:00