Age | Commit message (Expand) | Author |
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 | Revert "Remove duplicated function calls when using reference" | danieldg |
2009-10-17 | Add m_chanhistory, mode +H <lines> to replay some lines of history on channel... | danieldg |
2009-10-17 | CoreExport ConfigTag, fixes unresolved symbols when linking on windows. | peavey |
2009-10-17 | Text fix. | peavey |
2009-10-17 | Fix up finding dns server to use for windows to match latest configreader cha... | peavey |
2009-10-17 | Some windows compile fixes | danieldg |
2009-10-17 | Fix array out-of-bounds accesses | danieldg |
2009-10-17 | Remove duplicated function calls when using reference | 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 | Add some missing slashes, and don't stupidly die on a config misparse | danieldg |
2009-10-13 | Update perl config parser in start script | 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-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 | Encode module API version in the init_module symbol; fixes conflic with glibc... | danieldg |
2009-10-12 | change vc70.pdb to vc90.pdb.. just cosmetic.. | peavey |
2009-10-12 | DLLFactory-- | danieldg |
2009-10-12 | Clean up the compile flags a little. BTW windows now builds again. | peavey |
2009-10-12 | Don't CoreExport reference. | peavey |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | Fix some signedness. | peavey |
2009-10-12 | CoreExport changes, clean up DoHostCycle when users are exempted | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-12 | Add mode headers. | peavey |
2009-10-12 | More WriteGlobalSno conversions in rehash, patch by dKingston | danieldg |
2009-10-12 | Fix WriteCommon when used on remote nicks | 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-12 | Correct the will-block prediction on partial writev() return | danieldg |