]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include /
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)
2019-02-01 B00mX0rFix a minor typo in ssl.h
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2019-01-28 Peter PowellAdd overloads for ConvToNum to prevent (unsigned) char...
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 a minor Doxygen warning.
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
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-22 Peter PowellRename OnClientProtocolProcessTag to OnProcessTag.
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-07 Peter PowellRelease v3.0.0 release candidate 1.
2019-01-03 linuxdaemonAdd the ability to disable console colors in stdout...
2019-01-02 Peter PowellFix message tags not being broadcast across the network.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-16 Peter PowellFix ParamModeBase::OnUnset() not being virtual.
2018-12-13 Peter PowellStore durations as unsigned long not long in XLine...
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-12-12 Peter PowellReject setting modes which are null or not registered.
2018-12-09 Peter PowellMove some config parser-internal types out of the publi...
2018-12-09 Peter PowellUse consistent numerics when a mode already exists...
next