aa-bb 3.3.2__tar.gz → 3.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. {aa_bb-3.3.2 → aa_bb-3.3.3}/PKG-INFO +1 -1
  2. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/__init__.py +1 -1
  3. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/app_settings.py +2642 -2642
  4. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/esi_cache.py +2 -2
  5. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/esi_client.py +3 -2
  6. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0123_bigbrotherconfig_manual_main_corporation_override.py +1 -1
  7. aa_bb-3.3.3/aa_bb/tests/test_esi_expiry.py +24 -0
  8. {aa_bb-3.3.2 → aa_bb-3.3.3}/.gitignore +0 -0
  9. {aa_bb-3.3.2 → aa_bb-3.3.3}/LICENSE +0 -0
  10. {aa_bb-3.3.2 → aa_bb-3.3.3}/README.md +0 -0
  11. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/admin.py +0 -0
  12. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/apps.py +0 -0
  13. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/auth_hooks.py +0 -0
  14. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/celery.py +0 -0
  15. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/__init__.py +0 -0
  16. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/add_to_blacklist.py +0 -0
  17. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/alliance_blacklist.py +0 -0
  18. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/alpha_skills.json +0 -0
  19. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/awox.py +0 -0
  20. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/clone_state.py +0 -0
  21. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/coalition_blacklist.py +0 -0
  22. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/corp_changes.py +0 -0
  23. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/cyno.py +0 -0
  24. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/hostile_assets.py +0 -0
  25. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/hostile_clones.py +0 -0
  26. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/roles_and_tokens.py +0 -0
  27. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/skills.json +0 -0
  28. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/skills.py +0 -0
  29. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/sus_contacts.py +0 -0
  30. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/sus_contracts.py +0 -0
  31. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/sus_mails.py +0 -0
  32. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks/sus_trans.py +0 -0
  33. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks_cb/__init__.py +0 -0
  34. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks_cb/hostile_assets.py +0 -0
  35. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks_cb/sus_contracts.py +0 -0
  36. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/checks_cb/sus_trans.py +0 -0
  37. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/forms.py +0 -0
  38. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/locale/.gitkeep +0 -0
  39. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/management/__init__.py +0 -0
  40. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/management/commands/__init__.py +0 -0
  41. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/management/commands/bb_purge_entity_cache.py +0 -0
  42. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/middleware.py +0 -0
  43. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0001_initial.py +0 -0
  44. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0002_bigbrotherconfig_userstatus.py +0 -0
  45. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0003_alter_bigbrotherconfig_pingroleid.py +0 -0
  46. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0004_alter_bigbrotherconfig_is_active_and_more.py +0 -0
  47. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0005_alter_bigbrotherconfig_hostile_alliances.py +0 -0
  48. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0006_alter_bigbrotherconfig_pingroleid.py +0 -0
  49. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0007_alter_general_options.py +0 -0
  50. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0008_alliance_names_corporation_names.py +0 -0
  51. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0009_userstatus_sus_contacts_userstatus_sus_contracts_and_more.py +0 -0
  52. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0010_alter_userstatus_awox_kill_links_and_more.py +0 -0
  53. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0011_character_names.py +0 -0
  54. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0012_id_types.py +0 -0
  55. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0013_bigbrotherconfig_mail_keywords.py +0 -0
  56. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0014_processedcontract_processedmail_and_more.py +0 -0
  57. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0015_processedtransaction_sustransactionnote.py +0 -0
  58. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0016_warmprogress.py +0 -0
  59. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0017_entityinfocache.py +0 -0
  60. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0018_userstatus_cyno_userstatus_has_skills_and_more.py +0 -0
  61. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0019_bigbrotherconfig_whitelist_alliances_and_more.py +0 -0
  62. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0020_messages_bigbrotherconfig_are_daily_messages_active_and_more.py +0 -0
  63. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0021_alter_messages_id_alter_messages_text.py +0 -0
  64. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0022_messages_sent_in_cycle.py +0 -0
  65. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0023_optmessages1_optmessages2_optmessages3_optmessages4_and_more.py +0 -0
  66. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0024_bigbrotherconfig_dailyschedule_and_more.py +0 -0
  67. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0025_alter_messages_options_alter_optmessages1_options_and_more.py +0 -0
  68. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0026_alter_general_options_alter_bigbrotherconfig_id_and_more.py +0 -0
  69. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0027_alter_general_options_bigbrotherconfig_is_loa_active_and_more.py +0 -0
  70. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0028_alter_bigbrotherconfig_is_loa_active.py +0 -0
  71. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0029_leaverequest_main_character.py +0 -0
  72. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0030_alter_general_options.py +0 -0
  73. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0031_bigbrotherconfig_loa_max_logoff_days_and_more.py +0 -0
  74. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0032_alter_leaverequest_status.py +0 -0
  75. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0033_messagetype_bigbrotherconfig_pingroleid2_and_more.py +0 -0
  76. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0034_rename_last_updated_userstatus_updated.py +0 -0
  77. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0035_alter_userstatus_options.py +0 -0
  78. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0036_alter_general_options.py +0 -0
  79. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0037_corpstatus.py +0 -0
  80. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0038_bigbrotherconfig_ignored_corporations.py +0 -0
  81. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0039_alter_bigbrotherconfig_ignored_corporations.py +0 -0
  82. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0040_sovereigntymapcache_corporationinfocache_and_more.py +0 -0
  83. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0041_bigbrotherconfig_is_warmer_active.py +0 -0
  84. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0042_alter_general_options_and_more.py +0 -0
  85. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0043_bigbrotherconfig_bb_member_states_and_more.py +0 -0
  86. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0044_bigbrotherconfig_character_scopes_and_more.py +0 -0
  87. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0045_userstatus_sp_age_ratio_result.py +0 -0
  88. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0046_bigbrotherconfig_member_corporations.py +0 -0
  89. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0047_bigbrotherconfig_member_alliances.py +0 -0
  90. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0048_characteraccountstate.py +0 -0
  91. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0049_userstatus_clone_status.py +0 -0
  92. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0050_alter_general_options_and_more.py +0 -0
  93. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0051_monthlypapstats.py +0 -0
  94. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0052_papsconfig_delete_monthlypapstats.py +0 -0
  95. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0053_alter_papsconfig_corp_modifier_and_more.py +0 -0
  96. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0054_alter_general_options.py +0 -0
  97. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0055_papsconfig_group_paps_papsconfig_group_paps_modifier.py +0 -0
  98. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0056_alter_papsconfig_group_paps.py +0 -0
  99. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0057_papsconfig_excluded_groups_papsconfig_excluded_users_and_more.py +0 -0
  100. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0058_papsconfig_excluded_groups_get_paps_and_more.py +0 -0
  101. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0059_alter_papsconfig_excluded_groups_get_paps.py +0 -0
  102. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0060_papsconfig_cap_group_papsconfig_cap_group_paps_and_more.py +0 -0
  103. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0061_remove_papsconfig_cap_group_and_more.py +0 -0
  104. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0062_complianceticket.py +0 -0
  105. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0063_alter_complianceticket_user.py +0 -0
  106. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0064_alter_complianceticket_reason.py +0 -0
  107. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0065_alter_complianceticket_reason_and_more.py +0 -0
  108. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0066_tickettoolconfig_papcompliance.py +0 -0
  109. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0067_remove_tickettoolconfig_category_id_and_more.py +0 -0
  110. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0068_tickettoolconfig_category_id_and_more.py +0 -0
  111. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0069_tickettoolconfig_ticket_counter.py +0 -0
  112. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0070_remove_tickettoolconfig_role_id_and_more.py +0 -0
  113. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0071_tickettoolconfig_role_id.py +0 -0
  114. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0072_alter_complianceticket_reason.py +0 -0
  115. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0073_tickettoolconfig_starting_pap_compliance.py +0 -0
  116. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0074_alter_bigbrotherconfig_hostile_alliances.py +0 -0
  117. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0075_bbupdatestate_tickettoolconfig_afk_check_frequency_and_more.py +0 -0
  118. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0076_id_types_last_accessed_frequentcorpchangescache_and_more.py +0 -0
  119. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0077_complianceticket_ticket_id_and_more.py +0 -0
  120. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0078_tickettoolconfig_awox_monitor_enabled.py +0 -0
  121. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0079_helptext_guidance.py +0 -0
  122. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0080_bigbrotherconfig_dlc_flags.py +0 -0
  123. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0081_remove_papsconfig_imp_modifier_and_more.py +0 -0
  124. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0082_remove_bigbrotherconfig_token_and_more.py +0 -0
  125. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0083_alter_bigbrotherredditmessage_options_and_more.py +0 -0
  126. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0084_bigbrotherconfig_consider_all_structures_hostile_and_more.py +0 -0
  127. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0085_bigbrotherconfig_awox_notify_and_more.py +0 -0
  128. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0086_bigbrotherconfig_are_recurring_stats_active_and_more.py +0 -0
  129. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0087_bigbrotherconfig_dlc_are_recurring_stats_active.py +0 -0
  130. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0088_bigbrotherconfig_cyno_notify.py +0 -0
  131. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0089_bigbrotherconfig_asset_notify_and_more.py +0 -0
  132. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0090_alter_papsconfig_options_and_more.py +0 -0
  133. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0091_remove_bigbrotherconfig_dlc_are_recurring_stats_active_and_more.py +0 -0
  134. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0092_userstatus_baseline_initialized.py +0 -0
  135. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0093_eveitemprice_delete_bigbrotherredditmessage_and_more.py +0 -0
  136. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0094_bigbrotherconfig_corp_compliance_webhook_and_more.py +0 -0
  137. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0095_alter_bigbrotherconfig_limit_to_main_corp.py +0 -0
  138. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0096_bigbrotherconfig_clone_state_notify_and_more.py +0 -0
  139. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0097_bigbrotherconfig_hostile_everyone_else.py +0 -0
  140. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0098_bigbrotherconfig_exclude_high_sec_and_more.py +0 -0
  141. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0099_tickettoolconfig_hr_forum_webhook.py +0 -0
  142. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0100_tickettoolconfig_use_forum_threads.py +0 -0
  143. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0101_userstatus_compliance_forum_thread_id.py +0 -0
  144. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0102_remove_tickettoolconfig_use_forum_threads_and_more.py +0 -0
  145. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0103_tickettoolconfig_afk_check_include_user_and_more.py +0 -0
  146. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0104_alter_bigbrotherconfig_is_active.py +0 -0
  147. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0105_remove_tickettoolconfig_compliance_filter.py +0 -0
  148. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0106_bigbrotherconfig_consider_lowsec_hostile.py +0 -0
  149. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0107_remove_tickettoolconfig_role_id_and_more.py +0 -0
  150. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0108_bigbrotherconfig_exclude_neutral_contacts.py +0 -0
  151. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0109_alter_tickettoolconfig_discord_check_reason_and_more.py +0 -0
  152. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0110_bigbrotherconfig_hide_unaudited_users.py +0 -0
  153. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0111_alter_entityinfocache_as_of_and_more.py +0 -0
  154. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0112_complianceticket_details_and_more.py +0 -0
  155. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0113_bigbrotherconfig_discord_message_tracking.py +0 -0
  156. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0114_bigbrotherconfig_webhook_app_name.py +0 -0
  157. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0115_adminlogentry_and_permissions.py +0 -0
  158. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0116_remove_custom_table_names.py +0 -0
  159. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0117_tickettoolconfig_compliance_filter_column.py +0 -0
  160. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0118_tickettoolconfig_compliance_filter_state.py +0 -0
  161. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0119_bigbrotherconfig_main_alliance_defaults.py +0 -0
  162. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0120_rename_alliance_hi_updated_df5e96_idx_aa_bb_allia_updated_732c6f_idx_and_more.py +0 -0
  163. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0121_bigbrotherconfig_sp_inject_threshold.py +0 -0
  164. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/0122_bigbrotherconfig_sp_inject_detection_mode.py +0 -0
  165. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/migrations/__init__.py +0 -0
  166. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/models.py +0 -0
  167. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/request_context.py +0 -0
  168. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/signals.py +0 -0
  169. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/static/aa_bb/.gitkeep +0 -0
  170. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/static/aa_bb/js/admin_bb_config.js +0 -0
  171. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/static/aa_bb/js/admin_ticket_config.js +0 -0
  172. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/static/aa_bb/js/admin_ticket_type_toggle.js +0 -0
  173. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks.py +0 -0
  174. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks_bot.py +0 -0
  175. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks_cb.py +0 -0
  176. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks_ct.py +0 -0
  177. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks_other.py +0 -0
  178. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks_tickets.py +0 -0
  179. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tasks_utils.py +0 -0
  180. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_bb/base.html +0 -0
  181. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_bb/disabled.html +0 -0
  182. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_bb/index.html +0 -0
  183. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_bb/ticket_list.html +0 -0
  184. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_bb/ticket_view.html +0 -0
  185. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_cb/base.html +0 -0
  186. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_cb/disabled.html +0 -0
  187. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/aa_cb/index.html +0 -0
  188. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/base.html +0 -0
  189. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/cards.html +0 -0
  190. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/faq.html +0 -0
  191. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/menu.html +0 -0
  192. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/modules.html +0 -0
  193. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/settings_bigbrother.html +0 -0
  194. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/settings_nav.html +0 -0
  195. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/settings_paps.html +0 -0
  196. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/settings_stats.html +0 -0
  197. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/faq/settings_tickets.html +0 -0
  198. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/_loa_subtabs.html +0 -0
  199. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/admin.html +0 -0
  200. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/base.html +0 -0
  201. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/disabled.html +0 -0
  202. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/index.html +0 -0
  203. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/menu.html +0 -0
  204. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/loa/request.html +0 -0
  205. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/paps/base.html +0 -0
  206. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/paps/disabled.html +0 -0
  207. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/paps/history.html +0 -0
  208. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/paps/index.html +0 -0
  209. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/templates/paps/menu.html +0 -0
  210. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/__init__.py +0 -0
  211. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_clone_state_logic.py +0 -0
  212. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_main_corporation_override.py +0 -0
  213. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_performance.py +0 -0
  214. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_price_timer.py +0 -0
  215. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_sus_contacts.py +0 -0
  216. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_sus_trans.py +0 -0
  217. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_task_setup.py +0 -0
  218. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_tasks_notifications.py +0 -0
  219. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_tasks_recurring_stats.py +0 -0
  220. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/tests/test_views.py +0 -0
  221. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/urls.py +0 -0
  222. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/urls_cb.py +0 -0
  223. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/urls_loa.py +0 -0
  224. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/urls_paps.py +0 -0
  225. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/views.py +0 -0
  226. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/views_cb.py +0 -0
  227. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/views_faq.py +0 -0
  228. {aa_bb-3.3.2 → aa_bb-3.3.3}/aa_bb/views_paps.py +0 -0
  229. {aa_bb-3.3.2 → aa_bb-3.3.3}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa_bb
3
- Version: 3.3.2
3
+ Version: 3.3.3
4
4
  Summary: BigBrother
5
5
  Project-URL: Changelog, https://github.com/BroodLK/aa_bb/blob/main/CHANGELOG.md
6
6
  Project-URL: Issue / Bug Reports, https://github.com/BroodLK/aa_bb/issues
@@ -1,7 +1,7 @@
1
1
  """Initialize the app"""
2
2
  from django.utils.translation import gettext_lazy as _
3
3
 
4
- __version__ = "3.3.2"
4
+ __version__ = "3.3.3"
5
5
  __title__ = "BigBrother"
6
6
  __title_translated__ = _("BigBrother")
7
7