2009-10-17 |
danieldg | Add m_chanhistory, mode +H <lines> to replay some lines... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
peavey | CoreExport ConfigTag, fixes unresolved symbols when... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
peavey | Text fix. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
peavey | Fix up finding dns server to use for windows to match... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Some windows compile fixes |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Fix array out-of-bounds accesses |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Remove duplicated function calls when using reference |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Make classbase and refcountbase uncopyable; expand... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Remove dummy API_VERSION from Version constructor |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Add filename/line information to all ConfigTag objects |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Improve m_httpd_stats; fix incorect parameter order... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Fix DNSServer not being read on initial config read |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Add ModeHandler::cull() for auto-deletion, fixes call... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Clean up excessive bits in User struct |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Add some default values that I missed (thanks for point... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Hold reference to the associated ConfigTag inside Conne... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
danieldg | Rewrite ConfigReader again |
commit | commitdiff | tree | snapshot |
2009-10-16 |
danieldg | Clean up static allocations |
commit | commitdiff | tree | snapshot |
2009-10-16 |
danieldg | Clean up crash on destruction of statics at exit |
commit | commitdiff | tree | snapshot |
2009-10-15 |
danieldg | Add m_namedmodes that adds pseudo-listmode Z that shows... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
danieldg | Fix module unmapping with culled Module objects |
commit | commitdiff | tree | snapshot |
2009-10-14 |
danieldg | Fix noeol on socketengine_select |
commit | commitdiff | tree | snapshot |
2009-10-14 |
danieldg | Move static map of extensions into ServerInstance,... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Remove Command and ModeHandler objects in their destruc... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Add some missing slashes, and don't stupidly die on... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Update perl config parser in start script |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Update documentation for cloaking |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Remove magic path resolution from certificate files |
commit | commitdiff | tree | snapshot |
2009-10-13 |
peavey | removes unnecessary checks in modules, removes a superf... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Change to new execution directory structure |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Remove needless chdir() from inspircd executable |
commit | commitdiff | tree | snapshot |
2009-10-13 |
danieldg | Allow confpath to be a file name in the current directory |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Encode module API version in the init_module symbol... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
peavey | change vc70.pdb to vc90.pdb.. just cosmetic.. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | DLLFactory-- |
commit | commitdiff | tree | snapshot |
2009-10-12 |
peavey | Clean up the compile flags a little. BTW windows now... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
peavey | Don't CoreExport reference. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Make OnChannelRestrictionApply take a User* instead... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
peavey | Fix some signedness. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | CoreExport changes, clean up DoHostCycle when users... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | m_exemptchanops by jackmcbarn - channel mode +X to... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
peavey | Add mode headers. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | More WriteGlobalSno conversions in rehash, patch by... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Fix WriteCommon when used on remote nicks |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Fix empty SID validation and generation |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Fix automatic SID generation when generated value is... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Correct the will-block prediction on partial writev... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
danieldg | Define DISABLE_WRITEV and use the IOHook single-copy... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Less CoreExport.. Too much of a good thing.. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | More CoreExport, brought the errors down, but some... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | More adds, now I should have all the new stuff down. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Re-enable removal of a tmp file that was left out for... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | More CoreExport. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Remove some redundant headers from VS project file. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Add new files and headers recently introduced. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Include psapi.h to fix stats.cpp compiling. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | CoreExport Membership since windows needs this. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Move 2 static extensibles from user class to inspircd... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
danieldg | Octets in an IPv4 address are unsigned |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Remove the -Dssize_t declaration now its typedeffed. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Ugly-ish hack to select SocketEngine on windows until... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Some fixes to the VS project file. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Use CoreExport for the ServerInstance extern. Fixes... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Fixes for SocketThread, missing overload, and a left... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Compile fixes. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Fix some signedness. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Some fixes for the VS project file. Spanningtree builds... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
peavey | Fix Extend usage and a few other things for latest... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
danieldg | Fix double dot in half-cloaked resolved hosts |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | Compile fixes, these too take char* on windows and... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | 3rd time lucky? Fix again for setsockopt. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | Slight tweak to setsockopt fix. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | Compile fixes for windows. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | * Fix inspsocket to not include uio.h on windows. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | Compile fixes for latest changes to trunk. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
danieldg | Update m_cloaking to use free-form keys instead of... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | uhm, remove my debug output :) |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | Add building of inspircd_version.h to windows port... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
psychon | m_cloaking: Error out on "wrong" cloaking keys |
commit | commitdiff | tree | snapshot |
2009-10-10 |
peavey | Update Event and Request APIs for this module too. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
danieldg | Update example configs for SSL changes [dKingston] |
commit | commitdiff | tree | snapshot |
2009-10-09 |
danieldg | private, who needs private... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
danieldg | Fix hook finding code and error reporting |
commit | commitdiff | tree | snapshot |
2009-10-09 |
danieldg | Whoops, forgot to commit this file |
commit | commitdiff | tree | snapshot |
2009-10-09 |
danieldg | Move autoconnect next-server to TreeSocket::cull, and... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
danieldg | Add server ports to ServerInstance->ports, enable SSL... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
danieldg | Add names for all modes (part 1 of named channel mode... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
danieldg | Update Event and Request APIs |
commit | commitdiff | tree | snapshot |
2009-10-06 |
peavey | Make mssql module compile, untested for now. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
danieldg | Correctly ignore dummy argument to Version |
commit | commitdiff | tree | snapshot |
2009-10-06 |
danieldg | Take advantage of link errors to check API_VERSION... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
danieldg | Clean up m_chanprotect |
commit | commitdiff | tree | snapshot |
2009-10-06 |
danieldg | Counting should not be a programmer's job, I'm apparent... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
danieldg | Add OnBuildNeighborList hook, replaces all uses of... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
danieldg | Make builtin modes static to eliminate confusing destru... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
danieldg | Deny TR_NICK mode changes with an invalid nick parameter |
commit | commitdiff | tree | snapshot |
2009-10-05 |
danieldg | Run DelMode and DelModeWatcher in RemoveModule |
commit | commitdiff | tree | snapshot |
2009-10-05 |
danieldg | Fix backwards HideWhoisServer check |
commit | commitdiff | tree | snapshot |
2009-10-03 |
danieldg | Fix crash due to null address in DNS |
commit | commitdiff | tree | snapshot |
2009-10-03 |
danieldg | Get rid of a bunch of memory-wasting C-style strings |
commit | commitdiff | tree | snapshot |
next |