1. 1298147 add unit test for setting highest continous request by Bernd Fondermann · 12 years ago
  2. 0db999f optimize imports by Bernd Fondermann · 12 years ago
  3. 1985ad6 VYSPER-325: correctly encode BoshResponse body as UTF-8 by Bernd Fondermann · 12 years ago
  4. c0a4e63 fix javadoc, remove removed param by Bernd Fondermann · 12 years ago
  5. 572178f Do not use hardcoded ports in unit tests by Niklas Gustavsson · 12 years ago
  6. fd2168d Clean up tokenizer code and strenghten unit tests by Niklas Gustavsson · 12 years ago
  7. 9817699 Fix whitespaces by Niklas Gustavsson · 12 years ago
  8. 04fabfd BOSH: store and re-send even reponses already acknowledged by the client by Bernd Fondermann · 12 years ago
  9. d701597 BOSH: VYSPER-322: introduce RequestsWindow class, better handling of problems, including client send duplicate RIDs, requests re-sends, requests too often. improved logging. by Bernd Fondermann · 12 years ago
  10. 5b4c66e BOSH: improve naming and structure of handler and context. and, fix VYSPER-309. by Bernd Fondermann · 12 years ago
  11. 2b2dc15 BOSH: make async processing more robust, improve error reporting by Bernd Fondermann · 12 years ago
  12. ac57c50 BOSH: add comment by Bernd Fondermann · 12 years ago
  13. 136288e trailing commit: refactored BOSH test class by Bernd Fondermann · 12 years ago
  14. 4a68c39 BOSH improvements: by Bernd Fondermann · 12 years ago
  15. dafa4b0 VYSPER-321: record timestamps to make monitoring rooms more easy by Bernd Fondermann · 12 years ago
  16. ffa3da0 Upgraded to MINA 2.0.4 by Emmanuel Lecharny · 12 years ago
  17. ee014d6 method to retrieve active sessions, improve InactivityChecker by Bernd Fondermann · 12 years ago
  18. fc34e03 VYSPER-14: make relay thread pools customizable and provide reporting methods by Bernd Fondermann · 12 years ago
  19. 1bedd62 improve diagnostics by Bernd Fondermann · 12 years ago
  20. a575923 BOSH: simplify inactivity checker, call endSession() to correctly terminate a timed-out BOSH session by Bernd Fondermann · 12 years ago
  21. 6da45a7 VYSPER-320: by Bernd Fondermann · 12 years ago
  22. b5e502b VYSPER-318: add option: visitors can speak in unmoderated rooms by Bernd Fondermann · 12 years ago
  23. 3fcc6cc really, tolerate RosterManager's absense by Bernd Fondermann · 12 years ago
  24. 388e8fd new room may not be overwrite existing one by Bernd Fondermann · 12 years ago
  25. e974179 tolerate RosterManager's absense by Bernd Fondermann · 12 years ago
  26. 59ef3ad VYSPER-317: store occupant presences, to provide them to later entering occupants by Bernd Fondermann · 12 years ago
  27. 9c8fb3c VYSPER-316: fix, process type="available" by Bernd Fondermann · 12 years ago
  28. 41ceb66 handle non-create room, improve logging by Bernd Fondermann · 12 years ago
  29. 87f341a do return presence error stanzas to the client by Bernd Fondermann · 12 years ago
  30. 05cc2f6 MUC: do not report hidden rooms in disco by Bernd Fondermann · 12 years ago
  31. 4bc7d62 VYSPER-314: support serving /crossdomain.xml when BOSH webapp is mapped to "/" and "/foo" by Bernd Fondermann · 12 years ago
  32. 21693f2 VYSPER-313: Make MUC history accessible from outside, record MUC messages as type MessageStanza by Bernd Fondermann · 12 years ago
  33. 714f606 VYSPER-312: introduce MUCFeatures, making room history length and nick rewriting configurable by Bernd Fondermann · 12 years ago
  34. 6ce51dc MUC improvement: make test-specific methods available to tests, specifically. by Bernd Fondermann · 12 years ago
  35. b711846 VYSPER-311: close session when invalid sid is received. by Bernd Fondermann · 12 years ago
  36. 6a9ae1e VYSPER-302: add interface for logging stanza content. based on a patch by Stig Runar Vangen. thanks for contributing. by Bernd Fondermann · 12 years ago
  37. 72fc9a4 Implemented stream close handling to fix VYSPER-18. XMLElementListener now has a close() method that is called from the XMPPContentHandler when a </stream:stream> element is sent by the client. This can then be used to close a session. by Mike Mahoney · 12 years ago
  38. 1ec2479 + reduce created objects, move helper methods from BoshHandler to static utilities by Bernd Fondermann · 12 years ago
  39. cf07f51 Introduce a JDK 1.6 profile for distribution by Niklas Gustavsson · 12 years ago
  40. 5e2d93a admin-console also uses Jetty, thus requires Java 1.6 by Niklas Gustavsson · 12 years ago
  41. 98c7853 Add JDK 1.6 activated profiles for Jetty dependent modules by Niklas Gustavsson · 12 years ago
  42. 06276b2 Implement web socket support for Tomcat 7.0.27 by Niklas Gustavsson · 12 years ago
  43. 839b065 Upgrade Jetty to 8.1.3.v20120416 by Niklas Gustavsson · 12 years ago
  44. 239a961 + rename writeBoshResponse() (again) by Bernd Fondermann · 12 years ago
  45. 195d91b jetty-servlet lib still needed for BoshEndpoint by Bernd Fondermann · 12 years ago
  46. f71d4d2 VYSPER-307: remove proprietary Jetty Continuations, use pure Async Servlet 3.0. Contributed by Stig Runar Vangen. Thanks for contributing! by Bernd Fondermann · 12 years ago
  47. 98fef1c remove close() method from XMLElementListener by Bernd Fondermann · 12 years ago
  48. 890d5f3 VYSPER-304, VYSPER-305: BOSH: guard central context state fields against race conditions, make some methods and var names more expressive, add debug logging, use static final object for empty stanza, do not queue empty stanzas by Bernd Fondermann · 12 years ago
  49. c8a5085 Fix to address VYSPER-18. Modifications to XML parsing/handling in order to recognize and act on stream close events. This fix adds a closed flag to the XMLElementListener that allows the XMPPDecoder to determine when a stream is closed. by Mike Mahoney · 12 years ago
  50. ef2a2b1 Removing non longer used method by Niklas Gustavsson · 12 years ago
  51. 4019f27 VYSPER-299: introduce stop() method to StanzaRelay to be able to properly shutdown resources (like executor services). Patch based on code by Mike Mahoney. Thanks for opening the issue and contributing! by Bernd Fondermann · 13 years ago
  52. 889da04 Updated WebSocket support to use the latest spec. Thanks Chistoph Hartmann for the patch (VYSPER-295) by Niklas Gustavsson · 13 years ago
  53. 418d39f Fixing typo in Spring config file by Niklas Gustavsson · 13 years ago
  54. ecc33ac Fix for JIRA: VYSPER-294 by Ashish Paliwal · 13 years ago
  55. 994e50f VYSPER-266. introduce interface for ResourceRegistry. initial patch by Sasha Dolgy. thanks for contributing! (However, I re-created the patch by fully relying on the excellent Intellij IDEA refactoring support) by Bernd Fondermann · 13 years ago
  56. 15f9408 VYSPER-293: fix class cast by Bernd Fondermann · 13 years ago
  57. 14d201a VYSPER-293: remove a contact from in-memory roster by Bernd Fondermann · 13 years ago
  58. ca44d6b Fixing version in POMs by Niklas Gustavsson · 13 years ago
  59. 37040bd Fixing compilation error in BoshHandler due to new parameter in ServerResponse by Niklas Gustavsson · 13 years ago
  60. 61d9d2f Only announce in-band registrations on encrypted connections. (VYSPER-288) by Niklas Gustavsson · 13 years ago
  61. 3c52367 Only announce in-band registrations on encrypted connections. (VYSPER-288) by Niklas Gustavsson · 13 years ago
  62. 9c5558f Only announce in-band registrations on encrypted connections by Niklas Gustavsson · 13 years ago
  63. debb464 Adding configuration for keystore type (VYSPER-291) by Niklas Gustavsson · 13 years ago
  64. 8aa600f put package directive on its own line by Bernd Fondermann · 13 years ago
  65. 0372182 VYSPER-285: allow unencrypted login by announcing SASL early by Bernd Fondermann · 13 years ago
  66. 6873490 revert unintended change by Bernd Fondermann · 13 years ago
  67. 8e61bb5 remove suspected test code by Bernd Fondermann · 13 years ago
  68. 853a5d6 Renaming UserAuthorization to UserAuthentication and related classes (VYSPER-283) by Niklas Gustavsson · 13 years ago
  69. 7f2d877 Removing deprecated UserAuthentication.verifyCredentials(String, String, Object) (VYSPER-284) by Niklas Gustavsson · 13 years ago
  70. 7a5859f Renaming UserAuthorization to UserAuthentication and related classes (VYSPER-283) by Niklas Gustavsson · 13 years ago
  71. 75f727e Renaming UserAuthorization to UserAuthentication and related classes (VYSPER-283) by Niklas Gustavsson · 13 years ago
  72. a5b9acf Deprecating verifyCredentials(String, String, Object) by Niklas Gustavsson · 13 years ago
  73. 6ff8464 Renaming endpoint in Spring config by Niklas Gustavsson · 13 years ago
  74. 9e87cdc Fixing throwable incorrectly logged within log message by Niklas Gustavsson · 13 years ago
  75. 99c17f0 Implemented a dedicated client-to-client endpoint (VYSPER-282) by Niklas Gustavsson · 13 years ago
  76. 51466e2 Organizing imports by Niklas Gustavsson · 13 years ago
  77. 10228be Use the dedicated S2SEndpoint instead of TCPEndpoint by Niklas Gustavsson · 13 years ago
  78. 7be70ed Logging IOExceptions on info level and not trying to send stanzas to client on IO exceptions by Niklas Gustavsson · 13 years ago
  79. e4ffc52 Fixing throwable incorrectly logged within log message by Niklas Gustavsson · 13 years ago
  80. a84259d Do not allow setting the TCPEndpoint port after the endpoint has been started by Niklas Gustavsson · 13 years ago
  81. 2f8ca2c Fix potential NPE when getting the port for a non-started TCPEndpoint by Niklas Gustavsson · 13 years ago
  82. dbfedf8 Remove unused DefaultIoFilterChainBuilder by Niklas Gustavsson · 13 years ago
  83. 8a30968 Fixing broken compilation of publish-subscribe example by Niklas Gustavsson · 13 years ago
  84. e7767da Adding .gitignore by Niklas Gustavsson · 13 years ago
  85. 370fa49 Removing trailing white space by Niklas Gustavsson · 13 years ago
  86. 983fc4a Disabling external relaying by default (VYSPER-281) by Niklas Gustavsson · 13 years ago
  87. ed796aa Cleaning up socks5 module by Niklas Gustavsson · 13 years ago
  88. 18a78e2 Organize imports by Niklas Gustavsson · 13 years ago
  89. 94c11a1 Don't swallow exception in main by Niklas Gustavsson · 13 years ago
  90. fdec82f Adding unit tests for exceptions by Niklas Gustavsson · 13 years ago
  91. 5ea8f08 Don't swallow exception in main by Niklas Gustavsson · 13 years ago
  92. b100adb Fixing bug where an incorrect local address for the proxy would be used by Niklas Gustavsson · 13 years ago
  93. 9d079ac Add support for adding modules to XMPPServer before start() is called (VYSPER-279) by Niklas Gustavsson · 13 years ago
  94. 3cda9a1 Fixing broken unit test for disco result relays by Niklas Gustavsson · 13 years ago
  95. b4b10b8 Cleaning up SOCKS5 integration test by Niklas Gustavsson · 13 years ago
  96. dc3f70a Add integration test for SOCKS5 direct connections (VYSPER-276) by Niklas Gustavsson · 13 years ago
  97. 2f131d3 Allow for disco IQ results to be relayed to requestor even if the resource is not set (VYSPER-278) by Niklas Gustavsson · 13 years ago
  98. 4de11cc Adding XEP-0065 SOCK5 module with support for mediated connections (VYSPER-276) by Niklas Gustavsson · 13 years ago
  99. 77b9cf7 Adding XEP-0065 SOCK5 module with support for mediated connections (VYSPER-276) by Niklas Gustavsson · 13 years ago
  100. f7aacbe Upgrading Smack to the latest beta which implements SOCKS5 bytestreams. For now served from a custom repo since it's not in Maven central by Niklas Gustavsson · 13 years ago