summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-09-23Parse 1205-style mode lists for CAPAB CHANMODES/USERMODES.Peter Powell
2019-09-23Update the core message parser to allow parsing IRCv3 message tags.Peter Powell
2019-07-05Fix the version binary colliding with the C++20 <version> header.Peter Powell
2019-01-03Allow multiple IP addresses in extforward_ip separated by spaceslinuxdaemon
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2018-03-26m_httpd: make http headers case insensitiveAdam
2017-10-12Add post init eventAdam
2017-08-05Use full path to file for conf.cpp file could not be opened error messageAdam
2017-06-05httputils: escape ampersand tooAdam
2017-05-27Moved m_dns's reverse ip method to sockaddrs::reverse().Alexander Maassen
2017-03-19m_sasl: pass module to loggerAdam
2017-03-16Include ip for web clients in command log messages for sourceAdam
2017-03-16redis: check for socket errors when loading database on startupAdam
2017-02-21os_forbid: match forbids exact on add/delAdam
2017-01-22m_sasl: don't allow logging into unconfirmed accountsAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-12-22Make User::Mask behave more like 1.8Adam
2016-12-19m_sasl: log hostname/ip, if providedAdam
2016-12-10Remove unnecessary functions from ngircd that duplicate the default behavior,...Adam
2016-07-03#1682: store aftype with masks and include cidrs in GetNUHMaskAdam
2016-04-21Optionally strip variable build date from compiled programDominic Hargreaves
2016-04-14Merge pull request #161 from Zoddo/charybdis/vhost_svsloginAdam
2016-04-14Remove memos from memoinfo more reliablyAdam
2016-04-10Send vident/vhost in SVSLOGIN with SASLZoddo
2016-03-19Also defer channel deletion when processing sjoinsAdam
2016-02-28Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-02-13Rewrite access path system to be simplier and use recursionAdam
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-23Put maxlogins logic a few other important placesAdam
2016-01-02Add sasl log category for auth log messagesAdam
2015-11-04Cleanup after xlines if directly removedAdam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with events...Adam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-07-13Unset extensibles on larger objects when they destructAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-03-22Change git version name back to what it was, which the core usesAdam
2015-03-12Update cmake version parsing code to deal with recent build version changesAdam
2015-03-12Show passlen in PASSWORD_TOO_LONGAdam
2015-03-11Allow cs clone to clone levels tooAdam
2015-03-11Redesign m_ldap to no longer rely on undefined behaviorAdam
2015-02-23Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ...Adam
2015-02-03Make module version system workAdam
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-26Check virtual mode bases betterAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ...Adam
2014-12-05Change webpanel access add to just add via the commands, split Command::Run i...Adam
2014-10-14Fix module event prioritization which was broken with the newerAdam