Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-04-17 | Reply with the correct idle times for the core service bots | 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-06 | Messaging service@server.name works again as it should | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
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-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-07-16 | Fixed core clients to rejoin their assigned channels if killed | adam- |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-04-03 | Fix ratbox protocol to use TS6SID for sending (UN)RESV, and fix m_privmsg to ... | cyberbotx |
2009-03-27 | Fix potential crash problem with use of free() instead of delete[] from earli... | cyberbotx |
2009-03-17 | Fix bug #1054 for 1.9.x, patch from Adam, Anope no longer shows the entire me... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | 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-12-23 | Some more Windows fixes, both in CMake and in the code itself. (I don't like ... | cyberbotx |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-16 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-16 | Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-10-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Make messages.c compile. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_cmd_message() with direct call to SendMessage() 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 | Last bits of renaming protocol. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Merge commit 'cbx/anopeng-protocol' into anopeng | Robin Burchell w00t@inspircd.org |
2008-09-30 | Merge commit 'trunk' into anopeng | Robin Burchell w00t@inspircd.org |
2008-09-30 | Added cmd_message() function to IRCDProtoNew class. (Replaces cmd_notice) | 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 |