| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
> Mockery is one of the things I hold dear! And he's making a mockery of it!!
-- Belkar Bitterleaf
|
|
|
|
|
|
|
|
|
|
|
| |
Changes sub-second part of example timestamp to .5 in order to avoid
floating point issues.
Some clients use timestamps when ordering messages which can lead to
messages having the same timestamp ending up in the wrong order.
It would be better to preserve the order messages are sent in, which is
the order they were stored in.
|
| |
|
|
|
|
| |
The empty ID fields are sometimes accepted, sometimes not.
|
| |
|
|
|
|
|
| |
This was easy. Needs tests tho, 100% chance of the logic being
backwards.
|
|
In order to ease testing until the extended feautres are all
implemented.
Also TODOs for all the sub-features.
|