0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added apache license file to all java source files More... about 14 years ago
Some changes I haven't checked in yet. More... about 14 years ago
Added License file More... about 14 years ago
blending some of our code with the code from openfire for hopefully a more robust and efficient solution to jbosscache clustering. More... over 14 years ago
adding files to .gitignore More... over 14 years ago
removed unnecessary files More... over 14 years ago
optimization of clustering. More... over 14 years ago
ClusterManager now handles convering caches from DefaultLocalCache to JbossCache. More... over 14 years ago
Refactoring the ClusterMasterWatcher class so it does not need to hold a reference to the channel object. More... over 14 years ago
ClusterMasterWatcher no longer needs to implement the Receiver interface so it was removed. Moved the implementations to TaskExecutor, though I do not believe that these methods actually need to be implemented for this plugin. More... over 14 years ago
When clustering is stopped caches are now converted from jboss caches to whatever the local cache is. Should the conversion fail the server will be restarted. More... over 14 years ago
Temporary fix for reading privacy lists in ClusteredClientSession. When these lists are null from the ObjectInput stream an exception is thrown and some messages are never routed. If the default constructor is used again a exception is thrown and messages are never routed. More... over 14 years ago
first pass at optimizing cache. More... over 14 years ago
Users can now send messages between nodes. Presence is detected by users logging in if the user is already logged in. There is still a problem detecting user presence of already logged in user for a user logging in related to serialization of the ClusterUserSession. More... over 14 years ago
added logging line to capture the stacktrace when executing a remote task. More... over 14 years ago
ClusterPacketRouter tasks now route correctly. Added the JID gleamed from the session to the packet. This makes things such as presence work correctly. More... over 14 years ago
fixed a defect that was causing messages to not be routed. Resource information for the toJID is now gleamed from the Remote clustered session and added to the packet before routing it to the remote openfire node. More... over 14 years ago
All caches are now converted to clustered caches when clustering starts. With this change the master node will now replicate caches. More... over 14 years ago
Nodes now pass chat messages. More... over 14 years ago
you can now see user presences across nodes on the cluster in the web console. Nodes now talk to eachother. More... over 14 years ago
JBossCache now calls start on the cache to ensure it is started and replicated on the cluster. More... over 14 years ago
Adding todo notes More... over 14 years ago
Listener for incomming cluster events is now added before connecting to the cluster. This insures that no messages are missed when a cluster is started or a node is added to the cluster. More... over 14 years ago
Changed the order so that the jboss cache starts before clustering starts. This helps resolve an issue that was prevent nodes that were started after the first node from logging into the admin console. More... over 14 years ago
More code cleanup. Corrected the fire order of events when created the ClustedCacheFactory. More... over 14 years ago
removed jchannel from the ClusterMasterWatcher. It is now managed by the clusteredCacheFactory. This simplifies starting/shutting down the cluster. More... over 14 years ago
Removed unnecessary methods. Fixed up debugging so the name of the nodes signing on and signing off now show the name and not the byte stream. removed task that was not needed More... over 14 years ago
machines now see other nodes in the cluster joining or leaving the cluster More... over 14 years ago
Cluster nodes now see other cluster nodes leaving and joining the cluster. More... over 14 years ago
removed unnecessary @override annotations from test cases. More... over 14 years ago