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
/
include
Age
Commit message (
Expand
)
Author
2014-03-25
Add typedef OperList to UserManager for use with all_opers
Attila Molnar
2014-03-24
Add stdalgo::delete_all() that deletes all elements in a container
Attila Molnar
2014-03-24
Cull ident sockets instead of immediate delete, add stdalgo::culldeleter
Attila Molnar
2014-03-24
Make it possible to customize how SimpleExtItem should delete items
Attila Molnar
2014-03-24
Create the stdalgo namespace for container-related algorithms, add stdalgo::v...
Attila Molnar
2014-03-17
Rewrite clone counting to use one map instead of two
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
2014-03-15
Change allocation of UserManager::clientlist to be physically part of the obj...
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-03-14
Change allocation of UserManager::uuidlist to be physically part of the objec...
Attila Molnar
2014-03-14
Change allocation of InspIRCd::chanlist to be physically part of the object c...
Attila Molnar
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2014-03-12
Deduplicate and move the *MatchesEveryone() functions to core_xline
Attila Molnar
2014-03-09
Move the wallops mode from the core into core_wallops
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-03-07
Move admin settings into core_info
Attila Molnar
2014-03-07
Move {prefix|suffix|fixed}{quit|part} into core_user
Attila Molnar
2014-03-07
Read the die and restart password and their hash type on demand
Attila Molnar
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-02-23
Throw an exception if ModeParser::AddMode() fails
Attila Molnar
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
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-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-15
Add ModeHandler::IsParameterMode() and MC_PARAM
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-10
Replace DummyExtItem with a flag in Extensible
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
Rename SocketEngine::AddFd() and DelFd() to AddFdRef() and DelFdRef()
Attila Molnar
2014-02-08
Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define
Attila Molnar
2014-02-08
Change SocketEngine functions that do not require an instance to be static
Attila Molnar
2014-02-07
Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is defined
Attila Molnar
2014-02-06
Convert irc::stringjoiner to be a method instead of a class.
Peter Powell
2014-02-06
Fix various cases of UUID exposure.
Peter Powell
2014-02-04
New socketengine stuff:
Adam
2014-02-04
Change type of SocketEngine::CurrentSetSize to size_t from int
Attila Molnar
2014-01-31
Remove some dead code
Attila Molnar
2014-01-30
Allow Timers to delete themselves in Tick()
Attila Molnar
2014-01-26
Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...
Attila Molnar
2014-01-26
ProtocolInterface::SendEncapsulatedData() changes
Attila Molnar
2014-01-25
Add Channel* parameter to OnSendWhoLine
Attila Molnar
[next]