Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-06 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-11-06 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -1/+0 | |
2008-11-06 | * refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive() | Justin Clarke Casey | 1 | -1/+1 | |
2008-11-06 | * test: Add assert checking that the circuit which trigger the socket ↵ | Justin Clarke Casey | 1 | -0/+2 | |
exception has been closed | |||||
2008-11-06 | * Test to ensure that the udp server stays active after receiving a ↵ | Justin Clarke Casey | 2 | -14/+47 | |
SocketException on BeginReceive | |||||
2008-11-06 | * refactor: factor out test packet send method in client stack unit tests | Justin Clarke Casey | 2 | -10/+66 | |
2008-11-03 | * Use nini to pass config information to the client stack, rather than the ↵ | Justin Clarke Casey | 1 | -1/+3 | |
ClientStackUserSettings class * This conforms better to other module usage | |||||
2008-10-30 | test: Extend malformed packet test to actually check that a valid packet can ↵ | Justin Clarke Casey | 4 | -13/+134 | |
get through after the malformed ones have been sent | |||||
2008-10-30 | * test: Test that the client stack doesn't completely blow up if a client ↵ | Justin Clarke Casey | 2 | -10/+43 | |
passes it malformed data | |||||
2008-10-30 | * Slightly tweak to teardown test, try a circuit which never existed in the ↵ | Justin Clarke Casey | 1 | -3/+3 | |
first place | |||||
2008-10-30 | * minor: spacing adjustment before next commit | Justin Clarke Casey | 1 | -2/+1 | |
2008-10-30 | * test: fill out circuit teardown test | Justin Clarke Casey | 1 | -1/+10 | |
2008-10-30 | * test: Refactor test infrastructure for future client teardown test | Justin Clarke Casey | 1 | -9/+69 | |
2008-10-27 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -12/+12 | |
2008-10-24 | * minor: eliminate some mono compiler warnings | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-24 | * Stop creating a circuit if the client fails authentication (i.e. the ↵ | Justin Clarke Casey | 1 | -4/+13 | |
region server wasn't told that it was coming) * This moves authentication from the client thread (where failure was difficult to detect) to the particular thread handling that packet * I've kept the authentication outside of the crucial clientCircuits lock (though any delay here is probably swamped by the other delays associated with login) * Also added more to the unit test to ensure this doesn't regress | |||||
2008-10-24 | * Change AddClient test such that we now successfully authenticate | Justin Clarke Casey | 1 | -3/+17 | |
* The fact that the assert passed even when authentication failed reveals a bug in the code that will be corrected soonish | |||||
2008-10-24 | * minor: refactor out AddUser test setup to common method | Justin Clarke Casey | 1 | -4/+8 | |
2008-10-23 | * Reenable assert for the add circuit test | Justin Clarke Casey | 2 | -3/+10 | |
* This checks that a client circuit is established when the udp server is given a use client circuit code packet * And checks that other circuit codes do not exist | |||||
2008-10-23 | * Add missing file from last commit. Yay for continuous integration! | Justin Clarke Casey | 1 | -0/+52 | |
2008-10-23 | * Introduce a basic udp circuit test for adding a client | Justin Clarke Casey | 2 | -8/+91 | |
* Temporarily disabled assert because it just picked up an existing bug. Yay for tests! | |||||
2008-10-23 | * Refactor LLUDPServer slightly so that unit tests can pass in data ↵ | Justin Clarke Casey | 2 | -2/+56 | |
synchronously. Shouldn't be any functional change | |||||
2008-10-17 | * Remove mono warnings | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-16 | * minor: get rid of pointless ipeSender | Justin Clarke Casey | 1 | -1/+5 | |
2008-10-09 | * fix windows build break - it helps if one actually puts in using ↵ | Justin Clarke Casey | 1 | -1/+3 | |
statements and spells dlls correctly | |||||
2008-10-09 | * minor: initialize udp server in unit test | Justin Clarke Casey | 1 | -2/+8 | |
2008-10-09 | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 1 | -0/+44 | |
* No functional tests yet |