| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Don't need to construct it from components again
|
| |
|
| |
|
| |
|
|
|
|
| |
Both now operate on the same complete set of c2s sessions
|
|
|
|
| |
easier reuse
|
|
|
|
| |
This way both incomplete connections and hibernating c2s sessions are shown.
|
|
|
|
| |
Avoids yielding over pcall boundry, fixes xmpp:ping() command on Lua 5.1
|
|
|
|
|
|
| |
This makes fixing yield over pcall boundry issue easier since it would
have jumped to the thread error handler instead of proceeding to
checking for simple commands.
|
|
|
|
|
|
| |
connection list
Fixes #1356
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
string.format("%d", 0.5) causes an error on Lua 5.3
|
| |
|
| |
|
|
|
|
| |
is given
|
|
|
|
| |
undocumented config:get command
|
| |
|
|
|
|
| |
Attempt to ping some invalid hostnames cause weird behavior
|
| |
|
| |
|
|
|
|
| |
Simplifies and reduces indentation
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with 'hosts' arguments [luacheck]
|
|
|
|
| |
[luacheck]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|\| |
|
| |\ |
|
| | |
| | |
| | |
| | | |
(fixes #1099)
|
| | |
| | |
| | |
| | | |
helps with debugging HTTP issues)
|