View | Annotate | Download (21.3 KB)
Copy 3.0.x branch to trunk
[Feature] Allow specific connection to different server for jabber functionality by providing a valid JID as username. This also allows the use of talk.google.com as jabber server with gmail.com JIDs. (Bug #14989)
return jabber login status - should work... but needs testing nonetheless.
#25095
Hiding everywhere little buggers, eh?
Correctly check empty subjects/messages (Bug #17915) Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745) Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
- correct jabber token handling - undisclosed-recipients:; instead of undisclosed-recipient:; - PM details button should not be there
some tiny fixes...
fixing some bugs
very tiny adjustements...
Some changes... non-invasive...
some fixes here and there
some fixes. :)
ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)
parse error
changes to reflect those changes made by the flyspray guys (thanks for providing such a great jabber lib)
small changes - mostly style related to fix cross-browser issues.
oi
hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine... - other fixes
other fixes...
small bugfix...
fix for bug #6140 (jabber not working)
- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4 - assign some default vars to email templates (we always need some basic ones)
- extend config checking to include check for writeable path - removed not utilized user_allow_email column from schema - removed inactive groups (they had no use at all, since inactive users are not able to login) The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....
- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762] - take local server time into consideration for birthday/age calculation - faster active topic search - allow changing active topic time frame [Bug #4150]...
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
- automatically sync topic_reported when deleting a post [Bug #2152] - retrieve forum information in report.php - don't update deleted topics - proper permission check for "admin or moderator" - allow changing poster while ip dropdown contains a different user [Bug #2190]...
make sure custom profile fields are created correctly on registration (#2225)
- fixed a few bugs - added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email
This looks a bit like an ugly hack, I know :( But hopefully it will solve most of our encoding problems with jabber [Bug #1585]
ok, this one is rather large... the most important change: re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different
apart from this, code cleanage, bug fixing, etc.
some tiny changes...
- The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D
- added acp_language (language pack management) - minor adjustments to cope with PHP5.x
- added updated coding guidelines - introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users - changed bot code to act on useragent || ip
- fixed custom profile field get/store - changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option) - fixed bugs after jabber queue processing (data being escaped differently)
- Documentation related changes - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting)
"Fixed" issue that was causing problems some time ago with server
account registration/changing, password changing
Removed duplicate methods, tidied some code
Re-add transport and other methods
bah, group handling needs some further discussion ... I'm done with it for M-2
pass by reference change
Yet more updates, topic marking works again ... still intend (optional) checking of "forum read" status on return to index (rather than just the current fudge of visiting the forum), obtain_ranks as a function (used in at least three scripts), removed jabber method that was needed, oops
For Jabber support ... original by Carlo "Gossip" Zottmann ... modified to remove unrequired functions