Thoughts, Ideas and bits of code for SMF (2.1)
Peter Spicer 44f9bf79c8 ! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us. | 10 years ago | |
---|---|---|
Packages | 11 years ago | |
Smileys | 12 years ago | |
Sources | 10 years ago | |
Themes | 10 years ago | |
attachments | 12 years ago | |
avatars | 11 years ago | |
cache | 12 years ago | |
other | 10 years ago | |
.gitattributes | 11 years ago | |
.gitignore | 11 years ago | |
DCO.txt | 12 years ago | |
README.md | 11 years ago | |
SSI.php | 10 years ago | |
agreement.txt | 12 years ago | |
contributors.txt | 11 years ago | |
cron.php | 10 years ago | |
favicon.ico | 12 years ago | |
index.php | 10 years ago | |
ssi_examples.php | 10 years ago | |
ssi_examples.shtml | 12 years ago | |
subscriptions.php | 11 years ago |
SMF, www.simplemachines.org
This is a SMF 2.1 development repository. The software is licensed under BSD 3-clause license.
Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images, are under their own licenses.
######Notes:
Feel free to fork this repository and make your desired changes.
Please see the Developer's Certificate of Origin in the repository: by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.
######Branches organization:
######How to contribute:
######How to submit a pull request:
Please, feel free to play around. That's what we're doing. ;)
######Security matters:
Lastly, if you have a security issue you would like to notify us about regarding SMF - not just for 2.1, but for any version - please file a security report on our website: http://www.simplemachines.org/about/smf/security.php
This will enable the team to review it and prepare patches as appropriate before exploits are widely known, which helps keep everyone safe.