forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge banana-receive-wrong-dialect-7662
Author: wolfgang61, exarkun Reviewer: exarkun Fixes: twisted#7662 Check the active Banana dialect before processing dialect-specific features in the Banana protocol implementation. Previously features of the PB dialect could be used even when the None dialect was active. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@43224 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
Showing
4 changed files
with
110 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
twisted.spread.banana.Banana now raises NotImplementedError when receiving pb messages without pb being the selected dialect |