InstantMessaging.java

Diff Revision Date Message Lines Author Branch
1.45 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+50 -49 Patrick Brunner MAIN
1.44 22 Dec 09

OLAT-4734: fix im sync error when using multiple-instance-mode

+5 rhaag MAIN
1.43 16 Dec 08

OLAT-3694: speed up list of all connected users by adding a cache

+2 -1 schnider MAIN
1.42 02 Sep 08

olat-3377: fix broken hasAccount if account was not yet present, add check for pluginversion on server, allow manual reconnection of admin user

+12 schnider MAIN
1.41 25 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+1 -1 Alexander Schneider MAIN
1.40 14 Aug 08

OLAT-2878: new IM junit tests

+6 schnider MAIN
1.39 14 Aug 08

OLAT-2878: new IM junit tests

+29 schnider MAIN
1.38 13 Aug 08

OLAT-2878: smaller IM api, testing ability without olat

+7 -1 schnider MAIN
1.37 12 Aug 08

OLAT-2878: smaller api, testing ability without olat

+48 -11 schnider MAIN
1.36 27 May 08

merge with Branch 6.0

+8 -19 schnider MAIN
1.35 20 May 08

OLAT-3097: multiwindow chat for p2p chat and groupchat

+9 -3 schnider MAIN
1.34 23 Apr 08

OLAT-2725 XHTML compliance: image tags, br's, wrong form labels etc

+9 -9 gnaegi MAIN
1.33 14 Feb 08

OLAT-2894: learning groups get synchronized with Instant Messaging server as well

+14 -2 schnider MAIN
1.32 11 Feb 08

OLAT-2840: remove unused config vars

+3 -51 schnider MAIN
1.31 21 Nov 07

MERGE BRANCH 5.2.x INTO HEAD (gs-part 5.2.3)

+1 -1 guretzki MAIN
1.30 18 Jul 07

olat-2143: make sure all smack treads are closing on logout

+3 -3 schnider MAIN
1.29 13 Jul 07

OLAT-2428: removed flash based im stuff from head

+2 -2 schnider MAIN
1.28 18 Jun 07

OLAT-2143: html chat, html chat for OLAT group mode

+2 -1 schnider MAIN
1.27 23 May 07

OLAT-2143: html chat; working protoype

+2 -3 schnider MAIN
1.26 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+20 -12 Patrick Brunner MAIN
1.25 09 May 06

olat-1509 moved Identiy to org.olat.core.id and OLATResourceable to org.olat.core.id

+1 -1 fjost MAIN
1.24 03 May 06

OLAT-1509 -move org.olat.gui -> org.olat.core.gui (except the portal which has some class references in xml stream) -adapted xx_config.xml files where some org.olat.gui.render.VelocityRender references were

+3 -3 Patrick Brunner MAIN
1.23 05 Apr 06

header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time!

+15 -15 schnider MAIN
1.22 27 Jul 05

OLAT-624: fixed, groups get now renamed as well on the IM server.

+9 -1 schnider MAIN
1.21 16 Mar 05

- changed from boolean modes to generic modes in conference toom controller configuration - mode mini (existed as boolean flag) - mode maxi (existed as boolean flag) - mode toolbox - course chat uses not new toolbox mode to generate the link - starting coursechat does now correctly start a new chat when chat not opened, else it just opens the chat in the existing window. http://bugzilla.olat.org/show_bug.cgi?id=1179

+13 -4 gnaegi MAIN
1.20 08 Mar 05

formatting

+148 -160 fjost MAIN
1.19 22 Feb 05

small changes

+7 -2 schnider MAIN
1.18 22 Feb 05

fixed possible concurrent access problems to clients map

+8 -4 schnider MAIN
1.17 07 Feb 05

cleaning up TODO's , adding more erro logging, comments

+5 -9 schnider MAIN
1.16 03 Feb 05

string from oresHelper not suitable for jabber server, replaced by own method

+9 -2 schnider MAIN
1.15 02 Feb 05

adding conferencing as collaboration tool http://bugzilla.olat.org/show_bug.cgi?id=1203

+4 -3 gnaegi MAIN
1.14 02 Feb 05

inial version of startup sync for buddygrops, not yet working, still NULL pointer

+4 -12 schnider MAIN
1.13 02 Feb 05

inial version of startup sync for buddygrops

+11 -4 schnider MAIN
1.12 01 Feb 05

new interface methods

+18 -10 schnider MAIN
1.11 01 Feb 05

Collab enable/disable if in assessment

+3 -4 mike MAIN
1.10 31 Jan 05

refractoring of instant messaging

+7 -2 schnider MAIN
1.9 31 Jan 05

synchonizing of buddygroups added to Interface implementation. Interface for buddygroup sync works for the case of adding users to a roster group. Synchronisation at startup does not yet work. jive messenger bug was fixed, ressources now get initial presence when serveral resources are connected simultanly

+5 -5 schnider MAIN
1.8 27 Jan 05

Disable IM in test mode.

+4 -3 mike MAIN
1.7 25 Jan 05

refractoring of instant messaging: by chanching the server to "idmels3test" and setting the classname for the AccountCreation right, the new IM accouts get now successful created by olat

+14 -2 schnider MAIN
1.6 20 Jan 05

refractoring of instant messaging, new wrapper class for IMClient (solves interator velocity issue)

+21 -2 schnider MAIN
1.5 19 Jan 05

refractoring of instant messaging

+2 -16 schnider MAIN
1.4 19 Jan 05

refractoring of instant messaging

+112 -88 schnider MAIN
1.3 19 Jan 05

refractoring of instant messaging, new methods in interface InstantMessaging, additional comments

+3 -1 schnider MAIN
1.2 19 Jan 05

refractoring of instant messaging, new methodes in interface InstantMessaging

+42 -7 schnider MAIN
1.1 18 Jan 05

refractoring of instant messaging, new interfaces for IM-API

+81 schnider MAIN
1.25.26.1 07 Aug 06

OLAT-1589: Login name mapper. Used for IM name mapping and allows arbitrary OLAT login name, because they will be mapped for IM usage. The default name mapping should not change the current OLAT behaviour (IMName = OLATLoginName.toLowerCase())

+1 leberle OLAT-4_2_0-BPS-1589
1.24.2.1 10 May 06

OLAT-1233: Merge HEAD into Branch

+1 -1 guretzki OLAT-4_2_0-UNIZH-1233
1.22.18.1 06 Apr 06

merged head (with ajax, header cleanup)

+15 -15 guretzki OLAT-4_2_0-UNIZH-1480
1.25.36.1 10 Oct 06

MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1

+20 -12 Patrick Brunner OLAT-5_0_x-BRANCH
1.30.4.1 01 Oct 07

OLAT-2735: Escape "&" in course title for chat

+1 -1 schnider OLAT-5_2_x-BRANCH
1.34.2.3 20 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+1 -1 Alexander Schneider OLAT-6_0_x-BRANCH
1.34.2.2 26 May 08

OLAT-3182: improvements in groupchatManager handling

+8 -19 schnider OLAT-6_0_x-BRANCH
1.34.2.1 21 May 08

OLAT-3097: multiwindow chat for p2p chat and groupchat

+9 -3 schnider OLAT-6_0_x-BRANCH
1.42.2.1 03 Feb 09

head merged

+2 -1 bja OLAT-HEAD-BPS-1229
1.25.30.1 05 Oct 06

http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress)

+20 -12 ikroll OLAT-HEAD-BPS-1595
1.26.8.4 06 Jan 08

OLAT-2434 Merging HEAD to CF branch, adding database migration script. There are some classes I had to patch in the core to make this branch work, I will commit them directly to HEAD when merging the branch back to HEAD, so this branch will not compile out of the box.

+1 -1 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.26.8.3 19 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after fixing power search method and ajax user search

+3 -3 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.26.8.2 18 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after user delete state refactoring

+2 -2 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.26.8.1 17 Jul 07

OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes

+4 -4 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.25.24.1 03 Nov 06

Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD

+20 -12 gnaegi OLAT-HEAD-JGS-1577
1.28.2.2 19 Jul 07

OLAT-2385 - forth time merge MAIN HEAD with the OLAT-HEAD-UZH-2385 BRANCH (common base version is Temp_lavinia_1, merged with Temp_lavinia_2, where Temp_lavinia_2 is the latest tag on MAIN HEAD)

+3 -3 lavinia OLAT-HEAD-UZH-2385
1.28.2.1 18 Jul 07

OLAT-2385 - third time merge MAIN HEAD with the OLAT-HEAD-UZH-2385 BRANCH (common base version is Temp_lavinia_2, merged with Temp_lavinia_1, where Temp_lavinia_1 is the latest tag on MAIN HEAD)

+2 -2 lavinia OLAT-HEAD-UZH-2385
1.29.2.1 30 Aug 07

olat-2433

+3 -3 fjost OLAT-HEAD-UZH-OLAT_2433
1.30.6.1 23 Nov 07

OLAT-2725 merges from head, adjusting portal changes edit mode

+1 -1 gnaegi OLAT-HEAD-YAML-1725
1.42.4.1 23 Dec 08

merge Head to Branch

+2 -1 rhaag OLAT-HEAD_FRENTIX-3674
1.26.12.1 14 Nov 06

OLAT-1835 organize imports & Separation core - lms

+1 -1 Patrick Brunner OLAT-HEAD_UNIZH-1935
1.43.36.1 19 Jan 10

merge with head

+5 schnider tmpOLAT-HEAD-640-until-2010-03-10