Age | Commit message (Expand) | Author |
2011-05-01 | Fixed sometimes not removing nick masks from the access list when the group i... | Adam |
2011-04-28 | Added a unique key for the anope_cs_mlock table | Adam |
2011-04-23 | Two small SQL fixes | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam |
2011-03-11 | _()ify Command::SetDesc | Adam |
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-18 | Update SQL when a nick is deleted | Adam |
2011-02-11 | Made the help command description code more sane | Adam |
2011-02-04 | Merge 032c30dd5dc4 | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-28 | Added patricia_tree::iterator | Adam |
2011-01-24 | Fixed the order queries are done during sqlsync to make the new foreign keys ... | Adam |
2011-01-24 | Fixed some SQL queries | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2010-12-27 | Load session exceptions on start when using SQL | Adam |
2010-12-27 | Bug #1220 - Fixed an event in /hs activate and /ms del | Adam |
2010-12-24 | Fixed Windows build | Adam |
2010-12-15 | Bug #1211 - Fixed loading and saving anope_os_sxlines | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | The rest of the earlier command changes | Adam |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Send replies from fantasy commands back to the channel, this will be expanded... | Adam |
2010-12-12 | Added cs_entrymsg | 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-11-18 | Fixed some mysql queries | Adam |
2010-11-07 | Fixed the OnPostCommand event overload in db_mysql | Adam |
2010-10-31 | Fixed bug #1197 - Store vhosts in MySQL | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-12 | Made the SQL tables use foriegn keys and references to each other, removed ma... | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-09 | Fixed bug #1196 - truncate anope_extra before flushing data into it again | Adam |
2010-10-05 | Fixed two types in db_mysql | Adam |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to co... | Adam |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam |
2010-09-26 | Changed the language system to use gettext | 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 | Always unload socketengines/database/protocl etc modules last, and fixed a po... | Adam |
2010-08-17 | Fixed a few SQL queries | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |