Age | Commit message (Expand) | Author |
2010-07-29 | Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits... | Adam |
2010-07-29 | Rewrote the hashing systems to properly handle the new Anope::strings which w... | Adam |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-26 | Made the flags class take an optional size arg | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Added an arg to User::IsRecognized to check for NI_SECURE | Adam |
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-05-28 | Rewrote some of the user nick changing code, enable vhosts for users on nick ... | Adam- |
2010-05-25 | Changed User::AutoID to always log in the user to the core, and to set usermo... | Adam- |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-04-24 | Logout the SQLUser & any fake users after using commands | Adam- |
2010-04-24 | Fixed dropping nicks registered through MySQL | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-06 | Fixed windows build and cleaned up a few small things | 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-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-10-30 | Removed channel passwords and added /chanserv QOP command to add additional c... | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-26 | Fixed bug #1107. We now have support for IRCds that send auth after the initi... | Adam- |
2009-09-12 | Fixes bugs #1105 and #1106 | Adam- |
2009-08-04 | Fixed autoid | adam- |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | First stab at adding User::nc as requested! | robbeh |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-26 | Various fixes for compiling under Windows. | cyberbotx |
2008-11-20 | Removed some signed/unsigned comparison warnings. | cyberbotx |
2008-11-15 | Remove moduleAddData|GetData|DelData and all associated mess. Extensible base... | rburchell |
2008-11-15 | Add Extensible class, which we will use for metadata, derive class User from ... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Various small warning fixes. | rburchell |
2008-09-30 | Move struct botinfo into a class in bots.h | Robin Burchell w00t@inspircd.org |
2008-09-30 | Added chost variable to User class, stores cloaked host, used in inspircd11 m... | 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 | 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 |