Age | Commit message (Expand) | Author |
2009-10-14 | Fix noeol on socketengine_select | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-13 | Add some missing slashes, and don't stupidly die on a config misparse | danieldg |
2009-10-13 | Update perl config parser in start script | danieldg |
2009-10-13 | Update documentation for cloaking | danieldg |
2009-10-13 | Remove magic path resolution from certificate files | danieldg |
2009-10-13 | removes unnecessary checks in modules, removes a superfluous else statement, ... | peavey |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-13 | Remove needless chdir() from inspircd executable | danieldg |
2009-10-13 | Allow confpath to be a file name in the current directory | danieldg |
2009-10-12 | Encode module API version in the init_module symbol; fixes conflic with glibc... | danieldg |
2009-10-12 | change vc70.pdb to vc90.pdb.. just cosmetic.. | peavey |
2009-10-12 | DLLFactory-- | danieldg |
2009-10-12 | Clean up the compile flags a little. BTW windows now builds again. | peavey |
2009-10-12 | Don't CoreExport reference. | peavey |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | Fix some signedness. | peavey |
2009-10-12 | CoreExport changes, clean up DoHostCycle when users are exempted | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-12 | Add mode headers. | peavey |
2009-10-12 | More WriteGlobalSno conversions in rehash, patch by dKingston | danieldg |
2009-10-12 | Fix WriteCommon when used on remote nicks | danieldg |
2009-10-12 | Fix empty SID validation and generation | danieldg |
2009-10-12 | Fix automatic SID generation when generated value is less than 100 | danieldg |
2009-10-12 | Correct the will-block prediction on partial writev() return | danieldg |
2009-10-12 | Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send() | danieldg |
2009-10-11 | Less CoreExport.. Too much of a good thing.. | peavey |
2009-10-11 | More CoreExport, brought the errors down, but some still persist. | peavey |
2009-10-11 | More adds, now I should have all the new stuff down. | peavey |
2009-10-11 | Re-enable removal of a tmp file that was left out for debug. | peavey |
2009-10-11 | More CoreExport. | peavey |
2009-10-11 | Remove some redundant headers from VS project file. | peavey |
2009-10-11 | Add new files and headers recently introduced. | peavey |
2009-10-11 | Include psapi.h to fix stats.cpp compiling. | peavey |
2009-10-11 | CoreExport Membership since windows needs this. | peavey |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Octets in an IPv4 address are unsigned | danieldg |
2009-10-11 | Remove the -Dssize_t declaration now its typedeffed. | peavey |
2009-10-11 | Ugly-ish hack to select SocketEngine on windows until I or someone else finds... | peavey |
2009-10-11 | Some fixes to the VS project file. | peavey |
2009-10-11 | Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f... | peavey |
2009-10-11 | Fixes for SocketThread, missing overload, and a left in deprecated variable. | peavey |
2009-10-11 | Compile fixes. | peavey |
2009-10-11 | Fix some signedness. | peavey |
2009-10-11 | Some fixes for the VS project file. Spanningtree builds again. | peavey |
2009-10-11 | Fix Extend usage and a few other things for latest API. Compiles but not tested. | peavey |
2009-10-10 | Fix double dot in half-cloaked resolved hosts | danieldg |
2009-10-10 | Compile fixes, these too take char* on windows and not void*. | peavey |
2009-10-10 | 3rd time lucky? Fix again for setsockopt. | peavey |