Commit Graph

15 Commits (master)

Author SHA1 Message Date
flux 68d6f88900 Merge branch 'master' of https://github.com/minetest-mods/irc into HEAD 2019-11-23 22:38:51 +00:00
David Leal ac0387786c Fix deprecated functions, update to 5.x (#59) 2019-10-05 09:25:05 +02:00
flux ba8d4f2d7d update settings getters 2019-07-25 02:04:45 +00:00
flux 8507a9b80f irc2 updates 2019-07-25 01:53:22 +00:00
flux 68db07eeb8 updates for blocky survival (xeroxirc) 2019-07-25 01:42:23 +00:00
Anand S b4fbccd64a Add support for configurable coloring of IRC messages in-game
IRC channel messages are colored green by default
IRC PMs are colored purple by default
2018-11-02 21:54:36 -07:00
D Tim Cummings c9c57a6f93 Avoid deprecation warnings.
* 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.

* Provide backward compatibility by testing for existence of new methods before using them
2018-06-18 16:45:44 -03:00
texmex f57bdba5e9 Make username and realname configurable. 2017-06-14 19:55:28 -03:00
Diego Martínez 2f55e0f9a0 Add option to broadcast kick messages.
Default value is false.
2017-02-21 02:07:36 -03:00
Auke Kok f98282818d Print reconnect interval, clean up reconnect comment.
Follows #23
2016-05-21 22:43:14 -07:00
Robbie Ferguson 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
ShadowNinja 18b80bd127 Remove default values for some settings 2015-03-10 18:43:56 -04:00
ShadowNinja 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
ShadowNinja e87d2e5bf2 Rename SASLPass and SASLUser settings to sasl.pass and sasl.user 2014-05-15 20:51:29 -04:00
ShadowNinja 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