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
...
*
Add mode-merge indicator to FMODE
•••
This introduces explicit mode-merge request, rather than forcing all server-sourced mode changes to be merged. Syntax: :SID FMODE #chan TS =mode params For protocol 1202 and below, this is converted back to +.
Daniel De Graaf
2010-08-13
4
-59
/
+57
*
Remove duplicated settings now solely defined by the <connect> class
Daniel De Graaf
2010-08-13
1
-2
/
+1
*
Don't send override notices on exemptchanops overrides
Daniel De Graaf
2010-08-12
1
-1
/
+4
*
Fix NotifyOpers setting not being applied correctly
Daniel De Graaf
2010-08-11
1
-10
/
+9
*
Fix compile error
Daniel De Graaf
2010-08-10
1
-1
/
+1
*
Clear bot aliases on rehash
Daniel De Graaf
2010-08-08
1
-0
/
+1
*
Let /LOCKSERV and /UNLOCKSERV be used remotely
Jackmcbarn
2010-08-08
1
-3
/
+41
*
Don't source the umode -r on nickchange from the user, it will be denied
Daniel De Graaf
2010-08-08
1
-1
/
+1
*
Fix compile warning on m_testnet
Daniel De Graaf
2010-08-08
1
-2
/
+4
*
Stop hiding users when a prefix is set on them
Jens Voss
2010-08-08
1
-3
/
+22
*
Don't try to tidy m_autoop entries (fixes extra !*@*)
Daniel De Graaf
2010-08-08
1
-0
/
+1
*
Finish header file #include untangle
Daniel De Graaf
2010-08-08
13
-35
/
+0
*
Finish m_serverbots
Daniel De Graaf
2010-08-07
1
-23
/
+56
*
Add m_serverbots
Daniel De Graaf
2010-08-07
1
-0
/
+294
*
Add ECHO command to m_alias for user feedback
Daniel De Graaf
2010-08-07
1
-3
/
+22
*
Change m_override to require umode +O to be set to use
Daniel De Graaf
2010-08-07
1
-20
/
+50
*
Compilation fix for m_operprefix
Daniel De Graaf
2010-08-07
1
-3
/
+3
*
Move m_chanacl decision to the end to avoid possible conflicts with other mod...
Daniel De Graaf
2010-08-07
1
-1
/
+2
*
Remove now obsolete noservices element
Jackmcbarn
2010-08-07
1
-13
/
+1
*
Allow users to specify opflags in m_autoop
Daniel De Graaf
2010-08-07
1
-12
/
+3
*
Allow customizing the operprefix rank
Jackmcbarn
2010-08-07
1
-3
/
+6
*
Prevent kicks of users who have a protecting low-rank prefix set
Daniel De Graaf
2010-08-07
14
-18
/
+19
*
Fix m_restrictchans not checking new channels
Daniel De Graaf
2010-08-07
1
-2
/
+2
*
Give an error message to users denied by an ACL
Daniel De Graaf
2010-08-06
1
-1
/
+5
*
Add <opflags> config tag
Daniel De Graaf
2010-08-06
1
-3
/
+14
*
Fix permission check when a user has no opflags
Daniel De Graaf
2010-08-06
1
-0
/
+2
*
Fix the permissions code to be a bit less confusing
Daniel De Graaf
2010-08-06
4
-40
/
+20
*
Fix incorrect test in m_restrictchans
Daniel De Graaf
2010-08-06
1
-1
/
+1
*
Fix more incorrect uses of perm.user when perm.source was intended
Daniel De Graaf
2010-08-06
4
-8
/
+8
*
Fix incorrect membership being checked in m_chanacl
Daniel De Graaf
2010-08-06
1
-2
/
+2
*
Set the dirty bit when +P is set/unset on a channel
Daniel De Graaf
2010-08-06
1
-4
/
+4
*
Add m_saprop, oper-only version of /PROP
Jackmcbarn
2010-08-06
1
-0
/
+72
*
Add timestamp to channels in permchanneldb
Daniel De Graaf
2010-08-06
1
-3
/
+4
*
Change irc::modestacker output in FORMAT_PERSIST to always use long modes
Daniel De Graaf
2010-08-06
1
-3
/
+27
*
Fix up some errors from the init() conversion
Daniel De Graaf
2010-08-05
3
-2
/
+10
*
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
[prev]
[next]