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
/
core
Age
Commit message (
Expand
)
Author
2008-10-02
Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendVhost() with direct call to SendVhost() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendForceNickChange() with direct call to SendForceNickChange(...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendChangeBotNick() with direct call to SendChangeBotNick() in...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSVSO() with direct call to SendSVSO() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendInvite() with direct call to SendInvite() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSQLineDel() with direct call to SendSQLineDel() in IRCDPro...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendQuit() with direct call to SendQuit() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Added SendAction() function to IRCDProto class to replace use of anope_cmd_no...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced notice() with direct call to SendMessage() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_cmd_privmsg() and privmsg() with direct call to SendPrivmsg() ...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendClientIntroduction() with direct call to SendClientIntrodu...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendVhostDel() with direct call to SendVhostDel() in IRCDProto...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_cmd_topic() with direct call to SendTopic() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSVSNOOP() with direct call to SendSVSNOOP() in IRCDProto c...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Merge commit 'cbx/anopeng-uid' into anopeng-uid
Robin Burchell w00t@inspircd.org
2008-10-02
valid_(nick|chan) -> Is(Nick|Chan)Valid
Robin Burchell w00t@inspircd.org
2008-10-02
Convert SWhois, SERVER, EOB..
Robin Burchell w00t@inspircd.org
2008-10-02
Various conversions to use new protocol.
Robin Burchell w00t@inspircd.org
2008-10-02
Convert various to new name scheme.
Robin Burchell w00t@inspircd.org
2008-10-02
Global NOTICE/PRIVMSG, QUIT.
Robin Burchell w00t@inspircd.org
2008-10-02
KICK, notice ops.
Robin Burchell w00t@inspircd.org
2008-10-02
cmd_bot_nick -> SendClientIntroduction
Robin Burchell w00t@inspircd.org
2008-10-02
Guest nicks, MODE.
Robin Burchell w00t@inspircd.org
2008-10-02
AKILL, SVSMODE
Robin Burchell w00t@inspircd.org
2008-10-02
Rename a bunch of functions to use new scheme.
Robin Burchell w00t@inspircd.org
2008-09-30
Merge delbot() and cs_remove_bot() into BotInfo's destructor.
Robin Burchell w00t@inspircd.org
2008-09-30
Merge commit 'trunk' into anopeng
Robin Burchell w00t@inspircd.org
2008-09-30
Add MODULE_INIT to all modules, fix a few various crashes.
Robin Burchell w00t@inspircd.org
2008-09-30
Fix compiler error caused by removal of unassign() from w00t.
Robin Burchell w00t@inspircd.org
2008-09-30
Unbreak bot assigning, also call event in the unassign function, rather than ...
Robin Burchell w00t@inspircd.org
2008-09-30
Move some stuff to BotInfo methods.
Robin Burchell w00t@inspircd.org
2008-09-30
Move stuff to a bots class.
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
Remove 'skeleton' mode. It's not really all that useful.
Robin Burchell w00t@inspircd.org
2008-09-30
Fix last of core/
Robin Burchell w00t@inspircd.org
2008-09-30
Various strict fixes..
Robin Burchell w00t@inspircd.org
2008-09-30
Various constification/g++ fixes..
Robin Burchell w00t@inspircd.org
2008-09-30
Various constification/fixes for g++.
Robin Burchell w00t@inspircd.org
2008-09-27
BUILD : 1.7.22 (1453) BUGS : 947 NOTES : Fixed a buffer overflow in enc_sha1.
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-23
BUILD : 1.7.22 (1450) BUGS : NOTES : Fixed a number of remaining buffer overf...
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-22
BUILD : 1.7.22 (1449) BUGS : NOTES : Applied a patch by w00t to fix possible ...
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-22
BUILD : 1.7.22 (1448) BUGS : NOTES : Applied patch by w00t to remove a pointe...
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-20
BUILD : 1.7.22 (1446) BUGS : NOTES : Removed password truncating and fixed a ...
viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
[next]