]> jfr.im git - irc/unrealircd/unrealircd.git/shortlog
irc/unrealircd/unrealircd.git
2021-06-02  Bram MatthysThis is the last commit to 'unreal50', we will use... origin/unreal50
2021-06-02  Bram MatthysUpdate curlinstall script for ./configure from cURL...
2021-05-30  Bram MatthysAdd some markup in release notes
2021-05-30  Bram MatthysIf no log { } block is present, we used to only log...
2021-05-30  Bram MatthysAdd log::flags "flood" to log flood messages
2021-05-30  Bram MatthysGet rid of mempool LOG_DBG which is never used
2021-05-30  Bram MatthysRemove this check due to clang complaining. Whatever.
2021-05-30  Bram MatthysAll violatons of target-flood, nick-flood, join-flood...
2021-05-30  Bram MatthysUpdate release notes
2021-05-30  Bram MatthysThe set:anti-flood block has been redone so you can...
2021-05-30  Bram MatthysMake pretty_time_val() output like "2m30s" instead...
2021-05-28  Bram MatthysMake join-flood use the new framework too, well......
2021-05-28  Bram MatthysCode cleanup: move flood control to generic system
2021-05-28  Bram MatthysRename FLD_* to CHFDL_* in chanmodes/floodprot.c, so...
2021-05-28  Bram MatthysCode cleanup: at some places "ClientUser" was used...
2021-05-28  Bram MatthysCode cleanup: this zeroing isn't useful as we already...
2021-05-28  Bram MatthysGet rid of duplicate checks for anti-flood.
2021-05-28  Bram MatthysUpdate release notes
2021-05-28  Bram MatthysAdd "draft/bot" message tag to messages from +B clients.
2021-05-28  Bram MatthysFix file header
2021-05-28  Bram MatthysAdd support for +draft/reply and load the module by...
2021-05-26  Bram MatthysUpdate release notes
2021-05-26  Bram MatthysFix help.conf
2021-05-25  Bram MatthysAdd the ability to SPAMFILTER message-tags.
2021-05-24  Bram MatthysImplement Sec-WebSocket-Accept from
2021-05-24  Bram MatthysMove some string helpers to src/misc.c
2021-05-24  Bram MatthysAllow setting set::history::channel::playback-on-join...
2021-05-24  Bram MatthysWindows: run db tests
2021-05-24  Bram MatthysFix crashreporter to show big warning if you have 3rd...
2021-05-23  Bram MatthysPossibly fix small memory leak.
2021-05-23  Bram MatthysMake history backend non-PERM so it can be upgraded...
2021-05-23  Bram MatthysAllow lower set::restrict-commands::xyz::connect-delay...
2021-05-23  Bram MatthysUpdate some URLs
2021-05-23  Bram MatthysAdjust +H setting if a channel goes -r and had a high...
2021-05-22  Bram MatthysUpdate release notes
2021-05-22  Bram MatthysUpdate module coders section in release notes
2021-05-22  Bram MatthysSet new maximums for channel mode +H. If the channel...
2021-05-22  Bram MatthysAnnounce CHATHISTORY=xx in 005
2021-05-22  Bram MatthysSilence compiler warning by reordering stuff.
2021-05-22  Bram MatthysFix read-after-free
2021-05-22  Bram MatthysChange chanmode +H parameter to show hours and days...
2021-05-22  Bram MatthysImplement CHATHISTORY TARGETS...
2021-05-22  Bram MatthysAdd CAP draft/chathistory and don't send history-on...
2021-05-22  Bram MatthysImplement CHATHISTORY BETWEEN
2021-05-21  Bram MatthysFix crash on remote CHATHISTORY cmd (by servers/services).
2021-05-19  Bram MatthysUpdate list of donators
2021-05-19  Bram MatthysAdd initial version of CHATHISTORY command
2021-05-18  Bram MatthysRemove version check for curl and libssl. Nowadays...
2021-05-17  Bram MatthysRemove warning in release notes on file corruption,
2021-05-17  Bram MatthysUpdate for DB tests, now finished in test framework.
2021-05-17  Bram MatthysAllow secret::password-file to only exist on-boot,...
2021-05-17  Bram MatthysAdd DB writing/reading tests to BuildBot so it is teste...
2021-05-17  Bram MatthysMove hash generation outside cfg() and do it early...
2021-05-17  Bram Matthys* Make channeldb write the db on terminate
2021-05-17  Bram MatthysAdd ModuleSetOptions(modinfo->handle, MOD_OPT_UNLOAD_PR...
2021-05-17  Bram MatthysIn AddListItemPrio() explicitly set item->priority...
2021-05-17  Bram Matthyson DelListItem set prev/next to NULL on the item itself...
2021-05-17  Bram MatthysSet loop.ircd_terminating when IRCd is terminating...
2021-05-17  Bram MatthysGive UnrealIRCd 10 seconds to terminate insteads of...
2021-05-17  Bram MatthysFlush any dirty history log files to disk on terminate...
2021-05-17  Bram MatthysDon't call hbm_delete_db() if not running in persistent...
2021-05-16  Bram MatthysCompile fixes for Windows
2021-05-16  Bram MatthysAdd CAP unrealircd.org/history-backend which declares...
2021-05-16  Bram MatthysWrite some early release notes.
2021-05-16  Bram MatthysPersistent channel history: prevent mixing of .db files...
2021-05-16  Bram MatthysDelete persitent history immediately when channel goes -P.
2021-05-16  Bram MatthysGet rid of various warnings/errors due to recent work.
2021-05-15  Bram MatthysUnrealDB history: Use SHA256 with pre- and post- hashsecret
2021-05-15  Bram MatthysAdd sha256hash() function for convenience.
2021-05-15  Bram MatthysAdd support for secret::password-prompt (entering on...
2021-05-15  Bram MatthysMove running_interactively() from crashreport.c to...
2021-05-15  Bram MatthysBail out sooner, otherwise confusing.
2021-05-15  Bram MatthysAdd support for persistent channel history, if the...
2021-05-15  Bram MatthysInclude dirent.h by default.
2021-05-15  Bram MatthysMod API: Add CONFIG_SET_HISTORY_CHANNEL so chanmodes...
2021-05-15  Bram MatthysMove strtolower_safe() from antirandom to support.c
2021-05-05  Bram MatthysUnrealDB: Oops, previous commit broke unrealdb_write_st...
2021-05-05  Bram MatthysMake UnrealDB big-endian-proof. Rather rare, but you...
2021-05-05  Bram MatthysWindows: Ignore compiler warning C6029 in unrealdb...
2021-05-05  Bram MatthysFix Windows BuildBot
2021-05-05  Bram MatthysWindows compile fixes for unrealdb and libsodium.
2021-05-05  Bram MatthysAdd libsodium to Windows build
2021-05-04  Bram MatthysDocument UnrealDB API and get rid of unrealdb_write_dat...
2021-05-04  Bram MatthysUnrealDB: check for write errors in all conditions...
2021-05-04  Bram MatthysUnrealDB: Fix for short read / final end of file (for...
2021-05-04  Bram MatthysUnrealDB: Fix reading final end of file (crypto-side)
2021-05-04  Bram MatthysVarious small UnrealDB fixes
2021-05-03  Bram MatthysFix bug with unrealdb caching
2021-05-03  Bram MatthysUpdate tkldb to use UnrealDB functions
2021-05-03  Bram MatthysFix unrealdb reading due to last-minute change earlier...
2021-05-03  Bram MatthysAdd unrealdb_write_char() / unrealdb_read_char()
2021-05-03  Bram MatthysMake the "UnrealIRCd 4 is no longer supported" section...
2021-05-03  Bram MatthysSet version to 5.0.10-git with disclaimer not to use...
2021-05-03  Bram MatthysUse UnrealDB functions in channeldb.
2021-05-03  Bram MatthysAdd UnrealDB reading capability to reputation module.
2021-05-03  Bram MatthysAdd unrealdb and secrets API. Documentation and more...
2021-04-17  Bram MatthysFix extended server ban ~a:accname not working for...
2021-04-17  Bram MatthysModule coders: Update HOOKTYPE_LOCAL_NICKCHANGE and...
2021-04-10  Bram MatthysOptimize libsodium for current CPU (just like libargon2...
2021-04-09  Bram MatthysAdd c-ares and libsodium version output to boot screen...
next