index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
users.cpp
Age
Commit message (
Expand
)
Author
2017-10-07
SendMessage: don't interpret message as a format string
Adam
2017-05-29
Fixup some compilation warnings
Adam
2017-05-29
Remove recognized status and secure
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-12-22
Make User::Mask behave more like 1.8
Adam
2016-12-17
Split ircdproto send functions out into separate services
Adam
2016-12-06
Remove many more old C style format strings in the protocol functions
Adam
2016-11-25
Rename most ext fields names to be consistent with everything else, add acces...
Adam
2016-11-11
Fix opers not really being serializable
Adam
2016-11-03
Fix crash loading enc_old prior to the proto mods
Adam
2016-10-09
Fix SendMessage formatting messages with mixes of multiple spaces and words
Adam
2016-10-06
#1681 update last realname always on signon
Adam
2016-08-27
Optionally allow using Boost.Locale for hashcomp
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-07-03
#1681 update last realname always on signon
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-07-13
Unset extensibles on larger objects when they destruct
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-05
Update Kill() calls to pass source pointer instead of name
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-06-23
Mostly working language string rewrite with new format strings
Adam
2014-05-28
Merge branch '2.0' into 2.1
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-21
Core prep for p10 stuff
Adam
2014-05-20
Speed up akill xline checks
Adam
2014-05-19
Fix server usercounter not being incremented when servers are bursting
Adam
2014-04-20
New event system
Adam
2014-04-02
Set minus no arg on +l in all proto mods
Adam
2014-02-27
Handle nick collisions somewhat instead of blindly overwriting the nicks
Adam
2014-02-09
Add an opertype priv "protected" to not allow services to kick a user.
Adam
2014-01-21
Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.
Adam
2014-01-14
Call User::Login after sending the login event, in case a module wants to act...
Adam
2014-01-09
Move oper count and vhost stuff to set/remove mode internal
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-10-26
new event OnSetDisplayedHost
DukePyrolator
2013-08-31
add vhost support for hybrid
DukePyrolator
2013-08-25
Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ...
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
Adam
2013-07-21
Move SendLogin() back to User::Identify, it was moved at some point? but does...
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
2013-06-19
Set vhosts when users id to an account (and not a nick), add account arg to u...
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-18
Add botserv bot usermode config option
Adam
2013-05-08
Fix crash when we kill users because of a double free
Adam
2013-05-08
Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...
Adam
[next]