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