Commit Graph

  • 50725c6035
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-12-17 12:47:09 +0100
  • c31b4836c8
    Reorder release notes a bit [skip ci] Bram Matthys 2022-12-14 19:52:35 +0100
  • 06f1357698
    Get rid of forgotten references to ./unrealircd upgrade-conf (#241) ZarTek @ CREOLE 2022-12-14 19:47:43 +0100
  • b53f23416d Unrealircd to UnrealIRCd ZarTek @ CREOLE 2022-12-14 16:17:29 +0100
  • 67ec21f4e9 unreal to unrealircd ZarTek @ CREOLE 2022-12-14 15:20:44 +0100
  • 4e408d59de ./unreal to ./unrealircd ZarTek @ CREOLE 2022-12-14 15:18:11 +0100
  • 9f8dc9be40 Update help.conf PeGaSuS 2022-12-12 09:39:24 +0100
  • e2364a31df
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-12-12 18:58:45 +0100
  • 4992804f4e
    Enhance ./unrealircd start and ./unrealircd restart: * The `./unrealircd start` command will now refuse to start if UnrealIRCd is already running. * The `./unrealircd restart` command will validate the configuration file (it will call `./unrealircd configtest`). If there is a configuration error then the restart will not go through and the current UnrealIRCd process is kept running. Bram Matthys 2022-12-12 14:58:20 +0100
  • 037f9d6dcf
    Add internal timeout to unrealircdctl, just in case UnrealIRCd hangs. This because we will soon use that script for 'start' too... [skip ci] Bram Matthys 2022-12-12 14:54:07 +0100
  • b7f2ce9fd8
    Show better error on ./unrealircd start when .so files are missing. And refer to https://www.unrealircd.org/docs/FAQ#shared-library-error Bram Matthys 2022-12-12 09:13:50 +0100
  • c06d89afa3
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-12-11 15:30:42 +0100
  • 165639a007
    Fix ExtBanAdd() for bans that are registered in both MOD_TEST and MOD_INIT leading to duplicates. The effect was that in the 005 EXTBAN= string some letters showed up twice like EXTBAN=~,aacfjmnpqrrtCCGGOSST. Reported by jesse in https://bugs.unrealircd.org/view.php?id=6199 Bram Matthys 2022-12-10 10:39:51 +0100
  • d82473d930
    Update README.md angryce 2022-12-07 14:03:01 +0100
  • 4825d5a9a6 Merge branch 'unrealircd-unreal60_dev' into piss60 angryce 2022-12-07 14:01:12 +0100
  • 7722ec1aa2 Merge branch 'unreal60_dev' of https://github.com/unrealircd/unrealircd into unrealircd-unreal60_dev angryce 2022-12-07 14:00:53 +0100
  • 6ae5c9d77f
    Fix leak of 1 file descriptor per /REHASH (the control socket). In "/STATS P" one additional UNIX control socket appeared after each "/REHASH". Reported by jesse. Bram Matthys 2022-12-07 12:33:12 +0100
  • c56d0b7f18
    Update release notes: fix browser reference, has to be <1.2 and not =1.2. Bram Matthys 2022-12-07 12:26:12 +0100
  • 85537efdbd
    BuildBot on Windows: Updates for new libraries [skip ci] Bram Matthys 2022-12-07 11:03:17 +0100
  • e29b815c13
    Update shipped argon2: change Makefile to use 'lib' directory instead of subdir Otherwise things get installed in ~/unrealircd/lib/x86_64-linux-gnu/ which confuses the rest of the system and has no added value whatsoever in our case. Bram Matthys 2022-12-07 09:45:59 +0100
  • ac5c517774
    *** UnrealIRCd 6.0.5-rc1 *** Bram Matthys 2022-12-07 09:10:22 +0100
  • 8d228f5dbe
    Remove unused --enable-opt argument to jansson ./configure Bram Matthys 2022-12-07 09:06:42 +0100
  • 8f311bb975
    Update shipped argon2 to 20190702 (latest release) from https://github.com/P-H-C/phc-winner-argon2/releases Bram Matthys 2022-12-07 08:59:40 +0100
  • efaba7f91e
    Rename argon2-20181209.tar.gz to argon2.tar.gz so name keeps consistent like all the other shipped libs. Bram Matthys 2022-12-07 08:57:59 +0100
  • bb0a50d839
    ** UnrealIRCd 6.0.5-rc1 ** Bram Matthys 2022-12-07 08:44:09 +0100
  • 36a8949d59
    Fix "/STATS o" returning (null) items when advanced matching criteria are being used. This also applies to similar use in some other /STATS like tld blocks. Bram Matthys 2022-12-07 08:30:52 +0100
  • 7bab7144ed
    Send empty batch on CHATHISTORY request for a user (non-channel), which makes it similar behavior to channels that are not +H. Bram Matthys 2022-12-07 08:15:41 +0100
  • 7bacf25845 Add ACCOUNTEXTBAN ISUPPORT token Valentin Lorentz 2022-11-23 19:54:06 +0100
  • 36d9e8e720
    RPC spamfilter.*: fix validations not working due to changes yesterday Bram Matthys 2022-12-06 17:20:29 +0100
  • fe8661da3d
    RPC: implement spamfilter.del and spamfilter.get Bram Matthys 2022-12-05 15:39:59 +0100
  • 61e68d65da
    Update a comment [skip ci] Bram Matthys 2022-12-05 14:51:22 +0100
  • d9ac4cac07
    Add RPC 'rpc.info': returns list of RPC methods, RPC module name and version. This can be useful for checking if a server supports something and what format it expects or returns things, etc. Bram Matthys 2022-12-05 14:48:14 +0100
  • 5b0899ac4f
    And more release notes updates... [skip ci] Bram Matthys 2022-12-05 09:48:30 +0100
  • 24b3532a83
    Update release notes [skip ci] Bram Matthys 2022-12-05 09:24:37 +0100
  • 44306b597d
    Update release notes for 6.0.5 Bram Matthys 2022-12-05 09:10:50 +0100
  • 44394e2f35
    Update README.md Bram Matthys 2022-12-01 17:17:11 +0000
  • 32aa643b25
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-11-30 15:51:57 +0100
  • 6fe5630b1c
    BuildBot: update cipherscan profiles (all new baseline now? makes it easy..) Bram Matthys 2022-11-27 17:44:45 +0100
  • ee1f8d84a0
    Require TLSv1.2 or later and require a modern cipher with forward secrecy. Bram Matthys 2022-11-27 16:59:22 +0100
  • cfea8b32f0
    BuildBot: install modules after and not before 'make install', and check exit status Bram Matthys 2022-11-27 16:16:06 +0100
  • 8587105cf2
    Merge branch 'unreal60_dev' into piss60 Ron Nazarov 2022-11-19 14:20:01 +0000
  • 5ee4c503a7
    Update release notes Bram Matthys 2022-11-18 18:39:51 +0100
  • 419fff13ec
    Mention that websocket users must now load the webserver module too. Reported by PeGaSuS in https://github.com/unrealircd/unrealircd/pull/234 Bram Matthys 2022-11-18 18:37:37 +0100
  • c756c87be2
    Update blacklist::reason changing the $variables there. This changes the work of commit 2cf60f66a3. $ip: IP address of the banned user $server: name of the IRC server $blacklist: name of the blacklist block (eg. xyz for blacklist xyz { }) $dnsname: the blacklist::dns::name $dnsreply: DNS reply code Bram Matthys 2022-11-18 12:25:30 +0100
  • 475fe46d95
    Add 6.0.4.2 release notes. Bram Matthys 2022-11-18 10:34:52 +0100
  • 4999ae408c Add TLINE command Ron Nazarov 2022-10-30 02:42:11 +0000
  • 758277922d
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-11-17 23:40:09 +0100
  • ea5c3922ad
    Update Makefile.windows for src/modules/svslogin.c Related to previous commit 1a4b701776 Bram Matthys 2022-11-14 08:45:09 +0100
  • 1a4b701776 SVSLOGIN: Move to its own file Valerie Pond 2022-11-12 21:58:09 +0000
  • b3f0165773 Adjust tkl too broad ban detection to avoid banning too-wide IPv6 masks. alice 2022-07-04 01:45:02 +0100
  • 2cf60f66a3 Add on blacklist module two extra variables westor 2022-06-07 02:54:11 -0700
  • b01caa945f Use stable 'extended-monitor' capability name Valentin Lorentz 2022-11-01 09:59:37 +0100
  • a7716f8981 Add support for the stable 'bot' mtag Valentin Lorentz 2022-07-02 15:02:34 +0200
  • 382a83fdec
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-11-10 01:13:42 +0100
  • 2d61cded0d
    Show jansson library version in boot screen and elsewhere IF library version is 2.13 or newer, as this requires jansson_version_str(). Bram Matthys 2022-11-04 14:12:20 +0100
  • 7a5f83e0b6
    Make REHASH always asynchronous (done in the main loop). This means it is safe to REHASH from modules now, which means issuing a REHASH from a websocket connection is now possible. Bram Matthys 2022-11-04 12:36:36 +0100
  • c3824ad47d
    Fix potentially sending invalid data over websockets on REHASH. This makes websocket_common unload last (and near-last: rpc & websocket) and makes us call Mod_Init for these three modules first. This way, the period where the websocket handler is unavailable is kept to a minimum. Bram Matthys 2022-11-04 10:37:42 +0100
  • 8c2e286539
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-11-02 13:13:11 +0100
  • 02285f468d
    Update Turkish example conf & help conf Provided by Diablo - (Serkan Sepetçi) Bram Matthys 2022-10-21 13:42:24 +0200
  • 3de3087c95
    Fix read-after-free when linking in a server (that is fully authenticated) when there is already another established link with a server with the same name. For example, when there is a network issue and the "old server" is still waiting to be timed out and the "new server" is already linking in. Bram Matthys 2022-10-01 08:48:44 +0200
  • 8b0b3d70ff
    Fix crash on REHASH with server linked (6.0.5-git only, due to websocket split) Bram Matthys 2022-09-26 15:17:27 +0200
  • 23dd3a819a
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-08-30 19:36:09 +0200
  • 8bed87e369
    Port 6.0.4.1 release notes which is basically cherry picking commit 0e6fc07bd9 and commit 0d139c6e7c from 6.0.5-git Bram Matthys 2022-08-29 10:12:06 +0200
  • dc55c3ec9f
    Add CALL_CMD_FUNC(cmd_func_name) and use it. This is only for calls within the same module, as otherwise you should use do_cmd(). Bram Matthys 2022-08-28 08:59:46 +0200
  • 4e5598b6cf
    Create and use new CALL_NEXT_COMMAND_OVERRIDE() instead of CallCommandOverride(). Bram Matthys 2022-08-28 08:52:51 +0200
  • 24e3d39aea
    Update windows setup.h for last change. [skip ci] Bram Matthys 2022-08-20 14:06:37 +0200
  • 401ab6f5a1
    Make strlncpy() and strlncat() use strlncat() instead of strlen(). This fixes a possible crash when using RPC with unix domain sockets, reported by Valware. Bram Matthys 2022-08-20 13:46:54 +0200
  • 3ca99ddd52
    Fix JSON-RPC response, should be in "result" and not in "response". This breaks all the current script(s) that depend on it, of course, but makes us correctly conform to the JSON-RPC specification. Reported by Valware. Bram Matthys 2022-08-17 16:56:33 +0200
  • 409ee99590
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-08-11 23:46:25 +0200
  • 0d139c6e7c
    Make /INVITE bypass (nearly) all channel mode restrictions, as it used to be and as it should be IMO. Both for invites by channel ops and for OperOverride. Bram Matthys 2022-08-06 15:42:19 +0200
  • 55c52c3693
    Log file (log::destination::file) now creates directory structure if needed. You could already have something like: log { source { !debug; all; } destination { file "ircd.%Y-%m-%d.log"; } } But now you can also have: log { source { !debug; all; } destination { file "%Y-%m-%d/ircd.log"; } } Bram Matthys 2022-08-05 10:56:00 +0200
  • ac69125bfd
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-08-04 12:26:26 +0200
  • 0e6fc07bd9
    Update verify_link() to return rather than set the link block in a variable. Hopefully this fixes a crash when linking (succesfully authenticated) servers, something which only happens with GCC and only for some people in some cases. Bram Matthys 2022-08-03 14:53:15 +0200
  • 7267d81278
    RPC: add spamfilter.list and spamfilter.add calls. Bram Matthys 2022-08-02 09:26:58 +0200
  • 574419a607
    For JSON spamfilter output: add "ban_duration" and "ban_duration_string" Bram Matthys 2022-08-02 09:21:36 +0200
  • eb9aff4c1c
    RPC: user.get: use JSON_RPC_ERROR_NOT_FOUND if user is not found. Bram Matthys 2022-08-02 08:31:46 +0200
  • b079aa3498
    RPC: Fix "id" not showing up in error responses. rpc_error() and rpc_error_fmt() were called with a NULL request. This also fixes logging of RPC errors to show the name of the RPC call. Bram Matthys 2022-08-02 08:28:49 +0200
  • 6749ab4e0c
    RPC: server_ban: add handling of "expire_at". Was previously always setting expiry to 5 seconds as a placeholder/TODO. Bram Matthys 2022-08-02 08:22:28 +0200
  • 970cd60698
    Use timestamp_iso8601() from server-time module (less duplicate code). Bram Matthys 2022-08-02 08:13:49 +0200
  • 6ec208a081
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-07-06 10:30:26 +0200
  • 8fae1d9306
    Show mode parameters when an IRCOp does MODE #channel, that is: for a channel they are not in, if they have the channel:see:mode:remote permission. This permission is included in all operclasses by default, just like how this is already the case for channel:see:mode:remotebanlist and other related permissions. Bram Matthys 2022-07-03 09:05:47 +0200
  • bfcde12338
    Fix internal function convert_regular_ban() to actually use the buffer that it was provided. Duh! Bram Matthys 2022-07-03 08:58:32 +0200
  • f621ca3ce4
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-07-02 13:30:02 +0200
  • 514a1f6430
    Clean up the listener code (code deduplication 3x -> 1x helper) and also fix a small memory leak on rehash due to listener->webserver not being freed. Bram Matthys 2022-07-02 08:26:20 +0200
  • db85fb13be
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-07-02 00:33:30 +0200
  • 7371498ffd
    Make auto-expansion work for IPv6 bans as well: +b A:B:C:IP -> *!*@A:B:C:IP. Reported by armyn in https://bugs.unrealircd.org/view.php?id=6147 Bram Matthys 2022-07-01 10:13:57 +0200
  • 8703d883dd
    Fix crash with ip change vs 'connect-flood' module. Bram Matthys 2022-06-28 17:28:44 +0200
  • a3fb6bc07b
    Remove leftover of a copypaste in json_expand_tkl() causing a memory leak. Bram Matthys 2022-06-27 10:51:15 +0200
  • c85f666fed
    Fix server_ban_parse_mask() returning with variables set to local storage. More precise, for extended server bans, usermask/hostmask was set to a local variable that was not defined as static char[]. This would lead to corrupt data and/or crashes. Bram Matthys 2022-06-27 10:47:58 +0200
  • 1d701cb7d4
    Remove old "TODO" item in conf file. [skip ci] Bram Matthys 2022-06-25 09:52:15 +0200
  • 29dc2e1e47
    Fix REMOTE_CLIENT_JOIN not showing up for remote joins. There was log code for "JOIN" but not for "SJOIN". Added now. Reported by ComputerTech in https://bugs.unrealircd.org/view.php?id=6141 Bram Matthys 2022-06-25 09:14:43 +0200
  • c60fdad7eb
    RPC: add server_ban.add Bram Matthys 2022-06-24 19:48:59 +0200
  • 2c1457ae6b
    RPC: add server_ban.del Bram Matthys 2022-06-24 19:18:39 +0200
  • 3d9b7e4b70
    RPC: remove tkl, split this up.. starting with server_ban. Currently available: * server_ban.list * server_ban.get with params: name="*@1.2.3.4", type="kline" Bram Matthys 2022-06-24 18:51:14 +0200
  • 22303e2063
    Merge branch 'unrealircd:unreal60_dev' into piss60 angryce 2022-06-24 15:54:48 +0200
  • 6596741638
    Add rpc.modules.default.conf, loads all required modules for JSON-RPC. Bram Matthys 2022-06-24 13:44:41 +0200
  • d3697b8684
    RPC: add tkl.list Bram Matthys 2022-06-24 13:33:05 +0200
  • 36946c6c51
    Move JSON stuff from log.c to json.c now that it is more universal. Bram Matthys 2022-06-24 13:21:27 +0200
  • fa890fb7ab Merge branch 'unrealircd-unreal60_dev' into piss60 angryce 2022-06-23 19:47:01 +0200
  • 99de2b3cee Merge branch 'unreal60_dev' of github.com:unrealircd/unrealircd into unrealircd-unreal60_dev angryce 2022-06-23 19:46:07 +0200