index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Force modules to use init() to register hooks
Daniel De Graaf
2010-08-05
80
-145
/
+219
*
Fix m_override ignoring RequireKey and NoisyOverride settings
Daniel De Graaf
2010-08-05
2
-8
/
+19
*
Fix hardcoded reference to mode +L in m_redirect
Daniel De Graaf
2010-08-04
1
-2
/
+2
*
Clarify the redirect numeric a bit
Daniel De Graaf
2010-08-04
1
-1
/
+2
*
Fix compilation of m_redirect
Daniel De Graaf
2010-08-04
1
-5
/
+5
*
Change m_redirect to redirect on any denied join
Daniel De Graaf
2010-08-04
2
-14
/
+14
*
Fix $md5pass and $sha256pass in SQL queries
Daniel De Graaf
2010-08-04
3
-3
/
+3
*
Mark channel redirects using a common extension to prevent double-redirects
Daniel De Graaf
2010-08-04
3
-24
/
+29
*
Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin
Daniel De Graaf
2010-08-04
16
-332
/
+175
*
Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...
Adam
2010-08-03
1
-4
/
+9
*
Use the remote channel's capitalization on a losing TS merge
Daniel De Graaf
2010-08-03
1
-2
/
+4
*
Change regex modules to use a prioritized init()
Daniel De Graaf
2010-08-03
5
-4
/
+45
*
Allow module init to be prioritized to allow dependency checking
Daniel De Graaf
2010-08-03
3
-0
/
+15
*
Allow halfops to remove their own halfop status
Daniel De Graaf
2010-08-03
1
-0
/
+7
*
Fix incorrect default on <alias:channelcommand>
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Fix negative array access in channame
Daniel De Graaf
2010-08-03
1
-13
/
+14
*
Correct source of initial BURST line from servers sending it without one (lik...
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
Daniel De Graaf
2010-08-03
1
-0
/
+2
*
Don't use an empty direction when receiving a sourceless server command
Daniel De Graaf
2010-08-03
1
-6
/
+2
*
Emulate a bug in 1.2 to get matching cloaks
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Add "CLOAK" command to allow opers to see the cloaked form of any host
Daniel De Graaf
2010-08-03
1
-21
/
+50
*
Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)
Daniel De Graaf
2010-08-03
1
-2
/
+2
*
Add custom suffix support for 2.0-style IP cloaking (default of ".IP")
Daniel De Graaf
2010-08-03
1
-8
/
+13
*
Fix crash when a remote server has the same name as we do
Daniel De Graaf
2010-08-03
1
-2
/
+3
*
Get rid of more useless assign() invocations
Daniel De Graaf
2010-08-03
3
-4
/
+5
*
Get rid of char* argument for channel name
Daniel De Graaf
2010-08-03
15
-35
/
+29
*
Fix cloak key being misread in 2.0 cloaking modes
Daniel De Graaf
2010-08-03
1
-9
/
+9
*
Drop ConfigReader::Enumerate
Daniel De Graaf
2010-08-03
7
-96
/
+90
*
Change UserChanList to an intrusive-style linked list
Daniel De Graaf
2010-08-03
7
-16
/
+20
*
Make irc::string faster and less wasteful
•••
Change irc::string from an std::basic_string typedef to a wrapper around an std::string, to avoid unneeded copies in assign().
Daniel De Graaf
2010-08-03
6
-25
/
+27
*
Remove unneeded copy of server name for every remote user
Daniel De Graaf
2010-08-03
4
-12
/
+9
*
Prevent using invalid UIDs and enforce UID/SID matching
Daniel De Graaf
2010-08-03
1
-4
/
+8
*
Use FindNickOnly in a few commands to prevent enumerating users via UID walking
Daniel De Graaf
2010-08-03
2
-2
/
+2
*
Remove unneeded inet_aton call
Daniel De Graaf
2010-08-03
1
-10
/
+5
*
Allow E:lines to make users exempt from DNSBL checks
Daniel De Graaf
2010-08-03
1
-0
/
+3
*
Remove channel argument from OnSendWhoLine
danieldg
2010-08-03
2
-1
/
+14
*
Fix m_ldapoper using incorrect module name
Daniel De Graaf
2010-08-03
1
-4
/
+4
*
Add debouncing to m_cloaking, and fix cloak of hosts without dots
Daniel De Graaf
2010-08-03
1
-19
/
+39
*
Basic counting is too easy to get wrong
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Fix CommandFloodPenalty overflow on connect
Daniel De Graaf
2010-08-03
1
-3
/
+6
*
Squash a few warnings
Daniel De Graaf
2010-08-03
5
-11
/
+16
*
Change 2.0 cloak function to use variable-length segments
Daniel De Graaf
2010-08-03
1
-30
/
+46
*
Fix MySQL crash on module unload with empty query queue
danieldg
2010-08-03
1
-1
/
+3
*
Remove modules that have moved to extras
Daniel De Graaf
2010-08-03
3
-389
/
+0
*
Fix some issues found using valgrind/pure_static
Daniel De Graaf
2010-08-03
1
-5
/
+6
*
Add RAWIO log level which is more verbose than DEBUG
danieldg
2010-08-03
2
-2
/
+2
*
Simplify SASL interface using SASLHook
Daniel De Graaf
2010-08-03
2
-138
/
+80
*
Add configuration options to m_invisible
Daniel De Graaf
2010-08-03
1
-9
/
+26
*
Remove some unused duplicate hooks
Daniel De Graaf
2010-08-03
1
-3
/
+4
*
Allow m_sqlauth to set connect class
Daniel De Graaf
2010-08-03
1
-23
/
+26
[prev]
[next]