index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
human
/
io.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-17
1
-2
/
+2
*
util.human.io: Fix handling of os.execute() return values in Lua 5.2+
Kim Alvefur
2022-10-20
1
-3
/
+3
*
util: Remove various Lua 5.1 compatibility hacks
Kim Alvefur
2022-07-02
1
-4
/
+1
*
util.human.io: Use UTF-8-aware length check in padding functions
Kim Alvefur
2021-11-12
1
-2
/
+2
*
util.human.io: Fix cutting of UTF-8 into pieces
Kim Alvefur
2021-11-12
1
-7
/
+21
*
util.human.io: Trim any broken UTF-8 from ellipsis
Kim Alvefur
2021-11-12
1
-1
/
+5
*
util.human.io: Factor out ellipsis function
Kim Alvefur
2021-11-12
1
-1
/
+6
*
util.human.io: Support specifying column defaults in tables
Kim Alvefur
2021-11-12
1
-1
/
+1
*
util.human.io: Pass nil to cell mapper to signal missing value
Kim Alvefur
2021-11-12
1
-1
/
+9
*
util.human.io: Fix right-alignment
Kim Alvefur
2020-06-06
1
-1
/
+1
*
util.human.io.table: Allow a map callaback per column
Kim Alvefur
2020-06-04
1
-1
/
+1
*
util.human.io: Consider separator when calculating remaining width
Kim Alvefur
2020-06-04
1
-0
/
+3
*
util.human.io: Use literal ellipsis instead of \u escape
Kim Alvefur
2020-06-04
1
-1
/
+1
*
util.human.io: Replace overflow with ellipsis
Kim Alvefur
2020-06-04
1
-1
/
+3
*
util.human.io: Draw a separator between columns
Kim Alvefur
2020-06-04
1
-2
/
+3
*
util.human.io: Remove padding option and use $COLUMNS as default width
Matthew Wild
2020-06-04
1
-4
/
+3
*
util.human.io: table: Fix title printing when columns use named keys
Matthew Wild
2020-06-04
1
-2
/
+3
*
util.human.io: table: Return title row when no row data passed
Matthew Wild
2020-06-03
1
-0
/
+5
*
util.human.io: table: switch row function to simply returning prepared row st...
Matthew Wild
2020-06-03
1
-5
/
+6
*
util.human.io: Add padleft, padright and a table printing function
Matthew Wild
2020-06-03
1
-0
/
+53
*
util.human.io: Fix variable name [luacheck]
Matthew Wild
2020-06-02
1
-1
/
+1
*
util.human.io: New central place for UI helpers
Matthew Wild
2020-06-02
1
-0
/
+96