]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src /
2019-12-12 Peter PowellExtract port binding code to a function and improve...
2019-12-09 Peter PowellMake BindPorts return size_t instead of int.
2019-12-09 Peter PowellMake ForkIntoBackground handle exiting by itself.
2019-12-09 Peter PowellExtract command line option parsing to a function.
2019-12-09 Peter PowellFix indentation of CheckRoot() and error in non-interac...
2019-12-08 Peter PowellImprove behaviour when running as root.
2019-12-08 Peter PowellShow the header before checking if the config file...
2019-12-08 Peter PowellInitialise Winsock from inside the socket engine.
2019-12-08 Peter PowellExtract config file finding code to a function.
2019-12-08 Peter PowellExtract performance stat code to a function.
2019-12-08 Peter PowellMove XLine garbage collection to core_xline.
2019-12-08 Peter PowellIncrease the core dump size earlier in the process...
2019-12-08 Peter PowellCall RecoverFromFork from ForkIntoBackground.
2019-12-08 Peter PowellConvert InspIRCd::SetSignals to a static function.
2019-12-08 Peter PowellMove forking code into a function and remove DaemonSeed.
2019-12-08 Peter PowellExtract the core dump size increasing code to a function.
2019-12-08 Peter PowellMake the UpdateTime function easier to read.
2019-12-08 Peter PowellExtract root dropping code to a function.
2019-12-08 Peter PowellExtract rng initialisation code to a function.
2019-12-08 Peter PowellMove various static functions into an anonymous namespace.
2019-12-08 Peter PowellClean up the initialisation of the InspIRCd class.
2019-12-06 iwalkaloneFixing MatchCIDR call when checking proxy range
2019-11-29 Peter PowellChange the default for <waitpong:sendsnotice> to false.
2019-11-29 Peter PowellMinor cleanup of the conn_umodes module.
2019-11-29 Peter PowellWebSocket: move the OriginList typedef inside WebSocket...
2019-11-29 Peter PowellWebSocket: replace the behindproxy switch with a proxy...
2019-11-28 Peter PowellImplement support for websocket connections via a proxy...
2019-11-28 Peter PowellMove WebSocket config to its own class.
2019-11-22 Peter PowellRename ldapoper class to LDAPOper.
2019-11-18 Matt SchatzSplit the channel mode and extban replies.
2019-11-18 Matt SchatzChange Config->CaseMapping back when unloading.
2019-11-18 Matt SchatzAllow options:casemapping to remain defined when using...
2019-11-17 Peter PowellDeprecate Send{Channel,User}Notice; use SendMessage...
2019-11-17 Peter PowellMake rehashing messages more consistent.
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
2019-11-16 Peter PowellClose connections when an I/O hook is configured but...
2019-11-16 Peter PowellOnly show classbase ctor/dtor/cull messages in debug...
2019-11-16 Peter PowellImprove reading xlines from the server configuration.
2019-11-16 Peter PowellRefactor the MySQL code slightly.
2019-11-15 Matt SchatzSSL modules: send SNOTICE upon successful rehash.
2019-11-13 Peter PowellRefactor the MySQL query and result queue classes.
2019-11-13 Peter PowellGet rid of some dead code in the MySQL module.
2019-11-13 Peter PowellImprove the logic around connecting to a MySQL server.
2019-11-13 Peter PowellAdd GetId() to the SQL::Provider class.
2019-11-03 Peter PowellUse case insensitive comparisons when checking for...
2019-10-25 Peter PowellRelease v3.4.0.
2019-10-25 Peter PowellAdd a workaround for connectban hitting gateway IP...
2019-10-25 Peter PowellExtract connectban's range checking code to a function.
2019-10-24 Robbym_noctcp: Fix noctcp user mode not applying to exempted...
2019-10-24 Peter PowellRaise <connflood:bootwait> from 10 seconds to 2 minutes.
2019-10-24 Peter PowellIgnore DNSBL responses if the user's IP address has...
2019-10-24 Peter PowellFix respecting the deprecated <channels:users> tag.
2019-10-24 Matt SchatzImprove the timed ban notices (#1722).
2019-10-22 Peter PowellFix some compiler errors in core_hostname_lookup.
2019-10-22 Peter PowellHandle more error cases in core_hostname_lookup.
2019-10-22 Peter PowellOn DNS fail reset connecting users hostname to their IP.
2019-10-21 Peter PowellImprove the core_hostname_lookup result log message.
2019-10-21 Peter PowellRemove duplicate code in core_hostname_lookup.
2019-10-21 Peter PowellFire the OnSetUserIP event after the connect class...
2019-10-21 Peter PowellGet rid of the ptrHosts extension item.
2019-10-20 Matt SchatzAdd oper exemption to hidemode.
2019-10-18 Peter PowellFix a shadowing warning in LocalUser.
2019-10-18 Peter PowellFix a shadowing warning in the serialisation code.
2019-10-17 Peter PowellSQuit all servers when a shutdown happens.
2019-10-17 Peter PowellAdd an event which is fired when the server shuts down.
2019-10-14 Peter PowellImplement serialisation of users.
2019-10-13 Peter PowellAdd GetTypeStr to the DNS API.
2019-10-13 Peter PowellConvert a bunch of LocalUser* casts to IS_LOCAL.
2019-10-05 Peter PowellTweak the workaround for NetBSD's kqueue using intptr_t...
2019-10-01 Peter PowellShow the list modes which have variable list lengths...
2019-09-30 Peter PowellFix an shadowing warning in the spanningtree module.
2019-09-30 Peter PowellStop GCC warnings about the deprecated OnServerSplit...
2019-09-30 Peter PowellFix a compiler error in the LDAP module.
2019-09-27 Peter PowellDeduplicate code for handling with setting LDAP options.
2019-09-23 Peter PowellAdd the OnServerBurst hook and fix the docs for OnServe...
2019-09-23 Peter PowellAdd whether the server split with an error to OnServerS...
2019-09-23 Peter PowellAdd the server id to the Server class.
2019-09-20 Peter PowellLower the acceptable drift for clocks on link.
2019-09-16 Peter PowellFix cloaking not ignoring the case of a user's hostname.
2019-09-16 Peter PowellFix the noctcp user mode not applying to channel CTCPs.
2019-09-14 linuxdaemonm_alias: Add option to strip colors when matching
2019-09-14 linuxdaemonm_chanfilter: Apply filters to part messages (#1702)
2019-09-03 Peter PowellAdd internal serialisations of the DCC allow and silenc...
2019-09-02 iwalkaloneWhen silence mask is prefixed by + or -, it should...
2019-09-02 Peter PowellDocument ConfigStatus and add a way to detect the initi...
2019-08-26 Peter PowellFix the haproxy module losing initial data in some...
2019-08-23 Peter PowellRelease v3.3.0.
2019-08-23 Peter PowellSilence some GCC warnings.
2019-08-20 Peter PowellImprove escaping strings in the MySQL module.
2019-08-20 Peter PowellInitialise and deallocate the MySQL library correctly.
2019-08-13 Peter PowellFix some remaining uses of ato[il].
2019-08-13 Peter PowellFree StringExtItem and SimpleExtItem values correctly.
2019-08-13 Peter PowellConvert LocalExtItem to a typedef and deprecate it.
2019-08-09 Peter PowellFix waitpong referring to registration timeouts as...
2019-08-08 Matt SchatzFix DNSBL lookups for IPv6.
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-08-01 Matt SchatzMove UNIX socket removal to ListenSocket ctor.
2019-08-01 Peter PowellFix a shadowing warning in UserIOHandler::OnError.
2019-07-31 Peter PowellOnly send ACCOUNT and CHGHOST to clients that have...
next