Commit Graph

35 Commits

Author SHA1 Message Date
1670eee9eb Allow services to specify to use the charnames or auth username, also add IPB and SMF framework 2011-03-03 10:48:16 +00:00
3724b30d99 Set the group to avoid dupes in ejabberd 2011-02-13 18:09:44 +00:00
8f2daf56fd Lowercase everything! 2011-02-13 02:18:13 +00:00
c720e14302 Various fixes for the Jabber service 2011-02-02 11:12:42 +00:00
5a845bf7d0 Missing self reference 2011-02-02 10:18:49 +00:00
8bf190c83f Add announcement abilities to the Jabber service 2011-02-02 10:12:10 +00:00
b126486b69 Added character information passthrough to update_groups, also enabled per corp groups in TS3 2011-01-03 15:42:04 +00:00
23be382e34 Add User on the Service API now returns a dict of values 2010-10-14 09:32:52 +01:00
bb63bbbc79 Fix jabber service not to return a false when provided with a JID 2010-09-21 11:49:49 +01:00
10faa6ee5d Only init one instance of the xmlrpc lib 2010-06-07 14:14:35 +01:00
0d6a27609f Dont use 'all' as the default display groups 2010-06-04 10:50:56 +01:00
89f69af2b1 Moved lower to the actual string - derp 2010-06-04 10:42:14 +01:00
3c4efcc939 Make sure the UID is lowercase 2010-06-04 10:39:30 +01:00
2e615d5fe3 Fixed member listing command 2010-06-04 10:33:15 +01:00
ce8799cfaf Jabber Service module now adds people to group rosters when added 2010-06-04 10:27:21 +01:00
936f83a123 Now fills the ORGNAME vcard field with the player's corporation name 2010-05-25 21:42:54 +01:00
14c1780ec1 Fixed jabber xmlrpc call with the new settings system 2010-05-13 12:56:35 +01:00
a04d975ffa Switched jabber service over to in-model config 2010-05-11 13:05:26 +01:00
ca1ab1397f Fixes UID return string 2010-04-14 13:22:41 +01:00
af22b2112b Fixed return for add_user 2010-04-10 23:02:16 +01:00
f82e211d91 Jabber Service API now uses XMLRPC calls to add/change users
Old service access methods have been removed, XMLRPC is the prefered choice due to speed and
reliability of connection. Also as a bonus the Jabber API now sets the person's nickname to
the same as their character name.
2010-04-09 12:46:10 +01:00
6220f1f07f Enable disabling of users on Jabber via xmpp 2010-03-24 11:08:02 +00:00
84191f24e8 More error checking on Jabber, also presents error message to user if service addition fails 2010-03-23 13:37:31 +00:00
3f458928e4 Now provides user, character, eveapi, and reddit accounts to the Service API add_user 2010-03-22 14:17:07 +00:00
42588e1909 Actually added working password reset functions. Fixed views as required. 2010-03-18 18:16:18 +00:00
9806c2c3cb Services now use UID by default. 2010-03-07 01:53:09 +00:00
0e345ce65b Servie Adduser now returns a Service UID for each addition 2010-03-07 01:35:57 +00:00
732a56d531 Various bugfixes for the Jabber XMPP method 2010-03-04 22:59:20 +01:00
081d7f35d3 Now uses xmpp to add/remove users from the Jabber service 2010-03-04 21:42:27 +00:00
634727c51b Now checks if the service can provide cookies 2010-03-01 15:48:17 +00:00
828a9a33d4 Remove the "set_corp" service api 2010-03-01 15:03:16 +00:00
b53e662200 Now authenicates access to services based on groups, not simple tags 2010-02-28 23:09:33 +00:00
942ed49958 Force lowercase usernames 2010-02-27 17:41:22 +00:00
53630f980f Various changes to several aspects of the model base.
* Added SSOUser extension profile for auth
* Now checks for Corp membership and executes required commands
* Various small fixups
2010-02-25 15:49:56 +00:00
4cd4865f32 Various work on services api and models 2010-02-25 11:34:59 +00:00