]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Use PushParam instead of PushParamRef in TagMessage#PushTarget.
[user/henk/code/inspircd.git] / include /
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.
2019-04-19 Peter PowellRename HasPermission to HasCommandPermission.
2019-04-18 Peter PowellRemove the 'noisy' mode for HasPrivPermission.
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-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-03-30 Peter PowellRename OnClientProtocolPopulateTags to OnPopulateTags.
2019-03-12 linuxdaemonRename GetFlagIndex -> GetFieldIndex
2019-03-12 linuxdaemonAdd Who::Request::GetFlagIndex to get field index
2019-02-22 Matt SchatzImprove the handling of config X-lines and filters...
2019-02-19 Peter PowellImplement support for IRCv3 client-to-client tags.
2019-02-19 Peter PowellFix erasing event subscribers erasing all with the...
2019-02-19 Peter PowellAllow customising ElementComp in flat_{map,multimap...
2019-02-18 Matt SchatzAdd a function for displaying human-readable durations.
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-15 Peter PowellReplace GetServerPort() with server_sa.port().
2019-02-15 Peter PowellRename User::nping to nextping for consistency with...
2019-02-15 Peter PowellRefactor UserManager::DoBackgroundUserStuff().
2019-02-14 Peter PowellWriteNeighborsWithCap: add the ability to send to the...
2019-02-07 Peter PowellAdd irc::sockets::untosa() for creating AF_UNIX sockaddrs.
2019-02-07 Peter PowellDocument OnUserWrite.
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 PowellDelete the old broken test suite.
2019-02-04 Peter PowellDLLManager: add a function for retrieving a symbol.
2019-02-01 linuxdaemonAllow multiple fingerprints in an oper block (#1564)
next