aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* - fix security issue in download.phpMeik Sievertsen2006-09-041-34/+93
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-1/+1
* revert a change i made (we already adjust line endings to be rfc-compliant an...Meik Sievertsen2006-07-201-18/+25
* some bugfixesMeik Sievertsen2006-07-061-17/+17
* time to squash some bugsMeik Sievertsen2006-06-221-1/+4
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-4/+4
* Only create a session if on doesn't exist. In theory, checking for the presen...Graham Eames2006-06-131-1/+4
* - fixed a few bugsMeik Sievertsen2006-06-111-2/+2
* This looks a bit like an ugly hack, I know :(Nils Adermann2006-06-091-1/+2
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-40/+130
* - remove description from profile fieldsMeik Sievertsen2006-05-271-1/+1
* some tiny changes...Meik Sievertsen2006-05-261-1/+1
* give location for missing email files for better supportMeik Sievertsen2006-04-301-2/+2
* empty is only accepting varsMeik Sievertsen2006-04-301-1/+2