aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
* some whitespace changes and opening files in binary mode in functions_messengerMeik Sievertsen2008-10-061-1/+1
* Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our us...Meik Sievertsen2008-09-291-2/+2
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-3/+3
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-161-10/+10
* Do not error out if php_uname function disabled / Authenticating on SMTP Serv...Meik Sievertsen2008-03-181-3/+2
* some further fixesMeik Sievertsen2007-11-171-7/+2
* fixing tiny bugsMeik Sievertsen2007-11-101-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-2/+10
* - correct jabber token handlingMeik Sievertsen2007-09-141-3/+3
* fixing some bugsMeik Sievertsen2007-09-021-6/+6
* - two new packages... diff and utfMeik Sievertsen2007-08-161-4/+4
* some bugs fixedMeik Sievertsen2007-08-151-4/+4
* Some changes... non-invasive...Meik Sievertsen2007-08-131-0/+6
* again, a lot of bug fixesMeik Sievertsen2007-07-191-2/+10
* let's see if i can break something. :oMeik Sievertsen2007-07-031-1/+1
* some fixes...Meik Sievertsen2007-06-301-0/+5
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* oi^2Meik Sievertsen2007-05-261-2/+2
* hopefully not too late in the game. Checked in new jabber class (the class do...Meik Sievertsen2007-05-261-10/+6
* Disable DEBUG by default, enable backtrace by defaultMeik Sievertsen2007-05-181-6/+4
* :(David M2007-03-251-1/+1
* fopen + fread + fclose -> file_get_contentsDavid M2007-03-251-3/+2
* fixing some bugsMeik Sievertsen2007-02-181-1/+1
* those were missingMeik Sievertsen2007-02-091-2/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* tiny alterationsMeik Sievertsen2007-01-061-0/+15
* forgot to add true to the var_export function. :(Meik Sievertsen2007-01-051-2/+2
* - use var_export instead of our format_array function [Bug #6748]Meik Sievertsen2007-01-041-39/+15
* fix typoMeik Sievertsen2007-01-011-1/+1
* - telling the admin for what the board contact and board email addresses are ...Meik Sievertsen2006-12-311-7/+7
* some fixes todayMeik Sievertsen2006-12-241-1/+13
* - we need at least 4.3.3, "phpversion() < '4.3'" will always be falseDavid M2006-12-171-9/+0
* fix for bug #6140 (jabber not working)Meik Sievertsen2006-12-161-4/+4
* changes to how errors are processed by the messengerMeik Sievertsen2006-12-061-11/+22
* by the power of math!David M2006-12-021-1/+1
* rather large update, most important things done:Meik Sievertsen2006-11-241-1/+1
* davidmj came up with a simpler (and working in all cases!) approach. :) Bow t...Meik Sievertsen2006-11-231-34/+18
* do not process if all ASCIIMeik Sievertsen2006-11-231-0/+6
* new mail_encode function to make sure we abide to the rfc but not split in-be...Meik Sievertsen2006-11-231-13/+43
* decrease the barrier for E_ALL error reporting and email traces from DEBUG_EX...Meik Sievertsen2006-11-211-1/+1
* ok, this should work now for mail() and smtpmail. We also removed the newline...Meik Sievertsen2006-11-121-6/+7
* seems like capitalizing menu titles introduced some problems. :) Also it migh...Meik Sievertsen2006-11-111-1/+1
* let utf8 mails work again. I hope this is not giving problems for "strange" m...Meik Sievertsen2006-11-111-39/+73
* ok, i am an idiot...Meik Sievertsen2006-11-031-2/+2
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-031-13/+6
* some fixesMeik Sievertsen2006-10-111-1/+1
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-16/+9
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-5/+0
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-26/+14