Age | Commit message (Expand) | Author |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-12-02 | Simplify ClearAllConnections code and fix possible crash | Jackmcbarn |
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-10-19 | Nuke VF_SERVICEPROVIDER from here too. | peavey |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-10 | Update Event and Request APIs for this module too. | peavey |
2009-10-06 | Make mssql module compile, untested for now. | peavey |
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-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-23 | Make this compile. | peavey |
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-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-12-15 | Handle file not found, and tidy up the perl. | peavey |
2008-12-15 | Add support for freetds 0.82 which is being shipped now with newer distros, a... | peavey |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-13 | namespace fix0rz | peavey |
2008-09-12 | Last cleanup. All trunk extras now builds again. | peavey |
2008-09-12 | more cleanup | peavey |
2008-09-12 | cleanup | peavey |
2008-09-12 | fix for listenbase, tested and works like a charm. | peavey |
2008-09-06 | use lock/unlock instead. | peavey |
2008-09-05 | Now with threaded queries. | peavey |
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-05-28 | revert this 1 revision back, since it fell victim to collateral damage of the... | peavey |
2008-05-19 | Fix these too | brain |
2008-05-09 | Fixes to make this module scale much better. Dont connect on each query, keep... | peavey |
2008-05-09 | Fix segfault on rehash and tweak the connect code. | peavey |
2008-03-18 | Add logging for static callback messages/errors from the database. | peavey |
2008-03-17 | Its better to have asserted and failed, than not to fail at all according to ... | peavey |
2008-03-16 | There isnt any ssl support here, remove the readvalue | brain |
2008-03-16 | OK that should fix it for fail too. And make it compile again. | peavey |
2008-03-16 | new/delete - malloc/free, remember peavey | peavey |
2008-03-16 | Less mem leaking, thx Brain for noticing. | peavey |
2008-03-16 | A little less debug saying WEEEE :] | peavey |