1. 31 Jul, 2013 2 commits
  2. 25 Jul, 2013 2 commits
  3. 24 Jul, 2013 2 commits
  4. 23 Jul, 2013 1 commit
    • Axel Brand's avatar
      Gojara · e811c7c2
      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
      e811c7c2
  5. 12 Jul, 2013 3 commits
  6. 05 Jul, 2013 1 commit
  7. 04 Jul, 2013 4 commits
  8. 01 Jul, 2013 1 commit
    • Axel Brand's avatar
      Gojara · 6a4af76e
      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
      6a4af76e
  9. 28 Jun, 2013 5 commits
    • Axel Brand's avatar
      Gojara · fd7bfe7f
      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
      fd7bfe7f
    • Axel Brand's avatar
      Gojara · 9e9493e4
      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
      9e9493e4
    • Axel Brand's avatar
      Gojara · 7ad8dbd8
      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
      7ad8dbd8
    • Axel Brand's avatar
      Gojara · 460d4160
      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
      460d4160
    • Axel Brand's avatar
      Gojara · cd612961
      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
      cd612961
  10. 25 Jun, 2013 3 commits
    • Axel Brand's avatar
      Gojara · 1cb39be5
      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
      1cb39be5
    • Axel Brand's avatar
      Gojara · b8291b69
      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
      b8291b69
    • Axel Brand's avatar
      Gojara · aecc6930
      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
      aecc6930
  11. 21 Jun, 2013 2 commits
  12. 14 Jun, 2013 2 commits
  13. 13 Jun, 2013 2 commits
  14. 11 Jun, 2013 1 commit
  15. 10 Jun, 2013 1 commit
  16. 06 Jun, 2013 1 commit
  17. 05 Jun, 2013 2 commits
  18. 31 May, 2013 2 commits
  19. 30 May, 2013 1 commit
  20. 28 May, 2013 2 commits