Software /
code /
prosody
Graph
-
mod_admin_shell: Skip multiplier adjustment for rates2020-06-04, by Kim Alvefur
-
util.ringbuffer: Add :sub() and :byte() methods equivalent to the string methods2020-06-04, by Matthew Wild
-
util.adminstream: Set a read timeout handler2020-06-04, by Kim Alvefur
-
util.ringbuffer: Prevent creation of buffer with negative size2020-06-04, by Kim Alvefur
-
util.ringbuffer: Prevent creation of zero-size buffer2020-05-29, by Kim Alvefur
-
util.ringbuffer: Add some initial tests2020-05-29, by Kim Alvefur
-
util.human.io: table: Fix title printing when columns use named keys2020-06-04, by Matthew Wild
-
util.array: pluck: Support default value to avoid holes2020-06-04, by Matthew Wild
-
util.human.io: table: Return title row when no row data passed2020-06-03, by Matthew Wild
-
util.human.io: table: switch row function to simply returning prepared row string2020-06-03, by Matthew Wild
-
util.adminstream: Fire event based on stanza name too for convenience2020-06-03, by Matthew Wild
-
util.human.io: Add padleft, padright and a table printing function2020-06-03, by Matthew Wild
-
util.human.units: Handle lack of math.log(n, base) on Lua 5.12020-06-03, by Kim Alvefur
-
util.human.units: Put math functions into locals2020-06-03, by Kim Alvefur
-
util.human.units: Handle location of unpack() in Lua 5.12020-06-03, by Kim Alvefur
-
mod_admin_shell: Format stats with util.human.units2020-06-03, by Kim Alvefur
-
util.human.units: A library for formatting numbers with SI units2019-01-04, by Kim Alvefur
-
core.moduleapi: Allow passing a config table trough :measure2019-01-04, by Kim Alvefur
-
core.statsmanager: Allow passing a config table trough measure2019-01-04, by Kim Alvefur
-
util.statistics: Unify API of methods to include a config table2019-01-04, by Kim Alvefur
-
GNUmakefile: Install the new util/prosodyctl/* too (thanks pascal.pascher)2020-06-03, by Kim Alvefur
-
GNUmakefile: Install util.human.*2020-06-03, by Kim Alvefur
-
makefile: Remove installation of mod_s2s dir2020-06-03, by Kim Alvefur
-
mod_s2s: Move out of empty directory2020-06-02, by Kim Alvefur
-
mod_admin_shell: Fix error due to float passed to os.date in Lua 5.32020-06-02, by Kim Alvefur
-
util.prosodyctl.shell: Save readline history2020-06-02, by Kim Alvefur
-
util.adminstream: Import net.server [luacheck]2020-06-02, by Matthew Wild
-
util.prosodyctl.shell, util.adminstream: Move connection logic into adminstream for easier reuse2020-06-02, by Matthew Wild
-
util.prosodyctl.shell: Really fix --socket option2020-06-02, by Kim Alvefur
-
util.prosodyctl.shell: Correct check for --socket2020-06-02, by Kim Alvefur
-
util.human.io: Fix variable name [luacheck]2020-06-02, by Matthew Wild
-
prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl2020-06-02, by Matthew Wild
-
util.human.io: New central place for UI helpers2020-06-02, by Matthew Wild
-
util.prosodyctl.shell: Allow passing path to socket on command line2020-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Use same config option as module for socket path2020-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Join socket path with current data directory2020-06-01, by Kim Alvefur
-
mod_admin_socket: Use module API meant for file paths2020-06-01, by Kim Alvefur
-
mod_vcard_legacy: Fix publishing vcard without avatar2020-06-01, by Kim Alvefur
-
mod_vcard_legacy: Remove semi-broken support for multiple avatars2020-06-01, by Kim Alvefur
-
mod_admin_shell: Remove old variable declaration [luacheck]2020-06-01, by Matthew Wild
-
mod_admin_socket: Use wrapserver if available2020-06-01, by Kim Alvefur
-
net.server_epoll: Add way to start accepting clients on an arbitrary server socket2020-06-01, by Kim Alvefur
-
mod_admin_shell: Remove extra newline at end of help text2020-06-01, by Matthew Wild
-
mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result2020-06-01, by Matthew Wild
-
prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access the prosodyctl admin shell2020-06-01, by Matthew Wild
-
mod_admin_telnet: Become a front for mod_admin_shell2020-06-01, by Matthew Wild
-
mod_admin_shell: New module that implements the console interface over an admin socket2020-06-01, by Matthew Wild
-
mod_admin_socket, util.adminstream: New module to manage a local unix domain socket for admin functionality2020-06-01, by Matthew Wild
-
net.server_epoll: Handle missing ports from getsock/peername (as in the case of unix sockets)2020-06-01, by Matthew Wild
-
net.server: Switch to epoll backend by default2020-06-01, by Matthew Wild
-
net.server_select: Pass conn/handler to readbuffer/sendbuffer2020-06-01, by Matthew Wild
-
net.server_select: Ensure onconnect is always called before onincoming2020-06-01, by Matthew Wild
-
mod_c2s,mod_s2s: Make stanza size limits configurable2020-05-31, by Kim Alvefur
-
mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit2020-05-31, by Kim Alvefur
-
scansion: Add test for mod_server_contact_info / XEP-01572020-05-27, by Kim Alvefur
-
net.server_epoll: Fix typo in internal method name2020-05-22, by Kim Alvefur
Scroll all the way down to load more.