aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | m_operprefix Unset mode on unload•••Fixes issue #1109 reported by @Sheogorath-SI Gravatar Attila Molnar2015-11-231-0/+33
| * | | Revert "Fix sending the wrong numerics on join when a topic is empty."•••This reverts commit b0e64b8cea2d721588d92072a8d16fdd99a9c945. The original behavior isn't RFC incompliant, see #1095. Gravatar Attila Molnar2015-10-111-1/+1
| * | | Fix incorrect std::string::operator[] usage•••Passing a position equal to length() to the non-const version of operator[] is undefined Gravatar Attila Molnar2015-09-282-1/+3
| * | | Merge pull request #1050 from Aviator45003/insp20•••Fixed a build warningGravatar Adam2015-09-061-2/+2
| |\ \ \
| | * | | Fixed a build warning•••Just a mismatched type, improperly done cast. Gravatar The Aviator2015-05-171-2/+2
| * | | | Merge pull request #1018 from SaberUK/insp20+hidekills•••[2.0] Fix exposing the opers hostname in KILL when using hidekills.Gravatar Adam2015-09-061-1/+1
| |\ \ \ \
| | * | | | Fix exposing the opers hostname in KILL when using hidekills.Gravatar Peter Powell2015-03-201-1/+1
| * | | | | Fix sending the wrong numerics on join when a topic is empty.Gravatar Peter Powell2015-08-261-1/+1
| | |_|/ / | |/| | |
| * | | | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. Gravatar Peter Powell2015-06-141-5/+14
| | |/ / | |/| |
* | | | Merge pull request #1139 from johanna-a/master•••Adds <commandlist> tag with command usage to httpd_stats.Gravatar Attila Molnar2016-02-221-1/+9
|\ \ \ \
| * | | | Adds <commandlist> tag with command usage to httpd_stats.Gravatar Johanna A2016-02-201-1/+9
* | | | | Fix GCC 6 warning about auto_ptr via a different method.•••The previous method was causing build errors on CentOS and Solaris. Gravatar Peter Powell2016-02-201-4/+8
* | | | | Fix build errors on CentOS 6 and OpenBSD.Gravatar Peter Powell2016-02-202-2/+2
* | | | | Remove the useless testnet module.Gravatar Peter Powell2016-02-201-67/+0
|/ / / /
* | | | Merge pull request #1135 from SaberUK/master+starttls•••Remove the STARTTLS token from ISUPPORT.Gravatar Attila Molnar2016-02-191-5/+0
|\ \ \ \
| * | | | Remove the STARTTLS token from ISUPPORT.•••This is an InspIRCd-specific token which is pointless because: 1. You can't STARTTLS after registration is complete. 2. You can already discover STARTTLS support via cap `tls`. Gravatar Peter Powell2016-02-191-5/+0
* | | | | Merge pull request #1130 from SaberUK/master+capnew•••Fix cap-notify sending ADD instead of NEW.Gravatar Attila Molnar2016-02-191-1/+1
|\ \ \ \ \
| * | | | | Fix cap-notify sending ADD instead of NEW.Gravatar Peter Powell2016-02-191-1/+1
| |/ / / /
* / / / / Fix warnings when building under GCC 6.Gravatar Peter Powell2016-02-191-3/+3
|/ / / /
* | | | Add rewritten m_watch module•••Code is shared with m_monitor Gravatar Attila Molnar2016-01-061-0/+267
* | | | Add m_monitor which implements the MONITOR command and notificationsGravatar Attila Molnar2016-01-061-0/+443
* | | | Nuke m_watchGravatar Attila Molnar2016-01-062-530/+0
* | | | m_spanningtree Ignore SVSWATCH from 2.0 serversGravatar Attila Molnar2016-01-061-0/+5
* | | | m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...•••Include m_watch in the list Gravatar Attila Molnar2016-01-061-1/+26
* | | | core_whois Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-53/+75
* | | | cmd_names Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-17/+5
* | | | cmd_names Inherit handler from SplitCommandGravatar Attila Molnar2015-12-302-6/+6
* | | | core_ison Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-26/+16
* | | | core_ison Inherit handler from SplitCommandGravatar Attila Molnar2015-12-301-4/+6
* | | | core_ison Simplify handlerGravatar Attila Molnar2015-12-301-14/+7
* | | | Convert remaining NOTICEs implemented using WriteServ() to WriteNotice()Gravatar Attila Molnar2015-12-292-4/+4
* | | | Fix InspIRCd::StripColor() stripping characters that shouldn't be strippedGravatar Attila Molnar2015-12-291-1/+1
* | | | cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel•••Fixes issue #1117 reported by @ProgVal Gravatar Attila Molnar2015-12-281-4/+6
* | | | Return true from Channel::PartUser() if the user was on the channelGravatar Attila Molnar2015-12-281-2/+4
* | | | Invert if in Channel::PartUser()Gravatar Attila Molnar2015-12-281-11/+11
* | | | Fix some whitespace issuesGravatar Attila Molnar2015-12-285-12/+12
* | | | m_cap Fix incorrect syntax of empty CAP LIST reply•••Fixes issue #1120 reported by @ProgVal Gravatar Attila Molnar2015-12-281-1/+1
* | | | m_xline_db Don't flush database when an xline expiresGravatar Attila Molnar2015-12-181-5/+0
* | | | Strip all control codes except \001 in InspIRCd::StripColor()•••Fixes issue #1100 reported by @uecasm Gravatar Attila Molnar2015-12-081-1/+2
* | | | Deduplicate code in InspIRCd::FindNick()Gravatar Attila Molnar2015-12-071-8/+1
* | | | Remove some IS_SERVER() checks•••- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly Gravatar Attila Molnar2015-12-0710-11/+11
* | | | Do not insert FakeUsers into UserManager::uuidlist•••Inserting them causes FindUUID() and FindNick() to return server users which is not what modules want Gravatar Attila Molnar2015-12-072-8/+7
* | | | m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...Gravatar Attila Molnar2015-12-071-7/+17
* | | | m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...Gravatar Attila Molnar2015-12-062-5/+2
* | | | m_spanningtree Implement ServerCommand::RegisterService()Gravatar Attila Molnar2015-12-062-2/+9
* | | | Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionGravatar Attila Molnar2015-12-061-0/+68
* | | | Add minimum channel rank and exception list parameters to the OnUserInvite hookGravatar Attila Molnar2015-12-064-6/+13
* | | | cmd_invite Fire the OnUserInvite event before announcing the inviteGravatar Attila Molnar2015-12-061-1/+2
* | | | cmd_invite Extend scope of the prefix character variableGravatar Attila Molnar2015-12-061-20/+17
* | | | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extensionGravatar Attila Molnar2015-12-061-0/+70