index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix uninit pointer on MySQL initial connection
Daniel De Graaf
2010-08-03
1
-5
/
+3
*
Handle database not present a bit better, add missing MySQL rehash on init
Daniel De Graaf
2010-08-03
3
-6
/
+18
*
SQL API v3
danieldg
2010-08-03
11
-3222
/
+980
*
Change lockserv emergency unlock procedure, and add one for jumpserver
Jackmcbarn
2010-08-03
2
-10
/
+11
*
Rename opermodes parameter to "automodes" to resolve conflict with the migrat...
Daniel De Graaf
2010-08-03
1
-1
/
+1
*
Add interface user list to testnet check output
Daniel De Graaf
2010-08-03
1
-0
/
+6
*
Change OperInfo to store oper/type/class together.
•••
This allows privelages to be granted using <oper:commands> or <type:commands> instead of requiring <class> blocks.
Daniel De Graaf
2010-08-03
2
-8
/
+5
*
Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter
danieldg
2010-08-03
1
-5
/
+5
*
Fix mode +L being visibly reset on every FJOIN
danieldg
2010-08-03
1
-0
/
+2
*
Add m_chanacl, channel access control groups
Daniel De Graaf
2010-08-03
3
-1
/
+144
*
Fix override permission checking the wrong list
Daniel De Graaf
2010-08-03
1
-5
/
+5
[next]