Age | Commit message (Collapse) | Author |
|
|
|
fix #3171
|
|
|
|
fix #3216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a4d67ce041f50e0d25e2b47d04cc25bdad86a048.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See
https://lab.louiz.org/louiz/biboumi/issues/3215
https://github.com/andikleen/glibc/blob/master/time/strptime_l.c#L746-L747
for why strptime() sucks
We use std::get_time now, to parse the date and time. And we parse the
timezone by hand.
fix #3215
|
|
different order
Also, some tests that were raising some exception and thus were not ran at all
fix #3213
|
|
|
|
fix #3069
|
|
fix #3210
|
|
Because some plateform accept Z and z, but some only accept z…
|
|
|
|
ref #2948
|
|
Also add a e2e test for the list query
|
|
fix #3209
|
|
If anybody knows why fedora accepts both, but it only works with %z on
debian, please tell me.
|
|
|
|
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
|
|
|
|
|
|
|
|
This should fix #3205
|
|
|
|
It’s now easier to use. The distinction between a nick and a channel name is
based on the first character (by default it's '#' and '&'). The user doesn’t
have to worry about which separator to use anymore.
fix #3066
|
|
|
|
|
|
|
|
|