-
```
julia> get_prices("KICL.BO"; startdt = Date(2022, 11, 3), enddt = Date(2022, 11, 8))
OrderedCollections.OrderedDict{String, Any} with 8 entries:
"ticker" => "KICL.BO"
"timestamp" => [Da…
-
I'd like to attempt getting DCC (CHAT, files, etc.) into KICL since I'm planning an IRC client over it. If I figure out anything, I'll PR it, but this issue is for marking it as a wanted feature so ot…
-
In my project bootstrap js min and othe js also template nav js file not work, This is Laravel 9 project
**Setting.json**
`{
"application": {
"single_instance_guid": "",
"dpi…
-
An event for when KICL is fully synced with the server (join queue empty, ideally identification detection but that's hard) for every time it has (connected|reconnected) would be nice for running some…
-
PKP is a security mechanism that allows servers to resist impersonation by MITMs using fraudulent certs.
Prior art is HTTP PKP (HPKP):
- https://tools.ietf.org/html/rfc7469
- https://developer.mozill…
-
I was trying to test code that depends on `ChannelMessageEvent` tonight and there was no easy way to fake `ChannelMessageEvent` without extending the concrete class. My code depends on several of the …
-
**Expected behavior**
If a nick gets rejected by the server, KICL should send a nick change request automatically by modifying the rejected nick(append ` at the end of it).
**Actual behavior**
N…
-
**Describe the bug**
Downloaded the FAF client a few days ago. Everything has been working pretty well, but I haven't been able to get the map generator to work. Every time I go to generate a map, it…
-
**Expected behavior**
The message with `\n` delimiter is processed correctly. Appears as #315 before I found it was a bug.
**Actual behavior**
The message with `\n` delimiter didn't get split…
-
## Expected behavior
I expect strings containing unicode characters that are encoded as multiple bytes to process correctly through KICL and show through on the IRC servers and their connected client…