summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2016-10-22Various codestyle cleanup in most of the core modulesAdam
2016-10-22chanserv: split various things from main chanserv headerAdam
2016-10-22Add forgotten hostserv/infoAdam
2016-10-22SQLite.md: typoAdam
2016-10-22nickserv: split nick/account classes to their own headersAdam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
2016-10-10hostserv/request: grammar failAdam
2016-10-09Add max vhosts configuration optionAdam
2016-10-09Various other modname fixesAdam
2016-10-09Adjust reading operserv core config optsAdam
2016-10-09Adjust reading botserv core config optsAdam
2016-10-09Adjust reading chanserv core config optsAdam
2016-10-09Adjust reading memoserv core config optsAdam
2016-10-09Adjust reading nickserv core config optsAdam
2016-10-09Move vhost nick info to hostserv/main, also show if show_hiddenAdam
2016-10-09Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per ↵Adam
account.
2016-10-09Fix SendMessage formatting messages with mixes of multiple spaces and wordsAdam
2016-10-09Split vhosts into its own structureAdam
2016-10-09Don't return a reference from the stack in TypeBase::GetTypesAdam
2016-10-09Set INSTALL_RPATH to libdir, tooAdam
2016-10-07Merge commit 'b50fbec705dffd85a28946b99ac510b978934a05'Adam
2016-10-07cs_seen: allow unregistered users to useAdam
2016-10-07ms_cancel: cleanup, consider accounts by equiality instead of sender name to ↵Adam
account name
2016-10-07m_ssl_openssl: allow certificate chain files to be usedAdam
2016-10-07ratbox: fix RESVsMichael Hazell
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
2016-10-07m_sqlite: Fix possible memory leak when opening a database failsAttila Molnar
2016-10-07Remove 'expiretimeout' from chanserv.example.confgenius3000
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config. (cherry picked from commit 663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2)
2016-10-07Remove unused commands from oper config.bonnedav
2016-10-07db_old: fix warningsAdam
2016-10-07Update Changes.confAdam
2016-10-07Note Windows installer fixes in changelogAdam
(cherry picked from commit 0e0615c6fecce363e0ad007319c777cf9481dd25)
2016-10-07Add/fix various checks on source user existing in the protocol modulesAdam
2016-10-07Fix making directories from the Windows installerAdam