]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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.
2019-05-09 Peter PowellDelete some obsolete comments.
2019-05-09 Peter PowellSilence a fallthrough warning in the pgsql module on...
2019-05-06 Peter Powellm_geo_maxmind: fix building on older libc versions.
2019-05-06 niaRe-order the includes to fix C++03 builds.
2019-05-06 RobbyUpdate the exemptchanops module section in modules...
2019-05-06 RobbyDocument the anticaps exemption.
2019-05-06 Peter PowellFix building against older versions of glibc.
2019-05-06 Peter PowellFix relying on PWD being set in the makefile.
2019-05-05 Adamwin: change ssize_t typedef to SSIZE_T
2019-05-05 Peter PowellFix the <wsorigin> example.
2019-05-05 Peter PowellAdd the test network to the readme.
2019-05-05 Peter PowellRaise the connection timeout in the example configs...
2019-05-05 Robbycmd_names: Fix the syntax.
2019-05-04 Peter PowellFix the permissions files are installed with.
2019-05-03 Peter PowellUpdate the issue template for the new release.
2019-05-03 Peter PowellWork around NetBSD's EV_SET using intptr_t instead...
2019-05-03 Peter PowellFix --distribution-label erroneously requiring --develo...
2019-05-03 Peter PowellRelease v3.0.0.
2019-05-03 RobbyClarify the require* connect block options and document...
2019-05-03 Peter PowellFix the ctctags module being marked as a draft.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-30 Peter PowellRemove the copyright year from the Windows resource...
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-04-28 Peter PowellRaise the maximum time period for the conn_join module...
2019-04-28 Vitor LuisFixed a missing quotation mark in the repeat module...
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-27 B00mX0rFix compatibility issues between sqloper and postgres
2019-04-27 Robbym_connectban and m_svshold: Use DurationString() in...
2019-04-27 linuxdaemonm_spanningtree: Parse and copy message tags for all...
2019-04-27 linuxdaemonm_spanningtree: Ensure tags are sent in forwarded cmds
2019-04-27 Peter PowellAdd a Travis build matrix option for C++14.
2019-04-27 Peter PowellFix hiding ERR_NOOPERMOTD response when an operator...
2019-04-26 Peter PowellUpdate documentation links.
2019-04-26 Peter PowellFix the numerics used by the opermotd module.
2019-04-25 Peter PowellFix broken linking over IPv4 on IPv6 capable systems.
2019-04-25 Peter PowellUpdate vendored utfcpp library to commit ad27c7d5e0.
2019-04-25 Peter PowellUpdate vendored http_parser library to v2.9.2.
2019-04-22 iwalkaloneLink flags must be after compiled objects.
2019-04-21 RobbyFix grammar in unknown mode/snomask character messages.
2019-04-21 Peter PowellHasModePermission: fix inverted condition.
2019-04-19 Peter PowellFall back to the most recent version supported on ...
2019-04-19 Peter PowellBump the API revision for the previous commits.
2019-04-19 Peter PowellImprove the descriptions of various core modules.
2019-04-19 Peter PowellDemote core_ison and core_userhost to commands in core_...
2019-04-19 Peter PowellPromote cmd_mode to its own core module.
2019-04-19 Peter PowellFix namedmodes exposing non-key secret parameters to...
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-04-19 Peter PowellHasModePermission: use IsModeChar.
2019-04-19 Peter PowellRename HasPermission to HasCommandPermission.
2019-04-18 Peter PowellRemove the 'noisy' mode for HasPrivPermission.
2019-04-18 Peter PowellRemove CXX11_OVERRIDE from some non-overrides.
2019-04-18 Peter PowellAdd the new implementation of the silence module.
2019-04-18 Peter PowellRemove m_silence pending a complete rewrite.
2019-04-18 Peter PowellFix some bugs in LIST constraint parsing.
2019-04-16 Peter PowellUpdate trivially-modifiable modules to handle tag messages.
2019-04-16 Peter PowellOmit debug symbols when doing CI builds.
2019-04-16 Peter PowellFix building m_geo_maxmind with older versions of libma...
2019-04-16 Peter PowellUpgrade Travis CI system to Xenial.
2019-04-15 Peter PowellReplace the geoip module with geo_maxmind, geoban,...
2019-04-15 Peter PowellBump the API revision for the previous commit.
2019-04-15 Peter PowellFix linking servers with UNIX sockets.
2019-04-13 Peter Powellcommonchans: HandleMessage should not be marked as...
2019-04-04 Peter PowellGeneral code cleanup for the commonchans module.
2019-04-04 Peter PowellUse a consistent naming scheme for operator privileges.
2019-04-04 Peter PowellFix various typos.
2019-04-04 Peter PowellBump the API revision for the previous commit.
2019-04-04 Peter PowellDocument OnUserInit properly and add OnUserPostInit.
2019-04-04 Peter PowellUse SQUERY instead of PRIVMSG in alias/passforward...
2019-04-03 Matt SchatzMerge extras/m_privdeaf into m_deaf and update document...
2019-04-02 Robbym_commonchans: Replace IsOper() with HasPrivPermission...
2019-03-30 Peter PowellRename OnClientProtocolPopulateTags to OnPopulateTags.
2019-03-30 Peter PowellMark messages with inspircd.org/bot if the user has...
2019-03-25 Peter Powellm_permchannels: validate channel names properly.
2019-03-24 RobbyAdd the User and Group options to the systemd service...
next