Age | Commit message (Expand) | Author |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-13 | Fixed crash in m_mysql if a module is unloaded while executing | Adam |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-06-18 | Fix extras compilation under Windows | Adam |
2010-10-15 | Remove m_sqlv2.h from these modules, they both use v3 now. | Dennis Friis |
2010-08-04 | Fix $md5pass and $sha256pass in SQL queries | Daniel De Graaf |
2010-03-22 | Fix MySQL crash on module unload with empty query queue | danieldg |
2010-03-13 | Fix uninit pointer on MySQL initial connection | danieldg |
2010-03-13 | Handle database not present a bit better, add missing MySQL rehash on init | danieldg |
2010-03-13 | Change SQLv3 to format queries during submission, not before | danieldg |
2010-03-13 | Add OnUnloadModule hook to MySQL | danieldg |
2010-03-13 | Convert MySQL to SQLv3 | danieldg |
2010-03-05 | Fix SQL modules not all using AddService, noticed by Morpheus | 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-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-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 | Add initial query support to m_mysql [patch by Athenon] | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-27 | Fix potential crash on uninitialised var | peavey |
2009-03-23 | Fix compile error due to mismerge | danieldg |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-12 | and here, and here | peavey |
2009-02-12 | Several fixes to mysql module: | 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 | someone forget an instance | brain |
2008-09-13 | more namespace fix0rz | peavey |
2008-09-09 | Remember to free some stuff when failing in the ctor | brain |
2008-09-09 | fix compile errors (whoops) | brain |
2008-09-09 | Whoops, schoolboy error | brain |
2008-09-09 | Add connmutex to mutex the connections vector, otherwise we can get access fr... | brain |
2008-09-09 | peavey, w00t, this works now. Methods werent copied right. Please feel free t... | brain |