Age | Commit message (Expand) | Author |
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-11 | Allow static build of inspircd without module support | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-27 | Give pgsql some needed love. Dont use DNS, remove some unused hooks and its n... | peavey |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-12 | Nuke an unused var | peavey |
2009-02-11 | I really dont get the oddball count()? rewrite it | brain |
2009-02-11 | Merge in initial numbered parameters patch from Phoenix, thanks :) | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-04 | Header tidyups. Apart from module to module API stuff and external deps, modu... | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-05 | mysql's windows build is utter hell to get working the way we wanted. The pac... | brain |
2008-09-05 | sql api and m_mysql compile fixes for windows | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-03-24 | Wheeeeee | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-12 | -Wshadow fixes for some modules in extra/ | aquanight |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-24 | Remove variadic macros from sqlv2 api, removing the warnings that come with i... | brain |
2007-10-24 | Pedantic clean | brain |
2007-10-23 | All of insp now builds with -pedantic (theres some warnings to squash in modu... | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
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 | More | brain |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-02-07 | Fix ipv6 ass-u-me's | brain |
2007-01-27 | Correctly allow all supporting versions of PostgreSQL to use secure string es... | peavey |
2007-01-27 | The mob has spoken: PQescapeStringConn is used for pgsql >= 8.1.4 | peavey |
2007-01-17 | Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic... | brain |
2007-01-17 | Mass comment removal. | brain |