summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-06Merge commit 'f4543edfe25d3c067f4884df1c0b101161342318'Adam
2017-04-06Merge commit '095751363dd9d3576ca7b8cfd3b3efbe9ce09bba'Adam
2017-04-06Merge commit 'd4bf0957d1868fae2d48e9349e91daca5c7c9bd9'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-06Merge commit '4d054aa2b20caa4d268fa5575a8e5eb12beca9b3'Adam
2017-04-06Merge commit '3a8ff5d45624bc4f3dcd11531a7c4727a249ce01'Adam
2017-04-06Merge commit '39eb9f8cfc1afb9f5a793336c2b001e8c0434431'Adam
2017-04-06Merge commit '0c7050c506446cd73c0cf4f578945419139c5438'Adam
2017-04-06Merge commit '83c2f8e970621134f6a95aa0e968c1330627beba'Adam
2017-04-06Fix access comparison operatorsAdam
2017-04-06Fix some more compiler warningsAdam
2017-04-06Move nc->lastmail to a fieldAdam
2017-03-19Get rid of relying on if(this) in WhoSends()Adam
2017-03-19Fix some of the simplier compiler warningsAdam
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
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-08Export protocol implementations into protocol module headersAdam
2016-12-07Fix numerics to be sent to uidsAdam
2016-12-07Change in source anope.org links to httpsAdam
2016-12-07Remove unused varargs Socket:WriteAdam
2016-12-07Remove C style var args from Channel::KickAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-12-05protocol/inspircd20: SERVER will be sourceless before there is an uplink, so ↵Adam
remove require_server flag
2016-12-01Split more protocol module message handler declarations into module headersAdam
2016-12-01Allow encap handlers to recall message processing, make protocol/inspircd do ↵Adam
this
2016-12-01chanserv/info: show bantype formatAdam
2016-12-01Allow objects to opt out of gc, don't gc accounts with users logged inAdam
Also store cached state with the field by using Serialize::Storage for field storage
2016-11-30Fix some field shadowing warningsAdam
2016-11-25sqlite: reference id of referenced type if available instead of objectsAdam
2016-11-25Rename most ext fields names to be consistent with everything else, add ↵Adam
accessors for many
2016-11-11Update info.cpp (#181)Gavin
Thanks
2016-11-11Fix opers not really being serializableAdam
2016-11-11Can't have nick depend on account because Nick::Delete can delete the accountAdam
2016-11-11Remove database save and related commands/configAdam
2016-11-09Change default database to sqlite, begin 2.0 db_flatfile supportAdam
2016-11-06Merge pull request #179 from SaberUK/master+olineAdam
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
2016-11-06Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.Peter Powell
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
2016-11-06Remove some now unnecessary cleanup code, make nick depenend on accountAdam
2016-11-05Fix duplicating bots/opers on startupAdam
2016-10-30Add new RESTful JSON API and documentationAdam
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite ↵Adam
module out of extras.