]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2019-02-15 Peter PowellRefactor UserManager::DoBackgroundUserStuff().
2019-02-14 Peter PowellSilence a warning from the helper script on OpenBSD.
2019-02-14 Peter PowellWriteNeighborsWithCap: add the ability to send to the...
2019-02-09 Peter PowellRe-tabularise the helpop cuser/coper command lists.
2019-02-09 Peter PowellUnify the helpop and helpop-full config files.
2019-02-09 Peter PowellImplement support for SQUERY from RFC 2812.
2019-02-09 Peter PowellMove CommandMessage::Handle into the class definition.
2019-02-09 Peter PowellMove message handling code to Handle{Channel,Server...
2019-02-09 Peter PowellDeduplicate firing module events in core_message.
2019-02-08 Peter Powellcore_message: remove unnecessary inheritance logic.
2019-02-08 Peter PowellRename core_privmsg to core_message.
2019-02-07 Peter PowellFix erroneously limiting to the size of sa instead...
2019-02-07 Peter PowellAdd irc::sockets::untosa() for creating AF_UNIX sockaddrs.
2019-02-07 Peter PowellFix an unintentionally inverted condition in core_oper.
2019-02-07 Peter PowellDocument OnUserWrite.
2019-02-06 Peter PowellTell people to run `make install` instead of just ...
2019-02-06 linuxdaemonDon't allow invalid characters in UNIX listener paths.
2019-02-06 linuxdaemonExpand searching in m_httpd_stats, add global handling...
2019-02-06 Peter PowellRelease v3.0.0 release candidate 2.
2019-02-05 Peter PowellQuit users during cleanup instead of when /DIE is executed.
2019-02-05 Peter PowellDelete the old broken test suite.
2019-02-05 Peter PowellMove <oper:class> and <oper:vhost> to core_oper.
2019-02-05 Peter PowellModuleManager: use std::flush instead of fflush(stdout).
2019-02-05 Peter PowellModule: Initialise 'ModuleDLLManager' and 'dying' corre...
2019-02-04 Peter PowellDLLManager: add a function for retrieving a symbol.
2019-02-04 Peter Powellm_check: improve the output when showing list modes.
2019-02-04 Peter Powellm_check: rename the timestamp key to createdat.
2019-02-04 Peter Powellm_check: improve the output of the member key.
2019-02-04 Peter Powellm_check: split modeperms into chanmodeperms and usermod...
2019-02-04 Peter Powellm_check: remove unnecessary usage of CheckContext:...
2019-02-04 Peter PowellImprove the name of the list mode extensible.
2019-02-04 Peter Powellm_check: replace timestring() with a Write() overlod.
2019-02-04 Peter Powellident: fix erroneously prefixing an ident multiple...
2019-02-04 Peter Powellident: rename ext to socket.
2019-02-04 Peter Powellident: rename nolookupprefix to prefixunqueried.
2019-02-04 Peter Powellident: store the timeout as an unsigned value and limit...
2019-02-04 Peter Powellident: reduce the amount of messages sent when a lookup...
2019-02-04 Peter Powellident: Change idents with the ChangeIdent method.
2019-02-04 Peter Powellident: Fix making idents longer than maxident when...
2019-02-01 linuxdaemonAllow multiple fingerprints in an oper block (#1564)
2019-02-01 B00mX0rFix a minor typo in ssl.h
2019-01-29 Peter PowellImprove the accessibility and robustness of prompt_bool.
2019-01-29 Peter PowellDon't clear the screen when running in interactive...
2019-01-29 Peter PowellImprove setting the gid/uid which will own files.
2019-01-29 Peter PowellFix -Wnewline-eof warning.
2019-01-28 Peter PowellFix reading the setname config tag.
2019-01-28 Peter PowellRead the muteban config in ReadConfig().
2019-01-28 Peter PowellFix RPL_ADMINME not having the correct parameters.
2019-01-28 Peter PowellFix the prioritisation of OnRawMode in m_samode.
2019-01-28 Peter PowellFix the description of <setname:operonly>.
2019-01-28 Peter PowellFix sending the modes in RPL_CHANNELMODEIS as one big...
2019-01-28 Peter PowellAllow configuring whether SETNAME sends snotices and...
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2019-01-28 Peter PowellFix not checking for server names case insensitively.
2019-01-28 linuxdaemonRefactor m_httpd_stats, add subpages (#1554)
2019-01-28 Peter PowellFix erroneously sending RPL_YOURDISPLAYEDHOST to HAProx...
2019-01-28 Peter PowellFix parsing anticaps mode parameters (again).
2019-01-28 Peter PowellAdd overloads for ConvToNum to prevent (unsigned) char...
2019-01-25 Peter PowellFix sending the SSL connection notice when using a...
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Peter PowellFix overriding <options:exemptchanops> with the exemptc...
2019-01-24 Peter PowellFix parsing anticaps mode parameters.
2019-01-24 Peter PowellFix a minor Doxygen warning.
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
2019-01-24 linuxdaemonAdd translation for casemapping between 2.0/3.0 (#1544)
2019-01-24 Peter PowellMerge the censor module example config into modules...
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
2019-01-24 Peter PowellImplement support for the extended tag space for client...
2019-01-24 linuxdaemonAvoid forwarding passwords to nickserv when using SASL...
2019-01-23 Peter PowellFix a crash in m_sslinfo when a socket is SSL but a...
2019-01-23 Peter PowellDon't tell the user if DNS lookups are disabled.
2019-01-23 linuxdaemonFix away broadcast logic (#1561)
2019-01-22 Peter PowellRename OnClientProtocolProcessTag to OnProcessTag.
2019-01-20 Peter PowellCall the OnUserInit hook from earlier in UserManager...
2019-01-20 Peter PowellMove ident lookups to the OnSetUserIP hook.
2019-01-19 Peter PowellFix sending the entire VERSION output as a single param...
2019-01-17 Robbym_check: Fix showing oper permissions (privileges)...
2019-01-14 Peter PowellFix the hostchange set action swapping the host/value...
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2019-01-11 linuxdaemonAllow wildcards in <connect:dnsbl>
2019-01-11 RobbyThe <ident:bind> setting doesn't exist anymore, remove...
2019-01-10 Peter PowellFix reading the server path for UNIX sockets.
2019-01-10 Peter PowellFix copying too much data into the remote endpoint...
2019-01-10 Peter Powellm_ircv3_echomessage: only echo the tags which were...
2019-01-10 Peter PowellImprove the error messages given when creating a mode.
2019-01-09 Peter Powellcore_privmsg: respect the exemption list when sending...
2019-01-09 Peter PowellFix m_alias not initialising 'active' before use.
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-07 Peter PowellRelease v3.0.0 release candidate 1.
2019-01-07 Peter Powellcore_stub: add stubs for the SUMMON and USERS commands.
2019-01-05 Peter PowellImprove consistency of the restrictchans module example...
2019-01-05 Peter PowellFix http_parser last updated date.
2019-01-05 Peter PowellMove RPL_UNINVITED to 653 to avoid a collision with...
2019-01-05 Peter PowellFix the websocket origin config example.
2019-01-04 linuxdaemonMerge m_restrictchans and m_regonlycreate due to conver...
2019-01-04 Peter PowellUpdate the names in the /INFO credits.
2019-01-03 Peter PowellImprove the spanningtree "unknown command" error message.
2019-01-03 Peter PowellFix building modules which depend on vendor libs on...
2019-01-03 linuxdaemonAdd the ability to disable console colors in stdout...
2019-01-02 Peter PowellFix a crash when trying to use ROUTE_TYPE_MESSAGE with...
next