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
/
xline.cpp
Age
Commit message (
Expand
)
Author
2017-10-12
Merge the latest changes from insp20 into master.
Peter Powell
2017-09-11
Fix killing elined clients on [gkz]line in some cases.
Peter Powell
2016-08-22
Replace irc::string in XLineLookup with irc::insensitive_swo map
Attila Molnar
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-04-16
Revert c8b344ea748d62d9f37cacd4dd785f15b186725c to fix regression
Attila Molnar
2015-01-24
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
Peter Powell
2015-01-17
Fix elines not matching elined users when rechecking elined status
Attila Molnar
2014-11-01
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
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-01-25
Omit the server name internally when building a /STATS reply and prepend it l...
Attila Molnar
2014-01-24
Convert LocalUserList to an intrusively linked list
Attila Molnar
2014-01-05
Improve UserManager::QuitUser() and related code
Attila Molnar
2013-08-10
Rename <options:moronbanner> to <options:xlinemessage>.
Peter Powell
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-05-21
Convert XLine::Displayable to return a std::string.
Peter Powell
2013-05-18
Change the signature of User::ForceNickChange() to accept const std::string& ...
attilamolnar
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-10
BanCache: Don't repeat ourselves, one BanCacheManager::AddHit() and one BanCa...
attilamolnar
2013-04-09
XLine: Provide a default implementation for DisplayExpiry()
attilamolnar
2013-04-01
Move member variables from User to LocalUser
attilamolnar
2012-12-05
Fix expired xlines being treated as live ones in XLineManager::AddLine()
attilamolnar
2012-11-29
Add a typedef for LocalUserList
attilamolnar
2012-11-28
Change empty string assignments to .clear() or remove them entirely
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-08-25
Remove unnecessary cleanup in XLineManager destructor
attilamolnar
2012-08-25
Remove unnecessary string copy in XLineManager::InvokeStats
attilamolnar
2012-07-22
Remove negative BanCache entries only when the AddLine is successful instead ...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-21
Move command-line items to CommandLineConf
danieldg
2009-10-21
Split LocalUser and RemoteUser
danieldg
2009-10-21
Update documentation and remove unused classes/functions
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-16
Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod...
danieldg
2009-09-02
Remove calls to strdup() in core, it is not better than std::string
danieldg
2009-08-01
Don't apply bans to E:Lined connections. Should fix bug #896.
w00t
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-22
In retrospect, not allowing *any* XLines to be set was pretty fucking stupid.
w00t
2009-02-22
Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour)....
w00t
2009-02-22
Don't allow expired XLines to be added.
w00t
2009-02-14
Nuke trailing spaces
peavey
2009-01-28
Note to self, cast time_t to long int for printf... thanks Ankit for pointing...
dz
[next]