aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10986] message.id fallback to SERVER_NAME or phpbb.generatedNils Adermann2013-02-241-1/+23
* [ticket/10602] Avoid a race condition.Oleg Pudeyev2012-12-051-2/+4
* [ticket/10602] Use last_queue_run for its intended purpose.Oleg Pudeyev2012-12-051-3/+8
* [ticket/10538] Call htmlspecialchars_decode() on Jabber and SMTP passwords.Andreas Fischer2011-12-191-3/+3
* [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-3/+6
* [ticket/10446] Remove leftover $headers parameter from anti_abuse_headers().Andreas Fischer2011-11-201-1/+2
* [ticket/10446] RFC2047 encode user/server names in X-AntiAbuse headers.Oleg Pudeyev2011-11-201-2/+2
* [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-0/+12
* [ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().Andreas Fischer2011-09-181-5/+21
* Merge branch 'ticket/cs278/9061' into develop-olympusAndreas Fischer2010-10-271-19/+68
|\
| * [ticket/9061] Simplify conditional statements by reworking the logic.Chris Smith2010-10-271-12/+18
| * [ticket/9061] Fixed a race condition in queue locking.Oleg Pudeyev2010-10-271-19/+62
* | [ticket/9559] Do not override queue package size in the case of an overflowJosh Woody2010-07-221-0/+7
|/
* Do not store email templates in database. [Bug #54505]Nils Adermann2010-01-261-11/+12
* Further fixes for r10447 and r10448. Correctly account for custom language d...Josh Woody2010-01-261-1/+10
* Remove needless check (revising r10447)Josh Woody2010-01-261-7/+4
* Fall back to board default language email template if the file does not exist...Josh Woody2010-01-261-2/+8
* Fix getting host for situations where the name/IP is not resolvable. Related ...Meik Sievertsen2009-09-221-1/+18
* extend r9387 - check for existance of all functions we use...Meik Sievertsen2009-09-171-1/+1
* Fix #51285 and more issues with template inherence on set_custom_templateJoas Schilling2009-09-161-1/+1
* Fix possible wrong encodings in email template files in messenger. Related to...Meik Sievertsen2009-08-251-0/+3
* we will use the non-compliant way for mail() until we further inspected PHP's...Meik Sievertsen2009-08-181-11/+3
* Fix email problems on servers with PHP installations not accepting RFC-compli...Meik Sievertsen2009-08-181-11/+32
* Per RFC2047 section 5 do not use quoted strings for encoded recipient namesChris Smith2009-08-181-1/+1
* allow custom template path for email filesMeik Sievertsen2009-08-111-3/+6
* Parse email text files with the template engine.Meik Sievertsen2009-07-221-22/+53
* Correctly split UTF-8 encoded strings when using mail(). #45815Chris Smith2009-06-031-5/+9
* Messenger now also able to use a custom language path. (Bug #36545)Meik Sievertsen2009-04-171-2/+3
* fix revision #r9430 - all hail the math!Meik Sievertsen2009-04-161-2/+2
* Correctly split long subject lines according to the used RFC. This fixes extr...Meik Sievertsen2009-04-101-5/+6
* Erm, yes, we use EOL in queue too. :/ (me is ashamed). Paul, thanks for givin...Meik Sievertsen2009-04-081-0/+5
* make sure eol is set (if PHP_EOL is empty? :o)Meik Sievertsen2009-04-081-0/+1
* Mass Email works again for users with empty jabber address but notification s...Meik Sievertsen2009-03-171-2/+25
* Use FQDN for SMTP EHLO/HELO command. (Bug #41025)Meik Sievertsen2009-03-171-1/+1
* Use OS-specific line endings for mail headers. (related to Bug #42755)Meik Sievertsen2009-03-111-21/+27
* add IN_PHPBB check to generated cache filesMeik Sievertsen2009-03-111-2/+2
* Missing read permission from calls to phpbb_chmod()Chris Smith2008-12-191-2/+2
* Do not try to send jabber notifications if no jid entered (Bug #36775)Meik Sievertsen2008-11-221-0/+11
* 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