pissircd/src
angryce 8269f7852e
Merge pull request #42 from unrealircd/unreal52
Unreal52
2022-03-12 21:44:00 +01:00
..
macosx Update more old references to U4.. 2019-08-15 11:55:18 +02:00
modules Merge pull request #42 from unrealircd/unreal52 2022-03-12 21:44:00 +01:00
windows ** UnrealIRCd 5.2.4 ** 2022-01-28 17:03:07 +01:00
Makefile.in Add unrealdb and secrets API. Documentation and more information will 2021-05-03 15:07:10 +02:00
aliases.c Add the ability to SPAMFILTER message-tags. 2021-05-25 20:31:10 +02:00
api-channelmode.c API doc tweak 2020-12-04 10:10:50 +01:00
api-clicap.c Module coders: Add CAP_INVERT option. Patch from k4be. 2020-05-25 14:17:22 +02:00
api-command.c If do_cmd() is called with NULL mtags then we now generate message tags, 2019-12-23 10:56:25 +01:00
api-efunctions.c Small code cleanup for two efuncs, so the names match. 2021-06-06 08:33:20 +02:00
api-event.c Fix set::anti-flood::connect-flood not obeying the 'per XX seconds' 2021-12-06 17:46:40 +01:00
api-extban.c And some fixes, to previous commits and older issues. 2019-10-11 12:19:04 +02:00
api-history-backend.c Add initial version of CHATHISTORY command 2021-05-19 16:19:41 +02:00
api-isupport.c Remove "HCN" from 005. Nobody uses this anyway. 2021-06-19 14:14:33 +02:00
api-messagetag.c Doxygen: document list_for_each_entry with examples and 2020-11-23 10:25:49 +01:00
api-moddata.c Fix issue where saslmechlist could not be set by services server. 2021-07-10 09:14:18 +02:00
api-usermode.c New option set::hide-idle-time which configures when/if idle time should 2020-04-13 10:00:27 +02:00
auth.c Add unrealdb and secrets API. Documentation and more information will 2021-05-03 15:07:10 +02:00
buildmod Add module manager. See https://www.unrealircd.org/docs/Module_manager 2019-11-01 12:57:12 +01:00
channel.c Don't send "local" channel modes to remote servers. 2021-06-19 17:25:26 +02:00
conf.c Fix small memory leak on REHASH (<1kb): free set::anti-flood block 2021-07-02 10:56:51 +02:00
conf_preprocessor.c Move some string helpers to src/misc.c 2021-05-24 18:32:57 +02:00
crashreport.c Handle outdated version in the crash reporter: 2022-01-02 09:47:35 +01:00
crule.c Fix crash when using deny link::rule with oversized argument. 2020-05-08 14:58:49 +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 Remove unused variables (67 files done, will do rest another time). 2019-09-12 17:57:01 +02:00
debug.c Document channel mode api and two other files. 2019-10-26 11:22:10 +02:00
dispatch.c Use 'client' everywhere (if there is no confusion) instead of 'sptr' or 'cptr'. 2019-10-04 15:25:35 +02:00
dns.c Last argument in fd_open() is now used to indicate what should be done on a 2021-06-30 11:33:46 +02:00
fdlist.c Last argument in fd_open() is now used to indicate what should be done on a 2021-06-30 11:33:46 +02:00
hash.c Fix set::anti-flood::connect-flood not obeying the 'per XX seconds' 2021-12-06 17:46:40 +01:00
ircd.c Fix EOL date, apparently I promised July and not June :D. 2021-12-15 07:12:09 +01:00
ircsprintf.c Fix irc*printf handling of certain negative numbers 2020-08-29 14:13:58 +02:00
list.c Code cleanup: at some places "ClientUser" was used instead of "User". 2021-05-28 15:26:58 +02:00
match.c Revert "UTF8 support in spamfilter. We now ship with PCRE2 10.34 and require this" 2020-05-29 08:25:47 +02:00
mempool.c Get rid of mempool LOG_DBG which is never used 2021-05-30 19:27:35 +02:00
misc.c Update file_exists() function to work with directories on Windows. 2021-06-28 19:33:14 +02:00
modulemanager.c Include dirent.h by default. 2021-05-15 15:42:34 +02:00
modules.c Add ModuleSetOptions(modinfo->handle, MOD_OPT_UNLOAD_PRIORITY, priority); 2021-05-17 11:43:46 +02:00
numeric.c Code cleanup: move flood control to generic system 2021-05-28 17:59:39 +02:00
openssl_hostname_validation.c Add hostname verification code from ssl conservatory & curl 2017-09-01 17:02:36 +02:00
operclass.c Find_* -> find_*, eg Find_alias -> find_alias. 2019-10-26 09:57:15 +02:00
parse.c Take message tags into account when calculating fake lag. 2021-07-03 09:33:19 +02:00
random.c src/random.c: remove unused variable and reorder struct on Windows. 2020-02-18 14:55:57 +01:00
scache.c Code cleanup: at some places "ClientUser" was used instead of "User". 2021-05-28 15:26:58 +02:00
send.c Show reputation score and some other info in "Client connecting" 2021-01-31 18:30:49 +01:00
serv.c Make "REHASH" and ./unrealircd rehash also run the same code as "REHASH -tls", 2021-06-27 15:38:40 +02:00
socket.c Remove explicit setting of send/receive buffer as modern OSs don't 2021-03-14 16:04:43 +01:00
support.c Move strtolower_safe() from antirandom to support.c 2021-05-15 15:38:57 +02:00
tls.c Make "REHASH" and ./unrealircd rehash also run the same code as "REHASH -tls", 2021-06-27 15:38:40 +02:00
unrealdb.c Compiler too dumb to detect this properly... 2021-06-04 09:11:15 +02:00
updconf.c Print a warning that upgrade-conf is for 3.2.x to 4.x, and not for 4.x to 5.x 2019-12-11 12:23:43 +01:00
url.c Last argument in fd_open() is now used to indicate what should be done on a 2021-06-30 11:33:46 +02:00
user.c Add set::anti-flood options lag-penalty and lag-penalty-sec. 2021-06-23 16:21:06 +02:00
utf8.c Fix some doxygen tags (eg @notes to @note) 2019-10-26 09:33:09 +02:00
version.c.SH ** UnrealIRCd 5.2.4 ** 2022-01-28 17:03:07 +01:00
whowas.c Use 'client' everywhere (if there is no confusion) instead of 'sptr' or 'cptr'. 2019-10-04 15:25:35 +02:00