summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-22Add m_taxonomy.so to example config.peavey
2007-07-22Less WOOT more TAXANOMY :>peavey
2007-07-21oper-immune filters should be fixed nowbrain
2007-07-21I broke socketengine_iocp with some fixes. Fixed again.brain
2007-07-21Extra Dry! Shame it's not in Hereford right now :pbrain
2007-07-21Testbrain
2007-07-21Fix pastage spotted by dmb.peavey
2007-07-21le cleanuppeavey
2007-07-21push metadata out on title-uppeavey
2007-07-21Why does getcache return "true" or undef?! Now returns 1 or 0. Thanks stskeepsbrain
2007-07-21Make it local only.peavey
2007-07-21Add Custom Titles as requested per bug #334peavey
2007-07-20Fix gnutls cert generation failing. Thx owine.peavey
2007-07-19Fix for bug #326, 'no error' quit can no longer theoretically occur because a...brain
2007-07-19Fix for bug #353, theres no solution to this but a slightly craqy one, but at...brain
2007-07-19Whoops, someone forgot to check the return value when initializing windows IOCPbrain
2007-07-19Check libc version for epoll then check that glibc is built against this kern...brain
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
2007-07-18Fixed m_messageflood to free the channel if it kicks the last user. This woul...special
2007-07-18there were two.. yes, you're right Specialpippijn
2007-07-18untested fix for "unused functions"pippijn
2007-07-17Stability fixes, some DELETEs here that dont belong any more.brain
2007-07-17Validation checks that seem to have been omitted here.brain
2007-07-17more headers.peavey
2007-07-17Mass header update. Chatspike-Dev => InspIRCd....peavey
2007-07-17Fix copyright headers.peavey
2007-07-17publish "JSON-RPC" interfacepippijn
2007-07-17Now, json-rpc _ONLY_ supports member function pointers. An example is given inpippijn
2007-07-17#ifdeffed out gnu extensionpippijn
2007-07-17provide feedback to the user if json throws an exceptionpippijn
2007-07-17Ignore all exceptions for now.. m_rpc_json is rather willing to throwpippijn
2007-07-17Added a JSON-RPC module that can be used by other modules to provide a remotepippijn
2007-07-17Module directories now use the concatenated linker flags from every cpp file,...special
2007-07-17Added the execruntime() function for Compile/Linker flags - executes shell co...special
2007-07-16Don't hide from me! set LF eol-style on hidden files too.peavey
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16Set EOL to WINDOWS-style always for Visual Studio files.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-16Add flags to /STATS s output, and nuke some ^Mpeavey
2007-07-16Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi...peavey
2007-07-16formatting and ^Mpeavey
2007-07-16Oops, the (*p) check was meant for the inner loop, I blame the vs editor :>peavey
2007-07-16Begone evil DOS format :<peavey
2007-07-16And add colour.h to wrapper resource instead of the source.peavey
2007-07-16Use wrapper include instead of colour.h.peavey
2007-07-16Tide this up and fix possible buffer overflow. Cannot use MAXBUF since inspir...peavey
2007-07-16Little tweak to fix the output when directory modules execute programs for cf...special
2007-07-16Use colours.h in win_wrapper and also add __COLOURS_H define.peavey
2007-07-16Remove printf_c from wrapper, this code also segfaulted when it was used.peavey
2007-07-16Use vsnprintf instead of vsprintf.peavey