]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2019-12-03 Peter PowellAdd a note to the issue template about the security...
2019-12-03 Peter PowellSend * for empty targets in the no such nick/channel...
2019-11-30 Peter PowellUse network-online instead of network in the systemd...
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-25 Peter PowellAdd some overloads of IRCv3::Replies::Reply#Send.
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 PowellExempt the KiwiIRC.com servers from X-lines.
2019-10-24 Peter PowellFix a typo in the KiwiIRC.com server IPs.
2019-10-24 Peter PowellRaise <connflood:bootwait> from 10 seconds to 2 minutes.
2019-10-24 Peter PowellDisable DNS/DNSBL/ident lookups for unregistered KiwiIR...
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-21 Peter PowellAllow event providers to know when a listener subs...
2019-10-20 Matt SchatzUpdate examples directory when paths are changed intera...
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-18 Peter PowellSwitch ChildMap and EntryMap to insp::flat_map.
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-16 Peter PowellUse separate build dirs when rebuilding with a differen...
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-07 RobbyAdd repeat to the list of possible restriction types...
2019-10-06 Peter PowellUpdate the new issue URL in the readme.
2019-10-06 Peter PowellAdd a feature request issue template.
2019-10-05 Peter PowellAdd a GitHub security policy.
2019-10-05 Peter PowellAdd a pull request template.
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-29 Peter PowellAdd null pointer checks to IS_{LOCAL,REMOTE,SERVER}.
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 the example tag for changing the voice ranks.
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 linuxdaemonDocument <alias:stripcolor>
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-07 Peter PowellInstall the provider configs.
2019-09-07 Peter PowellReplace the gdbargs file with the --eval-command flag.
2019-09-07 Peter PowellRespect indentation in configure template declarations.
2019-09-03 Peter PowellAdd internal serialisations of the DCC allow and silenc...
2019-09-03 Peter PowellAdd GetNumericToken to sepstream.
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 PowellUpgrade the Doxygen config file with "doxygen -u".
2019-08-23 Peter PowellRelease v3.3.0.
2019-08-23 Peter PowellSilence some GCC warnings.
2019-08-23 Peter PowellAdd -Werror to the Travis build flags.
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-10 Peter PowellUpdate the mailmap with a bunch of new names.
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,...
next