.. |
macosx
|
Some text updates UnrealIRCd 5 -> UnrealIRCd 6
|
1 year ago |
modules
|
Fix two memory leaks in RPC:
|
8 months ago |
windows
|
Bump version to 6.0.5-git
|
8 months ago |
Makefile.in
|
Move JSON stuff from log.c to json.c now that it is more universal.
|
8 months 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
|
Update rpc_error() to use JsonRpcError (enum) and add more error values.
|
8 months ago |
api-event.c
|
Make "./unrealircd rehash" show output on the terminal, same for
|
1 year ago |
api-extban.c
|
Fix small memory leak in extban API (when unloading module)
|
9 months 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-rpc.c
|
Add RPC API (the beginning..)
|
8 months 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
|
Sort modes returned by "MODE #channel" (request)
|
8 months ago |
conf.c
|
Set loop.config_state to one of CONFIG_STATE_* so modules (and core)
|
8 months ago |
conf_preprocessor.c
|
Some source files indicated the license was "GPLv2", which was meant to
|
9 months ago |
crashreport.c
|
Crash reporter: use fclose() and not pclose() since this particular
|
8 months ago |
crule.c
|
Get rid of client->server->up, since client->uplink->name provides the
|
2 years 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
|
2 years ago |
hash.c
|
Fix throttling only cleaning up old entries every 2 minutes.
|
1 year ago |
ircd.c
|
Set loop.config_state to one of CONFIG_STATE_* so modules (and core)
|
8 months ago |
ircd_vars.c
|
Some source files indicated the license was "GPLv2", which was meant to
|
9 months ago |
ircsprintf.c
|
Fix irc*printf handling of certain negative numbers
|
2 years ago |
json.c
|
Move JSON stuff from log.c to json.c now that it is more universal.
|
8 months ago |
list.c
|
Add get_nvplist() function.
|
8 months ago |
log.c
|
Move JSON stuff from log.c to json.c now that it is more universal.
|
8 months 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
|
Update rpc_error() to use JsonRpcError (enum) and add more error values.
|
8 months ago |
modulemanager.c
|
Some source files indicated the license was "GPLv2", which was meant to
|
9 months ago |
modules.c
|
Set loop.config_state to one of CONFIG_STATE_* so modules (and core)
|
8 months ago |
openssl_hostname_validation.c
|
Code cleanup: replace "if(" with "if ("
|
1 year ago |
operclass.c
|
Some source files indicated the license was "GPLv2", which was meant to
|
9 months ago |
parse.c
|
Don't apply handshake-delay to any *NIX domain socket connections,
|
8 months ago |
proc_io_client.c
|
Don't fail on versions older than Windows 10 version 1803.
|
1 year ago |
proc_io_server.c
|
Add listener->start_handshake function pointer.
|
8 months 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 |
securitygroup.c
|
Fix wrong security-group example in release notes for auto oper up.
|
8 months ago |
send.c
|
Don't print "Link to server [..] closed" for RPC and control sockets.
|
8 months ago |
serv.c
|
Add support for linking servers via UNIX domain sockets (#202)
|
9 months ago |
socket.c
|
Add listener->start_handshake function pointer.
|
8 months ago |
support.c
|
Make variables in set::reject-message and other buildvarstring() usage
|
8 months ago |
tls.c
|
Add listener->start_handshake function pointer.
|
8 months 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
|
Handle chunked encoding in webserver (mostly meant for RPC).
|
8 months ago |
user.c
|
Remove last global 'buf' variables. This was already done a lot in time
|
8 months 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.5-git
|
8 months ago |
whowas.c
|
Update channel mode API to use more consts
|
1 year ago |