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
...
*
Fix desync of chanregister when merging modes
Daniel De Graaf
2010-08-20
1
-20
/
+17
*
Add verbose parameter to m_chanregister
webczat
2010-08-20
1
-7
/
+15
*
Remove double error check on prefixrequired
webczat
2010-08-20
1
-8
/
+6
*
Add multi-registrant support
Jackmcbarn
2010-08-20
1
-26
/
+43
*
Respect CycleHostsFromUser configuration for mode changes generated by m_autoop
Daniel De Graaf
2010-08-20
1
-3
/
+4
*
Add support for setting accountname to m_sqlauth and m_ldapauth
Daniel De Graaf
2010-08-19
4
-6
/
+41
*
Split provided modes off from m_services_account
Daniel De Graaf
2010-08-19
3
-182
/
+255
*
Remove unneeded VF_COMMON and set default expire time to 21 days
Jackmcbarn
2010-08-19
1
-2
/
+2
*
Allow disabling of the database in m_chanregister
Jackmcbarn
2010-08-19
1
-4
/
+6
*
Document m_chanregister and mark it VF_VENDOR
Jackmcbarn
2010-08-19
1
-1
/
+1
*
Change account.h to use the ServiceProvider hooks
Daniel De Graaf
2010-08-19
4
-99
/
+114
*
Add m_chanregister: ircd-side channel registration
webczat
2010-08-19
1
-0
/
+766
*
Change ResolveModeConflict to a simpler parameter ordering function
Daniel De Graaf
2010-08-18
4
-5
/
+4
*
Change ModeHandler::AccessCheck to use PermissionData
Daniel De Graaf
2010-08-18
4
-24
/
+23
*
Clarify null character append in m_cloaking (fixes compiler warning)
Daniel De Graaf
2010-08-17
1
-1
/
+1
*
m_lockserv doesn't need to be VF_OPTCOMMON
Jackmcbarn
2010-08-17
1
-1
/
+1
*
Fix errors in m_cline implementation
Daniel De Graaf
2010-08-17
1
-4
/
+7
*
Add m_cline
Daniel De Graaf
2010-08-17
1
-0
/
+222
*
Fix up invite checking code and add m_inviteextban
Jackmcbarn
2010-08-16
2
-1
/
+50
*
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
[prev]
[next]