Age | Commit message (Expand) | Author |
2009-09-29 | Fix GetExtBanStatus returning MOD_RES_ALLOW when user does not have a ban exe... | danieldg |
2009-09-28 | Update svn:ignore and .gitignore | danieldg |
2009-09-28 | Fix compilation of some extras modules | danieldg |
2009-09-28 | Work around BSD make chdir bug with symlinks | danieldg |
2009-09-28 | Fix linking errors on BSD | danieldg |
2009-09-28 | Fix compile errors on BSD | danieldg |
2009-09-28 | Add directory change to unit-cc, to fix the immensely stupid BSD make behavio... | danieldg |
2009-09-28 | Fix warnings from BSD build and work around the failures of BSD make | danieldg |
2009-09-27 | Buildsystem updates | danieldg |
2009-09-27 | Fix modules/extra symlinks when calculating dependencies | danieldg |
2009-09-27 | SendQ bugfixes | danieldg |
2009-09-26 | Compile fixes and message updates | danieldg |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Clean up svn:keywords | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |
2009-09-26 | Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal... | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-22 | Run configure -update on all svn/git changes | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Improve speed of SSL sendq processing | danieldg |
2009-09-21 | Fix RSQUIT/RCONNECT routing | danieldg |
2009-09-21 | Allow objects to be added to cull list during apply - fixes user deletion on ... | danieldg |
2009-09-21 | Don't try to write to dead users, add debug to SquitServer, and remove a stri... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-21 | Remove mistaken duplicate check for fake users | danieldg |
2009-09-21 | Always use user->SplitChanList in whois reply [jackmcbarn] | danieldg |
2009-09-21 | Add channames module [jackmcbarn] | danieldg |
2009-09-21 | Prevent fake users from quitting | danieldg |
2009-09-18 | Separate spy channels [jackmcbarn] | danieldg |
2009-09-18 | Fix unit-cc when build is not a direct subdirectory of source; create make ru... | danieldg |
2009-09-17 | Remove SID from /map for non-opers, and add it to non-spanningtree for opers ... | danieldg |
2009-09-17 | Prevent fake users from quitting | danieldg |
2009-09-17 | Configuration update from jdhore | danieldg |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | danieldg |
2009-09-17 | modulemanger: check dependencies correctly | danieldg |
2009-09-17 | Update make help, configure, and fix build of empty m_* directories | danieldg |
2009-09-17 | Remove .*.d dependency garbage, and use a dedicated build directory | danieldg |
2009-09-16 | Don't let R-lines be bancached [jackmcbarn] | danieldg |
2009-09-16 | Add support for zline on rline [jackmcbarn] | danieldg |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-16 | Allow make on a read-only source tree using make O=objdir | danieldg |
2009-09-16 | Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod... | danieldg |
2009-09-15 | Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j... | danieldg |
2009-09-15 | Remove Extensible items from user, channel, and Membership on module unload | danieldg |
2009-09-15 | Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwin | danieldg |
2009-09-15 | Where there are hidden servers, report the /map server count as the hidden co... | brain |