Age | Commit message (Expand) | Author |
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 |
2009-11-09 | Set a name on all connect blocks | danieldg |
2009-11-03 | Create m_halfop | danieldg |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-22 | Split up configreader.cpp, it's a bit large | danieldg |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-20 | Move ugly .*.inc files into make/template/ where they can be more easily found | danieldg |
2009-10-19 | Add a setting to <connect> allowing the threshold for activation of the penal... | peavey |
2009-10-19 | Close files opened by configreader | danieldg |
2009-10-19 | Prevent path names from being specified in modules, and move moduledir to a <... | danieldg |
2009-10-18 | Add <define> configuration tag | danieldg |
2009-10-17 | Add filename/line information to all ConfigTag objects | danieldg |
2009-10-17 | Fix DNSServer not being read on initial config read | danieldg |
2009-10-17 | Add some default values that I missed (thanks for pointing it out, jdhore); m... | danieldg |
2009-10-17 | Hold reference to the associated ConfigTag inside ConnectClass | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-16 | Clean up static allocations | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-13 | Remove needless chdir() from inspircd executable | danieldg |
2009-10-13 | Allow confpath to be a file name in the current directory | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-12 | More WriteGlobalSno conversions in rehash, patch by dKingston | danieldg |
2009-10-12 | Fix empty SID validation and generation | danieldg |
2009-10-12 | Fix automatic SID generation when generated value is less than 100 | danieldg |
2009-10-03 | Fix crash due to null address in DNS | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-13 | Clarify <include:executable> error message | danieldg |
2009-09-13 | Prevent <include:executable> from running <include:executable> itself [jackmc... | danieldg |
2009-09-06 | Compile fix | danieldg |
2009-09-06 | Fix rehash unloading core commands | danieldg |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-02 | Remove strnewdup(), it is a good source of possible memory leaks | danieldg |
2009-08-20 | Fix access-after-free on rehash | danieldg |
2009-08-12 | Make rehash work more than once per run, and fix some uninitialized values in... | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-05 | Don't catch and rethrow, as with the mutexing here removed it's no longer req... | w00t |
2009-08-05 | How about we abort if there were errors, not if there weren't any? Great idea... | danieldg |
2009-08-05 | Fix config errors being detected even if there were none | danieldg |
2009-08-04 | Exit if there were errors reading configuration on startup. | w00t |
2009-08-01 | Show config warnings/errors regardless of loglevel on startup. | w00t |
2009-08-01 | Various rehash fixes that it seems were introduced by untested code. | w00t |