Replace servers.ini with servers.json #133

Closed
opened 3 years ago by Tomatix · 0 comments
Owner

Adding more stuff to connection info (SASL, issue #124) we need a better way to store all the servers.

{
    "Servers": [
        {
            "Name": "Server name",
            "Host": "",
            "Port": 6667,
            "SSL": false,
            "Password": "",
            "SASL": { }
        }
    ],

    "Networks": [
        { 
            "Name": "Other network",
            "Host": "",
            "Port": 6667,
            "SSL": false,
            "SASL": { },
            "Password": "",
            "Servers": [
                {
                    "Name": "Other server name",
                    "Host": "",
                    "Port": 6667,
                    "SSL": false
                }
            ]
        }
    ]
}
Adding more stuff to connection info (SASL, issue #124) we need a better way to store all the servers. ``` { "Servers": [ { "Name": "Server name", "Host": "", "Port": 6667, "SSL": false, "Password": "", "SASL": { } } ], "Networks": [ { "Name": "Other network", "Host": "", "Port": 6667, "SSL": false, "SASL": { }, "Password": "", "Servers": [ { "Name": "Other server name", "Host": "", "Port": 6667, "SSL": false } ] } ] } ```
Tomatix added this to the Version 1.1.0 milestone 3 years ago
Tomatix added the
Improvement
label 3 years ago
Tomatix self-assigned this 3 years ago
Tomatix closed this issue 3 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: idealirc/idealirc#133
Loading…
There is no content yet.