summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2014-10-12Move nick register event to make it easier for modules to determine if a newl...Adam
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
2014-06-23Hold a reference to the type in Serialize::Checker in the event it goes away,...Adam
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-05-20Show account names in log messagesAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-05-13Sanitize nuh masks more to prevent the other side from rewriting them, which ...Adam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-04-26Accept non server sources for SQUITAdam
2014-04-25Add "virtual mode" supportAdam
2014-04-18Remove unused event.Adam
2014-04-07Do not clear all extension items tied to objects when unserializing.Adam
2014-04-06Do not apply module changes on rehash until after the new config has been app...Adam
2014-03-31Small Grammar FixZantox
2014-03-22SASL: Also disallow suspended nicks to login using EXTERNAL mechanism. Improv...Robby-
2014-03-22Do not allow SASL login to suspended nicksAdam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-03-01Export interface for cs_entrymsgAdam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-02-24Log successful SASL authsAdam
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam