Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / includes / functions_jabber.php

functions_jabber.php

View | Annotate | Download (21.5 KB)

# Date Author Comment
8980 View | Annotate 10/08/2008 02:51 PM acydburn

Merge revisions:
r8974, r8975, r8976, r8977, r8978, r8979

8696 View | Annotate 07/28/2008 03:37 PM acydburn

marge

8526 View | Annotate 04/21/2008 05:10 PM acydburn

merge again, revisions 8516 to 8525

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8306 View | Annotate 01/05/2008 05:10 PM acydburn

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)

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8146 View | Annotate 10/05/2007 04:30 PM acydburn

dumdidum… sorry. ;)

8090 View | Annotate 09/14/2007 04:06 PM acydburn

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

8087 View | Annotate 09/12/2007 05:32 PM acydburn

some tiny fixes…

8075 View | Annotate 09/02/2007 07:24 PM acydburn

fixing some bugs

8049 View | Annotate 08/19/2007 12:39 PM acydburn

very tiny adjustements…

8025 View | Annotate 08/13/2007 02:14 PM acydburn

Some changes… non-invasive…

7860 View | Annotate 07/10/2007 05:14 PM acydburn

some fixes here and there

7836 View | Annotate 07/06/2007 12:55 PM acydburn

some fixes. :)

7736 View | Annotate 06/09/2007 01:11 PM acydburn

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 View | Annotate 05/31/2007 04:03 PM acydburn

parse error

7699 View | Annotate 05/30/2007 11:45 AM acydburn

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

7696 View | Annotate 05/29/2007 06:07 PM acydburn

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

7688 View | Annotate 05/26/2007 08:17 PM acydburn

oi

7687 View | Annotate 05/26/2007 06:38 PM acydburn

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 View | Annotate 03/30/2007 04:24 PM acydburn

other fixes…

7035 View | Annotate 02/22/2007 08:32 PM acydburn

small bugfix…

6771 View | Annotate 12/16/2006 01:57 PM acydburn

fix for bug #6140 (jabber not working)

6546 View | Annotate 11/03/2006 06:50 PM acydburn

- 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 View | Annotate 10/03/2006 08:35 PM acydburn

- 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.
- rewrote user_active_flip to support multiple users and a mode, as well as coping with the aforementioned changes
- implemented updated jabber class to support SRV server records and for better jabberd2 support.
- jabber errors now logged to the error log with a full transaction
- fixed user_delete calls to include usernames where possible and also update last post information correctly
- implemented additioal checks to user management to cope with common mistakes
- On installation, guess the required mysql schema as best as possible. Users now only need to decide if they want to use the mysqli extension or not (mysqli selected by default) and no longer need to know their mysql version.
- founders do not need to re-activate their account on profile changes
- remove older session if re-authentication was successful (re-authentication always assigns a new session id)
- set the cookie directly instead of using php’s function
- added inactive_remind to see which users got deactivated because of reminders (or re-activation) sent out

hopefully not introduced too many bugs – those testing with CVS releases, please concentrate on user registration, activation, profile changes (email/password)...

6380 View | Annotate 09/18/2006 12:02 AM naderman

- 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]
- reload stylesheet on language change [Bug #4222]

6312 View | Annotate 08/22/2006 11:26 PM acydburn

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

6063 View | Annotate 06/14/2006 08:59 PM naderman

- 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]
- fixed a typo in acp_styles [Bug #2188]
- allow inserting BBCode at the first position of the textarea [Bug #2078]
- allow the style name to be different than the style path

6058 View | Annotate 06/13/2006 11:06 PM acydburn

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

6048 View | Annotate 06/11/2006 08:13 PM acydburn

- 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 View | Annotate 06/10/2006 01:46 AM naderman

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 View | Annotate 06/06/2006 10:53 PM acydburn

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 View | Annotate 05/26/2006 05:04 PM acydburn

some tiny changes…

5597 View | Annotate 03/02/2006 02:09 AM davidmj

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

5315 View | Annotate 11/30/2005 06:48 PM acydburn

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

5117 View | Annotate 04/10/2005 08:07 PM acydburn

- 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 View | Annotate 04/10/2005 01:21 PM acydburn

- 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 View | Annotate 04/09/2005 02:26 PM acydburn

- 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 View | Annotate 02/03/2004 03:34 AM psotfx

“Fixed” issue that was causing problems some time ago with server

4588 View | Annotate 10/12/2003 09:58 PM psotfx

account registration/changing, password changing

4554 View | Annotate 10/12/2003 01:52 AM psotfx

Removed duplicate methods, tidied some code

4475 View | Annotate 09/07/2003 03:51 PM psotfx

Re-add transport and other methods

4440 View | Annotate 08/27/2003 06:31 PM psotfx

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

4264 View | Annotate 07/15/2003 12:57 AM psotfx

pass by reference change

4147 View | Annotate 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 View | Annotate 06/19/2003 03:17 PM psotfx

For Jabber support … original by Carlo “Gossip” Zottmann … modified to remove unrequired functions