root / trunk / phpBB / includes / session.php

View | Annotate | Download (73.1 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

10178 09/22/2009 04:09 PM Meik Sievertsen

Fix getting host for situations where the name/IP is not resolvable. Related to Bug #41025
Related revisions: r9387 and r10158

10158 09/17/2009 02:39 PM Meik Sievertsen

extend r9387 - check for existance of all functions we use...

10103 09/04/2009 03:53 PM Jim Wigginton

- fixed bug #44975

10020 08/20/2009 09:43 AM Meik Sievertsen

Add some very basic checks to the users ip - related to bug #48995

10019 08/20/2009 09:37 AM Meik Sievertsen

Because we store forwarded_for if the check is activated we need a better check

10008 08/17/2009 03:45 PM Meik Sievertsen

Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
This feature does not change anything for those not using the constant and this feature is also quite in-flux. We need to test this with some applications and bridges and there may be other locations able to benefit from it.

9917 08/04/2009 11:04 AM Joas Schilling

Fix Bug #49035 - Fix general error while registration, through undefined variable $config in validate_referer (Patch by wjvriend)

Authorised by: bantu

9901 08/01/2009 12:01 PM Meik Sievertsen

Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)

9841 07/24/2009 08:52 AM Joas Schilling

Fix bug #18005 - Do not add style-parameter to URL again, after admin re-authentification - Patch by leviatan21

Authorised by: AcydBurn

9696 06/27/2009 08:36 AM Ruslan Uzdenov

Fixed Bug #45115 - Signature parsing flags are not stored in DB
Authorised by: AcydBurn

9665 06/24/2009 02:56 AM Gabriel Vazquez

Fixed Bug #47145 - [Fix] Correctly check banned users when force password change

Authorised by: AcydBurn

9654 06/22/2009 04:16 PM Ruslan Uzdenov

Fix bug #46965 - File named install in php directory
Authorised by: acydburn

9646 06/21/2009 02:31 PM Henry Sudhof

add quicktool to remove users from the newly registered special group.

9644 06/21/2009 11:13 AM Meik Sievertsen

add check to newly registered function to not execute this more than once

9636 06/20/2009 06:45 PM Meik Sievertsen

- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users....

9627 06/19/2009 12:38 PM Henry Sudhof

should fix garbage collection

9554 06/07/2009 11:34 AM Meik Sievertsen

some corrections, only very minor things.

9524 06/02/2009 02:12 PM Henry Sudhof

Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.

9490 04/28/2009 08:34 AM Meik Sievertsen

#44485 - we only send a 503 header if it is a search engine.

9484 04/25/2009 08:52 AM Meik Sievertsen

do not use spamhaus XBL list - it has too much false positives due to the dynamic IPs

9480 04/22/2009 01:11 PM Henry Sudhof

#41575

9479 04/22/2009 01:09 PM Henry Sudhof

rollback

9477 04/22/2009 12:54 PM Henry Sudhof

#41575

9465 04/17/2009 03:58 PM Meik Sievertsen

encode imageset path in user->img (may not fix any other issues regarding style names with spaces) - #28885

9411 03/28/2009 06:34 PM Meik Sievertsen

- Add indicator to be used in code if session was created (user visits the site for the first time)
- Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)

9387 03/17/2009 03:23 PM Meik Sievertsen

Use FQDN for SMTP EHLO/HELO command. (Bug #41025)

9383 03/17/2009 12:02 PM Meik Sievertsen

Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)

9374 03/16/2009 04:34 PM Meik Sievertsen

Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)

9366 03/11/2009 05:47 PM Meik Sievertsen

for using the same cached file we need to have exact queries. :P

9301 01/23/2009 12:22 PM Meik Sievertsen

let us change the time zone and dst setting correctly (related to Bug #38775)

9298 01/23/2009 12:11 PM Meik Sievertsen

Correctly display future dates (Bug #38755)

9170 12/04/2008 12:56 PM Chris Smith

Give a small tolerence to timestamps in the future when displaying times as 'minutes ago'

9136 11/30/2008 03:36 PM Meik Sievertsen

[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
[Change] Changed prosilver date separator from 'on' to 'ยป'
[Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)
[Fix] Extend vertical line for last post column if no posts in forum (Bug #37125)

9037 10/26/2008 11:52 AM Meik Sievertsen

dsbl.org is no longer actively maintained. Sorry language pack authors. ;)

8857 09/16/2008 05:06 PM Meik Sievertsen

make topic icon image width/height available to viewforum and search templates (Bug #15934)

8850 09/16/2008 02:09 PM Meik Sievertsen

gah, thanks chris. :)

8848 09/16/2008 01:41 PM Meik Sievertsen

add missing dot. :)

8846 09/15/2008 08:41 PM Meik Sievertsen

more in-depth hostname validation. Not used in install files... there the code is fine.
There are ways to improve this, either a whitelist or "more guessing"

8824 09/05/2008 02:46 PM Chris Smith

Remove a pointless str_replace()

8800 08/31/2008 11:47 PM Meik Sievertsen

nullar/singular/plural substitution support. At the moment only the added language entry supports this... we may change other language entries later to support this new "approach". Idea from SHS` and Ashe originally.

More to come... (yes, 3.0.x branch, no mistake)

8785 08/23/2008 07:39 PM Meik Sievertsen

a tiny fix to the language code. ;)

8782 08/23/2008 07:20 PM Meik Sievertsen

The same way we allow defining a custom template/style path we now allow this for languages too.
This will allow applications to define their own language folder for certain parts for example.
Callable by $user->set_custom_lang_path({new_path})

8697 07/28/2008 04:24 PM Henry Sudhof

Okay. Frozen, we never said anything about it being permafrost. Also, this is not 100% tested, expect troubel with store_db (I'm waiting for the bug reports)

8691 07/28/2008 03:26 PM Meik Sievertsen

tiny alterations/bugfixes

8670 06/23/2008 04:07 PM Meik Sievertsen

urlencode image filenames used in img(). This is not needed, but better for XHTML compatibility.

8661 06/21/2008 04:30 PM Meik Sievertsen

#s29325

8636 06/09/2008 07:05 PM Meik Sievertsen

#27395

8580 06/02/2008 07:10 PM Henry Sudhof

ACP logout

8565 05/18/2008 10:06 PM Meik Sievertsen

some adjustements (changes to sessions code need to be backwards-compatible) - henry, do not forget to include this into your merge to 3.2.x too.

8560 05/17/2008 04:35 PM Henry Sudhof

...

8559 05/17/2008 04:34 PM Henry Sudhof

...

8558 05/17/2008 02:57 PM Henry Sudhof

Hmmm. Tawny port and stilton

8557 05/16/2008 02:34 PM Henry Sudhof

explanation

8556 05/15/2008 04:17 PM Henry Sudhof

27375 - keep it up

8554 05/15/2008 03:29 PM Henry Sudhof

So, tighten things up a little further. QA Team, please check this.

8544 05/04/2008 04:44 PM Meik Sievertsen

it is indeed no longer required

8509 04/20/2008 07:13 AM David M

#21255

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8475 03/27/2008 05:17 PM Meik Sievertsen

some corrections to let the update work flawlessly.

8441 03/18/2008 12:11 PM Meik Sievertsen

do not conflict with updates

8438 03/18/2008 11:14 AM Meik Sievertsen

- some changes to the recent session change
- display errors on inserting sessions
- fix database updater

8436 03/17/2008 05:25 PM Henry Sudhof

This should get rid of the filesorts and temp tables on index (with topic read tracking as exception).
Updater still needs testing. Not yet merged to 3.1
#22715 - thanks HoL

8375 02/04/2008 01:10 PM Henry Sudhof

Minor stuff: #20925, #20815

8348 01/29/2008 04:49 PM Meik Sievertsen

#19955

8343 01/29/2008 03:23 PM Meik Sievertsen

#20135

8340 01/28/2008 04:20 PM Henry Sudhof

nit rightfully picked

8337 01/28/2008 02:00 PM Henry Sudhof

20255

8310 01/06/2008 06:00 PM Meik Sievertsen

- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)...

8293 01/03/2008 03:04 PM Henry Sudhof

#16865

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8225 11/04/2007 01:07 PM Meik Sievertsen

try to add another fix for bans

8224 11/03/2007 09:31 PM Meik Sievertsen

further fixes
- fix infinite loop on checking ban for those not having ever visited the page (or removed all session cookies)
- avatar width/height switched in language files
- fix windows switching to background on IE7 (smlies window for example)

8202 10/18/2007 07:44 PM Meik Sievertsen

make the ban check perform a bit better :/

8157 10/09/2007 05:11 PM Meik Sievertsen

use previous information gathered for obtaining the ban type (bug #14674)

8131 10/04/2007 02:03 PM Meik Sievertsen

- fixed database updater
- fixed hook function call in database updater
- fixed bot agent detection (we used a wildcard within the w3c-agent, therefore we should really support this. ;))

8120 10/03/2007 05:05 PM Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8100 09/22/2007 09:18 PM Meik Sievertsen

new hook system (do not get it confused with events or plugins please)
- introducing two new hookable functions too

8098 09/22/2007 08:21 PM Meik Sievertsen

#i61

8094 09/21/2007 05:00 PM Meik Sievertsen

put expressions for ip validation into our get_preg_ function.

8089 09/13/2007 05:15 PM Henry Sudhof

-#14438
-Refactor the confirm table cleanup
-Add confirm table cleanup to session garbage collection. Might require own pseudo-cron.

8075 09/02/2007 07:24 PM Meik Sievertsen

fixing some bugs

8049 08/19/2007 12:39 PM Meik Sievertsen

very tiny adjustements...

8011 08/06/2007 04:41 PM Meik Sievertsen

two fixes

7971 07/28/2007 04:14 PM Meik Sievertsen

forgot to change this call.

7966 07/28/2007 11:19 AM Meik Sievertsen
  • empty log message ***
7961 07/27/2007 07:33 PM Meik Sievertsen

err, forgot to commit

7956 07/27/2007 11:42 AM Meik Sievertsen

fix session problems for those using mysql in strict mode and users having a browser agent string > 150 characters.

7948 07/25/2007 09:12 PM Meik Sievertsen

the old code was correct - we also want to allow autologin keys working on more than one PC/browser. ;)

7946 07/25/2007 06:06 PM Meik Sievertsen

please have a second look at the change within session.php - we had a few "doubled" keys within the db...

7914 07/21/2007 06:02 AM David M

clean up

7911 07/20/2007 07:56 PM David M

hehehe... :(

7910 07/20/2007 07:55 PM David M

be more lean

7901 07/17/2007 07:02 PM Meik Sievertsen

remove T_THEME_DATA completely... now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.

7897 07/17/2007 12:03 AM David M

sir, put your hands up and step away from the extra integers

7890 07/15/2007 10:53 PM Nils Adermann

- search result extract shouldn't end in the middle of a multibyte character [Bug #11863]
- missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027]
- explain that themes which need parsing cannot be stored on the filesystem [Bug #11134]...

7879 07/13/2007 01:58 PM Henry Sudhof

#13331
#13329
Adding more checks - although it is really redundant by now. We can't guard against variable misuse.

7875 07/12/2007 06:14 PM Meik Sievertsen

some more fixes

7860 07/10/2007 05:14 PM Meik Sievertsen

some fixes here and there

7838 07/06/2007 11:09 PM David M

#12705

7808 06/29/2007 03:00 PM Meik Sievertsen

- fixing some very very nasty opera bugs by changing the clearing method we use.
- also properly apply preg_quote to some strings.

7805 06/28/2007 04:55 PM Meik Sievertsen

fixing some bugs

7801 06/27/2007 12:08 PM Henry Sudhof

#12771

7790 06/24/2007 03:57 PM Henry Sudhof

Maybe we shouldn't trust the language settings in the db so much.

7785 06/20/2007 04:24 PM Henry Sudhof

#12577

Don't allow users into bot mode to end the illusion of being able to log in as googlebot while keeping privileges (that really wasn't possible).

7763 06/15/2007 07:19 PM Henry Sudhof

This should be a better fix for #12441

Should also fix #12393

7762 06/15/2007 06:58 PM Henry Sudhof

err...

7761 06/15/2007 06:52 PM Henry Sudhof

well, oops.

#12441

7756 06/14/2007 05:24 PM Henry Sudhof

grumble

7755 06/14/2007 05:03 PM Henry Sudhof

Changing the behaviour of the hideonline permission.

Test the current setting before altering the memory limit during install(Bug #12195)

And another language var.

7736 06/09/2007 01:11 PM Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7687 05/26/2007 06:38 PM Meik Sievertsen

hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine...
- other fixes

7655 05/20/2007 04:40 PM Nils Adermann

- don't forget sql_freeresult

7654 05/20/2007 04:32 PM Nils Adermann

- style.php uses default language fallback for the imageset like session.php now
- style.php removes placeholders for non-existant images instead of leaving them alone
- automatically try to load a localised part of an imageset if the folder exists and no images for that language were found in the database, thanks PhilippK

7559 05/13/2007 06:15 PM Nils Adermann

- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...

7456 05/04/2007 02:30 PM Meik Sievertsen

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]...

7451 05/02/2007 06:19 PM Meik Sievertsen

fixes for search button in header - #10389, #10225, #9548
added missing colour swatch to prosilver - #8657
language changes - #10387, #10375, #10373, #10353, #10279
line-height for font size (still not ideal) - #10317
Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383...

7439 04/30/2007 05:35 PM Meik Sievertsen

#10283 - no style if banning anonymous/ip and using style requiring stylesheet parsing. Also fixes a bug for non-parsed THEME_DATA...

7330 04/12/2007 06:20 PM Meik Sievertsen

my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...

7310 04/09/2007 06:04 PM Nils Adermann

- correctly initialise $words in fulltext_native [Bug #347]
- display ignored words from sub-search-queries
- "Return to search page" [Bug #9591]
- spelling in coding guidelines
- htmlspecialchars forwarded_for before logging

7304 04/08/2007 07:40 PM David M

- overhaul of imagesets
imagesets are now "intelligently" multilingual, one may use imagesets inside of CSS files now (as well as properties like the width and height of an imageset's image)
all previous styles should change their imageset.cfg to be like prosilver and subsilver2 (notice how there is now an imageset.cfg in the /en folder, there should be one for each language)

7266 04/02/2007 05:47 PM Meik Sievertsen

some fixes...

7150 03/08/2007 04:49 PM Meik Sievertsen

again... some more fixes.

7135 03/06/2007 12:34 PM Meik Sievertsen

fix issue with user agent and debug_extra enabled - reported by kellanved...

7102 03/01/2007 11:29 AM Meik Sievertsen

#8358

7076 02/25/2007 11:09 PM Nils Adermann

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]...

7054 02/24/2007 01:31 PM Meik Sievertsen

trying to fix some bugs...

7034 02/22/2007 05:20 PM Meik Sievertsen

trying to fix two conversion issues
- anonymous user not entered correctly or entered with user id 0 (need to be tested)
- ips not converted

6975 02/09/2007 03:24 PM Meik Sievertsen

some fixes to be committed.

6930 01/26/2007 05:09 PM Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6915 01/21/2007 07:33 PM Meik Sievertsen

fixing some bugs, most being submitted grammatical/spelling errors.

6912 01/20/2007 06:58 PM Meik Sievertsen

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6803 12/24/2006 02:11 PM Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6774 12/16/2006 09:24 PM Nils Adermann

- Optimize acl_getf_global a bit
- a little performance improvement of the IP regular expressions
- convert post_text/subject collation to utf8_unicode_ci if a user wants to use mysql_fulltext to allow case insensitivity [Bug #6272]
- mysql_fulltext should alter all necessary columns at once to speed up the process...

6746 12/10/2006 10:33 PM Nils Adermann

Haha, slowly it's starting to look stupid ...

6745 12/10/2006 10:31 PM Nils Adermann

I'm very oblivious today :@

6744 12/10/2006 09:13 PM Nils Adermann

I'm a little oblivious today ;-)

6740 12/10/2006 06:44 PM Nils Adermann

- finally correctly calculate current time for birthday calculation [Bug #6030]
- allow searching forums with unsearchable subforums [Bug #6056]
- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans
- do not index forums which have indexing disabled on index recreation [Bug #6060]...

6719 12/06/2006 11:13 PM Meik Sievertsen

minor bugfixing

6708 12/03/2006 07:03 PM Nils Adermann

- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too!
- don't show a "word is not contained in any post" message for ignored common words
- bold search words in search error messages [Bug #5762]

6698 12/02/2006 02:19 PM Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6684 11/28/2006 12:04 PM Meik Sievertsen

fix for bug #5676 - of course the "delete install folder" notice should not occur if directly within installation.

6650 11/24/2006 03:59 PM Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6628 11/21/2006 07:15 PM Meik Sievertsen

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6614 11/19/2006 10:00 PM Meik Sievertsen

some tiny fixes.

6584 11/15/2006 04:35 PM Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6572 11/12/2006 04:35 PM Meik Sievertsen

consistant obtain_* functions

6551 11/04/2006 05:30 PM David M

#5094

6527 10/26/2006 12:58 PM Meik Sievertsen

some bugfixes

6488 10/12/2006 05:33 PM Meik Sievertsen

comment out for the moment - it may be not fair to disallow "virtual" urls. :)

6487 10/12/2006 05:20 PM Meik Sievertsen

some test code, hopefully working for all occassions where we are using the functions...

6475 10/10/2006 03:59 PM Meik Sievertsen

ok, i do not why the db is setting the type for user id to string - but with this change bots should no longer "spawn" sessions. ;)

6447 10/06/2006 08:43 PM Meik Sievertsen

- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled
- mcp fixes
- fixed some usability issues

6436 10/03/2006 08:35 PM Meik Sievertsen

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....

6426 10/01/2006 07:18 PM grahamje

Allow for tomorrow in relative dates

6423 10/01/2006 01:10 PM grahamje

Prevent cookies from other applications interfering with our forms

6414 09/28/2006 05:04 PM Meik Sievertsen

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....

6407 09/25/2006 04:32 PM Meik Sievertsen

use the "old" approach

6383 09/23/2006 12:14 AM Meik Sievertsen

some tiny fixes here and there

6364 09/13/2006 06:08 PM Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6356 09/06/2006 10:58 PM Nils Adermann

oops

6321 08/28/2006 07:20 PM Nils Adermann

- birthdays/age in user's timezone and not server's local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...

6312 08/22/2006 11:26 PM Meik Sievertsen

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6274 08/12/2006 05:02 PM Nils Adermann

- casting to int so this won't throw any unwanted errors

6271 08/12/2006 03:14 PM Meik Sievertsen

sql_in_set changes

6260 08/11/2006 03:21 PM Meik Sievertsen

submit some attachment changes/fixes as well as fixing the language pack download for zip files.

6257 08/10/2006 03:33 PM Nils Adermann

- removed a useless line [Bug #3656]
- do not reuse session ids [Bug #3626]
- Bug #3684
- added refresh imageset option

6254 08/08/2006 09:02 PM Nils Adermann

- fixed some problems with themes
- added support for {IMG_NAME_SRC}, {IMG_NAME_WIDTH} and {IMG_NAME_HEIGHT}
- fulltext_native has to use group by in a few more quries

6249 08/07/2006 12:45 PM Meik Sievertsen

also make sure users not allowing cookies are retained on the first visit ;)

6248 08/07/2006 12:42 PM Meik Sievertsen

Fix session id assignment for bots (previously this bug related in bots creating a new session for every view, now bots are assigned one session like normal users - still no rotation).
If cookie is there but having an empty session try to get it through the url - but also resetting the user

6228 08/02/2006 05:53 PM Meik Sievertsen

- fixing some bugs
- removed file_exists calls for auth plugins since they need to be there once set up

6171 07/12/2006 08:20 AM Meik Sievertsen

- also check for registered users since i do not think guests and bots want to change their password.

6170 07/12/2006 12:09 AM Meik Sievertsen

#2487 Ok, this one is finally fixed. :) Thanks to Dark Soul for letting me test this at his server. :)

and now i am going into my corner crying out loud.

6149 07/06/2006 06:46 PM Meik Sievertsen

some bugfixes

6122 06/24/2006 03:27 PM Meik Sievertsen

ok, first attempt at solving some compatibility issues.
- dropping in replacement for realpath

6117 06/23/2006 04:04 PM Meik Sievertsen

make sure set_config is called with the correct is_dynamic value

6114 06/22/2006 05:14 PM Meik Sievertsen

time to squash some bugs

6104 06/19/2006 11:30 PM Meik Sievertsen

some bugfixes

6058 06/13/2006 11:06 PM Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6048 06/11/2006 08:13 PM Meik Sievertsen

- fixed a few bugs
- added user_add() function
- check posted images ([img]) for same domain/scipt and php files
- auth_api.html updated to the coding guidelines look&feel
- introduced ability to force non page-updates (cron is using it)
- correctly resend coppa email

6021 06/07/2006 09:32 PM Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

6015 06/06/2006 10:53 PM Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5995 06/01/2006 03:47 PM Meik Sievertsen

- create forums by default
- hide prune options if not enabled
- fixed module management enable/disable switch if in module itself
- fixed some schema errors
- adjusted $user->page array generation for developers calling scripts outside of phpBB root

5977 05/28/2006 05:42 PM Meik Sievertsen

- get every bbcode tpl block defined within bbcode.html. ;) (#1889)

5973 05/27/2006 06:24 PM Meik Sievertsen

- remove description from profile fields
- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...

5967 05/26/2006 05:04 PM Meik Sievertsen

some tiny changes...

5957 05/21/2006 06:54 PM Meik Sievertsen

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5929 05/18/2006 08:18 PM Meik Sievertsen

- added a few missing log variables
- include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now)
- added check to cron.php
- added database_gc config variable
- recalculate binary trees every once a week ;)

5920 05/17/2006 06:26 PM Meik Sievertsen

fixing bug #1860

5902 05/12/2006 10:52 PM Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5875 05/04/2006 08:54 AM Meik Sievertsen

- fixed ul/li margin
- fixed [code=php] tag (tags got mangled on edit)
- fixed a tiny issue within the ban function

5859 04/29/2006 03:14 PM Meik Sievertsen

reverting changes to the installer
do not introduce a function we never call outside of common.php

5858 04/29/2006 03:18 AM Meik Sievertsen

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5848 04/26/2006 08:10 PM Meik Sievertsen

- adding user logs (displaying all users instead of limited to the user if viewing user notes)
- fixed a tiny set of bugs...

5824 04/22/2006 06:18 PM Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

5815 04/22/2006 12:41 AM Nils Adermann

- added login error constant for various external auth failures
- completed auth plugin interface (init_method, login_method, autologin_method, validate_session_method, logout_method)
- updated ldap and apache auth plugins to return an info array
- added apache autologin

5765 04/06/2006 07:15 PM Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

5710 03/25/2006 01:35 PM Meik Sievertsen

fix #1213

5709 03/25/2006 01:07 PM Meik Sievertsen

- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
- streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment)...

5704 03/23/2006 02:59 AM David M

- Bug 1245

5699 03/22/2006 06:30 PM Meik Sievertsen

adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).

5678 03/21/2006 08:23 PM Meik Sievertsen

- a bunch of bugfixes. :P

5663 03/19/2006 12:08 AM grahamje

We'll extend the idea to the sessions themselves as well on reflection

5660 03/18/2006 11:05 PM grahamje

Cross-port a patch from 2.0.20 into the 3.0 branch

5644 03/17/2006 01:55 PM Meik Sievertsen

remove the echo...

5643 03/17/2006 01:51 PM Meik Sievertsen

- fix some bugs...

5633 03/15/2006 02:03 PM Meik Sievertsen

- adding ability to assign moderator specific ban options
- fixing destroying of sql caches
- fixing referencing of sql cached queries if more than one are active on one page
- other fixes

5622 03/13/2006 12:19 AM Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5603 03/06/2006 03:03 PM Meik Sievertsen

- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5595 03/01/2006 10:48 PM Meik Sievertsen

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5494 01/25/2006 10:01 PM Meik Sievertsen

- moved add_log out of functions_admin (this file should only be included in admin/admin-related pages)
- fixed cookie based topic tracking
- added missing config variables
- other minor things

5486 01/22/2006 02:06 PM Meik Sievertsen

- size select fix
- introduced function for building group options (acp)
- fixed acl_getf if negated option needs to be retrieved
- only using one function for updating post informations
- fixing module display if module is disabled
- if user is having a non-existent style do not print out error message, instead fix the users value and load the default style

5431 01/06/2006 08:48 AM Meik Sievertsen

making sure coding guidelines are met... ;)

5428 01/05/2006 10:22 PM subblue

Prevents an occasional error where the $this->data['session_time'] is undefined.

5426 01/05/2006 09:28 PM grahamje

Fix 2 minor errors:
1. Set user_style on registration to the board default
2. Do not try to use the template when throwing an error about a missing style

5423 01/04/2006 08:51 AM Meik Sievertsen

- sperate permissions from sessions
- added some comments to the auth class for better understanding
- revised some permission functions
- added option to negate permission check by prefixing option with a ! (for example checking for !f_read returns true if user is not able to read forum)...

5388 12/28/2005 06:35 PM Meik Sievertsen

- some changes to browser checking (was the reason for not working logins)
- partly working style acp
- other tiny changes here and there

5374 12/22/2005 11:25 PM subblue

Another small tweak to allow empty theme.cfg values to overwrite the default, e.g. using an empty string for the pagination separator instead of a comma

5372 12/22/2005 05:28 PM Meik Sievertsen

- ok, get away with the secondary style approach (styles can be mixed together easily with the acp)
- introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields
- please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters.

5339 12/15/2005 07:25 PM Meik Sievertsen

- fix autologin issues :)

5323 12/09/2005 07:09 PM Meik Sievertsen

- banning, disallow usernames and ranks

5310 11/20/2005 07:58 PM Meik Sievertsen

- more acp additions and changes...

5296 11/08/2005 08:29 PM Meik Sievertsen

- tiny bugfixes. ;)

5291 11/06/2005 08:35 PM grahamje

Ooopsie

5288 11/03/2005 09:53 PM grahamje

I'm merging a few changes that we made to the session code in 2.0 into
this code stream as well. This should work, but equally it might break
the autologin :-)

5272 10/19/2005 08:00 PM Meik Sievertsen

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

5255 10/04/2005 11:39 PM Meik Sievertsen

- some bugfixes

5237 10/02/2005 06:57 PM Meik Sievertsen

- session changes (this checkin is producing a lot of errors and render the cvs useless. Those following cvs should be able to grasp what to do, others... please wait for other changes being checked in)

5220 09/21/2005 08:54 PM bartvb

Use cookie_domain when setting session cookies

5219 09/21/2005 02:12 PM bartvb

Logout banned users, they are unable to use the normal logout link

5217 09/21/2005 01:07 PM bartvb

System always showed 'you are banned permanently' even for temporary bans

5197 08/18/2005 02:58 PM Meik Sievertsen

- fix some tiny glitches

5188 07/28/2005 01:50 PM psotfx

Does this work any better ... let's see ...

5186 07/17/2005 04:51 PM psotfx

Minor updates

5182 07/05/2005 04:43 PM psotfx

Tidy up var assignment, cast integers in queries

5179 07/05/2005 03:53 AM psotfx

sigh

5178 07/05/2005 03:26 AM psotfx

Delete login key upon logout ... knew I forgot something from my original code

5177 07/05/2005 03:01 AM psotfx

Remove use of serialize for session cookie data, no need for it anymore ... at least I can't think of one.

5175 07/04/2005 06:54 PM psotfx

Session key implementation.

5159 06/10/2005 09:03 PM Meik Sievertsen

- sorry for this change paul. :( But it is needed for a memberlist change... hopefully not breaking anything for you. The only change is the check for the ids explicitly set to false to allow ids with "0".

5140 05/05/2005 06:55 PM Meik Sievertsen

- some cross-db related changes
- putting active bots array into cache

5135 04/30/2005 04:24 PM Meik Sievertsen

- test slightly modified topic tracking code
- some bugfixes

5129 04/21/2005 09:27 PM Meik Sievertsen

forgot to commit this for the img change

5126 04/20/2005 09:59 PM Meik Sievertsen

- add ability to grab single image params from user::img

5122 04/17/2005 11:30 AM bartvb

Problem with the permission caching that only showed in some race condtion

5117 04/10/2005 08:07 PM Meik Sievertsen

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5116 04/10/2005 01:21 PM Meik Sievertsen

- fixed custom profile field get/store
- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option)
- fixed bugs after jabber queue processing (data being escaped differently)

5114 04/09/2005 02:26 PM Meik Sievertsen

- Documentation related changes
- 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)

5109 03/22/2005 12:10 AM Meik Sievertsen

- and my second attempt

5105 03/18/2005 12:34 AM bartvb

It's really hard to get a commit right the first time. Really\! It is\!

5104 03/17/2005 11:41 PM bartvb

Show a useful error message if a language file is missing

5083 01/27/2005 07:59 PM Meik Sievertsen

fix admin_session "bug"

5076 01/24/2005 02:14 PM bartvb

BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues

5074 01/24/2005 12:02 AM Meik Sievertsen

- change registration page language on-the-fly
- added download function to functions_compress as well as tiny bugfixes
- added local_name and author to iso.txt file

5068 01/20/2005 09:57 PM Meik Sievertsen

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5064 01/15/2005 07:50 PM Meik Sievertsen

- remove group informations from session queries

5038 01/02/2005 08:06 PM Meik Sievertsen

...see if i am able to break the cookie tracking system this time. :D
- made some session code updates
- added new acl function (might be helpful later)

5002 10/13/2004 10:41 PM Meik Sievertsen

- fix $user->img (once assigned alt/title tag not able to be overwritten because of static variable)

4996 10/08/2004 01:01 PM Meik Sievertsen

- cur_page no longer in use
- fix confirm box (since it used cur_page) :)

4984 09/16/2004 08:33 PM Meik Sievertsen

- more updates, mostly bugfixes to the bbcode parser
- 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)...

4981 09/05/2004 05:45 PM Meik Sievertsen

- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)

4978 09/04/2004 09:32 PM Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4977 09/02/2004 10:54 PM psotfx

oopsie, session ip was missing

4970 09/01/2004 05:47 PM psotfx

This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4962 08/15/2004 02:06 PM Meik Sievertsen

- fix huge memory hog. :) (how dumb i was... hmm...)

4957 08/04/2004 09:10 PM Meik Sievertsen

- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)
- fixing some small issues...

4950 08/02/2004 04:32 PM psotfx

Rejiggle "board disabled" system to allow admin/mods access, eliminate duplication and "fudges" ... hopefully I've not overlooked something fundamental ...

4941 08/01/2004 04:16 PM Meik Sievertsen

replacing two preg_replace statements with one preg_match_all statement...

4912 06/06/2004 11:44 PM Meik Sievertsen

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

4908 06/02/2004 08:07 PM Meik Sievertsen

- private messages - not finished yet.

4904 05/31/2004 08:00 PM Meik Sievertsen

- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview

4897 05/26/2004 10:29 PM Meik Sievertsen

session updates, please review

4859 03/06/2004 05:58 PM Meik Sievertsen

minor adjustments

4847 02/29/2004 01:51 PM psotfx

Minor alteration

4846 02/28/2004 10:24 PM Meik Sievertsen

cleanup... :P

4844 02/28/2004 10:16 PM Meik Sievertsen

splitted language files

4836 02/21/2004 01:47 PM Meik Sievertsen

- put consoring and smilie processing into functions (we use them all over 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...

4835 02/18/2004 02:46 AM psotfx

Damn users :)

4821 02/10/2004 02:16 AM psotfx

I'll have half a pound of fudge please

4793 02/05/2004 02:38 PM psotfx

Force password change after defined number of days

4769 01/30/2004 01:14 PM psotfx

oopsie in gc

4748 01/11/2004 01:46 AM psotfx

Minor update for image production

4740 01/10/2004 01:23 PM Meik Sievertsen

custom profile fields.
Not finished, committed to let us discuss about the next steps
-> BartVB

4729 01/08/2004 01:49 PM psotfx

Alter method for storing imageset data ... I can't see any obvious increase in page gen times but please comment if such a thing does become apparent

4674 11/20/2003 01:49 PM psotfx

Ignore agent check if empty

4673 11/18/2003 12:36 AM psotfx

sessions went on a calorie controlled diet and lost 1000 bytes and still had a tasty lunch and dinner!

4672 11/17/2003 12:16 AM ludovic_arnaud

Fixed: garbage collection firing of during install (don't even ask me how, but it happened to me)
Added: multi-table garbage collection for MySQL 4 for Paul to review :)

4667 11/15/2003 11:20 PM ludovic_arnaud

Fixed a small typo, and no, I'm not hostage of closet monkeys.

4661 11/10/2003 04:03 PM psotfx

gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth to auth class as acl_get_list method, blurp gurgle blurp

4646 11/05/2003 07:51 PM psotfx

Attempt to make page tracking behave a little better

4611 10/18/2003 02:57 PM psotfx

nah, stuff the * wildcard ... just match partially, should be sufficient I think

4610 10/18/2003 02:51 PM psotfx

Allow wildcard bot matching

4603 10/15/2003 07:43 PM psotfx

Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4586 10/12/2003 06:16 PM psotfx

hmmmm

4578 10/12/2003 01:59 PM psotfx

Let's break lots of things

4559 10/12/2003 02:00 AM psotfx

optionget/optionset updates

4473 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being

4446 08/28/2003 12:25 AM psotfx

user option method (get) start

4440 08/27/2003 06:31 PM psotfx

bah, group handling needs some further discussion ... I'm done with it for M-2

4429 08/24/2003 08:16 PM psotfx

The moving of update eliminates it's usefulness ... given the change was done to increase security it wins :)

4343 08/06/2003 05:45 PM psotfx

A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues

4325 07/24/2003 03:58 PM psotfx

Changes for styling directory layout alterations

4318 07/23/2003 05:39 PM psotfx

escape browser and page info

4250 07/13/2003 11:40 PM psotfx

Allow preview of style for user with appropriate rights ... a "cheat" really

4235 07/13/2003 05:13 PM psotfx

Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon

4202 07/04/2003 07:17 PM psotfx

Altered method of storage of cached permissions ... primarily for easier sqlite/firebird support. Clear your user_permission fields before re-visiting your forum else you'll see very little! Changed way in which founder status is protected

4170 06/24/2003 06:46 PM psotfx

Fix up display of sigs and bbcode for preview

4142 06/19/2003 03:19 PM psotfx

Add new method ... allow grab of options for all forums ... useful for e.g. when forums where post count is incremented are required

4052 05/24/2003 01:46 AM psotfx

Wasn't stripping slashes from the cookies ... that will account for some of the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc.

4050 05/22/2003 07:03 PM psotfx

Append POST originated forum_id to this->page if present

3989 05/08/2003 03:14 AM psotfx

Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting

3951 04/25/2003 01:00 AM psotfx

Was certainly one problem with it ...

3950 04/24/2003 08:40 PM psotfx

For the time being I want this to stay as addslashes for some cross-db compatibility testing ...

3948 04/24/2003 08:23 PM ludovic_arnaud

Fixed typos, added isset() to produce less PHP notices and changed addslashes() to the corresponding dbal function

3834 04/15/2003 07:33 PM psotfx

Changes in line with ACL_UNSET ... remember to wipe out all entries in your auth_users and auth_groups tables with auth_setting = 2

3820 04/12/2003 10:01 PM psotfx

Renamed ACL_ constants, altered field names

3802 04/10/2003 12:41 AM psotfx

oopsie, me not think that last checkin was supposed to happen ... at least I hope not :D

3800 04/10/2003 12:17 AM ludovic_arnaud

Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html

3769 03/31/2003 11:47 PM psotfx

Improve feedback for banned users

3751 03/30/2003 04:22 PM psotfx

Wrong object name

3746 03/29/2003 07:25 PM psotfx

Moved acl_options caching code into acl

3710 03/24/2003 08:03 PM psotfx

Add browser validation

3685 03/20/2003 01:33 AM psotfx

Minor change

3670 03/18/2003 11:23 PM psotfx

Here I am going on about minimising new includes and I go and create one ... probably better off as a seperate include though than adding ~500 lines of code to session.php

3623 03/09/2003 05:11 PM psotfx

Enable per session view online, change layout, potential for links to terms and privacy policy

3398 01/29/2003 05:12 PM psotfx

Some tinkering ... clear your prefetch (user_permissions) fields ...

3351 01/22/2003 04:06 PM psotfx

Change LIMIT query to use DBAL method

3342 01/21/2003 03:37 PM psotfx

Re-jiggled where options are cached, moved clear prefetch to main auth class

3338 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3315 01/13/2003 05:25 AM ludovic_arnaud

EOL should be fixed now

3312 01/11/2003 11:56 PM ludovic_arnaud

Implementation of an experimental cache manager.

3284 01/08/2003 07:27 PM psotfx

Updates as opposed to downdates

3270 01/07/2003 07:59 PM psotfx

And this one removes all the debugging info ...

3269 01/07/2003 07:58 PM psotfx

This one has the enormous benefit of actually doing what it was supposed to do ...

3267 01/07/2003 07:39 PM psotfx

Enable exclusion from bans for users, IP's or email addresses

3262 01/07/2003 03:37 PM psotfx

Various updates

3026 11/13/2002 10:33 PM psotfx

Fix couple of errors ... you should run UPDATE phpbb_users SET user_permissions = '' after this update

3010 11/07/2002 04:20 AM ludovic_arnaud

Subforums update take #1

3006 11/02/2002 10:44 PM psotfx

Fix autologin issues

2997 11/01/2002 01:23 PM psotfx

Various, typically posting related updates

2994 10/31/2002 01:09 PM psotfx

doubleval for load config, session to user var name change

2983 10/30/2002 01:57 AM psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2969 10/26/2002 02:34 PM psotfx

Preliminary 'freeze' on permissions system awaiting developer feedback, testing, etc. Caching of non-dynmaic config and acl option elements.

2962 10/21/2002 04:10 PM psotfx

bah, various issues, assign lang to this->lang via pointer(?)

2958 10/20/2002 09:19 PM psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2954 10/17/2002 04:50 AM ludovic_arnaud

Random bugfixes, (hopefully) improved admin panel security.

2949 10/09/2002 10:53 PM psotfx

oops, that got broke ... removed some now superfluous code

2948 10/09/2002 09:50 PM ludovic_arnaud

Added the redirect() function for nice and clean redirection.

2942 10/08/2002 10:06 PM psotfx

Permission changes, updates admin functions, indented jumpboxes ... note that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually

2937 10/07/2002 02:48 AM ludovic_arnaud

Err... max() actually needs two args :D

2936 10/06/2002 01:57 PM psotfx

auth comments, cache(?)

2932 10/05/2002 01:38 PM psotfx

wrong field name, oops

2930 10/05/2002 02:21 AM psotfx

Is this quicker or slower than the for loop/concat method for comparing the IPs?

2929 10/05/2002 02:08 AM psotfx

another oopsie in sessions + whos online fix for forum_id in page_header (index displays correctly now)

2928 10/05/2002 01:54 AM psotfx

oops, forgot to replace if ...

2925 10/05/2002 01:37 AM psotfx

Overcome last visit issue (in a 'way'), reduce work gc has to do ... hopefully without screwing up what it does ... but this is a "Paul production" so anything is possible ...

2924 10/04/2002 11:57 PM ludovic_arnaud

Now this build can be installed without any error.

2923 10/04/2002 03:09 PM psotfx

Well, here are all my changes ... don't blame me if things break :D

2915 10/03/2002 04:49 AM ludovic_arnaud

Setting error reporting to the highest level have benefits.

2881 08/22/2002 11:17 PM psotfx

Garbage collection update

2880 08/22/2002 07:55 PM psotfx

Wrong var name for gc method

2877 08/18/2002 07:36 PM psotfx

More updates

2876 08/18/2002 02:33 AM psotfx

Related to permission changes ...

2866 08/18/2002 12:08 AM psotfx

Some sql changes

2860 08/16/2002 03:21 AM psotfx

permission stuff .. what else ...

2858 08/15/2002 06:31 PM psotfx

Idiot

2855 08/15/2002 05:57 PM psotfx

!

2853 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT ...

2849 08/13/2002 06:34 PM psotfx

More changes ... switched away from prefetch for now ...

2833 08/07/2002 02:02 AM psotfx

Change connection limit to session per minute limit ... maybe more 'general' ?

2828 08/06/2002 06:56 PM psotfx

Auth plug-in, say thanks to Sergey Kanareykin

2806 08/01/2002 06:41 PM psotfx

Full of debug print outs but hum ho

2751 07/26/2002 08:10 PM psotfx

Idiot, idiot, idiot ... stand in the corner

2745 07/26/2002 06:31 PM psotfx

Various updates, banning, etc.

2743 07/26/2002 02:14 PM psotfx

Timed ban check

2741 07/25/2002 05:18 PM psotfx

Various changes + Ashe's security fix

2661 07/14/2002 04:32 PM psotfx

Renamed again