pissircd/src
2025-06-19 18:16:37 +02:00
..
macosx Unrealircd to UnrealIRCd 2022-12-14 15:24:19 +00:00
modules Merge branch 'unrealircd:unreal60_dev' into piss60 2025-06-19 18:16:37 +02:00
windows Conflict fix 2025-03-27 12:15:47 +01:00
aliases.c Add deconfused to TextAnalysis. Add ClientContext * to match_spamfilter(). 2025-03-23 12:13:38 +01:00
api-apicallback.c Disable some recent debugcode even with DEBUGMODE on ;D 2023-11-27 10:55:56 +01:00
api-channelmode.c Make Cmode_t an unsigned long long to have more chanmodes on 32 bit archs. 2023-07-11 15:27:13 +02:00
api-clicap.c Add LineCache which is used when sending a message to a channel. 2023-05-15 15:27:52 +02:00
api-command.c Pass ClientContext in CMD_FUNC() and friends. So extra arg. Breaking change. 2025-03-21 15:40:42 +01:00
api-efunctions.c Make SPAMINFO show the UTF8 block names a text uses. 2025-03-23 13:03:58 +01:00
api-event.c Make "./unrealircd rehash" show output on the terminal, same for 2022-01-02 20:17:36 +01:00
api-extban.c Do some sanity checking on extban names: max 32 characters and 2023-03-29 16:39:16 +02:00
api-history-backend.c Fix rejected_deletes setting in history_delete() 2023-07-02 10:18:26 +02:00
api-isupport.c Add support for set unknown-users { } and the like: 2023-05-22 12:07:43 +02:00
api-messagetag.c Rename loop struct members: 2021-08-18 13:08:42 +02:00
api-moddata.c Moddata fixes: LoadPersistent*()/SavePersistent*() and removing mdata. 2023-11-10 10:08:50 +01:00
api-rpc.c JSON-RPC: don't log the RPC calls if they are just for listing/getting, 2023-01-14 16:40:48 +01:00
api-usermode.c Fix limit for channel modes kicking in too soon. 2021-12-11 10:33:47 +01:00
auth.c Make binarytohex() from src/misc.c available and use it in certfp code. 2024-11-27 12:37:27 +01:00
buildmod Actually completely fix #6365, replaces previous temporary fix. 2023-11-13 09:49:56 +01:00
channel.c Fix make_channel() not checking minimal validity of channel names. 2024-12-13 10:18:02 +01:00
conf.c Merge branch 'unrealircd:unreal60_dev' into piss60 2025-06-19 18:16:37 +02:00
conf_preprocessor.c Whoops. Accidentially committed a debug line. 2024-05-06 10:01:14 +02:00
crashreport.c Fix crash reporter to use SNI. 2023-11-26 15:52:47 +01:00
crypt_blowfish.c Use 'client' everywhere (if there is no confusion) instead of 'sptr' or 'cptr'. 2019-10-04 15:25:35 +02:00
dbuf.c Support RPC calls to remote servers, where the RPC request/response is 2023-01-13 12:45:51 +01:00
debug.c It's raining consts... 2021-09-11 09:56:22 +02:00
dispatch.c Add debugging code to trace source of io.BUG_FD_SETSELECT_OUT_OF_RANGE (fd=-2). 2024-07-18 08:10:49 +02:00
dns.c Fix IPv6 hosts not resolving in UnrealIRCd 6.1.8 / 6.1.8.1. 2024-11-16 13:17:06 +01:00
fdlist.c Unrealircd to UnrealIRCd 2022-12-14 15:24:19 +00:00
hash.c Merge remote-tracking branch 'upstream/unreal60_dev' into piss60 2024-09-19 00:02:33 +01:00
ircd.c Add deconfused to TextAnalysis. Add ClientContext * to match_spamfilter(). 2025-03-23 12:13:38 +01:00
ircd_vars.c Add detection and set the high connect rate to 1000 per seconds. 2023-05-18 13:15:17 +02:00
ircsprintf.c Fix irc*printf handling of certain negative numbers 2020-08-29 14:13:58 +02:00
json.c Make $client.details follow the ident rules in the handshake too. 2023-10-29 07:05:12 +01:00
list.c An additional dbuf_delete() in free_client() that should be unneeded. 2024-11-17 08:11:55 +01:00
log.c Fix small memory leak if running in DEBUGMODE (mostly for me :D). 2024-12-11 18:25:55 +01:00
Makefile.in Add URL API and use it at one place from central-blocklist. Docs at: 2023-11-25 08:31:12 +01:00
match.c Spamfilters with utf8 features in it where not always working and 2024-01-17 09:56:11 +01:00
mempool.c Get rid of mempool LOG_DBG which is never used 2021-05-30 19:27:35 +02:00
misc.c Make SPAMINFO show the UTF8 block names a text uses. 2025-03-23 13:03:58 +01:00
modulemanager.c Fix module manager: if 1 upgrade failed, the remaining were not upgraded. 2023-11-29 09:08:55 +01:00
modules.c Pass ClientContext in CMD_FUNC() and friends. So extra arg. Breaking change. 2025-03-21 15:40:42 +01:00
openssl_hostname_validation.c Code cleanup: replace "if(" with "if (" 2021-08-18 09:54:43 +02:00
operclass.c Detect operclass::parent loops. 2024-09-23 17:25:17 +02:00
parse.c Move text analysis to main command handler (parse2()). 2025-03-23 12:28:43 +01:00
proc_io_client.c Don't fail on versions older than Windows 10 version 1803. 2022-01-03 13:31:24 +01:00
proc_io_server.c Add missing config.RELOAD logging when using ./unrealircd rehash 2023-01-11 14:01:21 +01:00
random.c Use SHA256 instead of MD5 in add_entropy_configfile() 2021-08-21 14:28:01 +02:00
scache.c Code cleanup: at some places "ClientUser" was used instead of "User". 2021-05-28 15:26:58 +02:00
securitygroup.c Fix config test for security-group 2024-09-25 09:21:44 +02:00
send.c SetDeadSocket() in close_connection() 2023-05-28 18:13:34 +02:00
serv.c Remove some useless code that is flagged by Coverity. 2025-01-26 17:14:55 +01:00
socket.c Fix problem with unsubscribing I/O, leading to 100% CPU in some cases. 2024-11-17 08:09:50 +01:00
support.c Allow modules to provide SASL locally, by hooking into AUTHENTICATE. 2024-05-13 13:23:59 +02:00
tls.c Fix ecdh-curve X25519 missing when using the defaults. 2024-11-17 12:08:23 +01:00
unrealdb.c Code cleanup: some strncmp -> str_starts_with* replaces (less chance of mistakes) 2023-06-17 17:50:37 +02:00
unrealircdctl.c Fix spelling mistake on rehash (#271) 2024-03-09 06:07:31 +00:00
url_curl.c When using cURL for remote includes we now explicitly disable TLSv1.2 2024-11-17 12:32:35 +01:00
url_unreal.c Oh url_unreal.c needs this too, to get rid of the warning. 2024-07-01 16:46:11 +02:00
user.c Prevent early UID cut-off. This doesn't happen with current unrealircd traffic 2024-11-24 09:56:06 +01:00
utf8.c Ok now make it 100% the same as pure IRC. There was still 1 char missing :D 2024-09-25 09:54:29 +02:00
version.c.SH Conflict fix 2025-03-27 12:15:47 +01:00
whowas.c Fix whowasdb module causing WHOWAS entries to vanish (way too soon) 2024-03-29 09:41:48 +01:00