Commit Graph

27 Commits

Author SHA1 Message Date
Sys Quatre 612a94bbf1 Merge branch 'master' of yunohost.local:minetest-mods/irc into nalc-1.2-dev 2019-12-22 13:32:22 +01:00
Wade Cline 5e3659761b Add extra library search path (#60) 2019-10-17 21:29:02 +02:00
David Leal ac0387786c Fix deprecated functions, update to 5.x (#59) 2019-10-05 09:25:05 +02:00
Sys Quatre 47f889c178 Merge branch 'master' into nalc-1.2 2019-05-09 22:41:39 +02:00
Vanessa Dannenberg 1c23f8987b add another lua search path for JIT 2019-02-15 20:32:28 -03:00
sys4-fr 6a7053582d Ajoute message de chargement du mod dans le journal "action" 2018-12-26 00:00:52 +01:00
texmex f57bdba5e9 Make username and realname configurable. 2017-06-14 19:55:28 -03:00
Diego Martínez 6bf4e111c2 Major cleanup.
- Use `irc.foo` notation instead of `irc:foo`. It still
  supports the `irc:foo` usage, but will helpfully issue
  a warning with the location of the offending code.
- Remove unused arguments from functions.
2017-03-15 21:40:12 -03:00
Diego Martínez 33542b07fe Add `.luacheckrc` and fix warnings. 2017-02-16 02:36:04 -03:00
Diego Martínez 0c8538bfb8 Fix issue with previous commit.
Mea culpa. It was possible an error caused `require` to
not be reset, causing possible errors in the future.
2016-12-03 03:15:17 -03:00
Diego Martínez 9f8b4fd4af Fix SASL auth under secure environment. 2016-12-02 21:47:21 -03:00
Diego Martínez 73cdb58c99 Queue NickServ message for later.
Fixes #35.
2016-12-02 20:43:08 -03:00
Diego Martínez 3e2d98f9ef Silence warnings about `module` in `ltn12`. 2016-12-01 02:57:56 -03:00
Diego Martínez 18f286f4b5 Reset `require` function after loading all sub-modules.
Fixes an issue with `hooks.lua` calling the (old, disabled)
`require` function.
2016-11-09 22:47:12 -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 0c900dbac2 Add support for mod security 2015-05-16 19:54:24 -04:00
ShadowNinja fd1a570794 Remove undefined global warning without LuaJIT 2015-04-03 12:42:57 -04:00
ShadowNinja 9e15a886b4 Work around missing package search paths of Minetest's built-in Lua 2014-09-10 14:00:49 -04:00
ShadowNinja 12b1b07afe Remove newlines from replies 2014-07-07 23:22:52 -04:00
ShadowNinja e92eec3987 Change load order so that LuaIRC loads first 2014-06-06 11:06:18 -04:00
ShadowNinja 8e6a9a287f Use LuaSocket's base 64 encoding function 2014-05-28 19:38:24 -04:00
ShadowNinja 26ca287b09 Check connectivity before sending messages 2014-05-28 19:38:23 -04:00
Diego Martínez 3b35bb1871 Fix leaked globals. 2014-05-28 12:05:08 -03:00
Diego Martínez 56a5de4a91 Fix typo in connect.
This caused bot to fail to connect to servers protected with passwords.

Reported by reactor.
2014-05-28 11:59:10 -03: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 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