Age | Commit message (Expand) | Author |
2013-04-23 | Add config option to disable somaxconn range() check | attilamolnar |
2012-12-09 | Remove ServerLimits::Finalise(), it's completely wrong | attilamolnar |
2012-11-15 | added warning that autoconnect is now a separate tag | Steven Van Acker |
2012-10-29 | Fix typo in doc and remove some whitespace | attilamolnar |
2012-10-29 | Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function | attilamolnar |
2012-10-28 | Fix warnings in configreader.cpp on FreeBSD | attilamolnar |
2012-10-14 | Replace printf(_c) with iostream | ChrisTX |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-30 | Make ConfigReader::GetSID() return a const reference to a string instead of a... | attilamolnar |
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by std::stri... | attilamolnar |
2012-09-13 | configreader: Replace ConfValue here with a ConfigTagList enumeration, as it ... | ChrisTX |
2012-08-25 | Add a config option to enable/disable the welcome notice sent to clients afte... | attilamolnar |
2012-07-06 | Added color codes to /rules, moved the parsing to ServerConfig and cleaned th... | Justin Crawford |
2012-07-05 | Explicitly deprecate some config changes. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-18 | No need to check elines twice.. | Robin Burchell |
2012-04-15 | Backported Shawn's NoSnoticeStack code from insp21 | Robby- |
2012-04-01 | Add <connect:maxconnwarn> | Rutger |
2011-07-17 | Only write pidfile if we have parsed a valid configuration | Daniel De Graaf |
2011-04-19 | Fix IPv6 test on Windows | Adam |
2010-12-23 | Fix bug #113 | Jackmcbarn |
2010-08-03 | Fix rehash message sending for remote rehashes | Daniel De Graaf |
2010-07-04 | Include location of duplicated oper blocks | Daniel De Graaf |
2010-03-22 | Don't repeat the Raw I/O log message on every rehash | danieldg |
2010-03-22 | Change <security:operspywhois> to a tristate | danieldg |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-18 | Make /etc/resolv.conf reader slightly less stupid | danieldg |
2010-03-14 | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | danieldg |
2010-03-11 | Fix empty SID when applying config-specified X:lines | danieldg |
2010-03-10 | Complain when duplicate tags are found using ConfValue | danieldg |
2010-03-08 | Fix logic error in comparison | danieldg |
2010-03-08 | Warn about duplicate <type> and <class> blocks | danieldg |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-16 | Remove SYSTEM and related sensitive information from the non-oper VERSION line | danieldg |
2010-02-10 | Why are we wasting space on DieValue? | danieldg |
2010-02-06 | Move configuration examples to docs, remove automatic overwrite on make install | danieldg |
2010-02-02 | Executable include for MOTD and more | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-02-02 | Sort items in the 005 line | danieldg |
2010-01-31 | Update connect block matching on rehash to prefer names, show more useful inf... | danieldg |
2010-01-31 | Allow connect classes to be specified without an allow or deny mask | danieldg |
2010-01-29 | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... | danieldg |
2010-01-18 | Fix type-based oper blocks not storing their names | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-16 | Manual port of don't error on failed port bind commit. | w00t |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-11-11 | Get rid of DieDelay, it just freezes the ircd prior to exit | danieldg |
2009-11-09 | Allow near-empty configuration to work by adding sensible defaults | danieldg |