- 24 Sep, 2013 4 commits
-
-
Dele Olajide authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13750 b35dd754-fafc-0310-a699-88a17e54d16e
-
Dele Olajide authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13749 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
OF-701 Added PersistableMap abstract class to make more visible the fact that group properties are actually being persisted. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13748 b35dd754-fafc-0310-a699-88a17e54d16e
-
Alex Mateescu authored
OF-700 Added a single method to MUC service. The implementation simply removes a room from cache and reads it again. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13747 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 23 Sep, 2013 1 commit
-
-
Alex Mateescu authored
OF-454 Added back the change that allows a presence packet to be sent back to the originating resource. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13746 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Sep, 2013 1 commit
-
-
Alex Mateescu authored
For some reason, Pidgin will discard presence packets from other clients connected to the same account, but I have tested with a small smack-based client that logs incoming packets and surely enough the presence packet arrived. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13745 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Sep, 2013 4 commits
-
-
Daryl Herzmann authored
This was necessary as Ignite now distributes java6 'binaries' and we need to make sure these don't get downloaded to java5 openfire hosts running old versions. refs OF-698 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13743 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13742 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13741 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13740 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Sep, 2013 1 commit
-
-
guus authored
OF-496: Replacing the SSL Filter library of MINA with a patched variant that addresses a buffer resizing issue (causing an overflow). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13739 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Aug, 2013 2 commits
-
-
Axel Brand authored
- forgot to change version number in plugin.xml git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13733 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- Changed registration tracking once again, now properly works with Gajim 0.15 - Push presence when receiving gajim Registration info as gajim does not push presences to transport - Added option to push available presence to all transport on roster of user so gajim does auto connect on startup. - minor refactoring & documentation changes git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13732 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Aug, 2013 2 commits
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13727 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
Gojara - Fixed changed Un-/ registration tracking to look for more specific packets, currently spark and gajim compatible, other not tested. Minor Documentation changes. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13726 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Aug, 2013 1 commit
-
-
Axel Brand authored
- changed rr.summary.title to Gojara in plugin.xml so that Settings will always be named Gojara-Settings even if name of actual jar is different - made time differences in spectrum2 stats + login time iff prettier git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13725 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 31 Jul, 2013 2 commits
-
-
Axel Brand authored
- changed the way we track registrations so there hopefully wont be any instant unregisters anymore git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13724 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- fix missing limits on indices for primary key with MYSQL (thx panni) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13723 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Jul, 2013 2 commits
-
-
Axel Brand authored
- fix the error thrown by create user if Openfire runs with ldap / UserProvider that has no create permission. We dont actually need the user at all, we intercept the message before its processed ( don't know if it will be dropped after) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13720 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- finished changelog for release date (today yay) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13719 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 24 Jul, 2013 2 commits
-
-
Axel Brand authored
- show index numbers for entries of gateway session & registration overview, it helps visualizing the entries git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13717 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- finally fixed Pagination for real this time. All major features of admin panel are done and tested. - few minor changes in changelog / readme incoming, but this is probably the state 2.1 will be released in git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13716 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 23 Jul, 2013 1 commit
-
-
Axel Brand authored
- show no active sessions as own column, prettier that way - check if spectrum2 is correctly answering or at least not saying unknown command before trying to parse information from response - refactored gateway statistic values in gojaraadmin as we use this from interceptors and because of this needs to support concurrent access. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13714 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Jul, 2013 3 commits
-
-
Axel Brand authored
- fix pagination git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13712 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- changed some log messages git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13711 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- nearing release of 2.1 , already running for us but waiting to see if performs good under load - give better advice what to set as admin_jid git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13710 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 Jul, 2013 1 commit
-
-
Axel Brand authored
- prepareing changelog / readme for release of 2.1 - some refactoring in admin manager git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13709 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Jul, 2013 4 commits
-
-
Axel Brand authored
- do a stats check of transport directly after it has confirmed admin_config, stats check for all transports only from jsp call - presentational changes in jsp files git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13708 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- allow unregister even for inactive & not configured transports, we just delete the reg on our side then. Should be clear by now that this happens. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13707 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- show if transport is configured on Spectrum2 Stats page - remove debug logging from info tab so it wont spam - tweak presentation of stats shown in jsp through slighty bigger numbers git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13706 b35dd754-fafc-0310-a699-88a17e54d16e
-
Leon Roy authored
RESOLVED - issue OF-681: Add ability to search plugin to be able to restrict searching for users to only the group a user is in http://issues.igniterealtime.org/browse/OF-681 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13705 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Jul, 2013 1 commit
-
-
Axel Brand authored
- batch logfiles before writing to db, lets try this out with 20. is synchronized, probably needs further testing with higher load - refactor session iteration in transportsessionmanager - dont pass null, pass empty arraylist instead for session getter (if no sessions for user found) - changed concurrency level for hashmaps to 1, need to try this out under higher load, 16 may seem a bit high as its not a highly concurritive environment - deleted duplicated processor git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13704 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Jun, 2013 5 commits
-
-
Axel Brand authored
- display Warnings in overview pages if not a gateway is not configured for admin usage - show gathered stat information in table on new page gatewayStatistics, (Server -> Server Manager -> Spectrum2 Stats) - helper for better presentation of gathered data in AdminManager (KB to MB, sec to S/M/H/D) - also display number of registrations to see online/registered ratio pretty much finished now, just some minor changes before release needed git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13702 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- send messages for Gatewaystatistics on startup for all configured gateways. - intercept & parse responses for Gatewaystatistics - prevent away to online flag change from hitting db again, as user has not really logged in again git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13701 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- refactor how we track configurations, 2 sets instead of one so we know which are configured to and not only which are NOT configured - Show Admin-Configured? in Overview of existing Registrations, display mouseover explanation - also do this in session details git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13700 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- fix online_users admin command processing if no users are present git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13699 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- Changed adminmessages sent to contain id of specific command, changes in GojaraAdminProcessor to reflect this. - Do a Config Check if a transport registers to see if it is configured for gojaraadmin, track this state so we can use it in jsp Overview of Spectrum2 Stats git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13698 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Jun, 2013 3 commits
-
-
Axel Brand authored
-fix of jsp function used incorrectly after refactor of gwsessions git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13697 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
-refactor Storage of gatewaysessions, no use in holding bigger objects while not acessing them, convert when viewing in jsp git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13696 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
- implemented GojaraAdminManager & GojaraAdminProcessor, send admincommands to admin configured Spectrum & process returning Information - create adminuser gojaraadmin, remove it when plugin is destroyed - fixed not showing all open sessions when plugin restarts / loads through querying spectrum2 for online_users - implemented unregistering registrations on spectrum side with admincommand unregister <barejid> - check if transport is active before trying to remove the registration, maybe do specific new command for just deleting info on our side git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13695 b35dd754-fafc-0310-a699-88a17e54d16e
-