aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - Documentation related changesMeik Sievertsen2005-04-091-17/+24
| | | | | | | | | | - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
* - and my second attemptMeik Sievertsen2005-03-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5109 89ea8834-ac86-4346-8a33-228a782c2dd0
* It's really hard to get a commit right the first time. Really\! It is\!Bart van Bragt2005-03-171-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show a useful error message if a language file is missingBart van Bragt2005-03-171-3/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@5104 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix admin_session "bug"Meik Sievertsen2005-01-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5083 89ea8834-ac86-4346-8a33-228a782c2dd0
* BBCode enabled profile fields, removed field_name from profile fields, fixed ↵Bart van Bragt2005-01-241-1/+1
| | | | | | some uninitialised variable issues, some small conversion issues git-svn-id: file:///svn/phpbb/trunk@5076 89ea8834-ac86-4346-8a33-228a782c2dd0
* - change registration page language on-the-flyMeik Sievertsen2005-01-231-2/+2
| | | | | | | | - added download function to functions_compress as well as tiny bugfixes - added local_name and author to iso.txt file git-svn-id: file:///svn/phpbb/trunk@5074 89ea8834-ac86-4346-8a33-228a782c2dd0
* - bugfixesMeik Sievertsen2005-01-201-6/+27
| | | | | | | | | - default sort options for posts too - adjusted format_date to remove the (time intensive) preg_ calls - temporary style.php code. git-svn-id: file:///svn/phpbb/trunk@5068 89ea8834-ac86-4346-8a33-228a782c2dd0
* - remove group informations from session queriesMeik Sievertsen2005-01-151-12/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5064 89ea8834-ac86-4346-8a33-228a782c2dd0
* ...see if i am able to break the cookie tracking system this time. :DMeik Sievertsen2005-01-021-2/+49
| | | | | | | | - made some session code updates - added new acl function (might be helpful later) git-svn-id: file:///svn/phpbb/trunk@5038 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix $user->img (once assigned alt/title tag not able to be overwritten ↵Meik Sievertsen2004-10-131-3/+3
| | | | | | because of static variable) git-svn-id: file:///svn/phpbb/trunk@5002 89ea8834-ac86-4346-8a33-228a782c2dd0
* - cur_page no longer in useMeik Sievertsen2004-10-081-2/+1
| | | | | | | - fix confirm box (since it used cur_page) :) git-svn-id: file:///svn/phpbb/trunk@4996 89ea8834-ac86-4346-8a33-228a782c2dd0
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-5/+2
| | | | | | | | | | | - changed current_user in sessions (please review) - give more flexibility to style authors in regard to the pagination elements - profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly) - code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings...) - and last but not least --- hopefully not introduced more bugs than healthy (*cough*) git-svn-id: file:///svn/phpbb/trunk@4984 89ea8834-ac86-4346-8a33-228a782c2dd0
* - re-enable polls (user is now able to decide if users are able to change ↵Meik Sievertsen2004-09-051-2/+2
| | | | | | votes if this feature is enabled within the given forum) git-svn-id: file:///svn/phpbb/trunk@4981 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break the forum (and at least pm's are no longer working - will ↵Meik Sievertsen2004-09-041-28/+5
| | | | | | not last long). HARRRR git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsie, session ip was missingPaul S. Owen2004-09-021-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4977 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is a mass commit ... expect trouble! Changes made here are primarily to ↵Paul S. Owen2004-09-011-50/+38
| | | | | | how login is handled, schema changes necessary! git-svn-id: file:///svn/phpbb/trunk@4970 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix huge memory hog. :) (how dumb i was... hmm...)Meik Sievertsen2004-08-151-24/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@4962 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing some issues with the confirm screen - merging our (the devs) ↵Meik Sievertsen2004-08-041-1/+8
| | | | | | | | | approaches (more fail-safe now) - fixing some small issues... git-svn-id: file:///svn/phpbb/trunk@4957 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rejiggle "board disabled" system to allow admin/mods access, eliminate ↵Paul S. Owen2004-08-021-53/+75
| | | | | | duplication and "fudges" ... hopefully I've not overlooked something fundamental ... git-svn-id: file:///svn/phpbb/trunk@4950 89ea8834-ac86-4346-8a33-228a782c2dd0
* replacing two preg_replace statements with one preg_match_all statement...Meik Sievertsen2004-08-011-4/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4941 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added folder_moved imageMeik Sievertsen2004-06-061-1/+0
| | | | | | | | | - new feature: bookmark topics - fixed post details link - added confirmation screen to cookie deletion git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
* - private messages - not finished yet.Meik Sievertsen2004-06-021-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added delete cookies linkMeik Sievertsen2004-05-311-2/+6
| | | | | | | | - fixed global announcement links in viewforum - do not display redirects in link forums as posts in forum overview git-svn-id: file:///svn/phpbb/trunk@4904 89ea8834-ac86-4346-8a33-228a782c2dd0
* session updates, please reviewMeik Sievertsen2004-05-261-17/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@4897 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor adjustmentsMeik Sievertsen2004-03-061-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4859 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor alterationPaul S. Owen2004-02-291-21/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@4847 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleanup... :PMeik Sievertsen2004-02-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4846 89ea8834-ac86-4346-8a33-228a782c2dd0
* splitted language filesMeik Sievertsen2004-02-281-23/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
* - put consoring and smilie processing into functions (we use them all over ↵Meik Sievertsen2004-02-211-6/+5
| | | | | | | | | | | the place) for better changing and consistency. - changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php - pleasing the users a little bit more by using table constants. :D - login box if "mode" is not allowed -> posting (thought about trigger_error integration, but we do not need this that often). git-svn-id: file:///svn/phpbb/trunk@4836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Damn users :)Paul S. Owen2004-02-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4835 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'll have half a pound of fudge pleasePaul S. Owen2004-02-101-10/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@4821 89ea8834-ac86-4346-8a33-228a782c2dd0
* Force password change after defined number of daysPaul S. Owen2004-02-051-0/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@4793 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsie in gcPaul S. Owen2004-01-301-37/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@4769 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update for image productionPaul S. Owen2004-01-111-14/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@4748 89ea8834-ac86-4346-8a33-228a782c2dd0
* custom profile fields.Meik Sievertsen2004-01-101-0/+36
| | | | | | | | Not finished, committed to let us discuss about the next steps -> BartVB git-svn-id: file:///svn/phpbb/trunk@4740 89ea8834-ac86-4346-8a33-228a782c2dd0
* Alter method for storing imageset data ... I can't see any obvious increase ↵Paul S. Owen2004-01-081-4/+15
| | | | | | in page gen times but please comment if such a thing does become apparent git-svn-id: file:///svn/phpbb/trunk@4729 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ignore agent check if emptyPaul S. Owen2003-11-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4674 89ea8834-ac86-4346-8a33-228a782c2dd0
* sessions went on a calorie controlled diet and lost 1000 bytes and still had ↵Paul S. Owen2003-11-171-52/+28
| | | | | | a tasty lunch and dinner! git-svn-id: file:///svn/phpbb/trunk@4673 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: garbage collection firing of during install (don't even ask me how, ↵Ludovic Arnaud2003-11-161-35/+72
| | | | | | | | | but it happened to me) Added: multi-table garbage collection for MySQL 4 for Paul to review :) git-svn-id: file:///svn/phpbb/trunk@4672 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a small typo, and no, I'm not hostage of closet monkeys.Ludovic Arnaud2003-11-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4667 89ea8834-ac86-4346-8a33-228a782c2dd0
* gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth ↵Paul S. Owen2003-11-101-5/+67
| | | | | | to auth class as acl_get_list method, blurp gurgle blurp git-svn-id: file:///svn/phpbb/trunk@4661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Attempt to make page tracking behave a little betterPaul S. Owen2003-11-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4646 89ea8834-ac86-4346-8a33-228a782c2dd0
* nah, stuff the * wildcard ... just match partially, should be sufficient I thinkPaul S. Owen2003-10-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4611 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow wildcard bot matchingPaul S. Owen2003-10-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4610 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove need for session_ids for "allowed" bots, dump ↵Paul S. Owen2003-10-151-32/+71
| | | | | | user_founder/user_active in favour of user_type, new user_type, USER_IGNORE git-svn-id: file:///svn/phpbb/trunk@4603 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmmmPaul S. Owen2003-10-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4586 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's break lots of thingsPaul S. Owen2003-10-121-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4578 89ea8834-ac86-4346-8a33-228a782c2dd0
* optionget/optionset updatesPaul S. Owen2003-10-121-30/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@4559 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates mainly for removal of extension + header comment ... moved some ↵Paul S. Owen2003-09-071-3/+10
| | | | | | aspects of ucp around, further work to be done on these areas ... not commiting search for time being git-svn-id: file:///svn/phpbb/trunk@4473 89ea8834-ac86-4346-8a33-228a782c2dd0