summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-22os_logsearch: add a hard max limit and make the limiter smarterAdam
2016-11-22protocol/inspircd: Match servername as well on ENCAPgenius3000
2016-11-11Update info.cpp (#181)Gavin
Thanks
2016-11-11db_old: convert languages to UTF-8 encoded versionAdam
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-11-05Don't apply secureops to users with chanserv/administration privilege, not ↵Adam
protected
2016-11-05ns_group: allow userless executionAdam
2016-11-05irc2sql: fix changing status modes to update ison modesAdam
2016-11-05cs_access: fix negative access to apply to the -1/0 special casingAdam
2016-11-05irc2sql: fix crash on shutdown with no sqlAdam
2016-11-05irc2sql: update max topic len to 512Adam
2016-11-04m_mysql: null empty columns instead of setting to ''Adam
2016-11-04irc2sql: fix a couple SQL errorsAdam
2016-11-03help: always use command name from config, which may be a different caseAdam
2016-11-03dns: set error to REFUSED when there are no answersAdam
2016-11-03Don't apply secureops to protected usersAdam
2016-11-03Fix userless /ns set email, #1689Adam
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-25os_list: fix regex matchingAdam
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-16plexus: add noop and sasl supportAdam
2016-10-16db_sql: don't update objects pending creation as it duplicates itAdam
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