Age | Commit message (Expand) | Author |
2011-08-05 | Rewrote the example configurations and split them | Adam |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam |
2011-07-31 | Fixed these ModuleManager::Attach calls once and for all.. | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-07-04 | Bug #1280 - Fixed reading some na and bi flags in db_plain | Adam |
2011-05-16 | Calculate nc::channelcount at runtime | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-05-01 | Fixed sometimes not removing nick masks from the access list when the group i... | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-12 | added ns_cert | DukePyrolator |
2011-03-09 | Store mlock in the databases and removed some unused functions from misc.cpp | Adam |
2011-03-06 | Change the mode name code to use Flags names in preparation for extban support | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-04 | Merge 032c30dd5dc4 | Adam |
2011-01-28 | Added patricia_tree::iterator | Adam |
2011-01-24 | Fixed loading forbidden nicks | Adam |
2011-01-23 | std::stringstream::clear doesn't clear it | Adam |
2011-01-17 | Made db_plain buffer database writes which prevents | Adam |
2011-01-15 | Fixed flag names to match 1.9.3s | Adam |
2011-01-15 | Made db_plain save amsg settings | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-24 | Fixed Windows build | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added /ms ignore | Adam |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we might... | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to co... | Adam |
2010-10-02 | Made MemoServ optional | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-16 | Fixed many bugs and crashes | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-27 | Added an Anope::string::is_pos_number_only function to use everywhere we conv... | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-15 | Changed a few small things in the db format because it already changed anyway... | Adam |
2010-08-13 | Readded in BotInfo::chancount, it never should have been removed in the first... | Adam |
2010-08-02 | Added Italics support to the BotSev kickers | lethality |
2010-08-01 | Cleanup in main.cpp. | Naram Qashat |