pissircd/src
alice 3a8fc98b41 Merge branch 'unreal60_dev' of https://github.com/unrealircd/unrealircd into piss60 2024-04-22 22:28:20 +01:00
..
macosx Unrealircd to UnrealIRCd 2022-12-14 15:24:19 +00:00
modules Merge branch 'unreal60_dev' of https://github.com/unrealircd/unrealircd into piss60 2024-04-22 22:28:20 +01:00
windows Merge branch 'unreal60_dev' of https://github.com/unrealircd/unrealircd into piss60 2024-04-22 22:28:20 +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
aliases.c Rename find_person() to find_user() to be consistent in the naming that 2021-09-25 16:44:11 +02: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 Make "./unrealircd rehash" show output on the terminal, same for 2022-01-02 20:17:36 +01:00
api-efunctions.c Add oper::auto-join. This setting overrides set::oper-auto-join. 2024-01-10 17:06:35 +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 Warn on plaintext oper::password in conf and even go as far as 2023-07-15 19:02:31 +02:00
buildmod Actually completely fix #6365, replaces previous temporary fix. 2023-11-13 09:49:56 +01:00
channel.c Remove set::maxbanlength as it is not useful and only confusing. 2023-05-28 20:25:02 +02:00
conf.c Make the check for unedited conf happen before password hashing. 2024-04-07 08:44:21 +02:00
conf_preprocessor.c Add conditional config defines: 2023-07-07 21:05:38 +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 Fix some warnings: change an int to time_t and vice-versa 2023-04-01 09:52:19 +02:00
dns.c Add RegisterApiCallbackResolverHost() and make blacklist module non-PERM. 2023-11-25 09:39:50 +01:00
fdlist.c Unrealircd to UnrealIRCd 2022-12-14 15:24:19 +00:00
hash.c Merge branch 'unreal60_dev' of github.com:unrealircd/unrealircd into unrealircd-unreal60_dev 2023-06-29 05:47:50 +02:00
ircd.c Move 'reserved clients' stuff to runtime, since 'ulimit -n' could be lower. 2023-12-28 09:00:09 +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 Fix memory leak if using sni blocks 2023-07-16 18:52:32 +02:00
log.c Initial work on spamreport { } block. Not really useful yet. 2023-07-08 15:35:08 +02: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 Add oper::auto-join. This setting overrides set::oper-auto-join. 2024-01-10 17:06:35 +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 Add value check for blacklist config, well, fix it i mean. 2023-11-26 16:36:11 +01:00
openssl_hostname_validation.c Code cleanup: replace "if(" with "if (" 2021-08-18 09:54:43 +02:00
operclass.c Return true from ValidatePermissionsForPath() for &me. 2023-01-07 15:20:48 +01:00
parse.c Add new spamfilter type 'raw' which matches against a raw command/protocol line. 2023-07-16 19:47:43 +02: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 ::exclude-security-group not working. 2023-10-12 18:46:18 +02:00
send.c SetDeadSocket() in close_connection() 2023-05-28 18:13:34 +02:00
serv.c Add support for "REHASH -centralspamfilter" (alias "REHASH -cs") to force 2023-10-06 08:49:43 +02:00
socket.c Move 'reserved clients' stuff to runtime, since 'ulimit -n' could be lower. 2023-12-28 09:00:09 +01:00
support.c Reporting spam to DroneBL now works, see https://www.unrealircd.org/docs/Spamreport_block 2023-07-09 13:07:29 +02:00
tls.c Add URL API and use it at one place from central-blocklist. Docs at: 2023-11-25 08:31:12 +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 Move dns.h include to unrealircd.h and remove it elsewhere. 2023-11-25 09:05:55 +01:00
url_unreal.c Remove accidental 'else' that caused modulemgr to freeze / make install to hang. 2023-11-25 12:30:44 +01:00
user.c Don't bump reputation scores anymore for users who are in no channels or 2023-09-17 11:47:34 +02:00
utf8.c Fix bug in unrl_utf8_make_valid() where on invalid UTF8 it would use 2023-04-05 09:41:12 +02:00
version.c.SH Merge branch 'unreal60_dev' of https://github.com/unrealircd/unrealircd into piss60 2024-04-22 22:28:20 +01:00
whowas.c Fix whowasdb module causing WHOWAS entries to vanish (way too soon) 2024-03-29 09:41:48 +01:00