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.c
Age
Commit message (
Expand
)
Author
2008-09-30
Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2)
Robin Burchell w00t@inspircd.org
2008-09-30
Remove anope_cmd_privmsg2 (it's identical to anope_cmd_privmsg!)
Robin Burchell w00t@inspircd.org
2008-09-30
Mark some stuff deprecated, move implementation from the interface into the u...
Robin Burchell w00t@inspircd.org
2008-09-30
Made all protocol modules able to be compiled via mostly constifying strings.
Robin Burchell w00t@inspircd.org
2008-09-30
Move delete_user() into a destructor. Fix a few minor bugs with conversion also.
Robin Burchell w00t@inspircd.org
2008-09-30
Add User::SetRealname().
Robin Burchell w00t@inspircd.org
2008-09-30
Remove duplicate debug notice.
Robin Burchell w00t@inspircd.org
2008-09-30
Fix indentation.
Robin Burchell w00t@inspircd.org
2008-09-30
Add User::SetIdent(). Also remove duplication by using update_host().
Robin Burchell w00t@inspircd.org
2008-09-30
Move more stuff into the user class.
Robin Burchell w00t@inspircd.org
2008-09-30
Add User::SetNewNick() method, to be called from ircd protocol.
Robin Burchell w00t@inspircd.org
2008-09-30
Move users to a basic class.
Robin Burchell w00t@inspircd.org
2008-09-30
Constify a lot of the API. Core now "builds".
Robin Burchell w00t@inspircd.org
2008-09-30
Various g++ fixes. Compiles, doesn't link.
Robin Burchell w00t@inspircd.org
2008-09-03
BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban...
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-08-17
BUILD : 1.7.21 (1414) BUGS : 832 925 NOTES : Applied patch from Twitch to fix...
mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-07-20
BUILD : 1.7.21 (1402) BUGS : 899 NOTES : DEFCON was akilling ulined servers c...
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-07-20
BUILD : 1.7.21 (1399) BUGS : 909 NOTES : Anope will not limit sessions for ul...
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-13
BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31
BUILD : 1.7.19 (1295) BUGS : N/A NOTES : We now have hostip in user_ struct s...
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31
BUILD : 1.7.19 (1294) BUGS : N/A NOTES : in is_excepted() if we found the exc...
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31
BUILD : 1.7.19 (1293) BUGS : 778 NOTES : is_excepted() now uses match_userip(...
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-27
BUILD : 1.7.19 (1274) BUGS : 764 NOTES : Fixed firstuser/nextuser and first_u...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26
BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-07-09
BUILD : 1.7.19 (1255) BUGS : 743 NOTES : Fixed various compile errors with `m...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-04-21
BUILD : 1.7.18 (1237) BUGS : 661 NOTES : Fixed DefCon which did not force Def...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-03-18
# BUILD : 1.7.18 (1235) # BUGS : 643 # NOTES : Defcon's AKILL will now honor...
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-12-24
BUILD : 1.7.17 (1210) BUGS : 645 646 647 NOTES : Fixed anoperc restart, nickc...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-18
BUILD : 1.7.17 (1190) BUGS : N/A NOTES : sha1 is a valid choice of encryption...
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-08
# BUILD : 1.7.15 (1166) # BUGS : 603 # NOTES : Modified do_umode() to work w...
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-22
# BUILD : 1.7.14 (1099) # BUGS : # NOTES : removed all that clone stuff
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-13
BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function de...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-01
BUILD : 1.7.13 (986) BUGS : n/a NOTES : Propagated CHAN_X_INVALID to all lang...
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-01
BUILD : 1.7.13 (976) BUGS : 396 NOTES : Fixed TS6 issues with handling nick c...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-02-23
Applied Trystans patch for bug: 448
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-12-11
BUILD : 1.7.12 (945) BUGS : 405 410 NOTES : Fixed: first user on HelpChannel ...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-12-04
Applied uid fix provided by trystan (delayed in commiting as svn was playing up)
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-21
BUILD : 1.7.11 (893) BUGS : NOTES : Fixed a segfault in find_byuid() if it wa...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-06
BUILD : 1.7.10 (872) BUGS : NOTES : Fixed delete_user to always free any allo...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-06
BUILD : 1.7.9 (779) BUGS : none NOTES : TS6 nick tracking fix by static
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-05
BUILD : 1.7.9 (778) BUGS : N/A NOTES : inspircd fixs, debug output fix
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-05
BUILD : 1.7.9 (776) BUGS : none NOTES : Prepended all debug messages for cons...
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-02
BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-28
BUILD : 1.7.8 (644) BUGS : 330 NOTES : Fixed bugs with nickserv suspend
ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-14
BUILD : 1.7.8 (621) BUGS : 314 NOTES : Fixed normalizeBuffer not being freed ...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-08
BUILD : 1.7.8 (611) BUGS : none NOTES : alogs display the real host instead o...
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-07
BUILD : 1.7.8 (606) BUGS : NOTES : Removed proxy detector code from the core,...
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-03
BUILD : 1.7.8 (591) BUGS : 306 NOTES : Fixed LogUser message, normalizes the ...
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-15
BUILD : 1.7.8 (575) BUGS : N/A NOTES : Some event clean ups found by heinz to...
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-14
BUILD : 1.7.8 (574) BUGS : N/A NOTES : Internal Events, Win32 can build with ...
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
[next]