Age | Commit message (Expand) | Author |
2009-10-17 | CoreExport ConfigTag, fixes unresolved symbols when linking on windows. | peavey |
2009-10-17 | Some windows compile fixes | 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 | 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 | 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-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 | Change to new execution directory structure | danieldg |
2009-10-12 | Encode module API version in the init_module symbol; fixes conflic with glibc... | danieldg |
2009-10-12 | DLLFactory-- | danieldg |
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 | 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-11 | Less CoreExport.. Too much of a good thing.. | peavey |
2009-10-11 | More CoreExport, brought the errors down, but some still persist. | peavey |
2009-10-11 | More CoreExport. | peavey |
2009-10-11 | CoreExport Membership since windows needs this. | peavey |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f... | peavey |
2009-10-10 | Update m_cloaking to use free-form keys instead of weakening the hash IV | 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 | Take advantage of link errors to check API_VERSION at module load time | 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 | 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-10-02 | Fix routing for normal core commands like QUIT | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-30 | Remove include/inspircd_se_config.h and socketengine-specific headers | danieldg |
2009-09-30 | Detect, complain, and don't crash when objects are inserted into cull list twice | danieldg |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |
2009-09-28 | Fix linking errors on BSD | danieldg |
2009-09-28 | Fix compile errors on BSD | danieldg |
2009-09-28 | Fix warnings from BSD build and work around the failures of BSD make | danieldg |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |