Age | Commit message (Expand) | Author |
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 |
2009-09-15 | Fix quoting in permchannels DB, discovered by jackmcbarn (could result in com... | danieldg |
2009-09-14 | Properly spacify opertypes in error messages. Patch by dKingston | special |
2009-09-14 | Improve link error message on SSL fingerprint mismatch | danieldg |
2009-09-14 | Fix incorrect min/max parameters on commands | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-14 | Fix OnHostCycle in m_delayjoin [patch by dKingston] | danieldg |
2009-09-14 | Fix compile warning | danieldg |
2009-09-13 | Clarify <include:executable> error message | danieldg |
2009-09-13 | Fix access checks on chanprotect preventing use of SAMODE | danieldg |
2009-09-13 | Translate TR_NICK back from UID on mode parse | danieldg |
2009-09-13 | Fix automated metadata decoding with ExtItem | danieldg |
2009-09-13 | Fix REMOVE maxparams | danieldg |
2009-09-13 | Fix cloaking/invite exception for new extban checks | danieldg |
2009-09-13 | Fix max-parameters in MODE command | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | danieldg |
2009-09-13 | Prevent <include:executable> from running <include:executable> itself [jackmc... | danieldg |
2009-09-13 | Force rebuild of symlinked modules when the source file changes | danieldg |
2009-09-13 | GnuTLS: Send SSL client certificate when requested | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Fix GetPrefixChar returning empty if a non-prefix mode was used | danieldg |
2009-09-13 | Forgotten Extensible::Register invocations | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible... | danieldg |