1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up some more conference documentation #55 More... over 14 years ago
Remove Conference#beep documentation as per #55 More... over 14 years ago
Remove beep from Ozone::Conference since this is no longer in the Ozone spec, as per #55 More... over 14 years ago
Event inspect_attributes were not being overridden properly. Fixes #58. Fixes #59 More... over 14 years ago
Avoid a collision on Nokogiri::XML::Node#attributes which was causing imports to fail without a namespace. Fixes #57 More... over 14 years ago
Revert "Move temporary eager autoload fix out of the Connection class" More... over 14 years ago
Implement Ozone::Connection#write in terms of a non-blocking version More... over 14 years ago
Clean up Connection#write slightly to make it clearer what's going on More... over 14 years ago
Handle <ringing/> and <answered/> call progress events. Fixes #44 More... over 14 years ago
Add 'media' attribute to Transfer Component. Fixes #45 More... over 14 years ago
Merge branch 'feature/commands_tracking_state' into develop More... over 14 years ago
Completion of command actions should influence command state. Fixes #49 More... over 14 years ago
Move temporary eager autoload fix out of the Connection class More... over 14 years ago
Command actions should execute directly. Fixes #48 More... over 14 years ago
Reinstate a missing ActiveSupport component More... over 14 years ago
Ignore vendor/ More... over 14 years ago
Limit loading of ActiveSupport to only necessary parts More... over 14 years ago
Spec helper should include contents of spec/support More... over 14 years ago
Make sure Ozone::Connection#write transitions command state appropriately More... over 14 years ago
Remove duplication of command Action class More... over 14 years ago
Replace flexmock with mocha More... over 14 years ago
Ask, Conference & Transfer should not allow invalid actions to be executed More... over 14 years ago
Say should raise InvalidActionError when an action cannot be called due to current state More... over 14 years ago
Commands should know their execution status, based on events received More... over 14 years ago
Be a bit more lenient about collection attributes for the string representation of an ozone node More... over 14 years ago
Auto XMPP-reconnect prevents exceptions being raised and process quitting. Removing it for further investigation later. More... over 14 years ago
Commands should know about all of their events More... over 14 years ago
XMPP should try to reconnect when connection fails More... over 14 years ago
XMPP thread exceptions should be surfaced more cleanly More... over 14 years ago
Better Ozone protocol error handling. We now raise an exception with usable attributes based on the error that comes in. Fixes #23 More... over 14 years ago