]> jfr.im git - irc/unrealircd/unrealircd.git/history - src
Updates for new repository name of test framework.
[irc/unrealircd/unrealircd.git] / src /
2019-07-07  Bram MatthysUnrealIRCd 4.2.4.1
2019-07-07  Bram MatthysCustomizing set::ssl::outdated-protocols and set::ssl...
2019-07-07  Bram MatthysDebian 10 effectively overrides our set::ssl::protocols...
2019-06-30  Bram MatthysUnrealIRCd 4.2.4
2019-06-30  Bram MatthysMore Windows fixes/workarounds..
2019-06-29  Bram MatthysChange set::ident::read-timeout from 30 to 15 seconds...
2019-06-29  Bram MatthysFix bug where the Windows version only accepts very...
2019-06-29  Bram MatthysFix m_sinfo not marked as an official module.
2019-06-29  Bram MatthysWindows: duh, update version number there too.
2019-06-29  Bram MatthysPreparations for UnrealIRCd 4.2.4
2019-05-11  Bram MatthysBump reputation version from 1.0.1 to 1.2
2019-05-11  Bram MatthysFix another reputation issue: reputation not showing...
2019-05-11  Bram MatthysBump connthrottle version from 1.1 to 1.2
2019-05-11  Bram MatthysFix connthrottle module counting non-local connecting...
2019-05-10  Bram MatthysMake CAP commands case sensitive.
2019-05-10  Bram MatthysDon't forward PASS to services if the user is already...
2019-05-03  Bram MatthysEnhance WHOX->WHO auto-conversion for +s serv.er.name...
2019-05-02  Bram MatthysShow linking error messages if these happen during...
2019-05-02  Bram MatthysImprove error messages in case of failed server linking...
2019-04-30  Bram MatthysUnrealIRCd 4.2.3
2019-04-28  Bram Matthys[nopost] Send these harmless kill messages to the junk...
2019-04-25  Bram Matthys[reputation] Disable benchmark, config error should...
2019-04-22  Bram MatthysHandle FLUSH_BUFFER gracefully (only matters in rare...
2019-04-22  Bram MatthysUnrealIRCd 4.2.3-rc1
2019-04-22  Bram MatthysMake clang happy
2019-04-22  Bram MatthysAdd 'reputation' and 'connthrottle' modules to fight...
2019-04-14  Bram MatthysPrint out clear warning/error if using an old spamfilte...
2019-04-07  Bram MatthysImprove error message if someone uses set::something...
2019-04-05  Bram Matthys* Badword blocks now use PCRE2 if using regex at all...
2019-04-05  Bram MatthysRemove unused regex support in antirandom
2019-04-04  Bram MatthysFix very minor memleak introduced about 2-3 weeks ago.
2019-04-02  Bram MatthysStop accepting /SPAMFILTER add -posix. You should reall...
2019-03-27  Bram MatthysRe-indent set_mode and use new paracount_for_chanmode().
2019-03-27  Bram MatthysFix compile issue and report error when unable to write...
2019-03-27  Bram MatthysEnable additional compiler warnings. Update code to...
2019-03-25  Bram MatthysFix misleading indentation.
2019-03-25  Bram MatthysThe maximum number of clients (MAXCONNECTIONS) no longe...
2019-03-25  Bram MatthysIgnore join flood check in channel mode +f when the...
2019-03-25  Bram Matthys[cleanup] floodprot: move set::modef-* handling from...
2019-03-25  Bram MatthysCleanup _test_operclass config code.
2019-03-25  Bram MatthysLots of config code checks for "if (!cep->ce_varname...
2019-03-25  Bram MatthysEmpty blacklist::dns::type could lead to a crash (confi...
2019-03-24  Bram MatthysUse HAVE_RLIMIT instead of FORCE_CORE. And get rid...
2019-03-24  Bram MatthysBrain damage
2019-03-24  Bram MatthysMore updates to api-command, remove old functions such...
2019-03-24  Bram MatthysFix compile problem #ifndef DEBUGMODE
2019-03-24  Bram MatthysFor the function declaration of command overrides,...
2019-03-24  Bram MatthysAdd function type checking in CommandAdd()
2019-03-24  Bram MatthysSmart.. moving code to a separate function resulting...
2019-03-23  Bram MatthysGet rid of this useless DLLFUNC junk. This is only...
2019-03-23  Bram MatthysSome minor code cleanups, use CMD_FUNC() where possible.
2019-03-23  Bram MatthysAdd references to the technical S2S documentation
2019-03-23  Bram MatthysCode cleanup: m_protoctl. Has always been ugly, just...
2019-03-23  Bram MatthysSkip * in PROTOCTL SERVERS=. This probably caused a...
2019-03-23  Bram Matthysreturn 0..
2019-03-23  Bram MatthysCommunicate server featureset (and changes) across...
2019-03-15  Bram MatthysIt would be nice if expired TKL's actually get removed...
2019-03-15  Bram MatthysChange assert() to if..!...abort() so it produces prope...
2019-03-10  Bram MatthysHandle SSL_ERROR_WANT_READ in a better way.
2019-03-09  Bram MatthysMissing return NULL in find_tkline_match_zap_matcher...
2019-03-03  Bram MatthysMajor TKL speed improvements.
2019-03-03  Bram MatthysThis fsync() call slows things down too much at high...
2019-03-03  Bram MatthysBump version to 4.2.3-dev to make clear that this git...
2019-03-03  Bram MatthysChanging set::anti-flood::invite-flood had no effect...
2019-03-02  Bram MatthysFix set::ban-setter and set::topic-setter being set...
2019-03-01  Bram MatthysUnrealIRCd 4.2.2.
2019-03-01  Bram MatthysWHO(X) auto-conversion bug regarding 'a' and 'c' which...
2019-03-01  Bram MatthysFix crash in websocket module.
2019-02-11  Bram MatthysUnrealIRCd 4.2.2-rc2
2019-02-11  Bram MatthysProtect 2 more commands against rogue server to server...
2019-02-10  Bram MatthysKILL: Not sure if this fixes anything but at least...
2019-02-10  Bram MatthysFix unlikely crash if you had a spamfilter targetting...
2019-02-10  Bram MatthysFix crash if receiving malformed server to server traff...
2019-02-10  Bram MatthysCHGNAME and SETNAME: if a remote user used a realname...
2019-02-10  Bram MatthysWhen a server does not use SID's, set empty id as before.
2019-02-10  Bram MatthysFix SJOIN bug in rc1: was using an incorrect buffer...
2019-02-10  Bram MatthysFix a bunch of REHASH memory leaks.
2019-02-10  Bram MatthysFix hang/crash due to commit from yesterday, reported...
2019-02-09  Bram MatthysQuicker handshake when using many CAP requests and...
2019-02-09  Bram MatthysAllow SASL post-registration. Unfortunately the anope...
2019-02-09  Bram MatthysInternal: make UID available early (pre-auth).
2019-02-08  Bram MatthysFix crash bug (in rc1 only) if ::ssl-options are being...
2019-02-06  Bram MatthysFix OOB read in m_whox.
2019-02-06  Bram MatthysUnrealIRCd 4.2.2-rc1
2019-02-06  Bram MatthysFix crash when linking (caused by commit from 4 days...
2019-02-06  Bram MatthysAdded INVITE and KNOCK flood protection (command rate...
2019-02-06  Bram MatthysRemoved a debugging message and fixed TARGMAX being...
2019-02-04  Bram MatthysNew set::max-targets-per-command which configures the...
2019-02-04  Bram MatthysFix compile problem due to previous commit.
2019-02-04  Bram MatthysNew set::anti-flood::max-concurrent-conversations which...
2019-02-02  Bram MatthysUnrealIRCd will now warn if your ulines { } are matchin...
2019-02-02  Bram MatthysGet rid of warning on-boot "Channel modes changed at...
2019-02-01  Bram Matthysm_whox: now accept and transform most classic UnrealIRC...
2019-02-01  Bram MatthysWHOX: adaptions for UnrealIRCd part 1:
2019-02-01  Bram MatthysThe message sent to users upon *LINE can now be adjuste...
2019-01-31  Bram MatthysAdd 005 token DEAF=d
2019-01-31  Bram MatthysRemove 005 CMDS= token, which was an unnecessary abstra...
2019-01-30  Bram Matthys* The default maximum topic length has been increased...
2019-01-30  Bram MatthysUpdate release notes a bit.
2019-01-30  Bram Matthys1) Simplify dealing with isupport (numeric 005) stuff...
next