0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added unit test for the join command, and made sure they pass More... over 13 years ago
added unit test for the join command, and made sure they pass More... over 13 years ago
Merge pull request #14 from FOSSRIT/protocol More... over 13 years ago
Merge pull request #14 from FOSSRIT/protocol More... over 13 years ago
forgot to add username More... over 13 years ago
forgot to add username More... over 13 years ago
Updated __init__ to reflect the changes to the parameters needed by QuiltProtocol More... over 13 years ago
Updated __init__ to reflect the changes to the parameters needed by QuiltProtocol More... over 13 years ago
fixed some bugs related to forgetting arguments for QuiltChannel, and QuiltUser More... over 13 years ago
fixed some bugs related to forgetting arguments for QuiltChannel, and QuiltUser More... over 13 years ago
Added implementation for join and part, linking it in with the models QuiltUser and QuiltChannel More... over 13 years ago
Added implementation for join and part, linking it in with the models QuiltUser and QuiltChannel More... over 13 years ago
combined channel.py and user.py into models/__init__.py to simplify things More... over 13 years ago
combined channel.py and user.py into models/__init__.py to simplify things More... over 13 years ago
Moved objects that store data to the models subfolder More... over 13 years ago
Moved objects that store data to the models subfolder More... over 13 years ago
Added methods for storing and deleting the channels a user is in (in user.py) More... over 13 years ago
Added methods for storing and deleting the channels a user is in (in user.py) More... over 13 years ago
Added unit test for ping/pong More... over 13 years ago
Added unit test for ping/pong More... over 13 years ago
misc protocol bug fixes More... over 13 years ago
misc protocol bug fixes More... over 13 years ago
Typofix.
ralphbean
as Ralph Bean
More... over 13 years ago
Typofix.
ralphbean
as Ralph Bean
More... over 13 years ago
Modified the protocol tests tearDown method to destroy threads More... over 13 years ago
Modified the protocol tests tearDown method to destroy threads More... over 13 years ago
Made outgoing threads daemonized so they forcefully exit on shutdown More... over 13 years ago
Made outgoing threads daemonized so they forcefully exit on shutdown More... over 13 years ago
added QuiltServer.terminate_threads which terminates all threads except the daemon IncomingThread More... over 13 years ago
added QuiltServer.terminate_threads which terminates all threads except the daemon IncomingThread More... over 13 years ago