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
...
*
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
*
Funnel access checks through the OnPermissionCheck hook
Daniel De Graaf
2010-08-03
23
-285
/
+87
*
Remove mismerged init() addition
Daniel De Graaf
2010-08-03
1
-4
/
+0
*
Fix CGI:IRC cloaking happening too late
Daniel De Graaf
2010-08-03
1
-22
/
+41
*
Search for SQL service in init(), not in constructor
•••
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12598 e03df62e-2008-0410-955e-edbf42e46eb7
danieldg
2010-08-03
3
-5
/
+8
*
Fix SQL modules not all using AddService, noticed by Morpheus
•••
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7
danieldg
2010-08-03
4
-15
/
+32
*
Fix variable shadowing warning
Daniel De Graaf
2010-08-03
1
-3
/
+3
*
Use OnChannelPermissionCheck for auditorium
Daniel De Graaf
2010-08-03
1
-7
/
+6
*
Take auditorium-see into account when building neighbor list
danieldg
2010-08-03
1
-3
/
+10
*
Change connect class inheritance to use references, allows conn_umode and con...
Daniel De Graaf
2010-08-03
2
-2
/
+2
*
Compile fix
Daniel De Graaf
2010-08-03
1
-8
/
+8
*
Change m_override to use the standard <class> permission checks
Daniel De Graaf
2010-08-03
1
-17
/
+8
*
Send namebase=Z when talking to 2.0 servers when supporting +Z
Daniel De Graaf
2010-08-03
1
-0
/
+2
*
Create OnChannelPermissionCheck hook
Daniel De Graaf
2010-08-03
9
-95
/
+55
*
Unset umode +x when a different vhost is set on a user
danieldg
2010-08-03
1
-36
/
+28
*
Fix m_ident deleting sockets that are still in use
Daniel De Graaf
2010-08-03
1
-36
/
+18
*
Fix some more incorrect socket use
danieldg
2010-08-03
3
-13
/
+1
*
Add RESYNC command to allow automatic recovery from a detected desync
Daniel De Graaf
2010-08-03
7
-28
/
+48
*
Fix m_autoop not running its OnUserJoin hook
Daniel De Graaf
2010-08-03
1
-1
/
+7
*
Compile fix
danieldg
2010-08-03
1
-1
/
+1
*
Log invalid S2S commands a bit better
Daniel De Graaf
2010-08-03
1
-0
/
+5
[prev]
[next]