aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Further privmsg constantPaul S. Owen2002-02-161-0/+1
* Fix bug #518159Paul S. Owen2002-02-151-1/+1
* Should fix error with DB != MSSQL || MySQL bug #517151Paul S. Owen2002-02-141-3/+2
* Use default style if user doesn't have a theme set (shouldn't happen)Bart van Bragt2002-02-141-2/+2
* Fixed error in make_forum_select box generation outputPaul S. Owen2002-02-131-2/+2
* Split from postingPaul S. Owen2002-02-131-0/+197
* dohPaul S. Owen2002-02-121-2/+2
* Minor change to email matchPaul S. Owen2002-02-121-4/+3
* Change way error is returned to validate email/username, fixes problem with l...Paul S. Owen2002-02-121-142/+105
* Minor update to template vars.Paul S. Owen2002-02-121-2/+0
* Various updates and changesPaul S. Owen2002-02-121-158/+54
* Fix error in common word updatePaul S. Owen2002-02-121-2/+5
* Further updates to decrease queries/increase speed ... under MySQL and MSSQL ...Paul S. Owen2002-02-111-99/+107
* Fix bug #515510 prevent autologin of inactive usersPaul S. Owen2002-02-111-2/+2
* Speed up insertion of new words in mssql and mysql ... lets see what this bre...Paul S. Owen2002-02-111-140/+120
* doh, left existing HELO in place ...Paul S. Owen2002-02-101-4/+0
* Updated ESMTP AUTH as indicated by SirSirPaul S. Owen2002-02-091-35/+39
* Fixed 404 for header (#51499)Bart van Bragt2002-02-092-4/+4
* Fixed missing " bug #514823Paul S. Owen2002-02-081-1/+1
* hmmm, doh ... of course removing the preg_quote here is no doubt going to cau...Paul S. Owen2002-02-081-9/+7
* Various updates, mods, changes to several functions, moved smilies stuff to b...Paul S. Owen2002-02-082-240/+188
* Another change to the way {LANG} is handled for images ... last one, ... hope...Paul S. Owen2002-02-041-28/+28
* Added AUTH LOGIN support for smtp ... requires smtp_username and smtp_passwor...Paul S. Owen2002-02-041-6/+18
* Fixed bug #507473James Atkinson2002-02-031-3/+17
* Increased the length of return codes allowed from smtp server to 256..the_systech2002-01-311-1/+1
* Changed selection of localised images ... new {LANG} replace formatPaul S. Owen2002-01-311-3/+3
* This should fix bug #500134 and adds some additional error checking on smtp e...the_systech2002-01-281-6/+27
* This should fix Bug #498451.. Keep it from including smtp.php more than once..the_systech2002-01-282-2/+6
* Another warning fix ...Paul S. Owen2002-01-281-2/+4
* Fix a couple of warning 'generators'Paul S. Owen2002-01-281-4/+8
* Another warning related fixPaul S. Owen2002-01-281-3/+3
* Fix various var not set warnings ... many thanks go to The Horta for pointing...Paul S. Owen2002-01-282-7/+6
* Fix various var not set warnings ... many thanks go to The Horta for pointing...Paul S. Owen2002-01-282-9/+12
* Add a ; to URI validation rexPaul S. Owen2002-01-281-5/+5
* Fix bug #509513Paul S. Owen2002-01-281-2/+2
* And another ...Paul S. Owen2002-01-281-2/+2
* Couple more updates to URL 'fixes'Paul S. Owen2002-01-281-2/+2
* preg_quote lines for /* comment parsed SQL ... was causing failure on install...Paul S. Owen2002-01-281-11/+13
* Fixed use of date instead of create_date for most users online ...Paul S. Owen2002-01-271-1/+1
* arrgghhhhh I hate regexpPaul S. Owen2002-01-271-5/+5
* alphaNUMERICS Paul, ... dohPaul S. Owen2002-01-271-5/+5
* Check for allowed chars in [url] submissions ... could use some double checkingPaul S. Owen2002-01-271-5/+5
* Fix various bugs; password length warning, proper warnings for username/email...Paul S. Owen2002-01-271-62/+30
* Uncomment and 'complete' browsing in forum online listPaul S. Owen2002-01-271-11/+13
* Removed INSERT code into separate routine, this separated update should be ad...Paul S. Owen2002-01-251-23/+3
* Oops, why do I always screw up in the first checkin?Bart van Bragt2002-01-251-4/+4
* Implemented Record of online usersBart van Bragt2002-01-251-0/+43
* Error with adding search matches, wrong variable being used for insert ... se...Paul S. Owen2002-01-251-4/+2
* doh, brain fartPaul S. Owen2002-01-251-1/+1
* Set a user_id of ANONYMOUS on logoutPaul S. Owen2002-01-251-1/+1