summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-02-19Fix typo in XLine::GetExpires() to return the correct fieldgenius3000
2017-12-03serialize: set and cache new value before calling OnSet and pass old value ↵Adam
to OnSet
2017-11-19Add subcommand syntax help, and reference subcommand help in syntax error ↵Adam
messages
2017-10-22Store full and masked message in logger for chanserv/logAdam
2017-10-08Fix deleting xlinesAdam
2017-10-08Fix caching xline maskAdam
2017-10-08Remove 2 day xline capAdam
2017-10-08Simplify initial burst of persistent channelsAdam
Also don't create/destroy channels as persist is set on and off which no longer makes since with the live database backend
2017-10-07No longer expose c->ci and ci->cAdam
2017-10-07SendMessage: don't interpret message as a format stringAdam
2017-08-20Add support for envvars in the configAdam
2017-06-24modulemanager: debug log if module is still loaded after dlcloseAdam
2017-06-22Ping uplink occasionally and disconnect if no pong is receivedAdam
2017-06-21Stop init if a module can't be loaded because it doesn't existAdam
2017-06-21Convert ModuleReturn to an enum classAdam
2017-05-29Fixup some compilation warningsAdam
2017-05-29Remove recognized status and secureAdam
Also remove /ns status, which is now almost useless with no recognized status, and /ns access.
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-04-07Merge commit 'dba19d839af717a697ed54ed5da9c27aef76052a'Adam
2017-04-07Merge commit '0f49d1051a96645a576e49cb025198d1b5c9dc60'Adam
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-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-16Update copyright to 2017.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet.
2016-12-22Move log messages for status mode change for unknown user to debugAdam
2016-12-22Make User::Mask behave more like 1.8Adam
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-15logger: log source nick if there is no user or accountAdam
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-01Allow encap handlers to recall message processing, make protocol/inspircd do ↵Adam
this
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-25Rename most ext fields names to be consistent with everything else, add ↵Adam
accessors for many
2016-11-11Fix opers not really being serializableAdam
2016-11-11Remove database save and related commands/configAdam
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-05Fix duplicating bots/opers on startupAdam
2016-11-03Don't try to include files with empty pathsAdam
2016-11-03Fix crash loading enc_old prior to the proto modsAdam
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.
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam