Commit Graph

109 Commits

Author SHA1 Message Date
bb63bbbc79 Fix jabber service not to return a false when provided with a JID 2010-09-21 11:49:49 +01:00
e712a203a6 Give a default access level (0 causes infinite loops in POSTracker) 2010-09-08 11:14:32 +01:00
6772739047 Fixed string construction 2010-09-08 10:42:09 +01:00
7be9ed4bbc Initial addition of the POS Tracker service 2010-09-08 10:33:17 +01:00
ee549d79a3 Oops, pass back username! 2010-09-02 23:07:24 +01:00
88bb673f99 Use str format for group names, do group updates on account creation 2010-09-02 23:04:07 +01:00
98913004b9 Use actual group name, not circular naming 2010-09-02 22:56:21 +01:00
cecf625a21 Add defaults for memberlist, add and remove 2010-09-02 22:40:43 +01:00
31f0a0cee6 Return ACLs and use them instead of making a second call 2010-09-02 22:38:41 +01:00
1ff6ae38f2 Added import for Ice (doh!) 2010-09-02 22:29:34 +01:00
3e34070a5a Added Ice init to service object for mumble 2010-09-02 22:27:05 +01:00
1615f79b88 Added api call to pull Murmur Objects 2010-09-02 22:13:08 +01:00
3e97539688 Added function to create missing groups, fixed update_groups error 2010-09-02 20:59:58 +01:00
44945b7b5e Added basic group management into the mumble sso module 2010-09-02 20:48:52 +01:00
cfdf10aac1 Added update groups to the base class 2010-07-06 12:58:52 +01:00
10faa6ee5d Only init one instance of the xmlrpc lib 2010-06-07 14:14:35 +01:00
a1a6e80470 Added default editbox size options to Mediawiki service 2010-06-04 12:30:18 +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
f945cec3b4 Fixed mumble service 2010-05-17 23:10:36 +01:00
12287f25b6 Remove mumble-django, use direct API. 2010-05-17 22:35:49 +01:00
1fee6f625b Small fixes to default service options 2010-05-16 19:53:02 +01:00
f7034e7ca7 Fixed typo, fffuuuuuuu 2010-05-16 18:49:47 +01:00
4e10c23353 Mumble service now provides a full alliance/corp/name tag 2010-05-16 18:47:34 +01:00
999c642dbe Fixes all db service issues 2010-05-14 15:06:35 +01:00
ffa20908a6 Use static dbcusor 2010-05-14 14:35:22 +01:00
60b705ac03 Fix dbcursor issue 2010-05-14 14:30:04 +01:00
7376f1e1b8 Added import for django DB to base 2010-05-14 14:24:51 +01:00
b57cdc8d8f Fix import strings for BaseDBService 2010-05-14 12:33:53 +01:00
7bc111a6de Use BaseDBService 2010-05-14 11:42:19 +01:00
f7870e57cb Reworked DB accessing plugins to use a common API class 2010-05-14 10:45:01 +01:00
562e92f950 Fixed default db for mining buddy 2010-05-14 10:01:36 +01:00
14c1780ec1 Fixed jabber xmlrpc call with the new settings system 2010-05-13 12:56:35 +01:00
52f3dab2ec Added a good "default" value 2010-05-13 11:30:21 +01:00
465ce3a5c4 Update services for new in-model settings 2010-05-11 14:32:20 +01:00
44863115ea Initial PHPBB module 2010-05-11 13:05:59 +01:00
a04d975ffa Switched jabber service over to in-model config 2010-05-11 13:05:26 +01:00
e69b67f90b Fixed password reset, now sets cert 2010-05-09 23:56:39 +01:00
0208d1fc50 Fixed password reset for QMS 2010-05-09 23:53:04 +01:00
81d6f1a9aa Added QMS service, integrating with Silwar's Quote DB 2010-05-08 16:48:38 +01:00
a98827c8f4 Defanged _clean_username, the IGB integration is case sensitive for char names 2010-04-30 15:45:00 +01:00
8185353e51 user_options as a Empty value 2010-04-15 09:03:56 +01:00
f2c8e47a0a Added null user_options 2010-04-15 09:01:39 +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