index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coremods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
1
-1
/
+1
*
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-08-30
1
-1
/
+2
*
core_dns Fail new requests when this module or the owner of the request is be...
Attila Molnar
2016-08-25
1
-0
/
+8
*
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-25
2
-24
/
+9
*
core_dns Change type of all log messages to MODNAME
Attila Molnar
2016-08-25
1
-6
/
+6
*
Merge insp20
Attila Molnar
2016-08-17
3
-5
/
+4
*
core_hostname_lookup: find answer record of the correct type instead of assum...
Adam
2016-08-15
1
-8
/
+28
*
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
Peter Powell
2016-06-27
1
-1
/
+1
*
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-06-22
1
-1
/
+1
*
Refactor topic setting logic to go through Channel::SetTopic() in all cases
•••
- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently
Attila Molnar
2016-04-11
1
-1
/
+7
*
Rename PURE_STATIC to INSPIRCD_STATIC.
Peter Powell
2016-04-04
1
-1
/
+1
*
Merge pull request #1165 from Adam-/master+dnssource
•••
core_dns: allow configuring source address
Attila Molnar
2016-03-29
1
-7
/
+27
|
\
|
*
core_dns: allow configuring source address
Adam
2016-03-29
1
-7
/
+27
*
|
Ensure server names passed to some commands are really server names
Attila Molnar
2016-03-29
2
-2
/
+3
*
|
core_info Deduplicate code by inheriting some commands from ServerTargetCommand
Attila Molnar
2016-03-29
6
-50
/
+10
*
|
core_info Add class ServerTargetCommand
Attila Molnar
2016-03-29
2
-0
/
+20
|
/
*
Fix oversights in the WriteNumeric() parameter conversion
Attila Molnar
2016-03-19
2
-2
/
+3
*
Add RPL_WHOREPLY to the list of numerics
•••
Use it instead of the raw number
Attila Molnar
2016-02-26
1
-1
/
+1
*
Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...
Attila Molnar
2016-02-26
1
-19
/
+22
*
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-26
1
-3
/
+3
*
Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics
•••
Use them instead of the raw numbers
Attila Molnar
2016-02-25
2
-2
/
+2
*
core_userhost Send numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
1
-2
/
+2
*
cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
1
-3
/
+2
*
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
2
-77
/
+82
*
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
5
-25
/
+15
*
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...
Attila Molnar
2016-02-25
1
-20
/
+16
*
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
26
-102
/
+99
*
Fix some numerics
Attila Molnar
2016-02-24
1
-1
/
+1
*
Merge insp20
Attila Molnar
2016-02-22
2
-2
/
+10
*
Fix build errors on CentOS 6 and OpenBSD.
Peter Powell
2016-02-20
2
-2
/
+2
*
core_whois Switch to Numeric::Builder
Attila Molnar
2015-12-30
1
-53
/
+75
*
cmd_names Switch to Numeric::Builder
Attila Molnar
2015-12-30
1
-17
/
+5
*
cmd_names Inherit handler from SplitCommand
Attila Molnar
2015-12-30
2
-6
/
+6
*
core_ison Switch to Numeric::Builder
Attila Molnar
2015-12-30
1
-26
/
+16
*
core_ison Inherit handler from SplitCommand
Attila Molnar
2015-12-30
1
-4
/
+6
*
core_ison Simplify handler
Attila Molnar
2015-12-30
1
-14
/
+7
*
Convert remaining NOTICEs implemented using WriteServ() to WriteNotice()
Attila Molnar
2015-12-29
1
-2
/
+2
*
cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel
•••
Fixes issue #1117 reported by @ProgVal
Attila Molnar
2015-12-28
1
-4
/
+6
*
Fix some whitespace issues
Attila Molnar
2015-12-28
1
-6
/
+6
*
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
Attila Molnar
2015-12-07
2
-2
/
+2
*
Add minimum channel rank and exception list parameters to the OnUserInvite hook
Attila Molnar
2015-12-06
1
-3
/
+10
*
cmd_invite Fire the OnUserInvite event before announcing the invite
Attila Molnar
2015-12-06
1
-1
/
+2
*
cmd_invite Extend scope of the prefix character variable
Attila Molnar
2015-12-06
1
-20
/
+17
*
Remove <options:ircumsgprefix> entirely
Attila Molnar
2015-12-06
1
-8
/
+1
*
Merge branch 'master+reloadmod'
Attila Molnar
2015-12-01
1
-14
/
+571
|
\
|
*
core_reloadmodule Allow modules to handle reload failures of other mods
Attila Molnar
2015-11-26
1
-0
/
+14
|
*
core_reloadmodule Allow modules to save and restore their own data when reloa...
Attila Molnar
2015-11-26
1
-2
/
+32
|
*
core_reloadmodule Save and restore module state (modes, extensions) on reload
Attila Molnar
2015-11-26
1
-0
/
+497
|
*
Handle module reloading in core_reloadmodule entirely
Attila Molnar
2015-11-26
1
-13
/
+29
*
|
core_whowas Purge nicks as soon as they no longer have any entries
Attila Molnar
2015-11-23
1
-7
/
+13
[next]