]> jfr.im git - irc/unrealircd/unrealircd.git/shortlog
irc/unrealircd/unrealircd.git
2019-08-18  Bram MatthysUpdates for new repository name of test framework. origin/unreal42
2019-07-07  Bram MatthysAdd dot in UNREAL_VERSION_SUFFIX.
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 Matthys* The Windows version should warn and not error if...
2019-06-29  Bram MatthysPreparations for UnrealIRCd 4.2.4
2019-06-16  Bram MatthysSilently force a 'make clean' as otherwise part (or...
2019-05-12  Bram MatthysAdd new ./configure option (last question at ./Config...
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-04  Vitor LuisHelpop update (#81)
2019-05-04  Bram MatthysHELPOP: Update MKPASSWD documentation
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-28  Bram MatthysUpdates to example.tr.conf and help.tr.conf by Serkan
2019-04-27  Bram MatthysUpdates to help.tr.conf by Serkan
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 MatthysAppVeyor: replace wget with curl, since wget mysterious...
2019-04-22  Bram MatthysTrace appveyor issue...
2019-04-22  Bram MatthysMake clang happy
2019-04-22  Bram MatthysAdd 'reputation' and 'connthrottle' modules to fight...
2019-04-15  Bram MatthysWe already checked for the openssl library but if the...
2019-04-14  Bram MatthysCreate some preliminary release notes.
2019-04-14  Bram MatthysMove previous release notes to doc/RELEASE-NOTES.old
2019-04-14  Bram MatthysPrint out clear warning/error if using an old spamfilte...
2019-04-14  Bram Matthys'make install' will now upgrade the spamfilter.conf...
2019-04-14  Bram MatthysAbort when using list functions on structs with incorre...
2019-04-12  Bram MatthysBump UNREAL_VERSION_TIME.
2019-04-07  Bram MatthysImprove error message if someone uses set::something...
2019-04-05  Bram MatthysAdd two blacklist blocks in example conf: DroneBL and...
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-04  Bram MatthysUpdate spamfilter.conf: convert some to 'simple' matche...
2019-04-02  Bram MatthysReplace match-type 'posix' with 'regex' in example...
2019-04-02  Bram MatthysBump example.conf server sendq from 5M to 20M.
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 Matthys-Wno-empty-body
2019-03-27  Bram MatthysGet rid of "unknown option -Wno-invalid-source-encoding...
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-17  Bram MatthysBugs like this can keep you occupied for a while:
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 MatthysI give up. Test framework will no longer run on Travis...
2019-03-09  Bram Matthys..
2019-03-09  Bram Matthys.
2019-03-09  Bram Matthys...............................
2019-03-09  Bram MatthysTravis-CI + ruby = ....
2019-03-09  Bram MatthysTravis-CI: :/
2019-03-09  Bram MatthysTravis-CI: more diagnostics
2019-03-09  Bram MatthysTravis-CI: :(
2019-03-09  Bram MatthysTravis-CI: argh argh
2019-03-09  Bram MatthysTravis-CI: argh!
2019-03-09  Bram MatthysMissing return NULL in find_tkline_match_zap_matcher...
2019-03-08  Bram MatthysFix ./unrealircd spkifp complaining that it could not...
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...
next