103 Commits

Author SHA1 Message Date
Brett Costabile
c9958ebbb5 Removed all my logging
I'm done. Don't need this anymore.
2015-11-03 01:18:08 -05:00
Brett Costabile
b29d6bd7da Don't need that
Testing
2015-11-02 23:55:20 -05:00
Brett Costabile
0c4694d123 Moved TS3 group update
The group update was being called once for every group the user was in,
but the update function itself already iterates over all the groups and
only needs to be called once per user.
I've moved the execution out of the group iteration so it only gets
called once.
2015-11-01 17:11:40 -05:00
Brett Costabile
b76bc2729c More random changes
Super disorganized here. Trying to get back to a working state
2015-11-01 16:41:16 -05:00
Adarnof
9402329374 added corp change handling while auth'd 2015-11-01 01:45:40 -04:00
Adarnof
45b0bb5753 corrected function parameters 2015-10-31 22:46:45 -04:00
Adarnof
e091575453 fixed indentation error 2015-10-31 21:09:57 -04:00
Adarnof
a3de13f055 cleaned up settings descriptions
incorporated alliance/corp check into main character change
restored alliance text to forms
returned optional alliance checking to periodic tasks (pray for me)
deleted accidental inclusion of PID file

this is gonna tickle.

Signed-off-by: Adarnof <adarnof@gmail.com>
2015-10-31 17:35:00 -04:00
Adarnof
5853b41e58 Abstracted standing level (corp or alliance) depending on toggle 2015-09-20 04:19:30 +00:00
Adarnof
a40e29ea89 Added depenedent function generate_corp_group_name until I can figure out
how to import from util.common_task.py
2015-09-23 15:43:01 -04:00
Adarnof
9e189a639d Cleaned up corp -> blue and blue -> corp transitions in API check 2015-09-19 21:47:45 +00:00
Adarnof
fe6325cef9 Added blue -> member handling to celerytask 2015-09-19 05:58:33 +00:00
Adarnof
cb79054db9 Added member -> blue handling to mumble username 2015-09-19 05:52:14 +00:00
Adarnof
a62988530d Reworked permission correction during API check. Is cleaner... a bit. 2015-09-19 05:28:49 +00:00
Adarnof
c0d8e880ab Started adding member -> blue permission handling during api check. Probably very buggy. 2015-09-18 04:26:21 +00:00
Adarnof
259c2c7141 Fixed refences to renamed variable "alliance_standings" -> "corp_standings" 2015-09-18 03:59:44 +00:00
Adarnof
db0a4c235a Fixed reference to renamed variable "ALLIANCE_BLUE_STANDING" -> "BLUE_STANDING" 2015-09-18 03:51:02 +00:00
Adarnof
48d1afb104 Fixed indentation in tasks.py
Removed reference to undefined variable 'alliance' when checking corps
2015-09-17 05:02:06 +00:00
Adarnof
e98bc36a9c Removed all dependency on alliance membership
Renamed permission 'alliance_member' 'member'
Renamed multiple variables in settings.py and associated handlers in util

Maybe it still works?
2015-09-17 04:42:36 +00:00
Brett Costabile
c86ba4990d Lots of changes, not tested
Pushing latest changes to run them by a few folks.
2015-05-28 01:23:45 -04:00
Raynaldo Rivera
08f923624f Added fix for syncgroup not working 2014-11-29 19:14:00 -07:00
Raynaldo Rivera
de34d35add Fixed issue where syncgroups were preventing other groups from being created if a service is added after. 2014-11-29 16:01:23 -07:00
Raynaldo Rivera
551cf01b44 Logic fix on users celerytask 2014-11-29 15:13:04 -07:00
Raynaldo Rivera
ce68477608 Added fix for blue corp fringe case. 2014-11-29 15:05:26 -07:00
Raynaldo Rivera
305b36b026 Fixed issue with alliance's that no longer having standings being stuck to the previous standings. 2014-11-29 15:03:12 -07:00
Raynaldo Rivera
5ebadb63bc Fixing logic in the tasks regarding alliances 2014-11-29 14:53:07 -07:00
Raynaldo Rivera
cb759702a2 Updated logic in tasks.py to insure services are deactivated 2014-11-29 12:16:14 -07:00
Raynaldo Rivera
b806ab6755 Added Teamspeak3 support 2014-11-23 02:17:38 -07:00
Raynaldo Rivera
9ddb6e076c Adding debug info to groups 2014-11-22 21:15:16 -07:00
Raynaldo Rivera
7b89f34a1a Added details to syncgroup cache 2014-11-22 21:13:11 -07:00
Raynaldo Rivera
b4247f7c70 Added another check to tasks 2014-11-21 18:36:29 -07:00
Raynaldo Rivera
2e3cc5f10d Fixed a error if alliance_id dosen't show. 2014-11-21 18:06:11 -07:00
Raynaldo Rivera
d3a461a63c Fixed a error if alliance_id dosen't show. 2014-11-21 17:37:58 -07:00
Raynaldo Rivera
e7e497d7a1 Fixed issue with update task if a corp has no alliance_id 2014-11-19 17:56:11 -07:00
Raynaldo Rivera
65601a0e88 Fixed issue with update task if a corp has no alliance_id 2014-11-19 17:42:15 -07:00
Raynaldo Rivera
1ed41ae043 Added IPBoard support 2014-11-17 08:40:25 -07:00
Raynaldo Rivera
df777a6b65 Fixed issues during task 2014-11-09 11:53:56 -07:00
Raynaldo Rivera
87a87c432d Fixed issue with blue members getting their accounts nuked on refresh 2014-11-06 16:27:20 -07:00
Raynaldo Rivera
48373c285a Added blue support to the auth 2014-11-02 21:53:26 -07:00
Raynaldo Rivera
763b3c8230 Added the task to auto update corp and alliance info 2014-10-26 23:33:10 -07:00
Raynaldo Rivera
19e19d89e4 Reformatted code for easy reading. 2014-10-26 16:47:21 -07:00
Raynaldo Rivera
0fa2ceec48 Added a check to insure that during the api refresh the server is online for every user minimizes chances of database wipe 2014-10-23 01:57:08 -07:00
Raynaldo Rivera
cdddfc8153 Added a check on the api key for duplicate keys 2014-10-16 17:59:18 -07:00
Raynaldo Rivera
4bf879f152 ugh 2014-10-16 11:53:34 -07:00
Raynaldo Rivera
f6caaba460 Added more needed debug info 2014-10-16 11:45:45 -07:00
Raynaldo Rivera
477f7d8b4f Updated task for more info 2014-10-16 11:36:47 -07:00
Raynaldo Rivera
ecc46629df Updated the api refresh task to check main_char_id 2014-10-16 11:30:37 -07:00
Raynaldo Rivera
0788cc70fd Moved task to every 3 hours 2014-10-15 21:07:27 -07:00
Raynaldo Rivera
f916cf5162 Fixed wrong keyword in tasks 2014-10-15 20:40:23 -07:00
Raynaldo Rivera
c4801c8b42 Added the auto removal of invalid keys and user api's deactivate services 2014-10-15 20:35:25 -07:00