Brett Costabile
385533a9b5
filter
...
It's not plural
2015-11-02 22:15:24 -05:00
Brett Costabile
560673767a
syntax
...
get some
2015-11-02 22:12:49 -05:00
Brett Costabile
d3d1463404
Version conflict
...
update_or_insert is from a newer version of django. gotta use .save()
2015-11-02 22:08:32 -05:00
Brett Costabile
425aef081d
Add/Remove user need sting inputs
...
Had to cast groupid to str
2015-11-02 00:49:34 -05:00
Brett Costabile
8a0e3f309d
More logging
...
Groups aren't adding now. Gotta make the logging better in
update_groups()
2015-11-02 00:41:31 -05:00
Brett Costabile
f0527a5479
mistake
...
forgot to change one instance of groupname to groupid
2015-11-02 00:23:12 -05:00
Brett Costabile
c81b676553
remove_user_from_group
...
Mirrored changes from add_user_from_group() remove_user_from_group()
2015-11-02 00:14:58 -05:00
Brett Costabile
6abd62960f
Small error
...
If statement with bad syntax
2015-11-01 23:50:26 -05:00
Brett Costabile
7039cffddb
Fixing Server Admin assignment
...
Changed _add_user_to_group() to take group ID instead of group name.
addgroups and remgroups are now lists instead of dictionaries because I
don't need the group names anymore.
Removed debug logging from _add_user_to_group() and send_command()
2015-11-01 23:40:34 -05:00
Brett Costabile
478d855d62
Logging
...
It looks like the escaping is fine, but there's two "Server Admin"
groups (id3 and id6) which might be messing with the assignment.
2015-11-01 18:19:56 -05:00
Brett Costabile
621de341a8
Logging
...
I think the issue may be with escaping the whitespace in group names. If
this is the case, I'll have to tweak the code in ts3.py
2015-11-01 18:06:35 -05:00
Brett Costabile
2eb0bd5221
More indentation
...
Notepad++ was configured to use tabs instead of spaces. That shouldn't
happen anymore.
2015-11-01 17:53:10 -05:00
Brett Costabile
ee3fe5e43e
More logging
...
Added more debug logging to figure out why Server Admin never gets
assigned.
2015-11-01 17:49:53 -05:00
Brett Costabile
df659c4851
Copypaste error
...
user_ts_group_key should have been ts_group_key
2015-11-01 17:34:01 -05:00
Brett Costabile
94ef8ce694
Indentation
...
I broke it. Now it's fixed.
2015-11-01 17:32:08 -05:00
Brett Costabile
cddd2b91e4
changed group key type
...
Why did I even think long was a good idea?
2015-11-01 17:28:41 -05:00
Brett Costabile
2bfbd614e6
Adjusted logging
...
Changed logging to make a little more sense during debugging
2015-11-01 17:27:04 -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
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
Brett Costabile
423e0ad161
Added function to sync TS3 groups
2015-05-26 01:22:42 -04:00
Tyler274
e386586fd0
Cleanup the threading, its a method in openfiremanager now to spawn a threaded broadcast.
...
Also added date to the broadcast.
2015-01-07 15:19:51 -05:00
Raynaldo Rivera
2c7ed9e9c3
Merge pull request #41 from TrentBartlem/master
...
Update mumble_manager.py
2014-12-31 13:45:21 -07:00
Trent Bartlem
fc84781db5
Update mumble_manager.py
...
Sanitise the whole thing, not just username.
2014-12-31 23:17:50 +10:00
Trent Bartlem
8729f5b838
Update teamspeak3_manager.py
...
Sanitise both username and corp ticker at the same time.
2014-12-31 23:06:08 +10:00
Raynaldo Rivera
e7950a26f7
Added fix to phpbb3 when userid returns none.
2014-11-29 16:06:13 -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
eb723254f2
Added ts3 lib fix
2014-11-24 18:03:44 -07:00
Raynaldo Rivera
81768983d8
Added teamspeak3 group fix
2014-11-23 17:39:28 -07:00
Raynaldo Rivera
1695073c3c
Added teamspeak3 group fix
2014-11-23 16:21:11 -07:00
Raynaldo Rivera
30356687ef
Added teamspeak3 fix
2014-11-23 14:12:12 -07:00
Raynaldo Rivera
2c57e28cf8
Added teamspeak3 fix
2014-11-23 14:06:10 -07:00
Raynaldo Rivera
c9bd7afd01
Added check for teamspeak3_manager
2014-11-23 13:26:38 -07:00
Raynaldo Rivera
b806ab6755
Added Teamspeak3 support
2014-11-23 02:17:38 -07:00
Raynaldo Rivera
e8f788c278
Added details to syncgroup cache
2014-11-22 21:04:33 -07:00
Raynaldo Rivera
dee86682fb
Fixed bug in mumble update
2014-11-20 14:06:07 -07:00
Raynaldo Rivera
9e432674fa
Added debug info to mumble manager
2014-11-19 19:34:06 -07:00
Raynaldo Rivera
8700d52a9d
Added debug info to mumble manager
2014-11-19 19:28:35 -07:00
Raynaldo Rivera
83f27322cd
Added debug info to mumble manager
2014-11-19 19:27:03 -07:00
Raynaldo Rivera
5c6ff84694
Fix for phpbb 3.1 breaks older versions
2014-11-19 18:42:22 -07:00
Raynaldo Rivera
b93ddb0e37
Hopeful ipboard fix
2014-11-17 16:13:42 -07:00
Raynaldo Rivera
1ed41ae043
Added IPBoard support
2014-11-17 08:40:25 -07:00
Raynaldo Rivera
b7a295f128
Fixed issue with jabber and ' in the name
2014-11-11 15:53:56 -07:00
Raynaldo Rivera
c98d06215d
Fixed issue with ' in username
2014-11-09 19:49:39 -07:00
Raynaldo Rivera
48373c285a
Added blue support to the auth
2014-11-02 21:53:26 -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
d1159d177a
Added fix to the mumble name generation when a " ' " is present
2014-10-23 01:20:22 -07:00
Raynaldo Rivera
031fc2a3b5
Fixed full api key
2014-10-19 11:31:29 -07:00
Raynaldo Rivera
0ac78b25d8
Added requirement for full api key
2014-10-19 11:16:55 -07:00