.. |
macosx
|
Some text updates UnrealIRCd 5 -> UnrealIRCd 6
|
1 year ago |
modules
|
Fix crash in WATCH backend after doing /REHASH.
|
10 months ago |
windows
|
Bump version to 6.0.4-git
|
10 months ago |
Makefile.in
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
aliases.c
|
Rename find_person() to find_user() to be consistent in the naming that
|
1 year ago |
api-channelmode.c
|
When unloading any of the vhoaq channel modes it would cause a crash
|
1 year ago |
api-clicap.c
|
Rename loop struct members:
|
1 year ago |
api-command.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
api-efunctions.c
|
Fix cut-off and expansion issues with MODE, which is a possible problem when
|
1 year ago |
api-event.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
api-extban.c
|
Get rid of ExtBan_Table[] and use a linked list called extbans.
|
1 year ago |
api-history-backend.c
|
Get rid of if (module) in HistoryBackendAdd() as it is never NULL.
|
1 year ago |
api-isupport.c
|
Re-add STATUSMSG in 005 and change the make_prefix() since it now
|
1 year ago |
api-messagetag.c
|
Rename loop struct members:
|
1 year ago |
api-moddata.c
|
Const const const... modules.c and elsewhere.
|
1 year ago |
api-usermode.c
|
Fix limit for channel modes kicking in too soon.
|
1 year ago |
auth.c
|
We already got rid of sendto_ops(), now get rid of sendto_realops().
|
1 year ago |
buildmod
|
Add BSDmakefile with a note to run 'gmake' for BSD users.
|
1 year ago |
channel.c
|
Make soft extended server bans actually work (GLINE %~country:XX)
|
1 year ago |
conf.c
|
When using remote includes with certain setups, one could get weird
|
1 year ago |
conf_preprocessor.c
|
Make @endif work on Windows.
|
1 year ago |
crashreport.c
|
Print message about outdated release if automatically rejected by crash handler.
|
1 year ago |
crule.c
|
Get rid of client->server->up, since client->uplink->name provides the
|
1 year ago |
crypt_blowfish.c
|
Use 'client' everywhere (if there is no confusion) instead of 'sptr' or 'cptr'.
|
3 years ago |
dbuf.c
|
Memory isn't initialized to zero by dbuf_queue_init(), causing
|
1 year ago |
debug.c
|
It's raining consts...
|
1 year ago |
dispatch.c
|
Remove high cpu load warning, since it is confusing and may very well
|
1 year ago |
dns.c
|
Fix hang on "Loading IRCd configuration" if DNS is not working correctly.
|
1 year ago |
fdlist.c
|
Newlog: fdlist.c, socket.c
|
1 year ago |
hash.c
|
Fix throttling only cleaning up old entries every 2 minutes.
|
1 year ago |
ircd.c
|
When using remote includes with certain setups, one could get weird
|
1 year ago |
ircd_vars.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
ircsprintf.c
|
Fix irc*printf handling of certain negative numbers
|
2 years ago |
list.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
log.c
|
Change default logging format on disk (text, non-json) to include
|
1 year ago |
match.c
|
Revert set::spamfilter::utf8-support from yesterday.
|
1 year ago |
mempool.c
|
Get rid of mempool LOG_DBG which is never used
|
2 years ago |
misc.c
|
When using "RESTART" the newly started IRCd could possibly not log or been
|
1 year ago |
modulemanager.c
|
Add a way to filter in ./unrealircd module generate-repository
|
1 year ago |
modules.c
|
Error when no cloaking module is loaded.
|
1 year ago |
openssl_hostname_validation.c
|
Code cleanup: replace "if(" with "if ("
|
1 year ago |
operclass.c
|
More const char * stuff... mostly in conf.c but also elsewhere.
|
1 year ago |
parse.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
proc_io_client.c
|
Don't fail on versions older than Windows 10 version 1803.
|
1 year ago |
proc_io_server.c
|
Add "./unrealircd module-status" to show currently loaded modules,
|
1 year ago |
random.c
|
Use SHA256 instead of MD5 in add_entropy_configfile()
|
1 year ago |
scache.c
|
Code cleanup: at some places "ClientUser" was used instead of "User".
|
2 years ago |
send.c
|
Fix warning about "sending text to self" reading unitialized memory from
|
10 months ago |
serv.c
|
SVSMOTD lines are now shown in the MOTD-on-connect, unless a shortmotd is used.
|
11 months ago |
socket.c
|
Don't fail on versions older than Windows 10 version 1803.
|
1 year ago |
support.c
|
Some unimportant unreal_log() updates.
|
1 year ago |
tls.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
unrealdb.c
|
Const const const. This completes the work in h.h.
|
1 year ago |
unrealircdctl.c
|
Fix "unrealircdctl spkifp" usage info on Windows.
|
11 months ago |
url_curl.c
|
Fix build with cURL due to the latest changes.
|
1 year ago |
url_unreal.c
|
Fix some more memory leaks (all config related, and a debug one)
|
1 year ago |
user.c
|
Fix log message on vhost-flood
|
1 year ago |
utf8.c
|
Fix some more memory leaks (all config related, and a debug one)
|
1 year ago |
version.c.SH
|
Bump version to 6.0.4-git
|
10 months ago |
whowas.c
|
Update channel mode API to use more consts
|
1 year ago |