Search found 6 matches

by nall
Mon Jan 10, 2011 8:56 am
Forum: [3.x] Rejected RFCs
Topic: [RFC|Replaced] Auth Plugin Refactoring & User Integration
Replies: 10
Views: 44313

Re: [RFC|Accepted] Auth Plugin Refactoring & User Integratio

naderman wrote:Nope, but I'm about to start working on it.
Will you be posting commit links?

Also, will there any other auth modules offered at launch? Several forums I work with want to offer "Facebook Connect" in addition to standard login.
by nall
Tue Jan 04, 2011 12:13 am
Forum: [3.x] Rejected RFCs
Topic: [RFC|Replaced] Auth Plugin Refactoring & User Integration
Replies: 10
Views: 44313

Re: [RFC|Accepted] Auth Plugin Refactoring & User Integratio

What kind of DB or code-level changes are we looking at to support this? Are we expecting users to still be identified solely by user ID numbers, or will there be something more complex?
Not sure there's going to be a ton of db level changes but there will be code-level changes. These changes ...
by nall
Tue Nov 16, 2010 11:09 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC|Replaced] Auth Plugin Refactoring & User Integration
Replies: 10
Views: 44313

Re: [RFC|Accepted] Auth Plugin Refactoring & User Integratio

Anyone?

What kind of auth plugins can we expect on day one? Facebook Connect?
by nall
Mon Oct 25, 2010 9:12 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Accepted] Session Backend Abstraction
Replies: 4
Views: 24006

Re: [RFC|Accepted] Session Backend Abstraction

Yes they will be, just like we currently support them for caching.

Hmm. In includes/acm/acm_memcache.php , I see:
$this->memcache = new Memcache;
$this->memcache->connect(PHPBB_ACM_MEMCACHE_HOST, PHPBB_ACM_MEMCACHE_PORT);


I believe connect() only supports a single server model . In order to ...
by nall
Fri Oct 22, 2010 10:47 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Accepted] Session Backend Abstraction
Replies: 4
Views: 24006

Re: [RFC|Accepted] Session Backend Abstraction

Since taking down the one and only memcache server would destroy all sessions (presumably -- unless you're planning to just cache what's in the DB), will memcache clusters be supported?
by nall
Fri Oct 22, 2010 10:46 am
Forum: [3.x] Rejected RFCs
Topic: [RFC|Replaced] Auth Plugin Refactoring & User Integration
Replies: 10
Views: 44313

Re: [RFC|Accepted] Auth Plugin Refactoring & User Integratio

For those of us who maintain user-centric extensions/mods:

What kind of DB or code-level changes are we looking at to support this? Are we expecting users to still be identified solely by user ID numbers, or will there be something more complex?


P.S. I work with several large boards, some phpBB ...