218 Commits

Author SHA1 Message Date
orbitroom
faf5c473d8 Added Automatic Ship and ISK Fields 2016-03-23 01:40:46 -04:00
Adarnof
51e3c287b6 Merge pull request #308 from Adarnof/mumble
Mumble Ice Authenticator
2016-03-23 00:31:18 -04:00
orbitroom
376bf60421 Added the option to view shiptypes of killmails 2016-03-23 00:16:43 -04:00
Mr McClain
60108df287 inital commit 2016-03-22 20:10:36 -05:00
Adarnof
b8db2c464b Corrected authenticator group return
It works.
2016-03-21 02:46:23 +00:00
Adarnof
d1038d1b72 Removed missing function call 2016-03-21 01:57:51 +00:00
Adarnof
d461e6af79 Move error handling to api calls
- allows interpretation of diffferent evelink codes
2016-03-17 22:18:02 +00:00
Adarnof
8c4015126c ICE Authenticator for Murmur
- reads username, pwhash from db table containing MumbleUser models
 - needs to be started separately somehow, instructions unclear
 - adapted from https://github.com/mumble-voip/mumble-scripts/blob/master/Authenticators/SMF/2.0/smfauth.py
Closes #165
2016-03-15 01:36:24 +00:00
Ydmir
3aa3eb10c1 EveWho-manager can now read more than 200 members. 2016-03-11 09:09:14 +01:00
Adarnof
b6446f255e lowered loglevel of ApiError on invalid char ID 2016-03-05 18:04:45 -05:00
orbitroom
3a1537ca32 Cast string to list if one jabber group returned
Fixes #199
2016-02-21 23:21:57 -05:00
Adarnof
bfef9c3123 Lowered loglevel for evelink.APIError
Prevents unnecessary notifications when getting info for a corp with a bad corp ID
2016-02-17 17:08:22 -05:00
Adarnof
8682df56f0 Merge pull request #263 from Adarnof/fixcorp
New corp update function
2016-02-12 17:41:58 -05:00
Adarnof
a75391f270 Modified logical operators to prevent #262 2016-02-12 22:35:07 +00:00
Adarnof
4d0aa92809 Initial rework of corp/alliance model update
Corrected exception when determining id type
2016-02-12 17:30:52 +00:00
Adarnof
c51b3e2265 Merge pull request #250 from Adarnof/phpbb_security
Delete phpbb user session and autologin when disabled
2016-02-11 18:12:05 -05:00
Adarnof
fd2988dc46 Removed requests caching in preparation of custom evewho caching manager.
Addresses #235
2016-02-11 17:46:41 +00:00
Adarnof
1164b8d984 Revert "Revert discord manager to restore functionality" 2016-02-11 12:44:54 -05:00
Adarnof
54331d9075 Corrected token deletion 2016-02-09 12:50:25 +00:00
Adarnof
b9f322e136 Re-removed exc_info flags from logging messages 2016-02-09 12:37:11 +00:00
Adarnof
e5d8c62674 Rolled back Discord managers to fix #235
Commit chosen: 08cd2c1f1ade6845f5710329b0beab47ab7df6aa
Additional security implemented: tokens deleted for users after succesful addition to discord server.
 - prevents another user from authenticating with their email and wrong password
2016-02-09 12:32:08 +00:00
Adarnof
060c15ec5f Delete phpbb user session and autologin when disabled
Clear phpbb user groups when disabled
Addresses #249
2016-02-08 15:36:20 +00:00
Mr McClain
5839d64cb7 Updated Logging because I cant Spell 2016-02-07 15:28:58 -06:00
Mr McClain
56ddee22f8 Updated Logging To remove spam from logs. 2016-02-07 15:24:19 -06:00
kallama
82f8141ff7 Eve avatar url as https
Eve avatar url should be https instead of http so you don't get a mixed content warning if you use https on your forum. The ultimate solution would be http/https agnostic with :// instead, but I don't know if that would work in this file.
2016-02-03 16:08:00 -08:00
Trent Bartlem
7e760d4a56 log api key invalidation at INFO level
Deletion of characters associated with an API key is logged at INFO.

However, the reason that an API key is marked invalid in the first place is only logged at DEBUG, so if you have debug logging disabled, you won't know why.
2016-02-03 21:14:17 +10:00
Adarnof
a1343282d2 Implements solution for #224 2016-01-31 22:44:42 +00:00
Adarnof
2db7a71e9d Removed exc_info kwarg from logger.exception statements 2016-01-31 19:42:01 +00:00
Adarnof
45e1adf3b3 Merge pull request #200 from Ydmir/corputils
Corputils
2016-01-31 13:58:26 -05:00
Adarnof
c50595303b Corrected key validation 2016-01-31 18:02:20 +00:00
Ydmir
185805ecc1 Added simple caching. 2016-01-30 11:27:26 +01:00
Ydmir
bd7bbc9339 Added portraits in the list, because why not. 2016-01-24 22:32:54 +01:00
Ydmir
25b89fdecb Expanded functionality to full alliance support. The design may leave some things to wish for... 2016-01-24 00:13:58 +01:00
Ydmir
786e573a0a Added initial corputils functionality, for auditing members in corporation mode. 2016-01-15 09:23:40 +01:00
Adarnof
d4b9186c61 API form validates by member and characters
Functions to determine membership level of user and eve characters
2015-12-11 12:50:30 +00:00
Adarnof
d486f979bb Tolerate random 221 errors from API servers
Implements #185
2015-12-10 07:50:56 +00:00
Joeeigel
719898d4b2 Fixed casing on column names
I'm not sure how MySQL handles column names and if they are case
sensitive, so better to be safe than sorry.

I'm an MSSQL dev, we don't care in my world!
2016-01-08 02:12:42 +00:00
Joeeigel
7ab7125f45 Fixing invalid column name
We're using phpBB, not just "php"
2016-01-08 01:22:03 +00:00
Joeeigel
25eed75717 Added in clearing of user permissions on assigning groups 2016-01-08 01:20:15 +00:00
Adarnof
0586f0f6d5 Custom service passwords now available.
- mumble, phpbb, ipboard, jabber
Addresses an evemail request.
2016-01-06 06:56:00 +00:00
Adarnof
2c6ca5f273 Assign user to discordauthtoken for security
- prevents exploit of another user entering incorrect password for email yet passing validation using existing token mentioned in #146
 - does not protect against same user entering wrong password (I can live with this.)
Periodic task to remove invalid token every 2 hours
2016-01-05 22:53:52 +00:00
Adarnof
08cd2c1f1a Corrections for typos in logging.
Rephrased EveManager exceptions to reflect determination id is not of type rather than failure of function.
2016-01-03 20:08:44 +00:00
Adarnof
017b6bc7ce Lowered log level of api results to declutter logs. 2016-01-02 21:43:51 +00:00
Adarnof
b9125c3d5c Finished adding logging to service views and managers. 2015-12-30 15:29:27 +00:00
Adarnof
cd44f00881 Finished auditing service manager logging. 2015-12-30 11:22:40 +00:00
Adarnof
8b2b253c58 Adding missing brackets. 2015-12-29 23:00:06 +00:00
Adarnof
3f359ecae1 Logging added to all service managers.
Unrelated, getting ImportError when trying to start shell. I broke something.
2015-12-29 22:44:17 +00:00
Adarnof
087dc24344 Another correction to logging for discord manager. 2015-12-29 19:58:16 +00:00
Adarnof
ab7017094e Corrected logger string formatting for update groups. 2015-12-29 19:48:09 +00:00
Adarnof
604c08b3b7 Discord Auth Token caching implemented to work around rate limits.
Addresses #146
2015-12-29 19:36:28 +00:00