Commit Graph

212 Commits

Author SHA1 Message Date
bri cassa fc46594dbb Merge remote-tracking branch 'upstream/master' 2023-11-22 23:42:44 +01:00
s20 c088ba4e40
Add number of connected players to `players` command (#73) 2023-11-04 18:56:07 +01:00
bri cassa bb8b755362 Merge remote-tracking branch 'upstream/master' 2022-05-27 18:36:11 +02:00
Miniontoby 758e9b6361
Fix error caused by ident check notice (#71)
Fixed the error where it cannot find an user at the notice hook. 
It happened when you get the `NOTICE * :*** Looking up your hostname and checking ident`
Because `*` is not in the `<nick>!<ident>@<host>`
2022-03-23 22:13:51 +01:00
Sys Quatre ee81559532 Merge remote-tracking branch 'upstream/master' 2020-07-19 22:39:46 +02:00
SmallJoker 7fbbfd6cdb Fix failing luacheck 2020-07-18 18:00:38 +02:00
Andrey Kozlovskiy cc78f12a4c
Display total number of players with /who (#65) 2020-07-18 17:57:42 +02:00
Sys Quatre 0f46251d00 Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev 2020-02-19 23:56:48 +01:00
David Leal ceb40e2bb3
Add luacheck GitHub integration (#62) 2020-02-19 18:46:29 +01:00
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
rdococ 05ab5e9fbd Fix message when a player on another server times out (#58) 2019-09-21 15:22:41 +02:00
Sys Quatre 2a88c47de4 Merge branch 'nalc' into nalc-1.2 2019-05-11 22:40:34 +02:00
Sys Quatre 0f00fa8c7e Mise à jour de l'URL du submodule irc again 2019-05-11 22:37:09 +02:00
Sys Quatre 351a86cbf2 Mise à jour de l'URL du submodule irc 2019-05-11 19:53:46 +02:00
Sys Quatre 1b71c304c5 Mise à jour de l'URL du submodule irc 2019-05-11 19:46:31 +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
luk3yx 66bb7fc47d Prevent players from joining the channel when logged in from IRC 2019-02-12 19:17:09 -03:00
sys4-fr 6a7053582d Ajoute message de chargement du mod dans le journal "action" 2018-12-26 00:00:52 +01:00
sys4-fr 5e877956a5 Corrige l'url du submodule irc 2018-12-09 21:36:12 +01:00
sys4-fr 60bf32e157 Mise à jour du submodule irc 2018-12-09 21:19:42 +01: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
red-001 070eb51236 Remove minetest colour codes before sending messages to IRC. 2017-05-04 18:59:58 -03:00
Diego Martínez e80bbe3a62 Fix warning about deprecated call.
Fixes #39.
2017-05-02 21:52:44 -03:00
Diego Martínez 1d4fd5a162 Better method to avoid impersonation. 2017-03-24 22:33:43 -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
luk3yx 5f8850bc15 Stop saying "try `list`" on an invalid command.
As the list command is deprecated, this reference to it should be changed.
2017-03-02 01:11:13 -03:00
Diego Martínez 2f55e0f9a0 Add option to broadcast kick messages.
Default value is false.
2017-02-21 02:07:36 -03:00
Diego Martínez 78fbe26a2c Fix error if `@` with no name is used. 2017-02-16 02:38:44 -03:00
Diego Martínez 33542b07fe Add `.luacheckrc` and fix warnings. 2017-02-16 02:36:04 -03:00
Diego Martínez 6bbb26f9f9 Add `description.txt`. 2017-02-12 02:58:40 -03:00
Diego Martínez ae0cb08e3e Remove leading whitespace from command before processing.
Fixes bug where `Server:  asdf` (note the double space)
gets taken as an empty command name.
2017-01-29 15:05:42 -03:00
Diego Martínez bb5f549193 Don't remove characters above 0x80. 2017-01-11 22:37:54 -03:00
Diego Martínez 4c334e9967 Update README. 2016-12-09 03:16:10 -03:00
Diego Martínez a18820356a Fix error in previous `help` merge. 2016-12-03 18:41:01 -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 12248cc847 Minor changes to `botcmds.lua`.
- Merge `list` into `help`.
- Use `table.concat` to remove trailing comma.
2016-11-28 22:17:08 -03:00
Diego Martínez 160088c232 Use return values whenever possible in `chatcmds.lua`.
Also minor fixes.
2016-11-28 02:02:40 -03:00
Diego Martínez 03070e41c4 Check nickname using RFC1459 rules in `botcmds.lua`. 2016-11-28 01:05:46 -03:00
Diego Martínez b5786979ab Use return values in `player_part.lua`.
Also minor style fixes.
2016-11-20 20:53:01 -03:00
tai d5ad8ffca4 Add IRC messages to log. 2016-11-20 15:21:37 -03:00
Auke Kok 0f6e1dacc4 Create mod.conf 2016-11-17 11:23:53 -05:00
Diego Martínez ecc1d450ba Add `settingtypes.txt`.
This allows configuring the mod from the GUI.
2016-11-13 12:13:17 -03:00