Age | Commit message (Expand) | Author |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-03-21 | Add support for OnNamesListItem, discussed with w00t a few days ago. This mak... | brain |
2008-03-17 | Fix the warnings that are worth fixing, ignore the rest of gcc's nannying | brain |
2008-03-14 | Add fixes to stop people changing the SID of a live server - certain configur... | brain |
2008-02-26 | Left out CoreExport | brain |
2008-02-26 | This should fix it, thanks w00t | brain |
2008-02-26 | The count=0 in the body Isnt needed | brain |
2008-02-26 | Remind me that I need to initialise ints *smack* | w00t |
2008-02-26 | Revert configure so that we can uh, actually compile. | brain |
2008-02-24 | More stuff | brain |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | Rollback complete! Everyone please go through the code and check i havent for... | brain |
2008-02-24 | Probably doesnt run | brain |
2008-02-24 | First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er... | brain |
2008-02-22 | CoreExport is required for the factories | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-22 | Now compiles with win32thread and testsuite | brain |
2008-02-22 | Closer to compilation | brain |
2008-02-22 | Win32ThreadEngine makes sense now. No gaurantees it compiles yet. | brain |
2008-02-21 | These are just copies of the pthread engine right now, will probably make the... | brain |
2008-02-21 | ThreadEngine::GetName(), for display in /version | brain |
2008-02-21 | Working thread test!!! | brain |
2008-02-21 | Now buildble. | brain |
2008-02-21 | Threadengine stuff | brain |
2008-02-21 | Testsuite now does something | brain |
2008-02-21 | More test suite stuff | brain |
2008-02-21 | Testsuite stuff | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-18 | Fix this first, as this actually has use of the new parameter same as cmode_b... | brain |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-02-17 | Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin... | aquanight |
2008-02-17 | Add some docs | w00t |
2008-02-17 | I gots a better fix :p | brain |
2008-02-17 | Add empty testcase.h | brain |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-14 | Make AC_OTHERMODE OnAccessCheck call work again. | brain |
2008-02-14 | New mode stuff. Note, the framework is now here so that every mode handler ca... | brain |
2008-02-14 | Keep count of the number of events in total, and seperate read, write and err... | brain |
2008-02-14 | More <log> stuff | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-13 | CONSTIFY\! | w00t |
2008-02-13 | Fix a silly crash I caused. | w00t |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Code for loading <log method=file> tags from config, but this still needs to ... | aquanight |
2008-02-10 | Add comments | brain |
2008-02-10 | Each Thread class must have its own thread handle, duh. Someone take away my ... | brain |