Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-02-15 | Removed notice_user() and replaced all calls with Used::SendMessage. | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-01-05 | Fix for bug 985, secure calls to SendMessage. | cyberbotx |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-15 | Nuke eventprintf() and EvtMessage from orbit | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-03 | Fix notices going to nicks instead of UIDs depending on protocol | Robin Burchell w00t@inspircd.org |
2008-10-05 | Merge branch 'anopeng' into anopeng-config | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-02 | Make send.c compile. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendGlobalPrivmsg() with direct call to SendGlobalPrivmsg() in... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGlobalNotice() with direct call to SendGlobalNotice() in I... | 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_cmd_notice() with direct call to SendNotice() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Add overridden send_cmd() accepting a string source. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Global NOTICE/PRIVMSG, QUIT. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2) | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove legacy global function. | 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 | Merge send_cmd() and vsend_cmd(). | 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 | 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-08-08 | Removed pointless checks for buf existing, as they always will for non pointers. | rob rob@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-28 | BUILD : 1.7.19 (1282) BUGS : 729 NOTES : Changed the "Limited to ..." lines i... | 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-06-10 | BUILD : 1.7.18 (1246) BUGS : NOTES : Fixed possible compile error with inspir... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-06-09 | BUILD : 1.7.18 (1245) BUGS : 671 NOTES : NSDefKill can now only be enabled if... | geniusdex geniusdex@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 |
2005-01-27 | BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is 200... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-12-03 | BUILD : 1.7.6 (469) BUGS : N/A NOTES : 1. ultimate3 setting the wrong channel... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-10-23 | BUILD : 1.7.5 (418) BUGS : N/A NOTES : 1. Fixed Rage IRCD compiler error, 2. ... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-10-13 | BUILD : 1.7.5 (395) BUGS : N/A NOTES : Fixed a typo in all source files, and ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-08-26 | BUILD : 1.7.5 (335) BUGS : 142, 152, 154, 155, 156, 157, 158 NOTES : Applied ... | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-08-23 | BUILD : 1.7.5 (327) BUGS : none NOTES : Merged anope-capab into main trunk... | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-08-17 | BUILD : 1.7.5 (325) BUGS : 128 139 146 147 148 NOTES : Applied patch supplied... | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b |