]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Add support for sending a standard reply with no command name.
[user/henk/code/inspircd.git] / include /
2020-04-02 Sadie PowellAdd support for sending a standard reply with no comman...
2020-04-01 Sadie PowellDocument Module::Prioritize.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-24 Matt SchatzFix the signed-ness within ConvToNum char overloads.
2020-03-19 Sadie PowellAdd a raw source/target PRIVMSG overload for sending...
2020-03-18 Sadie PowellAllow commands to override ERR_{NEEDSMOREPARAMS,NOTREGI...
2020-03-12 Sadie PowellImplement support for the SERVLIST command.
2020-03-12 Sadie PowellAdd a CapReference class for the message-tags capability.
2020-03-11 Sadie PowellWarn if the server config contains an unhashed password.
2020-03-05 Sadie PowellClean up the documentation of the Command and SplitComm...
2020-03-05 Sadie PowellMove user command stuff from CommandBase to Command.
2020-03-05 Sadie PowellAllow modules to prevent a message from updating the...
2020-02-21 Sadie PowellUse "yes" instead of "true" in the example configs.
2020-02-19 Sadie PowellBump the module ABI version.
2020-02-19 Sadie PowellFix a copy/paste error in IRCv3::Replies::Reply.
2020-02-18 Sadie PowellUse ircd-hybrid's numerics for the "pending invites...
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-14 Sadie PowellAdd overloads of SendIfCap to the standard replies...
2020-02-06 Sadie PowellInitialise batchendmsg to NULL.
2020-02-04 Sadie PowellInclude the ABI version with the incompatible module...
2020-02-03 Sadie PowellStandard replies have been ratified.
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellBump the ABI version.
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-28 Sadie PowellFix "control reaches end of non-void function" warning.
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-22 Sadie PowellUse PushParam instead of PushParamRef in TagMessage...
2020-01-22 Sadie PowellAdd an event for when a command is blocked before execu...
2020-01-22 Sadie PowellMake the dynref bool operator constant.
2020-01-19 Sadie PowellMove DeleteZero to stdalgo::delete_zero.
2020-01-17 Sadie PowellFix the ordering of custom event handlers.
2020-01-16 Sadie PowellFix a GCC shadowing warning.
2020-01-16 Sadie PowellFix STATUSMSG tag messages not including the status...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-05 Sadie PowellAdd an oper only parameter to Simple{Channel,User}ModeH...
2020-01-03 Sadie PowellAdd an event provider class for the event/messagetag...
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-28 Peter PowellIgnore clients on ulined servers when reporting stats...
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 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 PowellConvert InspIRCd::SetSignals to a static function.
2019-12-08 Peter PowellMove forking code into a function and remove DaemonSeed.
2019-12-08 Peter PowellUse meaningful variable names in consolecolors.
2019-12-03 Peter PowellBump the InspIRCd ABI version.
2019-12-03 Peter PowellSend * for empty targets in the no such nick/channel...
2019-11-25 Peter PowellAdd some overloads of IRCv3::Replies::Reply#Send.
2019-11-17 Peter PowellDeprecate Send{Channel,User}Notice; use SendMessage...
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-13 Peter PowellAdd GetId() to the SQL::Provider class.
2019-10-21 Peter PowellAllow event providers to know when a listener subs...
2019-10-18 Peter PowellSwitch ChildMap and EntryMap to insp::flat_map.
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-01 Peter PowellShow the list modes which have variable list lengths...
2019-09-29 Peter PowellAdd null pointer checks to IS_{LOCAL,REMOTE,SERVER}.
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-03 Peter PowellAdd GetNumericToken to sepstream.
2019-09-02 Peter PowellDocument ConfigStatus and add a way to detect the initi...
2019-08-23 Peter PowellRelease v3.3.0.
2019-08-13 Peter PowellFree StringExtItem and SimpleExtItem values correctly.
2019-08-13 Peter PowellConvert LocalExtItem to a typedef and deprecate it.
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-07 Peter PowellDocument ExtensionItem better.
2019-07-26 Peter PowellFix various cases of broken indentation.
2019-07-25 Peter PowellAdd support for the IRCv3 standard replies extension.
2019-07-23 Peter PowellAdd a constant for the maximum length of a mode parameter.
2019-07-22 Peter PowellAdd the time tag on the server the message originates...
2019-07-21 Peter PowellAdd a method for swapping user I/O handlers.
2019-07-21 Peter PowellAllow modules to prevent a failed connection from being...
2019-07-19 Peter PowellAdd an event for adding tags to S2S messages.
2019-07-15 Peter PowellSplit ServerEventListener into {Broadcast,Link,Sync...
2019-06-24 iwalkaloneAdd OnUserPreQuit event to allow modules to change...
2019-06-20 Peter PowellDeduplicate dirent.h inclusion.
2019-06-18 Peter PowellMake the data provider list case insensitive.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-12 Peter PowellAdd an API for accessing a batch end event.
2019-06-11 Peter PowellFix echo-message replies being considered a side effect.
2019-06-10 Peter PowellAdd a method for getting a list of files in a directory.
2019-06-07 Peter PowellImplement support for millisecond level server-time...
2019-06-06 Peter PowellOnly call events on modules which aren't dying.
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-17 Peter PowellRelease v3.1.0.
2019-05-14 Peter PowellResize the event sets to 2x the CurrentSetSize in Resiz...
2019-05-13 Peter PowellAllow SSLIOHook instances to override Get{Certificate...
2019-05-06 Peter PowellFix building against older versions of glibc.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-19 Peter PowellBump the API revision for the previous commits.
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
next