summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2017-04-20Merge commit 'a4f7d847abdde8f070a201417a456067d3beb4a1'Adam
2017-04-20ns_register: notify users of unconfirmed accounts on register when there is ↵Adam
no user too
2017-04-07Merge commit '46aeb8b70b116ffe37a6f1a72ddb9c69b7cccc98'Adam
2017-04-07Merge commit '95cd7a6aee8edb833aff92207ebed67a06913550'Adam
2017-04-07Merge commit '437a6dbb2997c51c260115e8514c8cd6150cfaf5'Adam
2017-04-07Merge commit 'aefde6e44d0c694119870f3d2462bdcda35d4291'Adam
2017-04-07Merge commit '23a0628fba15be8bae73c8413e406780427fe60c'Adam
2017-04-07Merge commit 'ef9c69f99dfc8f1a7597ed1cbf58ca075d6bc8b9'Adam
2017-04-07Merge commit '8be331618c4a49a8cb77624056c88a03fa847571'Adam
2017-04-07Fixup previous commit to chanserv/accessAdam
2017-04-07irc2sql: fix changing status modes to update ison modesAdam
2017-04-07Merge commit 'dba19d839af717a697ed54ed5da9c27aef76052a'Adam
2017-04-07Merge commit '7453c71c005671f729e26f2bbeeb750d32c88718'Adam
2017-04-07Merge commit '76ea11198028b6a1ab4f739d239bf890ce6d937e'Adam
2017-04-07Merge commit 'ef32505633ad40bd3937edfa739f6b13ecdda599'Adam
2017-04-07Merge commit '304494322fa515f1d6dc294e333329ca4731bd29'Adam
2017-04-07Merge commit '9e510cd0d992836793cfa99db31f05c041bd91df'Adam
2017-04-07Merge commit '0f49d1051a96645a576e49cb025198d1b5c9dc60'Adam
2017-04-06Merge remote-tracking branch 'github/master'Adam
2017-04-06Merge commit '07f72a3122479bb10c923a5f72b316297e388a7f'Adam
2017-04-06Merge commit 'f4543edfe25d3c067f4884df1c0b101161342318'Adam
2017-04-06Merge commit '99acdcf168f16764012869e7c9f85e6bfae6f23b'Adam
2017-04-06Merge commit 'e95950ee261a6a738898d24a76310ef26585e35a'Adam
2017-04-06Merge commit 'fc0171fb40cf1785492eda566fd33b3ff5ef66b4'Adam
2017-04-06Merge commit 'f3bb46a9f5bb6154f9d23dc62765758a9135f0e6'Adam
2017-04-06Fix access comparison operatorsAdam
2017-04-06Fix some more compiler warningsAdam
2017-04-06Move nc->lastmail to a fieldAdam
2017-03-19Merge pull request #186 from SaberUK/master+cmake-cleanupAdam
Some minor build system improvements.
2017-03-19Get rid of relying on if(this) in WhoSends()Adam
2017-02-12Clean up conditionals merged from the 2.0 branch.Peter Powell
2017-02-07sqlite: fix sqlite3_last_insert_rowid() callAdam
2017-02-07Normalize databases by not allowing generic Object referencesAdam
Remove redis database support
2017-02-06Track override in CommandSource and use it in the loggerAdam
2017-01-27Store CommandInfo in CommandSource instead of just command/permissionAdam
2017-01-23Make log system use newer format stringsAdam
Also allow log messages to be translatable
2017-01-11unreal4: use SENDUMODE instead of GLOBOPSAdam
2017-01-08ns_register: notify users of unconfirmed accounts on register when there is ↵Adam
no user too
2017-01-07os_list: show number of channels listed, tooAdam
2017-01-07ngircd: move metadata non-exietent user log message to debugAdam
2017-01-07os_list: also allow patterns in nick!user@host#realname formAdam
2016-12-21Fix previous commit, deleting sessions removes it from the map which ↵Adam
invalidates the reference
2016-12-19m_sasl: log hostname/ip, if providedAdam
2016-12-18protocol/inspircd20: use own svsjoin/part/nicks to vaoid module dependencies ↵Adam
on hybrid/bahamut
2016-12-18protocol/bahamut: fix typo in AkillDelAdam
2016-12-17Split ircdproto send functions out into separate servicesAdam
This makes it easier to see which send functions a protocol module implements as they are all explicitly registered by the module, and avoids the problem of subtly breaking other protocol modules when using inheritance. Also split the old "core" send implementations out into a module, and the TS6 ID generator
2016-12-11Fix detecting if chghost/chgident is loaded on inspircd and don't send them ↵Adam
unless they are
2016-12-11Fix setting kill quick in webcpanelAdam
2016-12-11Allow nonconfirmed opers to confirm accountsAdam
2016-12-10Remove unnecessary functions from ngircd that duplicate the default ↵Adam
behavior, fix a few typos in comments