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
...
*
Restore m_timedbans to allow it to be used when linking to 1.2/2.0
Daniel De Graaf
2010-08-16
1
-0
/
+168
*
Fix null deref on distant proto_version check in FMODE
Daniel De Graaf
2010-08-16
1
-1
/
+1
*
Remove now-obsolete and buggy m_timedbans and document m_timedmodes
Jackmcbarn
2010-08-16
1
-168
/
+0
*
Update m_nicklock and m_sanick to allow changing someone's nick to their UID,...
Jackmcbarn
2010-08-16
2
-13
/
+20
*
Fix some minor bugs in m_timedmodes
Jackmcbarn
2010-08-16
1
-19
/
+18
*
Fix compile error
Daniel De Graaf
2010-08-15
1
-1
/
+1
*
Fix unload of prefix modes not unsetting prefixes
Daniel De Graaf
2010-08-15
3
-18
/
+8
*
Move a useful utility function from spanningtree to core
Daniel De Graaf
2010-08-15
2
-25
/
+4
*
Add timed modes module
Jackmcbarn
2010-08-15
1
-0
/
+369
*
Remove GetClass(), access MyClass directly when needed
Daniel De Graaf
2010-08-15
2
-2
/
+2
*
Add SyncTarget::SendCommand for sending preformatted lines s2s
Daniel De Graaf
2010-08-14
3
-8
/
+12
*
Replace dynamic_cast with faster explicit type marking
Daniel De Graaf
2010-08-14
4
-11
/
+11
*
Recreate the Channel object during a TS reset
•••
This ensures that all obsolete metadata, modes, and other information from the old channel is discarded on a TS reset.
Daniel De Graaf
2010-08-14
2
-37
/
+50
*
Add m_opmoderated - channel mode +U
Daniel De Graaf
2010-08-13
1
-0
/
+89
*
Remove irc::sockets::sato*, duplicates of internal irc::sockets::sockaddrs fu...
Daniel De Graaf
2010-08-13
3
-6
/
+4
*
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
[prev]
[next]