Age | Commit message (Collapse) | Author | Files | Lines |
|
This leaves some dead corpses behind, cleanup after is advised.
Reverts b9e27e9563e32a17cd80142ce05b5770479cc709
For short, the client should not be keeping an override on what server shows.
This function (backdoor) also don't exist on Mana client.
|
|
|
|
|
|
|
|
|
|
+Provide visible fallbacks if either strftime or gmtime/localtime
failed.
Appease mplint
|
|
|
|
item.
What happened:
1) The pickup code first tries to pickup first item under you without
checking if it is ignored.
2) ::pickUp queries ratelimiter, which clears to send.
3) ::pickUp checks if item is ignored and bails out
4) The pickup code did not bail early, despite "success" of (1) and
selects a non-ignored item to pick-up.
5) ::pickUp queries ratelimiter, which thinks that a packet has been
sent in (2) and aborts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
works fine
added "-A 20" to assert grep, so we get the backtrace directly in our pipelines
|
|
(i dont rly know why, but all our updates are hosted there, so our serverlist now)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #26
|
|
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
|
|
|
|
|
|
|
|
|
|
|
|
added '<arg>' to options that require an argument
|
|
|
|
|
|
|
|
|
|
It is annoying and helps nothing.
|
|
|
|
|
|
|
|
|