Age | Commit message (Expand) | Author |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2010-08-17 | Include a placement operator new for classes that hide operator new | Daniel De Graaf |
2010-02-20 | Replace m_halfvoice with m_customprefix | danieldg |
2010-02-11 | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-20 | Use custom allocater to decide if refcountbase was allocated on the heap and ... | 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-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Revert "Remove duplicated function calls when using reference" | 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-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-12 | Don't CoreExport reference. | peavey |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-12-30 | Remove an unneeded forward declaration and typedef | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-17 | Change to virtual | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-17 | Extra comments | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-08-11 | Removal of an extern | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-07 | Extra debug all over the place, which maybe we should keep | brain |
2006-07-11 | Add single parameter versions of Extensible::Extend and Extensible::GetExt fo... | om |
2006-07-10 | Update docs to indicate new templated GetExt and Extend, remove references to... | brain |
2006-07-10 | Take out broken id | brain |
2006-07-10 | Aaaand, fix the typo | brain |
2006-07-10 | Added refcount to classbase, static classbase::id | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-07-10 | Properly set the resulting pointer to NULL when the object isnt found | brain |
2006-07-10 | If you ask me, it looks a hell of a lot tidier without forcing the cast. | brain |