Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-27 | [ct_telnet] Add timestamp to telnet_server debug printout | Siri Hansen | |
This is the telnet server used when testing ct_telnet and friends. The telnet client itself is not changed. | |||
2014-11-07 | [ct] Add 'newline' option to send functions in ct_telnet | Siri Hansen | |
ct_telnet by default adds a newline to all command strings before sending to the telnet server. In some situations this is not desired, for example when sending telnet command sequences (prefixed with the Interprete As Command, IAC, character). In such cases, the new option can be used. Example - send an Are Your There (AYT) sequence: ct_telnet:send(Connection, [255,246], [{newline,false}]). | |||
2014-04-16 | Fix problem with substring in large message getting incorrectly reversed | Peter Andersson | |
OTP-11871 | |||
2014-03-22 | Add test cases | Peter Andersson | |
2014-03-12 | Add test cases and fix some problems with logging and with the telnet client | Peter Andersson | |
2014-03-12 | Get ct_telnet_client to print all data from server to log | Peter Andersson | |
2014-01-27 | Implement new telnet logging system | Peter Andersson | |
2013-05-17 | [common_test] Add new option 'no_prompt_check' to ct_telnet:expect/3. | Siri Hansen | |
If this option is used, ct_telnet will not search for a prompt before attempting to match the given pattern. This is useful if, for instance, the Pattern itself matches the prompt or if the telnet session starts interactive programs which do not display the normal prompt. | |||
2013-05-14 | [common_test] Add telnet server to use for testing | Siri Hansen | |