Adarnof
55fc69cf8d
Basic logging for Discord account creation and database updating.
2015-12-28 06:50:13 +00:00
Adarnof
5d9a3b6b43
Removed unused exception handling from group update
2015-12-23 01:26:30 +00:00
Adarnof
0c4cda95d9
Added handling of empty group lists
2015-12-22 23:03:41 +00:00
Adarnof
307d577acf
Added exception importing to catch custom exceptions from openfire-restapi package
2015-12-22 22:42:34 +00:00
Adarnof
9b2934ae7a
Corrected handling of group updates
...
Removed old openfire package from requirements
2015-12-22 22:39:38 +00:00
Adarnof
23c8d48fbe
Adds REST API support to Openfire using git package per #144
2015-12-22 22:14:20 +00:00
Adarnof
d7e336d8b6
Attempted hotfix for #134 and likely #127
...
Reverts #119 in an attempt to prevent infinite group creation on Discord server.
2015-12-04 22:10:07 +00:00
Adarnof
f0a70a1d05
Removed incomplete function.
...
Closes #120 .
2015-12-02 17:24:20 +00:00
Adarnof
b08cfd7409
Intelligently produces group listing. Halves the time required to create account.
...
Closes #119
2015-12-02 06:39:24 +00:00
Adarnof
f342569f16
Corrected reference to wrong manager in group creation.
2015-12-02 04:22:48 +00:00
Adarnof
b9db6fc38c
Reduced number of api calls to improve response time.
2015-12-02 03:22:18 +00:00
Adarnof
563967bf0d
Updated form to a password input for security.
...
DiscordManager now strips groups before kicking. This prevents server owners from keeping groups if they connect account with auth.
2015-12-02 01:39:06 +00:00
Adarnof
a388e2595e
Cleaned up redundant functions.
2015-12-02 01:18:59 +00:00
Adarnof
8442ec1f55
Changed discord account handling. Now requests email and password and grabs UID via API.
...
UID is stored in authserviceinfo model and used as required.
2015-12-02 01:02:13 +00:00
Adarnof
ec1b17df25
Dissociates user account from email address when deleting service.
2015-12-01 07:56:13 +00:00
Adarnof
f6ef741e63
Added password change function as reset action.
2015-12-01 06:55:33 +00:00
Adarnof
9e72422639
Corrected typo in register_user function preventing succesful registration.
2015-12-01 06:13:06 +00:00
Adarnof
54d216bdf0
Changed how user account deletions are handled.
...
Now bans/unbans account as necessary.
2015-12-01 04:50:14 +00:00
Adarnof
7461501d41
Corrected parameter list for user registration.
2015-12-01 04:28:17 +00:00
Adarnof
c009420536
Included Discord in disable_services from common_task.
...
Changed how user accounts in discord are handled: endpoint accepts password and email.
Accounts are created with a password(random) and their user email. Need to activate account through link in email.
2015-12-01 04:12:50 +00:00
Adarnof
90522a5053
Changed default group permission to:
...
- Read Messages
- Send Messages
- Embed Links
- Read Message History
- Connect
- Speak
- Use Voice Activity
2015-12-01 03:25:48 +00:00
Adarnof
bec690ad51
Deletes invites once user registered as Discord ignores max_age right now.
2015-12-01 00:42:04 +00:00
Adarnof
728a18b763
Corrected default invite parameters to increase security: 5 minute lifetime, 1 use.
2015-12-01 00:37:54 +00:00
Adarnof
7001071820
Deleted unnecessary discord client.
2015-12-01 00:27:59 +00:00
Adarnof
d3c8189c92
Corrected Discord user deletion logic.
...
Fixed Discord account reset.
2015-11-30 23:51:39 +00:00
Adarnof
d9ffaa5e50
Initial work on reset discord account.
2015-11-30 23:41:44 +00:00
Adarnof
a6447d3596
Added link to discord server to services page.
...
Corrected handling of user deletion to return true if account absent on server.
2015-11-30 23:01:44 +00:00
Adarnof
34a27ba885
Added syncgroup logic to celery tasks.
...
Wrote request handles for enabling and disabling discord user.
2015-11-30 22:08:17 +00:00
Adarnof
c51b8c77e6
Consolidated API manager and service manager.
...
Initial service functions added to DiscordManager.
2015-11-30 21:47:06 +00:00
Adarnof
4383e9314d
Corrected missing header for delete_invite
2015-11-30 04:00:31 +00:00
Adarnof
7e05054854
Initial work on Discord integration.
...
Manually created REST API manager as per the documented functions.
Attempting to integrade discord-py wrapper, unsuccesful thusfar.
Addresses #88
2015-11-30 03:44:38 +00:00
Adarnof
52eb5e0fd8
Removed commented code.
...
Addresses #104
2015-11-28 00:53:59 +00:00
Adarnof
0c1bf29dd3
Introduced new setting for broadcast service.
...
Changed broadcast logic to use broadcase openfire plugin.
Inital, untested commit.
2015-11-28 00:33:16 +00:00
Adarnof
20362625ea
Corrected access mask logic to ensure required endpoints are available.
2015-11-27 00:18:00 +00:00
Adarnof
35277b7f33
Manual conflict resoltuion for pull request #98
2015-11-25 02:59:13 +00:00
Adarnof
f3d2a9cca5
Added logic to check if corp or alliance exists
...
Prevents errors in celery task from prevention execution
Addresses issues #68 and #93
2015-11-24 02:45:36 +00:00
Adarnof
b46365a3d3
Merge pull request #87 from Adarnof/forumavatars
...
phpbb3 avatars
2015-11-15 15:51:14 -05:00
Adarnof
810b626005
Corrected one last typo, I promise
2015-11-08 10:14:44 +00:00
Adarnof
ff46c1d4e9
Fixed broken function reference
2015-11-15 20:20:49 +00:00
Adarnof
1285fb6dfc
Corrected SQL syntax
2015-11-15 20:19:52 +00:00
Adarnof
df487aa61e
Corrected mismatched avatar sizes
2015-11-15 20:15:20 +00:00
Adarnof
0a24f3bad4
Enabled forum avatar images in phpbb set by main character id
2015-11-15 20:12:26 +00:00
Adarnof
3614c78971
Corrected indexoutofrange exception when handling certain serverqueries
2015-11-08 05:14:55 +00:00
Adarnof
1cc3b2a6b7
Fixed Issue #77 Teamspeak3 Manger errors prevent run_databaseUpdate from completing
...
Wrapped _sync_ts_group_db in a try/catch block until we abstract services into their own apps
2015-11-07 05:33:46 +00:00
Adarnof
b7327a34d0
Corrected reference to misnamed group.
2015-11-07 00:46:44 +00:00
Brett Costabile
15e959b265
Merged with R4stl1n master
...
Had to resolve a small conflict in email. Replaced mine with upstream.
2015-11-05 22:37:37 -05:00
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
c8d7ea2ca9
FUCKING MAPS AND LISTS
...
FUUUUUUUUUUUUUUUUUUUUUCK
2015-11-03 00:53:44 -05:00
Brett Costabile
b2eadc2a78
logging
...
yes more
2015-11-03 00:46:35 -05:00
Brett Costabile
adcbcdaf52
Casting int to str
...
because it's better than trying to compare them shithead
2015-11-03 00:41:37 -05:00