| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly split UTF-8 encoded strings when using mail(). #45815 | Chris Smith | 2009-06-03 | 1 | -5/+9 |
* | Messenger now also able to use a custom language path. (Bug #36545) | Meik Sievertsen | 2009-04-17 | 1 | -2/+3 |
* | fix revision #r9430 - all hail the math! | Meik Sievertsen | 2009-04-16 | 1 | -2/+2 |
* | Correctly split long subject lines according to the used RFC. This fixes extr... | Meik Sievertsen | 2009-04-10 | 1 | -5/+6 |
* | Erm, yes, we use EOL in queue too. :/ (me is ashamed). Paul, thanks for givin... | Meik Sievertsen | 2009-04-08 | 1 | -0/+5 |
* | make sure eol is set (if PHP_EOL is empty? :o) | Meik Sievertsen | 2009-04-08 | 1 | -0/+1 |
* | Mass Email works again for users with empty jabber address but notification s... | Meik Sievertsen | 2009-03-17 | 1 | -2/+25 |
* | Use FQDN for SMTP EHLO/HELO command. (Bug #41025) | Meik Sievertsen | 2009-03-17 | 1 | -1/+1 |
* | Use OS-specific line endings for mail headers. (related to Bug #42755) | Meik Sievertsen | 2009-03-11 | 1 | -21/+27 |
* | add IN_PHPBB check to generated cache files | Meik Sievertsen | 2009-03-11 | 1 | -2/+2 |
* | Missing read permission from calls to phpbb_chmod() | Chris Smith | 2008-12-19 | 1 | -2/+2 |
* | Do not try to send jabber notifications if no jid entered (Bug #36775) | Meik Sievertsen | 2008-11-22 | 1 | -0/+11 |
* | some whitespace changes and opening files in binary mode in functions_messenger | Meik Sievertsen | 2008-10-06 | 1 | -1/+1 |
* | Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our us... | Meik Sievertsen | 2008-09-29 | 1 | -2/+2 |
* | change the way we do chmodd'ing. I know, my implementation really sucked... g... | Meik Sievertsen | 2008-08-22 | 1 | -3/+3 |
* | the chmod change i already had within the changelog (by mistake). This should... | Meik Sievertsen | 2008-08-16 | 1 | -10/+10 |
* | Do not error out if php_uname function disabled / Authenticating on SMTP Serv... | Meik Sievertsen | 2008-03-18 | 1 | -3/+2 |
* | some further fixes | Meik Sievertsen | 2007-11-17 | 1 | -7/+2 |
* | fixing tiny bugs | Meik Sievertsen | 2007-11-10 | 1 | -1/+1 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -2/+10 |
* | - correct jabber token handling | Meik Sievertsen | 2007-09-14 | 1 | -3/+3 |
* | fixing some bugs | Meik Sievertsen | 2007-09-02 | 1 | -6/+6 |
* | - two new packages... diff and utf | Meik Sievertsen | 2007-08-16 | 1 | -4/+4 |
* | some bugs fixed | Meik Sievertsen | 2007-08-15 | 1 | -4/+4 |
* | Some changes... non-invasive... | Meik Sievertsen | 2007-08-13 | 1 | -0/+6 |
* | again, a lot of bug fixes | Meik Sievertsen | 2007-07-19 | 1 | -2/+10 |
* | let's see if i can break something. :o | Meik Sievertsen | 2007-07-03 | 1 | -1/+1 |
* | some fixes... | Meik Sievertsen | 2007-06-30 | 1 | -0/+5 |
* | ok, mess around with the templates + fixing some bugs + adjusting headers for... | Meik Sievertsen | 2007-06-09 | 1 | -3/+3 |
* | oi^2 | Meik Sievertsen | 2007-05-26 | 1 | -2/+2 |
* | hopefully not too late in the game. Checked in new jabber class (the class do... | Meik Sievertsen | 2007-05-26 | 1 | -10/+6 |
* | Disable DEBUG by default, enable backtrace by default | Meik Sievertsen | 2007-05-18 | 1 | -6/+4 |
* | :( | David M | 2007-03-25 | 1 | -1/+1 |
* | fopen + fread + fclose -> file_get_contents | David M | 2007-03-25 | 1 | -3/+2 |
* | fixing some bugs | Meik Sievertsen | 2007-02-18 | 1 | -1/+1 |
* | those were missing | Meik Sievertsen | 2007-02-09 | 1 | -2/+2 |
* | - fix some oddities (doubled spaces for example) | Meik Sievertsen | 2007-01-26 | 1 | -1/+1 |
* | fixing some bugs, most being submitted grammatical/spelling errors. | Meik Sievertsen | 2007-01-21 | 1 | -1/+1 |
* | tiny alterations | Meik Sievertsen | 2007-01-06 | 1 | -0/+15 |
* | forgot to add true to the var_export function. :( | Meik Sievertsen | 2007-01-05 | 1 | -2/+2 |
* | - use var_export instead of our format_array function [Bug #6748] | Meik Sievertsen | 2007-01-04 | 1 | -39/+15 |
* | fix typo | Meik Sievertsen | 2007-01-01 | 1 | -1/+1 |
* | - telling the admin for what the board contact and board email addresses are ... | Meik Sievertsen | 2006-12-31 | 1 | -7/+7 |
* | some fixes today | Meik Sievertsen | 2006-12-24 | 1 | -1/+13 |
* | - we need at least 4.3.3, "phpversion() < '4.3'" will always be false | David M | 2006-12-17 | 1 | -9/+0 |
* | fix for bug #6140 (jabber not working) | Meik Sievertsen | 2006-12-16 | 1 | -4/+4 |
* | changes to how errors are processed by the messenger | Meik Sievertsen | 2006-12-06 | 1 | -11/+22 |
* | by the power of math! | David M | 2006-12-02 | 1 | -1/+1 |
* | rather large update, most important things done: | Meik Sievertsen | 2006-11-24 | 1 | -1/+1 |
* | davidmj came up with a simpler (and working in all cases!) approach. :) Bow t... | Meik Sievertsen | 2006-11-23 | 1 | -34/+18 |