Commit Graph

  • 3d162344f3 Update messages master luk3yx 2021-05-27 15:54:00 +12:00
  • db801fb81b Merge branch 'master' of https://github.com/BlockySurvival/irc2 into HEAD flux 2020-08-20 19:56:08 +00:00
  • db3b43a635 callback.lua flux 2020-08-20 19:25:28 +00:00
  • 7fbbfd6cdb Fix failing luacheck SmallJoker 2020-07-18 18:00:38 +02:00
  • cc78f12a4c
    Display total number of players with /who (#65) Andrey Kozlovskiy 2020-07-18 18:57:42 +03:00
  • ceb40e2bb3
    Add luacheck GitHub integration (#62) David Leal 2020-02-19 11:46:29 -06:00
  • 7f86747ece
    Minor luacheck fixes (#1) David Leal 2020-02-12 21:39:41 -06:00
  • 4aeb01a9bd more merging flux 2019-11-23 22:45:12 +00:00
  • 68d6f88900 Merge branch 'master' of https://github.com/minetest-mods/irc into HEAD flux 2019-11-23 22:38:51 +00:00
  • 5e3659761b Add extra library search path (#60) Wade Cline 2019-10-17 12:29:02 -07:00
  • ac0387786c Fix deprecated functions, update to 5.x (#59) David Leal 2019-10-05 02:25:05 -05:00
  • 05ab5e9fbd Fix message when a player on another server times out (#58) rdococ 2019-09-21 14:22:41 +01:00
  • 305cd1188a update path flux 2019-07-25 02:06:08 +00:00
  • ba8d4f2d7d update settings getters flux 2019-07-25 02:04:45 +00:00
  • 8507a9b80f irc2 updates flux 2019-07-25 01:53:22 +00:00
  • 68db07eeb8 updates for blocky survival (xeroxirc) flux 2019-07-25 01:42:23 +00:00
  • 1c23f8987b add another lua search path for JIT Vanessa Dannenberg 2019-02-13 21:46:50 -05:00
  • 66bb7fc47d Prevent players from joining the channel when logged in from IRC luk3yx 2019-02-12 17:10:41 +13:00
  • b4fbccd64a Add support for configurable coloring of IRC messages in-game Anand S 2018-09-09 21:38:02 +05:30
  • c9c57a6f93 Avoid deprecation warnings. D Tim Cummings 2018-06-19 05:45:44 +10:00
  • f57bdba5e9 Make username and realname configurable. texmex 2017-06-15 00:55:28 +02:00
  • 070eb51236 Remove minetest colour codes before sending messages to IRC. red-001 2017-05-04 18:25:28 +01:00
  • e80bbe3a62 Fix warning about deprecated call. Diego Martínez 2017-05-02 21:52:44 -03:00
  • 1d4fd5a162 Better method to avoid impersonation. Diego Martínez 2017-03-24 22:33:43 -03:00
  • 6bf4e111c2 Major cleanup. Diego Martínez 2017-03-15 21:33:47 -03:00
  • 5f8850bc15 Stop saying "try list" on an invalid command. luk3yx 2017-03-02 16:32:20 +13:00
  • 2f55e0f9a0 Add option to broadcast kick messages. Diego Martínez 2017-02-21 02:07:36 -03:00
  • 78fbe26a2c Fix error if @ with no name is used. Diego Martínez 2017-02-16 02:38:44 -03:00
  • 33542b07fe Add .luacheckrc and fix warnings. Diego Martínez 2017-02-16 02:36:04 -03:00
  • 6bbb26f9f9 Add description.txt. Diego Martínez 2017-02-12 02:58:40 -03:00
  • ae0cb08e3e Remove leading whitespace from command before processing. Diego Martínez 2017-01-29 15:05:42 -03:00
  • bb5f549193 Don't remove characters above 0x80. Diego Martínez 2017-01-11 22:37:54 -03:00
  • 4c334e9967 Update README. Diego Martínez 2016-12-09 03:16:10 -03:00
  • a18820356a Fix error in previous help merge. Diego Martínez 2016-12-03 18:35:17 -03:00
  • 0c8538bfb8 Fix issue with previous commit. Diego Martínez 2016-12-03 03:13:48 -03:00
  • 9f8b4fd4af Fix SASL auth under secure environment. Diego Martínez 2016-12-02 21:47:21 -03:00
  • 73cdb58c99 Queue NickServ message for later. Diego Martínez 2016-12-02 20:40:18 -03:00
  • 3e2d98f9ef Silence warnings about module in ltn12. Diego Martínez 2016-12-01 02:57:56 -03:00
  • 12248cc847 Minor changes to botcmds.lua. Diego Martínez 2016-11-28 22:17:08 -03:00
  • 160088c232 Use return values whenever possible in chatcmds.lua. Diego Martínez 2016-11-28 02:02:40 -03:00
  • 03070e41c4 Check nickname using RFC1459 rules in botcmds.lua. Diego Martínez 2016-11-28 01:05:46 -03:00
  • b5786979ab Use return values in player_part.lua. Diego Martínez 2016-11-20 20:53:01 -03:00
  • d5ad8ffca4 Add IRC messages to log. tai 2016-11-05 22:29:33 +00:00
  • 0f6e1dacc4 Create mod.conf Auke Kok 2016-11-15 09:18:33 -08:00
  • ecc1d450ba Add settingtypes.txt. Diego Martínez 2016-11-13 12:13:17 -03:00
  • 18f286f4b5 Reset require function after loading all sub-modules. Diego Martínez 2016-11-09 22:42:51 -03:00
  • 0c47e10a90 Update installation instructions to use new repo URL. Diego Martínez 2016-10-06 21:09:59 -03:00
  • 43493eb2ea Report when players time out instead of leaving normally. (#25) Diego Martínez 2016-06-19 23:20:20 -03:00
  • f98282818d Print reconnect interval, clean up reconnect comment. Auke Kok 2016-05-21 22:43:14 -07:00
  • 03edbd29ed Add "reconnect" time variable to config. (#23) Robbie Ferguson 2016-05-18 18:03:34 -04:00
  • 464f2febee Switch to luarocks installation method for Debian and derivatives ThatGraemeGuy 2016-01-09 15:47:08 -05:00
  • 0c900dbac2 Add support for mod security ShadowNinja 2015-05-16 19:54:24 -04:00
  • 38832b3c55 Improve README ShadowNinja 2015-04-03 13:18:38 -04:00
  • fd1a570794 Remove undefined global warning without LuaJIT ShadowNinja 2015-04-03 12:42:57 -04:00
  • 18b80bd127 Remove default values for some settings ShadowNinja 2015-03-10 18:43:56 -04:00
  • 43cb77fab8 Send CAP END for SASL ShadowNinja 2015-03-10 13:33:41 -04:00
  • df229cabe6 Update LuaIRC ShadowNinja 2015-02-07 13:21:22 -05:00
  • 30fa81a3ab Don't allow a user with the nick "IRC" to impersonate other users ShadowNinja 2015-01-27 11:36:29 -05:00
  • 32294995be Fix /irc_names crashing if not connected. Diego Martínez 2015-01-17 22:41:24 -03:00
  • d0ebde3884 Add Minetest version to CTCP VERSION reply ShadowNinja 2014-10-01 16:19:10 -04:00
  • 9e15a886b4 Work around missing package search paths of Minetest's built-in Lua ShadowNinja 2014-09-10 14:00:49 -04:00
  • 12b1b07afe Remove newlines from replies ShadowNinja 2014-07-07 23:22:52 -04:00
  • e92eec3987 Change load order so that LuaIRC loads first ShadowNinja 2014-06-06 11:06:18 -04:00
  • 8aa442e87f Update LuaIRC ShadowNinja 2014-06-03 15:00:55 -04:00
  • 5655f75946 Add success and message return values to bot commands ShadowNinja 2014-05-28 20:05:26 -04:00
  • 8e6a9a287f Use LuaSocket's base 64 encoding function ShadowNinja 2014-05-28 19:36:15 -04:00
  • 26ca287b09 Check connectivity before sending messages ShadowNinja 2014-05-26 03:04:35 -04:00
  • 3b35bb1871 Fix leaked globals. Diego Martínez 2014-05-28 12:05:08 -03:00
  • 56a5de4a91 Fix typo in connect. Diego Martínez 2014-05-28 11:59:10 -03:00
  • 706a6fbe27 Rename "mt_irc" namespace to "irc" ShadowNinja 2014-05-25 22:52:24 -04:00
  • e87d2e5bf2 Rename SASLPass and SASLUser settings to sasl.pass and sasl.user ShadowNinja 2014-05-15 20:51:29 -04:00
  • ed20a55899 Remove included Lua and LuaSocket source ShadowNinja 2014-05-15 20:09:42 -04:00
  • 13d6116f8e Add backup files to .gitignore ShadowNinja 2014-05-06 15:28:07 -04:00
  • af4b92921f Update LuaIRC, and code to match ShadowNinja 2014-05-06 15:26:13 -04:00
  • f88760a273 Switch build system to SConstruct ShadowNinja 2014-04-08 13:52:25 -04:00
  • 4c70a06e87 Remove unnecessary search path addition ShadowNinja 2014-03-23 00:40:06 -04:00
  • 69492966a7 Remove duplicate luasocket sources from CMakeLists.txt ShadowNinja 2014-03-15 20:23:48 -04:00
  • ea24a7501c Print in-channel IRC commands in-game ShadowNinja 2014-03-13 21:18:49 -04:00
  • cdc6067e87 Wait even longer before auto-connecting ShadowNinja 2014-02-27 00:21:58 -05:00
  • 8d8a8ec519 Delay connecting until the first server step ShadowNinja 2014-02-22 13:49:47 -05:00
  • d1a0579135 Reformat quick_install.sh and use symbolic links ShadowNinja 2014-02-04 16:30:57 -05:00
  • 3a06814f18 Change formating of remote server join/leave messages ShadowNinja 2014-02-01 17:58:51 -05:00
  • 8e4b863549 Add option to not send join and part messages to IRC ShadowNinja 2014-02-01 17:56:33 -05:00
  • a25527100a Rework config ShadowNinja 2014-02-01 17:03:44 -05:00
  • 5604fa5582 Send only first chat line. kaeza 2014-01-08 23:39:21 -02:00
  • 10f32b77b0 Add "[off]" prefix for messages not to be sent to the "other side". kaeza 2013-12-27 12:57:35 -02:00
  • aa299b7a10 Make prefixes case-insensitive ShadowNinja 2013-12-22 15:41:22 -05:00
  • d81f80155f Add in-channel commands ShadowNinja 2013-12-02 18:15:29 -05:00
  • c3ddf1df70 Quick hack to prevent those ugly "<invalid multibyte string>" messages. kaeza 2013-10-27 08:57:42 -02:00
  • 0d57978c84 Add separator to !players command. kaeza 2013-10-26 17:33:12 -02:00
  • 99c7c56733 Simplify CTCP code ShadowNinja 2013-10-23 08:32:03 -04:00
  • d21f5b3403 Fix wrong check for common service and bot suffixes. kaeza 2013-10-23 01:23:02 -02:00
  • b647378490 Add `/irc_names' command. kaeza 2013-10-23 01:20:27 -02:00
  • a1671fca52 Change tabs to spaces in README. kaeza 2013-10-22 19:18:56 -02:00
  • 0901083dd0 Use upvalues in anonymous functions ShadowNinja 2013-10-19 18:45:39 -04:00
  • 85b4ba3f8f Rename !who to !players and make it list all players ShadowNinja 2013-10-08 13:06:27 -04:00
  • 290082760b Add support for common CTCP commands ShadowNinja 2013-10-08 12:29:22 -04:00
  • 5b0671b512 Add CMakeFiles/ to .gitignore ShadowNinja 2013-10-08 10:59:11 -04:00
  • ccea0ff33c Update LuaIRC (Generate alternate nicknames) ShadowNinja 2013-10-08 10:57:37 -04:00
  • 4313a06505 Fix crash ShadowNinja 2013-08-28 10:58:12 -04:00