Age | Commit message (Expand) | Author |
2010-12-12 | Allow command aliases to be redirected to different pseudo clients | Adam |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Fixed subcommands | 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 | Added command aliases | 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-12-12 | Document XMLRPC calls and added a .php class wrapper for them | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-11-18 | Fixed some mysql queries | Adam |
2010-11-09 | Fixed DNS caching and made DNS cache empty results | Adam |
2010-11-07 | Fixed the OnPostCommand event overload in db_mysql | Adam |
2010-10-31 | Made ns_set_misc work | 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-13 | Fixed saset noexpire to set noexpire on the nick it is used on not just the d... | Adam |
2010-10-13 | Changed cs/ns_set_misc operonly config directive to better reflect what it re... | 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-02 | Made OperServ and Global optional | 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-19 | Added configuration for m_dnsbl for what return values get banned | Adam |
2010-09-19 | Added some more variable fields for dnsbl akill reasons | Adam |
2010-09-17 | Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if th... | Adam |
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-14 | Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin... | Adam |
2010-09-14 | Added a config option to make operserv not add users found in the dsnbl to th... | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-10 | Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | 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-22 | Added a classbase for the major classes, makes dynamic_reference invalidation... | 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 |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |