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
Age
Commit message (
Expand
)
Author
2014-03-06
Move UNLOADMODULE handler into core_loadmodule
Attila Molnar
2014-03-06
Create the core_stub module
Attila Molnar
2014-03-05
Load core_*.so instead of cmd_*.so
Attila Molnar
2014-03-05
Create the core_xline module
Attila Molnar
2014-03-05
Create the core_user module
Attila Molnar
2014-03-05
Create the core_oper module
Attila Molnar
2014-03-05
Create the core_info module
Attila Molnar
2014-03-05
Create the core_channel module
Attila Molnar
2014-03-05
Move src/commands/cmd_*.cpp to src/coremods[/core_*]/
Attila Molnar
2014-03-04
Remove out of date doc and fix typo in commands/cmd_*.cpp
Attila Molnar
2014-03-03
m_spanningtree Remove remains of the KeepNickTS workaround
Attila Molnar
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-03-02
m_spanningtree Do pointer comparison before deleting one of the pointers in T...
Attila Molnar
2014-03-02
m_spanningtree Don't send snotices to servers about remote servers splitting
Attila Molnar
2014-03-01
Fix NULL dereference on rehash when there is a fatal error in the configurati...
Attila Molnar
2014-02-27
Remove REG_ALL checks from User::SharesChannelWith()
Attila Molnar
2014-02-27
cmd_topic Remove redundant NULL check
Attila Molnar
2014-02-27
Give m_connectban a configurable ban message
Googolplexed
2014-02-26
Simplify /SAJOIN syntax and add permission for joining other users.
Daniel Vassdal
2014-02-26
m_chanfilter Remove needless mode parameter is empty check
Attila Molnar
2014-02-26
m_cycle Remove redundant IS_LOCAL() check
Attila Molnar
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-25
m_svshold Hide server notices by default
Attila Molnar
2014-02-23
Throw an exception if ModeParser::AddMode() fails
Attila Molnar
2014-02-23
Moving CGIIRC to a new snomask (w)
Googolplexed
2014-02-22
Add ModeParser::GetModes(), returns all user/chanmodes
Attila Molnar
2014-02-21
Index Channel::modes and User::modes with the id of the mode instead of its l...
Attila Molnar
2014-02-21
Assign an id to user modes, parameter chanmodes and simple chanmodes
Attila Molnar
2014-02-21
Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt
Attila Molnar
2014-02-20
Fix /who on opers incorrectly showing +i opers to
Adam
2014-02-20
Add a ModeParser::FindMode() overload that takes a mode name and a mode type
Attila Molnar
2014-02-20
Create a name -> ModeHandler* map
Attila Molnar
2014-02-19
Merge pull request #772 from SaberUK/insp20+llvm34
Attila Molnar
2014-02-18
Replace ModeMasks with a two-dimensional array
Attila Molnar
2014-02-18
Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2014-02-14
Move GetAllPrefixChars() from Channel to Membership
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-13
Remove support for advertising the SSL ports in RPL_ISUPPORT.
Peter Powell
2014-02-13
socketengine_select Reset the values in the timeval struct on *nix before sel...
Attila Molnar
2014-02-13
Remove redundant null pointer check from m_ldapauth
Adam
2014-02-13
Wait for the manager bind to come back before sending search in LDAP modules
Adam
2014-02-11
m_operjoin Remove duplicated code
Attila Molnar
2014-02-11
m_sqlauth Allow the client certificate fingerprint to be used in the SQL query
Attila Molnar
2014-02-11
Fix various problems detected by Clang 3.4.
Peter Powell
2014-02-10
Replace DummyExtItem with a flag in Extensible
Attila Molnar
2014-02-09
Store the EventHandler* in the kevent/epoll_event/portev struct
Attila Molnar
2014-02-09
Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)
Attila Molnar
[prev]
[next]