Age | Commit message (Expand) | Author |
2007-07-18 | untested fix for "unused functions" | pippijn |
2007-07-17 | Stability fixes, some DELETEs here that dont belong any more. | brain |
2007-07-17 | Validation checks that seem to have been omitted here. | brain |
2007-07-17 | more headers. | peavey |
2007-07-17 | Mass header update. Chatspike-Dev => InspIRCd.... | peavey |
2007-07-17 | Fix copyright headers. | peavey |
2007-07-17 | publish "JSON-RPC" interface | pippijn |
2007-07-17 | Now, json-rpc _ONLY_ supports member function pointers. An example is given in | pippijn |
2007-07-17 | #ifdeffed out gnu extension | pippijn |
2007-07-17 | provide feedback to the user if json throws an exception | pippijn |
2007-07-17 | Ignore all exceptions for now.. m_rpc_json is rather willing to throw | pippijn |
2007-07-17 | Added a JSON-RPC module that can be used by other modules to provide a remote | pippijn |
2007-07-17 | Module directories now use the concatenated linker flags from every cpp file,... | special |
2007-07-17 | Added the execruntime() function for Compile/Linker flags - executes shell co... | special |
2007-07-16 | Don't hide from me! set LF eol-style on hidden files too. | peavey |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | Set 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-16 | Add flags to /STATS s output, and nuke some ^M | peavey |
2007-07-16 | Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi... | peavey |
2007-07-16 | formatting and ^M | peavey |
2007-07-16 | Oops, the (*p) check was meant for the inner loop, I blame the vs editor :> | peavey |
2007-07-16 | Begone evil DOS format :< | peavey |
2007-07-16 | And add colour.h to wrapper resource instead of the source. | peavey |
2007-07-16 | Use wrapper include instead of colour.h. | peavey |
2007-07-16 | Tide this up and fix possible buffer overflow. Cannot use MAXBUF since inspir... | peavey |
2007-07-16 | Little tweak to fix the output when directory modules execute programs for cf... | special |
2007-07-16 | Use colours.h in win_wrapper and also add __COLOURS_H define. | peavey |
2007-07-16 | Remove printf_c from wrapper, this code also segfaulted when it was used. | peavey |
2007-07-16 | Use vsnprintf instead of vsprintf. | peavey |
2007-07-16 | Made m_ssl_gnutls throw an exception when unable to load the certificate (sin... | special |
2007-07-15 | Fix for bug #349: NOTE there is important caveat about this in the example co... | brain |
2007-07-15 | Fix for minor memory leak on unloading module, bug #340 | brain |
2007-07-13 | Explicitly disallow mode prefixes > 126, to prevent excess muppetry by 3rd pa... | brain |
2007-07-12 | Implement a way to disable options:maxwho, bug #348 | brain |
2007-07-12 | Apply patch from lain to fix multiple cgihosts not being read correctly. | peavey |
2007-07-11 | Backport patch from stskeeps for checking success of gnutls cert generation | brain |
2007-07-11 | Fix for bug #347. | brain |
2007-07-10 | Clarifying comment | brain |
2007-07-10 | This should fix the rest of remote kill nick hiding | brain |
2007-07-10 | First part of fix for bug #344 | brain |
2007-07-07 | Implement /dalinfo, as a joke. Consider this an easter egg. | brain |
2007-07-07 | Added some missing parameter checking in m_swhois | special |
2007-07-06 | Warning: Loads of craq logging in here atm. /connect with openssl is broken, ... | brain |
2007-07-06 | SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us... | brain |
2007-07-06 | And fixed a race condition I introduced in the previous commit that could've ... | special |
2007-07-06 | Fixed the handling of the CTCP TIME reply in m_antibear - it could generate r... | special |
2007-07-04 | Init the sequence indicator to avoid undefined behaviour. Thx owine. | peavey |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-07-03 | Revert a changed file I didn't want to commit .. | w00t |