servatrice/cockatrice/src
ebbit1q 2fc85e0c08
use hashed passwords in all commands (#4493)
* protocol changes

* server changes

* client changes for password reset and registration

* add hashed password to change password in client

* always use hashed password to log in

* add warning to client when using plain text password

* require real password for changing email on server

this is backwards compatible as users logged in with a real password on
older clients will not need this, only users logged in with a hashed
password

* implement password dialog when changing email

* require min password length

* use qstringlist to build query instead

* use clear instead of = ""

* add max to password dialog

* use proper const ness in abstractclient

* reject too long passwords instead of trimming
2022-01-16 20:32:30 -05:00
..
carddbparser add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
chatview implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
sequenceEdit Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
settings add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
abstractcarddragitem.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
abstractcarddragitem.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
abstractcarditem.cpp use qt round for better cross platform consistency (#4518) 2022-01-08 16:01:15 -05:00
abstractcarditem.h Fix for poor performance with large decks (#4347) 2021-09-14 16:35:47 -04:00
abstractclient.cpp use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
abstractclient.h use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
abstractcounter.cpp ui: Fix Qt depreaction warnings (#4195) 2020-11-29 02:33:13 -05:00
abstractcounter.h add disable tearoffmenu option (#3826) 2019-10-02 14:58:22 -04:00
abstractgraphicsitem.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
abstractgraphicsitem.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
arrowitem.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
arrowitem.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
arrowtarget.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
arrowtarget.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddatabase.cpp add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
carddatabase.h do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
carddatabasemodel.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddatabasemodel.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddragitem.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddragitem.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
cardfilter.cpp #4316: Wording change: CMC --> MV (#4388) 2021-07-27 17:30:55 +02:00
cardfilter.h Filter Strings for Deck Editor search (#3582) 2019-03-01 14:30:32 -05:00
cardframe.cpp do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
cardframe.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfopicture.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfopicture.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfotext.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfotext.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfowidget.cpp do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
cardinfowidget.h qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
carditem.cpp Fix for poor performance with large decks (#4347) 2021-09-14 16:35:47 -04:00
carditem.h Fix for poor performance with large decks (#4347) 2021-09-14 16:35:47 -04:00
cardlist.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardlist.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
cardzone.cpp allow multiple zoneviews (#4263) 2021-03-13 14:43:50 -05:00
cardzone.h allow multiple zoneviews (#4263) 2021-03-13 14:43:50 -05:00
client_metatypes.h Added server/client feature set communication 2015-09-02 17:54:06 -04:00
counter_general.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
counter_general.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
customlineedit.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
customlineedit.h implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
deck_loader.cpp do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
deck_loader.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
decklistmodel.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
decklistmodel.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
deckstats_interface.cpp fix QByteArray::append(QString) deprecation in qt 5.15.1 (#4102) 2020-09-22 16:09:48 -04:00
deckstats_interface.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
deckview.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
deckview.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_connect.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_connect.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_create_token.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_create_token.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_creategame.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_creategame.h Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
dlg_edit_avatar.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_edit_avatar.h qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
dlg_edit_password.cpp use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
dlg_edit_password.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_edit_tokens.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_edit_tokens.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_edit_user.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_edit_user.h deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00
dlg_filter_games.cpp tell the filter widget that games can have 0 players now (#4359) 2021-05-18 23:03:58 -04:00
dlg_filter_games.h Add game filtering for spectator attributes (#4127) 2020-10-27 15:49:02 -04:00
dlg_forgotpasswordchallenge.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_forgotpasswordchallenge.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_forgotpasswordrequest.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_forgotpasswordrequest.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_forgotpasswordreset.cpp use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
dlg_forgotpasswordreset.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_load_deck_from_clipboard.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_load_deck_from_clipboard.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
dlg_load_remote_deck.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_load_remote_deck.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_manage_sets.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
dlg_manage_sets.h File name cleanup (#4154) 2020-11-01 19:03:08 -05:00
dlg_register.cpp use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
dlg_register.h deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00
dlg_settings.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
dlg_settings.h add reset paths button to settings (#4384) 2021-09-14 16:10:40 -04:00
dlg_tip_of_the_day.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_tip_of_the_day.h Feature/3139 new features for tips (#3152) 2018-04-01 04:52:26 -04:00
dlg_update.cpp Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
dlg_update.h Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
dlg_viewlog.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_viewlog.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
filter_string.cpp simplify search string (#4516) 2022-01-08 16:02:54 -05:00
filter_string.h Filter Strings for Deck Editor search (#3582) 2019-03-01 14:30:32 -05:00
filterbuilder.cpp Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
filterbuilder.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
filtertree.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
filtertree.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
filtertreemodel.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
filtertreemodel.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
game_specific_terms.h #4316: Wording change: CMC --> MV (#4388) 2021-07-27 17:30:55 +02:00
gamescene.cpp allow multiple zoneviews (#4263) 2021-03-13 14:43:50 -05:00
gamescene.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
gameselector.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
gameselector.h Move "Games shown" text to top, to match user count list. (#4089) 2020-09-08 14:34:36 -04:00
gamesmodel.cpp Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
gamesmodel.h refactor getting game age (#4095) 2020-11-22 20:28:56 -05:00
gametypemap.h Fixed compile warnings due to missing \n at EOF. 2013-05-15 21:31:47 +02:00
gameview.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
gameview.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
gettextwithmax.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
gettextwithmax.h implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
handcounter.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
handcounter.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
handle_public_servers.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
handle_public_servers.h Server List from JSON (#3165) 2018-04-09 22:38:21 -04:00
handzone.cpp Multiple background images on all zones (#4144) 2020-10-23 15:36:02 -04:00
handzone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
keysignals.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
keysignals.h left, right, and S shortcuts modified to use shift (#3116) 2018-02-19 00:38:51 -05:00
lineeditcompleter.cpp Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
lineeditcompleter.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
localclient.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
localclient.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
localserver.cpp allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
localserver.h allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
localserverinterface.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
localserverinterface.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
logger.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
logger.h Add install mode to logger; fix #3558 (#3563) 2019-02-06 12:27:32 +01:00
main.cpp add window icons in wayland (#4232) 2021-01-28 15:21:11 -05:00
main.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
messagelogwidget.cpp remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
messagelogwidget.h remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
pending_command.cpp Clang-format (#3028) 2018-01-27 10:41:32 +01:00
pending_command.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
phase.cpp Refactor messagelogwidget (#3875) 2020-05-17 18:15:30 -04:00
phase.h Refactor messagelogwidget (#3875) 2020-05-17 18:15:30 -04:00
phasestoolbar.cpp use qt round for better cross platform consistency (#4518) 2022-01-08 16:01:15 -05:00
phasestoolbar.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pictureloader.cpp Respect device pixel ratio when scaling card imgs (#4467) 2021-11-13 17:01:27 -05:00
pictureloader.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pilezone.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pilezone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
pixmapgenerator.cpp use qt round for better cross platform consistency (#4518) 2022-01-08 16:01:15 -05:00
pixmapgenerator.h deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00
player.cpp miscellaneous refactors (#4521) 2022-01-16 17:58:53 -05:00
player.h remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
playerlistwidget.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
playerlistwidget.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
playertarget.cpp use qt round for better cross platform consistency (#4518) 2022-01-08 16:01:15 -05:00
playertarget.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
releasechannel.cpp fix macos update logic (#4337) 2021-05-08 23:16:52 -04:00
releasechannel.h Rework of the card database, xml format and oracle parser (#3511) 2019-01-23 18:17:10 -05:00
remoteclient.cpp use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
remoteclient.h use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
remotedecklist_treewidget.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
remotedecklist_treewidget.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
remotereplaylist_treewidget.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
remotereplaylist_treewidget.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
replay_timeline_widget.cpp remove all instances of the type long (#4519) 2022-01-16 18:05:24 -05:00
replay_timeline_widget.h Click replay timeline to seek. (#3570) 2019-02-08 20:32:56 -05:00
selectzone.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
selectzone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
setsmodel.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
setsmodel.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
settingscache.cpp add reset paths button to settings (#4384) 2021-09-14 16:10:40 -04:00
settingscache.h add reset paths button to settings (#4384) 2021-09-14 16:10:40 -04:00
shortcutssettings.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
shortcutssettings.h add menus for top and bottom actions (#4314) 2021-04-16 11:23:28 -04:00
soundengine.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
soundengine.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
spoilerbackgroundupdater.cpp fix update message (#4116) 2020-09-29 22:00:09 -04:00
spoilerbackgroundupdater.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
stackzone.cpp Multiple background images on all zones (#4144) 2020-10-23 15:36:02 -04:00
stackzone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
tab.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
tab_account.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_account.h userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
tab_admin.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_admin.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab_deck_editor.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_deck_editor.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
tab_deck_storage.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_deck_storage.h implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_game.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_game.h Fix for poor performance with large decks (#4347) 2021-09-14 16:35:47 -04:00
tab_logs.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_logs.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
tab_message.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_message.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
tab_replays.cpp Fixed issue #4332 - changed error message for replay folder download (#4455) 2021-11-02 02:08:41 +01:00
tab_replays.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
tab_room.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
tab_room.h add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
tab_server.cpp clearify wording (#4173) 2020-11-23 12:24:49 -05:00
tab_server.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab_supervisor.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
tab_supervisor.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tablezone.cpp use qt round for better cross platform consistency (#4518) 2022-01-08 16:01:15 -05:00
tablezone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
tappedout_interface.cpp fix QByteArray::append(QString) deprecation in qt 5.15.1 (#4102) 2020-09-22 16:09:48 -04:00
tappedout_interface.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tearoffmenu.h Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
thememanager.cpp add button to open themes location to settings (#4289) 2021-03-21 13:11:34 -04:00
thememanager.h Multiple background images on all zones (#4144) 2020-10-23 15:36:02 -04:00
tip_of_the_day.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tip_of_the_day.h Fix missing QDate 2020-03-18 17:57:40 -04:00
translatecountername.cpp Spell Out Entire Counter Names With First Letter Capitalized (#3997) 2020-05-17 17:24:17 -04:00
translatecountername.h Spell Out Entire Counter Names With First Letter Capitalized (#3997) 2020-05-17 17:24:17 -04:00
translation.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
update_downloader.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
update_downloader.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
user_context_menu.cpp add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
user_context_menu.h add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
userconnection_information.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
userconnection_information.h add werror flags when making a debug build using llvm (#4344) 2021-06-01 21:57:37 -04:00
userinfobox.cpp use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
userinfobox.h use hashed passwords in all commands (#4493) 2022-01-16 20:32:30 -05:00
userlist.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
userlist.h add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
window_main.cpp implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
window_main.h Fix 4294 (#4302) 2021-04-01 01:46:53 -04:00
zoneviewwidget.cpp remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
zoneviewwidget.h qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
zoneviewzone.cpp Fix for poor performance with large decks (#4347) 2021-09-14 16:35:47 -04:00
zoneviewzone.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00