Age | Commit message (Expand) | Author |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-20 | Move ugly .*.inc files into make/template/ where they can be more easily found | danieldg |
2009-10-20 | Use custom allocater to decide if refcountbase was allocated on the heap and ... | danieldg |
2009-10-19 | Check GetPenaltyThreshold when processing commands | danieldg |
2009-10-19 | Fix null deref on Cleanup() called before FakeUser creation | danieldg |
2009-10-19 | Maintain refcount of Module objects to complain about leaked pointers | danieldg |
2009-10-19 | Fix implementation of reference to const, use reference counting for Extensib... | danieldg |
2009-10-19 | Nuke VF_SERVICEPROVIDER from here too. | peavey |
2009-10-19 | Add a setting to <connect> allowing the threshold for activation of the penal... | peavey |
2009-10-19 | 1.2.1 release | danieldg |
2009-10-19 | Clean up some log messages | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
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 | Fix incorrect initialization of ConfigTag reference | danieldg |
2009-10-18 | Rewrite m_alias DoCommand to do variable substitution in one pass, fixing bug... | danieldg |
2009-10-18 | Fix infinite loop on alias expansion, found by Adam | danieldg |
2009-10-18 | Add <define> configuration tag | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-18 | Fix null dereference caused by tracking dummy | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-18 | Add more debug logging of object lifetimes | danieldg |
2009-10-18 | Improve SSL fingerprint messages when linking servers | danieldg |
2009-10-18 | Change to Duration for second param | danieldg |
2009-10-17 | Fix channel mode +H to allow maximum length and add explanatory message prefix | danieldg |
2009-10-17 | Add m_chanhistory, mode +H <lines> to replay some lines of history on channel... | danieldg |
2009-10-17 | Fix array out-of-bounds accesses | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-17 | Add filename/line information to all ConfigTag objects | danieldg |
2009-10-17 | Improve m_httpd_stats; fix incorect parameter order in reloadmodule | danieldg |
2009-10-17 | Fix DNSServer not being read on initial config read | danieldg |
2009-10-17 | Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa... | danieldg |
2009-10-17 | Clean up excessive bits in User struct | 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-16 | Clean up crash on destruction of statics at exit | danieldg |
2009-10-15 | Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes... | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Fix noeol on socketengine_select | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-13 | Update documentation for cloaking | danieldg |
2009-10-13 | Remove magic path resolution from certificate files | danieldg |
2009-10-13 | removes unnecessary checks in modules, removes a superfluous else statement, ... | peavey |