Age | Commit message (Expand) | Author |
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 |
2010-07-31 | fixed some database issues | DukePyrolator |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |