.. |
macosx
|
Unrealircd to UnrealIRCd
|
2022-12-14 15:24:19 +00:00 |
modules
|
Merge remote-tracking branch 'upstream/unreal60_dev' into piss60
|
2024-05-30 00:44:40 +01:00 |
windows
|
Merge remote-tracking branch 'upstream/unreal60_dev' into piss60
|
2024-05-30 00:44:40 +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
|
Allow modules to provide SASL locally, by hooking into AUTHENTICATE.
|
2024-05-13 13:23:59 +02: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
|
Fix crash if you first REHASH and have a parse error (failed rehash 1) and
|
2024-05-20 10:28:33 +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
|
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
|
Using @if with a variable like @if $VAR == "something" was always false.
|
2024-05-06 09:22:53 +02: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 |
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
|
Allow modules to provide SASL locally, by hooking into AUTHENTICATE.
|
2024-05-13 13:23:59 +02: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
|
Update modules.c - Fix small spelling error (#276)
|
2024-05-20 05:47:21 +00: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
|
Don't put insecure gatewayed/proxied connections in 'tls-users' security group.
|
2024-05-20 11:52:23 +02:00 |
send.c
|
SetDeadSocket() in close_connection()
|
2023-05-28 18:13:34 +02:00 |
serv.c
|
Get rid of confusing "REHASH -all" as "REHASH" already does the same.
|
2024-05-03 14:10:27 +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
|
Allow modules to provide SASL locally, by hooking into AUTHENTICATE.
|
2024-05-13 13:23:59 +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 remote-tracking branch 'upstream/unreal60_dev' into piss60
|
2024-05-30 00:44:40 +01:00 |
whowas.c
|
Fix whowasdb module causing WHOWAS entries to vanish (way too soon)
|
2024-03-29 09:41:48 +01:00 |