pissircd/src
angryce 94c04fda0e
Merge branch 'piss60' into unreal60
2021-11-14 16:06:52 +01:00
..
macosx Some text updates UnrealIRCd 5 -> UnrealIRCd 6 2021-10-31 07:20:57 +01:00
modules Merge branch 'piss60' into unreal60 2021-11-14 16:06:52 +01:00
windows Merge branch 'unreal60' into piss60 2021-11-06 17:37:34 -03:00
Makefile.in Get rid of ./unrealircd upgrade-conf (was for 3.2.x to 4.x) 2021-09-24 16:40:42 +02: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-channelmode.c Need to use ARRAY_SIZEOF() here, of course. (Not that it this bug 2021-11-06 11:28:33 +01:00
api-clicap.c Rename loop struct members: 2021-08-18 13:08:42 +02:00
api-command.c Change char *parv[] to const char *parv[] everywhere. This is a BIG change. 2021-09-11 16:02:44 +02:00
api-efunctions.c Add set::whois-detail which allows you to configure which items 2021-09-27 17:27:26 +02:00
api-event.c Const const const 2021-09-11 08:17:12 +02:00
api-extban.c Get rid of ExtBan_Table[] and use a linked list called extbans. 2021-09-26 13:11:21 +02:00
api-history-backend.c Get rid of if (module) in HistoryBackendAdd() as it is never NULL. 2021-11-06 13:04:32 +01:00
api-isupport.c Re-add STATUSMSG in 005 and change the make_prefix() since it now 2021-09-25 16:09:50 +02:00
api-messagetag.c Rename loop struct members: 2021-08-18 13:08:42 +02:00
api-moddata.c Const const const... modules.c and elsewhere. 2021-09-11 07:53:30 +02:00
api-usermode.c Get rid of Usermode_Table[] and use a linked list called usermodes. 2021-09-26 12:46:34 +02:00
auth.c We already got rid of sendto_ops(), now get rid of sendto_realops(). 2021-09-23 19:57:05 +02:00
buildmod Add BSDmakefile with a note to run 'gmake' for BSD users. 2021-09-04 09:31:30 +02:00
channel.c Update a comment about a hook 2021-09-25 17:23:52 +02:00
conf.c Add escaping option for URLs. 2021-11-10 18:41:22 +01:00
conf_preprocessor.c Make @endif work on Windows. 2021-11-07 15:06:17 +01:00
crashreport.c Fixes for previous commit now that we use -Waddress (well, implicitly 2021-09-12 09:19:46 +02:00
crule.c Get rid of client->server->up, since client->uplink->name provides the 2021-08-10 13:52:10 +02: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 Add a lot more consts. This finishes the work for all hooktypes. 2021-09-10 20:36:38 +02:00
debug.c It's raining consts... 2021-09-11 09:56:22 +02:00
dispatch.c Fix error when using the poll() i/o engine. Reported by Jobe in 2021-11-10 07:09:01 +01:00
dns.c reverts ipv4 fallback as inteded 2021-10-31 08:44:22 -03:00
fdlist.c Newlog: fdlist.c, socket.c 2021-08-11 16:48:26 +02:00
hash.c Removes the tainted tests again 2021-10-31 15:37:33 -03:00
ircd.c Make "./unrealircd gencloak" print the generated keys in a way 2021-09-25 20:25:03 +02:00
ircsprintf.c Fix irc*printf handling of certain negative numbers 2020-08-29 14:13:58 +02:00
list.c Get rid of current snomask system and allow ircops to set any snomask 2021-09-22 15:49:20 +02:00
log.c Only allow setting of snomasks that actually exist in the log { } blocks. 2021-11-10 15:59:10 +01:00
match.c It's raining consts... 2021-09-11 09:56:22 +02:00
mempool.c Get rid of mempool LOG_DBG which is never used 2021-05-30 19:27:35 +02:00
misc.c Remove seemingly needless looping on SQUITs, as suggested by 2021-11-01 17:32:58 +01:00
modulemanager.c Add a way to filter in ./unrealircd module generate-repository 2021-11-10 11:36:21 +01:00
modules.c Error when no cloaking module is loaded. 2021-09-25 20:46:06 +02:00
openssl_hostname_validation.c Code cleanup: replace "if(" with "if (" 2021-08-18 09:54:43 +02:00
operclass.c More const char * stuff... mostly in conf.c but also elsewhere. 2021-09-10 15:01:23 +02:00
parse.c Fix some todo items such as validating extban letter and names in ExtbanAdd() 2021-09-25 16:38:15 +02: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
send.c More fixes for $client.detail -> $client.details 2021-11-01 07:11:56 +01:00
serv.c Fix failed expansion in link.LINK_ERROR_CONNECT. Reported by fo in 2021-11-10 16:10:59 +01:00
socket.c Resolve a number of todo items, most by simply removing them :D 2021-09-25 16:54:29 +02:00
support.c Some unimportant unreal_log() updates. 2021-09-24 09:41:21 +02:00
tls.c Fix TLS debug error missing IP. 2021-11-05 14:02:28 +01:00
unrealdb.c Const const const. This completes the work in h.h. 2021-09-11 10:21:54 +02:00
url_curl.c Fix build with cURL due to the latest changes. 2021-09-10 15:50:01 +02:00
url_unreal.c Fix some more memory leaks (all config related, and a debug one) 2021-11-06 12:55:45 +01:00
user.c Only allow setting of snomasks that actually exist in the log { } blocks. 2021-11-10 15:59:10 +01:00
utf8.c Fix some more memory leaks (all config related, and a debug one) 2021-11-06 12:55:45 +01:00
version.c.SH Merge branch 'unreal60' into piss60 2021-11-06 17:37:34 -03:00
whowas.c Update channel mode API to use more consts 2021-09-10 14:06:57 +02:00