summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-21Remove mistaken duplicate check for fake usersdanieldg
2009-09-21Always use user->SplitChanList in whois reply [jackmcbarn]danieldg
2009-09-21Add channames module [jackmcbarn]danieldg
2009-09-21Prevent fake users from quittingdanieldg
2009-09-18Separate spy channels [jackmcbarn]danieldg
2009-09-17Remove SID from /map for non-opers, and add it to non-spanningtree for opers ...danieldg
2009-09-17Prevent fake users from quittingdanieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-16Don't let R-lines be bancached [jackmcbarn]danieldg
2009-09-16Add support for zline on rline [jackmcbarn]danieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-16Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod...danieldg
2009-09-15Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j...danieldg
2009-09-15Remove Extensible items from user, channel, and Membership on module unloaddanieldg
2009-09-15Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwindanieldg
2009-09-15Where there are hidden servers, report the /map server count as the hidden co...brain
2009-09-15Fix quoting in permchannels DB, discovered by jackmcbarn (could result in com...danieldg
2009-09-14Properly spacify opertypes in error messages. Patch by dKingstonspecial
2009-09-14Improve link error message on SSL fingerprint mismatchdanieldg
2009-09-14Fix incorrect min/max parameters on commandsdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-14Fix OnHostCycle in m_delayjoin [patch by dKingston]danieldg
2009-09-14Fix compile warningdanieldg
2009-09-13Clarify <include:executable> error messagedanieldg
2009-09-13Fix access checks on chanprotect preventing use of SAMODEdanieldg
2009-09-13Translate TR_NICK back from UID on mode parsedanieldg
2009-09-13Fix automated metadata decoding with ExtItemdanieldg
2009-09-13Fix REMOVE maxparamsdanieldg
2009-09-13Fix cloaking/invite exception for new extban checksdanieldg
2009-09-13Fix max-parameters in MODE commanddanieldg
2009-09-13Change match direction of extbans to allow stackingdanieldg
2009-09-13Prevent <include:executable> from running <include:executable> itself [jackmc...danieldg
2009-09-13GnuTLS: Send SSL client certificate when requesteddanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Fix GetPrefixChar returning empty if a non-prefix mode was useddanieldg
2009-09-13Forgotten Extensible::Register invocationsdanieldg
2009-09-13Add SerializeFormat for easier metadata formattingdanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible...danieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Remove double prefix conversion from Channel::RawWriteAllExceptdanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-13Don't allow /who to match servers when HideWhoisServer is enabled (unless the...special
2009-09-09really fix segfault when using ojoin in already-joined channeldanieldg
2009-09-09Fix segfault when using ojoin in already-joined channeldanieldg
2009-09-09Fix invalid iterator in select socketengine, clean up its memory use a bit toodanieldg