Changes between Initial Version and Version 1 of Ticket #2562, comment 1
- Timestamp:
- 01/24/20 08:57:32 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2562, comment 1
initial v1 1 r25069: pass caps to all parsing methods 1 Updates: 2 * r25069: pass caps to all parsing methods 3 * r25070: use flag to verify we have connected instead of the whole server caps 4 * r25071: pass caps to do_command() method 2 5 3 6 Still TODO: 4 7 * session info uses capabilities because the client may have disabled the feature - replace with "?" if the client feature is disabled 5 * {{{verify_connected}}} and {{{server_disconnect_warning}}} use the presence of the capabilities as a "was connected" indicator, replace it with a proper flag6 * command clients: pass caps as argument