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
Age
Commit message (
Expand
)
Author
2014-03-27
m_watch Validate targ before use, noticed while rewriting m_watch for 2.2
Attila Molnar
2014-03-26
m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_...
Attila Molnar
2014-03-25
m_httpd Fix typo noticed by @SaberUK
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-23
m_operprefix Don't set +y on the oper if hideoper is being unset due to deope...
Attila Molnar
2014-03-17
Rewrite clone counting to use one map instead of two
Attila Molnar
2014-03-17
m_connectban Don't depend on the definition of clonemap
Attila Molnar
2014-03-15
Fix invalid iterator use when removing modes in ModuleManager::DoSafeUnload()
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-14
m_permchannels Remove pointless cleanup ceremony in cull()
Attila Molnar
2014-03-13
Fix NAMES list getting truncated on servers having an excessively long server...
Attila Molnar
2014-03-13
Backport "Refactor Channel::UserList() to use std::string"
Attila Molnar
2014-03-12
Deduplicate and move the *MatchesEveryone() functions to core_xline
Attila Molnar
2014-03-11
cmd_names Allow opers having the channels/auspex priv to view the NAMES list ...
Attila Molnar
2014-03-10
Improve detection for non-cidr masks to prevent unwanted matches
Attila Molnar
2014-03-09
cmd_quit Display quit messages of remote users
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
Fix m_permchannels not prepending the path when reading 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-06
Update detection in module loading commands that relied on old command module...
Attila Molnar
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
Integrate coremods into the build system
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-28
Merge pull request #784 from ShutterQuick/patch-1
Attila Molnar
[prev]
[next]