Age | Commit message (Expand) | Author |
2009-10-19 | Valgrind now runs completely clean. | 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 | 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 | 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 | Improve m_httpd_stats; fix incorect parameter order in reloadmodule | 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 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 | Move static map of extensions into ServerInstance, add const-correctness | 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 |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Octets in an IPv4 address are unsigned | danieldg |
2009-10-10 | Fix double dot in half-cloaked resolved hosts | danieldg |
2009-10-10 | Update m_cloaking to use free-form keys instead of weakening the hash IV | danieldg |
2009-10-10 | m_cloaking: Error out on "wrong" cloaking keys | psychon |
2009-10-10 | Update Event and Request APIs for this module too. | peavey |
2009-10-09 | private, who needs private... | danieldg |
2009-10-09 | Fix hook finding code and error reporting | danieldg |
2009-10-09 | Whoops, forgot to commit this file | danieldg |
2009-10-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-06 | Make mssql module compile, untested for now. | peavey |
2009-10-06 | Clean up m_chanprotect | danieldg |
2009-10-06 | Counting should not be a programmer's job, I'm apparently bad at it | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix routing for normal core commands like QUIT | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |