Age | Commit message (Collapse) | Author |
|
duplication
|
|
Was completely broken, and the test was just useless
|
|
|
|
fix coverity CID 153376
|
|
fix #3205
|
|
fix #3069
|
|
fix #3210
|
|
|
|
|
|
ref #2948
|
|
Also add a e2e test for the list query
|
|
Thank you, e2e tests
|
|
And make things a little bit clearer
|
|
Avoids a conflict between /usr/include/uuid.h and
/usr/local/include/uuid/uuid.h on freebsd
|
|
This makes it possible to execute an ad-hoc command on a server, with
clients like Gajim, for example.
|
|
|
|
|
|
fix #3209
|
|
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
|
|
|
|
Instead of doing a broken SQL request that returns weird lines
|
|
|
|
|
|
Not messages coming from the room, for example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
fix #3183
|
|
|
|
|
|
|
|
|
|
Do not use a singleton for the database.
fix #3203
|
|
|
|
It’s $CURRENT_YEAR
|
|
The list would keep the previous results in memory, forever, and the list
would grow each time a new request was made (even with results from
unrelated servers)…
|