summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-25Allow modules loaded after startup to magically reobtain their database objec...Adam
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on i...Naram Qashat
2012-12-23Allow os_dns to manage multiple zonesAdam
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-19Add version flags for debug, git, and WindowsAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-11IsNickValid() now accepts '[' and ']' in the nicknameDukePyrolator
2012-12-07Modified the Config scripts to ask the user explicitly for additional include...Naram Qashat
2012-11-30Allow services to return more than one NS recordAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
2012-11-26Keep track on what ircds we can svsjoin, add an svspart methodAdam
2012-11-26Revert a small part of 90930619bc124e94bac5048c0b13c3f4748b559d, evidently th...Adam
2012-11-26Fixed rehasing doing weird things to botmodes due to trying to set on nick no...Adam
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-24Make the actual clients into services tooAdam
2012-11-23Made IRCDProto a ServiceAdam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add a...Adam
2012-11-22Fix compile/pch generationAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels...Adam
2012-11-10Never log debug levels >= 2 using a log blockAdam
2012-11-10Fix user account logout messageAdam
2012-11-09Add a config option to disable saslAdam
2012-11-07Duplicate check some of these larger hashmaps on insert, just incaseAdam
2012-11-07We no longer have to use the rungroup provided at build time, it is specified...Adam
2012-11-06Sometimes capab is sent as one parameterAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-11-06Windows fixesAdam
2012-11-01Expand options:hideprivilegedcommands to not show commands requiring authenti...Adam
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
2012-10-31Fixed anopesmtp loggingAdam
2012-10-31Fix ns_ghost and ns_recover, add nicksev:restoreonghostAdam
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-10-30Fixed build errors and warnings with -std=c++11Adam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-29Update Config.cs for VS 2012 and fix it failing if the source directory path ...Adam
2012-10-29Made MailThread completely threadsafe, currently theres a race condition with...Adam
2012-10-29Made anopesmtp less hard to debugAdam
2012-10-27Add a module log typeAdam
2012-10-27Ues timestamp for dns serial not yyyymmddnn.. there are too many problems wit...Adam
2012-10-27Expand single digit serial revisions to match nnAdam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-26Sometimes zone transfers can be really bigAdam
2012-10-26Don't attempt to process any query packets if we aren't explicitly given perm...Adam
2012-10-25This version needs a better tag than "-git", so there.Naram Qashat
2012-10-25Default xlines to be set by OperServAdam