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
/
users.cpp
Age
Commit message (
Expand
)
Author
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::BanCache to be physically part of the object c...
Attila Molnar
2014-06-13
Pull in bancache.h from inspircd.h
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-05-23
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-04-11
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Peter Powell
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-25
Change storage of UserManager::all_opers to be a vector
Attila Molnar
2014-03-17
Rewrite clone counting to use one map instead of two
Attila Molnar
2014-03-15
Change allocation of UserManager::clientlist to be physically part of the obj...
Attila Molnar
2014-03-14
Change allocation of UserManager::uuidlist to be physically part of the objec...
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-02-27
Remove REG_ALL checks from User::SharesChannelWith()
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-08
Change all socketengine methods to be static
Attila Molnar
2014-02-06
Fix various cases of UUID exposure.
Peter Powell
2014-01-25
Convert InspIRCd::PassCompare to return bool instead of int.
Peter Powell
2014-01-25
Destroy Memberships of a quitting user in QuitUser() instead of in cull()
Attila Molnar
2014-01-24
Remove classbase inheritance from Invitation
Attila Molnar
2014-01-24
Convert LocalUserList to an intrusively linked list
Attila Molnar
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-21
Fix some logically dead code which was found by Coverity.
Peter Powell
2014-01-13
Don't send the "your unique ID" (numeric 042) message on connect
Attila Molnar
2014-01-09
Stop null checking pointers that are always valid
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2014-01-05
Improve UserManager::QuitUser() and related code
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-08-31
Improve support for rarely used compilers, EKOPath in this case.
ChrisTX
2013-08-12
Clean up a few constructors
attilamolnar
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-09
Move host cycle logic into m_hostcycle
attilamolnar
2013-08-04
Call ModeParser::Process() directly instead of going through the CommandParser
attilamolnar
2013-08-04
FakeUsers are only inserted into UserManager::uuidlist; don't try to erase() ...
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-07-20
Fix generated snomask mode change string being incosistent with the input in ...
attilamolnar
2013-07-19
Get rid of enum UserModes and mark User::modes as private
attilamolnar
2013-07-19
Replace hardcoded mode letters, part 3
attilamolnar
2013-07-19
Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U...
attilamolnar
2013-07-02
Allow for skipping clone checking before DNS is complete.
Daniel Vassdal
2013-06-06
Convert User::SendText to use std::string.
Peter Powell
2013-06-06
Convert User::FormatNoticeMasks() to use std::string.
Peter Powell
2013-06-06
Replace some C string operations with the + operator.
Peter Powell
2013-06-06
Use InspIRCd::Format instead of snprintf().
Peter Powell
[next]