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-06-13
Change allocation of InspIRCd::Threads to be physically part of the object co...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-06-11
Add foundation for membership ids
Attila Molnar
2014-06-11
Add ConvToUInt64()
Attila Molnar
2014-06-10
Return the newly created Membership object from Channel::ForceJoin()
Attila Molnar
2014-06-10
Change Channel::KickUser() to accept an iterator, add overload that accepts a...
Attila Molnar
2014-06-09
Deduplicate ParseStack::ParseFile() and ParseExec()
Attila Molnar
2014-06-07
Change the number reported by SocketEngine::GetMaxFds() to be informal
Attila Molnar
2014-05-23
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-05-23
Replace the configure templating system with something better.
Peter Powell
2014-05-06
Document the Membership and the Invitation class
Attila Molnar
2014-04-20
Document parameters and return value for the OnNamesListItem() hook
Attila Molnar
2014-04-20
Change the OnNamesListItem() hook to return ModResult
Attila Molnar
2014-04-11
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Peter Powell
2014-04-09
Avoid double Membership lookup in Channel::UserList()
Attila Molnar
2014-04-07
Fix accessibility in intrusive_list_node and return value of operator-- in in...
Attila Molnar
2014-04-02
Remove unused User::WriteCommonExcept()
Attila Molnar
2014-04-02
Move User::SendAll() into core_privmsg
Attila Molnar
2014-04-02
Remove User::WriteTo() functions; use User::WriteFrom() instead
Attila Molnar
2014-03-28
Convert the global list of dynamic reference pointers to an intrusively linke...
Attila Molnar
2014-03-25
Change storage of UserManager::all_opers to be a vector
Attila Molnar
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
[prev]
[next]