aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* Changes in line with ACL_UNSET ... remember to wipe out all entries in your a...Paul S. Owen2003-04-151-26/+20
* Renamed ACL_ constants, altered field namesPaul S. Owen2003-04-121-8/+8
* oopsie, me not think that last checkin was supposed to happen ... at least I ...Paul S. Owen2003-04-091-11/+19
* Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html...Ludovic Arnaud2003-04-091-20/+13
* Improve feedback for banned usersPaul S. Owen2003-03-311-12/+20
* Wrong object namePaul S. Owen2003-03-301-1/+1
* Moved acl_options caching code into aclPaul S. Owen2003-03-291-40/+58
* Add browser validationPaul S. Owen2003-03-241-1/+4
* Minor changePaul S. Owen2003-03-201-1/+1
* Here I am going on about minimising new includes and I go and create one ... ...Paul S. Owen2003-03-181-482/+4
* Enable per session view online, change layout, potential for links to terms a...Paul S. Owen2003-03-091-8/+11
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-0/+475
* ok, a slightly modified posting.php, some fixes too. topic-review and polls w...Meik Sievertsen2003-02-271-1/+1
* is_numeric rather than is_int ... any troubles let me knowPaul S. Owen2003-02-271-1/+1
* Alternate syntax for acl_gets()Ludovic Arnaud2003-02-271-0/+6
* Reduce size of stored page info ... hopefully this won't impact things uneces...Paul S. Owen2003-02-261-3/+3
* Various updatesPaul S. Owen2003-02-251-6/+8
* More capitalised lang strings, fixed some unset or incorrect variablesLudovic Arnaud2003-02-171-1/+3
* I think we needed it anyway ;)Ludovic Arnaud2003-01-311-4/+3
* Hold on everyone, I forgot to give out the idiot homework ...Paul S. Owen2003-01-291-1/+1
* And here ends the idiot lesson for today ... part 2 : How to screw up the adm...Paul S. Owen2003-01-291-8/+15
* Some tinkering ... clear your prefetch (user_permissions) fields ...Paul S. Owen2003-01-291-65/+49
* Change LIMIT query to use DBAL methodPaul S. Owen2003-01-221-15/+14
* Re-jiggled where options are cached, moved clear prefetch to main auth classPaul S. Owen2003-01-211-11/+30
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-7/+15
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-5/+4
* Updates as opposed to downdatesPaul S. Owen2003-01-081-2/+0
* And this one removes all the debugging info ...Paul S. Owen2003-01-071-1/+0
* This one has the enormous benefit of actually doing what it was supposed to d...Paul S. Owen2003-01-071-26/+35
* Enable exclusion from bans for users, IP's or email addressesPaul S. Owen2003-01-071-3/+20
* Various updatesPaul S. Owen2003-01-071-0/+2
* Fix couple of errors ... you should run UPDATE phpbb_users SET user_permissio...Paul S. Owen2002-11-131-3/+3
* Subforums update take #1Ludovic Arnaud2002-11-071-1/+1
* Fix autologin issuesPaul S. Owen2002-11-021-5/+5
* Various, typically posting related updatesPaul S. Owen2002-11-011-83/+98
* doubleval for load config, session to user var name changePaul S. Owen2002-10-311-2/+2
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-301-30/+31
* Preliminary 'freeze' on permissions system awaiting developer feedback, testi...Paul S. Owen2002-10-261-113/+10
* bah, various issues, assign lang to this->lang via pointer(?)Paul S. Owen2002-10-211-5/+5
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-201-134/+290
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-171-11/+14
* oops, that got broke ... removed some now superfluous codePaul S. Owen2002-10-091-71/+16
* Added the redirect() function for nice and clean redirection.Ludovic Arnaud2002-10-091-6/+6
* Permission changes, updates admin functions, indented jumpboxes ... note that...Paul S. Owen2002-10-081-231/+120
* Err... max() actually needs two args :DLudovic Arnaud2002-10-071-1/+1
* auth comments, cache(?)Paul S. Owen2002-10-061-65/+97
* wrong field name, oopsPaul S. Owen2002-10-051-13/+12
* Is this quicker or slower than the for loop/concat method for comparing the IPs?Paul S. Owen2002-10-051-9/+2
* another oopsie in sessions + whos online fix for forum_id in page_header (ind...Paul S. Owen2002-10-051-1/+1
* oops, forgot to replace if ...Paul S. Owen2002-10-041-5/+8