index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands
Age
Commit message (
Expand
)
Author
2014-02-25
cmd_kill Remove now needless check that prevented KILLing the same user twice
Attila Molnar
2014-02-25
cmd_kill Hide server notices if the source is ulined
Attila Molnar
2014-02-14
Move GetPrefixChar() from Channel to Membership
Attila Molnar
2014-02-14
Return a Membership* from get_first_visible_channel() in cmd_who and pass tha...
Attila Molnar
2014-02-09
Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-08
Move socketengine stats into a new class
Attila Molnar
2014-02-08
Change SocketEngine functions that do not require an instance to be static
Attila Molnar
2014-01-31
Remove a few unnecessary .c_str() calls
Attila Molnar
2014-01-25
Add Channel* parameter to OnSendWhoLine
Attila Molnar
2014-01-25
Omit the server name internally when building a /STATS reply and prepend it l...
Attila Molnar
2014-01-25
Convert InspIRCd::PassCompare to return bool instead of int.
Peter Powell
2014-01-24
cmd_invite Fix incorrect parameter being passed to InspIRCd::Duration()
Attila Molnar
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-21
Increase the penalty for a few core commands
Attila Molnar
2014-01-08
Read uline state in spanningtree; remove ConfigReader::ulines
Attila Molnar
2014-01-06
Automatically register and unregister mode watchers
Attila Molnar
2014-01-05
Move server description field from TreeServer into Server; remove OnGetServer...
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2014-01-05
Improve UserManager::QuitUser() and related code
Attila Molnar
2013-12-18
Add m_showfile, remove cmd_rules
Attila Molnar
2013-12-18
Clean up CoreException
Attila Molnar
2013-12-15
Make various self contained methods static.
Peter Powell
2013-12-15
Move stuff around a bit:
Peter Powell
2013-11-21
Fix a few issues
attilamolnar
2013-11-21
Disallow remote /MODULES for non-opers.
Daniel Vassdal
2013-11-12
Fix remote /MODULES bug
Daniel Vassdal
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-11
Convert cmd_modenotice into an optional module
attilamolnar
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-08
Remove InspIRCd::HandleRehash functor
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Remove ModuleManager::GetAllModuleNames(), use GetModules() instead
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-28
m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...
attilamolnar
2013-08-27
Fix crash caused by passing a large integer to ctime()
attilamolnar
2013-08-25
Clean up the protocol interface
attilamolnar
2013-08-19
Remove cmd_map from the core
attilamolnar
2013-08-13
Store oper types and opers in separate containers
attilamolnar
2013-08-12
cmd_whowas Major cleanup, fix inefficiencies
attilamolnar
2013-08-12
Add ConfigTag::getDuration() with optional bounds checking
attilamolnar
2013-08-10
Replace range() with min and max arguments on getInt().
Peter Powell
2013-08-10
Rename <connect:nouserdns> to <connect:resolvehostnames>.
Peter Powell
2013-08-09
Remove virtual User::GetClass() (but keep LocalUser::GetClass())
attilamolnar
2013-08-09
Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan...
attilamolnar
2013-08-08
Fix a couple of issues
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
[next]