]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2019-07-16 Peter PowellLink to the associated documentation page for modules...
2019-07-16 Peter PowellRefer to modules without the m_ prefix in error messages
2019-07-15 Peter PowellSend ERR_NOTEXTTOSEND in response to an empty GLOBOPS...
2019-07-15 Peter PowellSplit ServerEventListener into {Broadcast,Link,Sync...
2019-07-10 Matt SchatzSkip UNIX sockets in GetLocation().
2019-07-05 Peter PowellRelease v3.2.0.
2019-07-05 Peter PowellDocument the --example-dir option.
2019-07-04 Matt SchatzDurationString(): Return "0s" for a duration of 0 ...
2019-07-04 Matt SchatzFix years being offset from weeks (#1678).
2019-07-04 Matt SchatzUse DurationString() in the 'Replaying ...' message.
2019-07-04 Matt SchatzFix whitelist check for a badchan redirect (#1676).
2019-07-04 Peter PowellFix building on Windows.
2019-07-04 Peter PowellStop prioritising OnUserConnect in the conn_umodes...
2019-07-03 Matt SchatzFix error message for splitwhois value.
2019-07-03 Peter PowellAllow customising the example config directory at build...
2019-07-03 Peter PowellFix finding files when the init script is not in the...
2019-07-03 Peter PowellFix not expanding <pid:file> correctly.
2019-07-02 Peter PowellRevert "Add the msgid tag to all outgoing messages".
2019-06-29 Peter Powellsslinfo: use the SSL certificate API to get user SSL...
2019-06-26 Peter PowellOnly show UHNAMES and NAMESX in 005 if the cap module...
2019-06-25 Peter PowellSwitch permchannels and xline_db from OnBackgroundTimer...
2019-06-25 Peter Powellpermchannels: remove an unused ChanModeReference.
2019-06-24 linuxdaemonReplace large if/else blocks for target.type with switc...
2019-06-24 iwalkaloneAdd OnUserPreQuit event to allow modules to change...
2019-06-24 linuxdaemonReset diagnostic pragmas after including external heade...
2019-06-22 Peter PowellFix an inverted condition in the ircv3_sts module.
2019-06-22 linuxdaemonFix msgid inconsistencies with TAGMSG
2019-06-20 Peter PowellDeduplicate dirent.h inclusion.
2019-06-18 Peter PowellMake the data provider list case insensitive.
2019-06-17 Peter PowellFix a typo in inspircd.conf.example.
2019-06-17 Peter PowellAdd more info and a IPv6 class to the IRCCloud example...
2019-06-17 Peter PowellAdd example connect classes for KiwiIRC.com and IRCCloud.
2019-06-17 Peter PowellDocument <connect:deny> better.
2019-06-17 Peter PowellUpdate modulemanager for inspircd-contrib.
2019-06-17 Peter PowellWarn when building without SSL support.
2019-06-14 Ben Harrisfix example config for m_connflood
2019-06-14 Peter PowellLog SQL queries at the debug log level.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-12 Peter Powellchanhistory: recreate the mode parameter instead of...
2019-06-12 Peter PowellAdd an API for accessing a batch end event.
2019-06-11 Peter PowellDefault idents to the uuid of the connecting user.
2019-06-11 Peter PowellFix echo-message replies being considered a side effect.
2019-06-10 Peter PowellFix some more warnings in the httpd module.
2019-06-10 Peter PowellFix a misleading log message in the sslinfo module.
2019-06-10 Peter PowellAdd support for including directories containing .conf...
2019-06-10 Peter PowellAdd a method for getting a list of files in a directory.
2019-06-10 Peter PowellAdd a way to disable older SSL versions with ssl_openssl.
2019-06-08 Peter PowellFix a typo in the filter module.
2019-06-07 Peter PowellFix building on older compiler versions.
2019-06-07 Peter PowellImplement support for millisecond level server-time...
2019-06-07 Peter PowellAdd an option to the filter module to ignore self messages.
2019-06-07 Peter PowellReplace all abstract usages of his/he/her with they...
2019-06-07 Peter PowellAdd the msgid tag to all outgoing messages.
2019-06-07 Ben HarrisCoreExport for CommandSave. fixes #1635
2019-06-07 Peter PowellCheck the unset level in autoop as well as the set...
2019-06-07 Peter PowellValidate the exemptchanops parameter better and check...
2019-06-07 Peter PowellShow how many users are non-SSL in ERR_ALLMUSTSSL.
2019-06-06 Peter PowellAdd a configure warning about OpenBSDs broken compilers...
2019-06-06 Peter PowellMake messageflood weights configurable.
2019-06-06 Peter PowellOnly call events on modules which aren't dying.
2019-06-06 Peter PowellUse a less scary message when an alias target is not...
2019-06-05 linuxdaemonm_repeat: Fix parsing mode parameter
2019-06-05 Matt SchatzAllow channels/auspex to see a secret channel topic...
2019-06-05 Matt SchatzFix a compiler warning introduced in d107093. (#1653)
2019-06-04 Peter PowellFix showing the anticaps channel name in ERR_CANNOTSEND...
2019-05-31 Peter PowellFix parsing <bind:permissions> as base 10 instead of...
2019-05-30 Peter PowellIgnore SIGUSR1 and SIGUSR2 by default.
2019-05-30 Peter PowellVarious improvements to UNIX socket support.
2019-05-29 Peter PowellAdd irc::sockets::isunix for checking if a file is...
2019-05-22 linuxdaemonAdd an overload of StreamSocket::Close which closes...
2019-05-20 Robbym_filter: Minor cosmetic changes (#1645).
2019-05-20 Filippo CortigianiAdd an option to the filter module to exclude registere...
2019-05-20 Peter PowellFix some warnings in m_httpd on older versions of GCC.
2019-05-19 linuxdaemonm_haproxy: Initialize address length to 0
2019-05-17 Anatole Denisconfigure: Fix log-dir in --system mode
2019-05-17 Peter PowellRelease v3.1.0.
2019-05-17 Peter PowellCopy the silence flags when sending update notifications.
2019-05-17 Peter PowellOnly skip applying more X-lines to a user if they have...
2019-05-16 Peter PowellFix applying pending xlines to online users.
2019-05-15 linuxdaemonFix space separation for CAPAB module list
2019-05-15 Peter PowellDocument the --disable-auto-extras configure option.
2019-05-15 Peter PowellComment out all of the includes in the inspircd example...
2019-05-15 Peter PowellAdd support for the IRCv3 message id specification.
2019-05-14 Peter PowellResize the event sets to 2x the CurrentSetSize in Resiz...
2019-05-14 Peter Powellepoll: use a default list size of 16 to match other...
2019-05-14 Peter PowellFix an inverted condition in the commonchans module.
2019-05-14 Peter PowellAdd an enumeration for known protocol versions.
2019-05-13 Peter PowellIf a parent server is hidden then also hide its child...
2019-05-13 Peter PowellFix an unnecessary string copy when reading the <link...
2019-05-13 Peter PowellReplace ModuleSpanningTree::TimeToStr with InspIRCd...
2019-05-13 Peter PowellClean up and document the config header file.
2019-05-13 Peter PowellAllow SSLIOHook instances to override Get{Certificate...
2019-05-12 Peter PowellFix configure not failing when invalid flags are passed...
2019-05-12 Peter Powellmodulemanager: use get_version to get the InspIRCd...
2019-05-12 Peter PowellAdd a configure flag for disabling automatically enabli...
2019-05-11 Peter PowellMove message access checks to OnUserPre{Tag,}Message.
2019-05-11 Peter PowellAllow disabling a STS policy for users in specific...
2019-05-10 Peter PowellRelease v3.0.1.
2019-05-09 RobbyAdd umode O (override) to helpop.
2019-05-09 Peter PowellImprove handling of list mode limits.
next