summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-19Update SendSGLine() in hybrid's protocol module to add support for temporary ↵miwob
x-lines
2016-01-19Couple user find by nick fixesAdam
2016-01-19Document ns_no_expire nick defaultAdam
2016-01-13hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2016-01-12example.conf: announce operserv/chankill as wellmiwob
2016-01-12hs_group: Fix grammarMatt Ullman
2016-01-03Merge pull request #142 from Zoddo/unreal4/uidAdam
[Unreal4] Use UID/SID instead of nick/servername when possible
2016-01-03[Unreal4] Use UID/SID instead of nick/servername when possibleZoddo
2016-01-02Actually there is no account hereAdam
2016-01-02Add sasl log category for auth log messagesAdam
2016-01-02Add IRCDMESSAGE_SOFT_LIMIT to MD handlerAdam
2015-12-30unreal4: add md handler, certfp supportAdam
2015-12-30Unreal 4 changesAdam
2015-12-30Copy unreal -> unreal4Adam
2015-12-29Move CanAdd() check to after mask sanitization as it will remove other ↵Adam
entries that are considered "covered by" the new mask
2015-12-29Remove run-cc leftoverAdam
2015-12-29Merge pull request #141 from miwob/2.0+cmode_T_nonoticeAdam
Add support for channel mode +T to the ircd-hybrid protocol module
2015-12-29Include gecos in GetNUHMaskAdam
2015-12-28Fix saset language replyAdam
2015-12-26Add support for channel mode +T to the ircd-hybrid protocol moduleMichael Wobst
2015-12-19Fix race with recovering and svsnicing nicknames. Wait for first svsnick to ↵Adam
go through before issuing the second. Fixes users sometimes svsnick colliding when recovering nicknames.
2015-12-13Merge commit '593ec34' into 2.0Adam
2015-12-13os_akill: Sanity check AKILLing before modifing the akill listMatt Ullman
2015-12-13Fixup ecdd046c80d696a882b12af615ed9f217afd40a9 to compileAdam
2015-12-13hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the ↵miwob
future ircd-hybrid will reject UID messages with invalid IP addresses
2015-12-13Merge pull request #136 from miwob/add+CanSQLineChannelAdam
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
2015-12-13Only special case level -1 to everyone and not everything <0Adam
2015-12-13Add some replacement tokens for akick reason and welcome noticeAdam
2015-12-13Document m_xmlrpc_main noticeAdam
2015-12-13Add notice method to m_xmlrpc_mainAdam
2015-12-13Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uidAdam
2015-12-13Allow wildcard searching emailsAdam
2015-12-13Fall back to account vhost in hs on/offAdam
2015-12-08Update LOG dir in anopercAdam
2015-11-05null xline manager when removing so removexline doesn't get calledAdam
2015-11-04Cleanup after xlines if directly removedAdam
2015-11-04Fix logonnews to prioritize the newest entries if it can't show them allAdam
2015-10-24hybrid.cpp: add missing CanSQLineChannel = true; to the protocol optionsmiwob
2015-09-25Fix chanserv botmodes.Robby
2015-09-24Check privilege name is valid in SetLevelAdam
2015-09-23Clear regex xlines on unload, which happens on shutdown, even though they ↵Adam
are perm modules
2015-09-18Update the dutch language file.Robby
2015-09-18Update my email address.Robby
2015-09-18Bold code 2 -> 002.Robby
2015-09-18Fix some sentences to be more correct.Robby
2015-09-17Don't prevent channel destruction because persist is set. Perm mode/a bot ↵Adam
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
2015-09-17Channel::DeleteUser delets the containerAdam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with ↵Adam
events kicking users mid-event that can delete them.
2015-09-14Remove associated oper blocks in os_oper when accounts are deletedAdam
2015-09-14Update topic lock help to reflect how it worksAdam