1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-07-06 10:00:26 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
84116fb6ed This change avoids 21 deprecation warnings in debug.txt on every server start
2018-05-29 23:46:10: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object.
2018-06-12 12:34:11 +10:00
f57bdba5e9 Make username and realname configurable. 2017-06-14 19:55:28 -03:00
2f55e0f9a0 Add option to broadcast kick messages.
Default value is false.
2017-02-21 02:07:36 -03:00
f98282818d Print reconnect interval, clean up reconnect comment.
Follows #23
2016-05-21 22:43:14 -07:00
03edbd29ed Add "reconnect" time variable to config. (#23)
Allow server admin to specify how long until a reconnect occurs after a timeout (default 600 seconds) without having to modify the core code.
2016-05-18 15:03:34 -07:00
18b80bd127 Remove default values for some settings 2015-03-10 18:43:56 -04:00
706a6fbe27 Rename "mt_irc" namespace to "irc"
The underlying IRC library is now available as irc.lib.
2014-05-25 22:52:24 -04:00
e87d2e5bf2 Rename SASLPass and SASLUser settings to sasl.pass and sasl.user 2014-05-15 20:51:29 -04:00
ed20a55899 Remove included Lua and LuaSocket source
Also rename README.txt to README.md and update it.
2014-05-15 20:20:22 -04:00