pissircd/src
angryce 1b9806f014
Merge branch 'unrealircd:unreal52' into piss-test
2021-07-15 17:07:20 +02:00
..
macosx Update more old references to U4.. 2019-08-15 11:55:18 +02:00
modules Merge branch 'unrealircd:unreal52' into piss-test 2021-07-15 17:07:20 +02:00
windows Bump version to 5.2.2-git as this is git / work in progress. 2021-07-10 10:03:46 +02: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 Move try_connections() from core to server module 2021-06-18 17:21:08 +02: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 Fix crashreporter to show big warning if you have 3rd party modules 2021-05-24 08:38:07 +02: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 Added stuff 2021-07-14 05:49:00 +00: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 weird behavior for users in pre-connect stage, eg showing 2021-06-15 20:26:12 +02:00
ircd.c Call early_init_ssl() even more early, fixes './unrealircd module list' 2021-06-28 08:18:43 +02: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 Adding 158.diff 2021-07-14 05:53:53 +00: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 Bump version to 5.2.2-git as this is git / work in progress. 2021-07-10 10:03:46 +02:00
whowas.c Use 'client' everywhere (if there is no confusion) instead of 'sptr' or 'cptr'. 2019-10-04 15:25:35 +02:00