Age | Commit message (Collapse) | Author |
|
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)…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the user to join channels containing forbidden characters
in the local part, like #r&d or #group/project.
|
|
|
|
|
|
fix #3067
|
|
|
|
ref #3067
|
|
|
|
|
|
|
|
|
|
For example if we are talking in private with nick Joe from
room #foo, and then we leave that room, we start receiving Joe’s
message from the server-wide JID
e2e tests included!!!
|
|
ref #2556
|