root / trunk / phpBB / includes / functions_jabber.php

View | Annotate | Download (21.3 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

8979 10/08/2008 02:44 PM Meik Sievertsen

[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)

8694 07/28/2008 03:30 PM Meik Sievertsen

return jabber login status - should work... but needs testing nonetheless.

8516 04/21/2008 01:11 PM Meik Sievertsen

#25095

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8306 01/05/2008 05:10 PM Meik Sievertsen

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)

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8146 10/05/2007 04:30 PM Meik Sievertsen

dumdidum... sorry. ;)

8090 09/14/2007 04:06 PM Meik Sievertsen

- correct jabber token handling
- undisclosed-recipients:; instead of undisclosed-recipient:;
- PM details button should not be there

8087 09/12/2007 05:32 PM Meik Sievertsen

some tiny fixes...

8075 09/02/2007 07:24 PM Meik Sievertsen

fixing some bugs

8049 08/19/2007 12:39 PM Meik Sievertsen

very tiny adjustements...

8025 08/13/2007 02:14 PM Meik Sievertsen

Some changes... non-invasive...

7860 07/10/2007 05:14 PM Meik Sievertsen

some fixes here and there

7836 07/06/2007 12:55 PM Meik Sievertsen

some fixes. :)

7736 06/09/2007 01:11 PM Meik Sievertsen

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!)

7702 05/31/2007 04:03 PM Meik Sievertsen

parse error

7699 05/30/2007 11:45 AM Meik Sievertsen

changes to reflect those changes made by the flyspray guys (thanks for providing such a great jabber lib)

7696 05/29/2007 06:07 PM Meik Sievertsen

small changes - mostly style related to fix cross-browser issues.

7688 05/26/2007 08:17 PM Meik Sievertsen

oi

7687 05/26/2007 06:38 PM Meik Sievertsen

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

7242 03/30/2007 04:24 PM Meik Sievertsen

other fixes...

7035 02/22/2007 08:32 PM Meik Sievertsen

small bugfix...

6771 12/16/2006 01:57 PM Meik Sievertsen

fix for bug #6140 (jabber not working)

6546 11/03/2006 06:50 PM Meik Sievertsen

- 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)

6436 10/03/2006 08:35 PM Meik Sievertsen

- 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....

6380 09/18/2006 12:02 AM Nils Adermann

- 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]...

6312 08/22/2006 11:26 PM Meik Sievertsen

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6063 06/14/2006 08:59 PM Nils Adermann

- 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]...

6058 06/13/2006 11:06 PM Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6048 06/11/2006 08:13 PM Meik Sievertsen

- 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

6034 06/10/2006 01:46 AM Nils Adermann

This looks a bit like an ugly hack, I know :(
But hopefully it will solve most of our encoding problems with jabber [Bug #1585]

6015 06/06/2006 10:53 PM Meik Sievertsen

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.

5967 05/26/2006 05:04 PM Meik Sievertsen

some tiny changes...

5597 03/02/2006 02:09 AM David M

- The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D

5315 11/30/2005 06:48 PM Meik Sievertsen

- added acp_language (language pack management)
- minor adjustments to cope with PHP5.x

5117 04/10/2005 08:07 PM Meik Sievertsen

- 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

5116 04/10/2005 01:21 PM Meik Sievertsen

- 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)

5114 04/09/2005 02:26 PM Meik Sievertsen

- 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)

4786 02/03/2004 03:34 AM psotfx

"Fixed" issue that was causing problems some time ago with server

4588 10/12/2003 09:58 PM psotfx

account registration/changing, password changing

4554 10/12/2003 01:52 AM psotfx

Removed duplicate methods, tidied some code

4475 09/07/2003 03:51 PM psotfx

Re-add transport and other methods

4440 08/27/2003 06:31 PM psotfx

bah, group handling needs some further discussion ... I'm done with it for M-2

4264 07/15/2003 12:57 AM psotfx

pass by reference change

4147 06/19/2003 06:19 PM psotfx

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

4141 06/19/2003 03:17 PM psotfx

For Jabber support ... original by Carlo "Gossip" Zottmann ... modified to remove unrequired functions