Age | Commit message (Expand) | Author |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-04-03 | Made LDAP support recover, release, resetpass, etc. | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-03-12 | added ns_cert | DukePyrolator |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-02-26 | Replaced the few language strings we use with #defines to prevent accidentall... | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-20 | Much more work on the live SQL. Should work pretty decently now under heavy l... | Adam |
2011-02-18 | Changed the OnNickDrop event to call before the nick is deleted | Adam |
2011-01-15 | Added an amsg kicker | Adam |
2011-01-07 | fix some more copyright and typos (not mine) spotted by chaz :P | lethality |
2011-01-07 | Added db_mysql_live which allows Anope to pull data | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam |
2010-12-12 | store the ssl fingerprint in the userstruct | DukePyrolator |
2010-12-12 | Allow command aliases to be redirected to different pseudo clients | 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 | Send replies from fantasy commands back to the channel, this will be expanded... | Adam |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Added command aliases | Adam |
2010-11-17 | Fixed the mlock events to be useful and fixed /cs access view's last used time | Adam |
2010-11-04 | Made Base not virtual, prevents us from having to dynamic cast in the mode st... | 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-11 | Fixed Windows build | Adam |
2010-10-04 | Automatically destruct messages when modules are unloaded | Adam |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ... | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | 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-17 | Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi... | Adam |
2010-09-14 | Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin... | 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-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-22 | Added a classbase for the major classes, makes dynamic_reference invalidation... | Adam |
2010-08-17 | Always unload socketengines/database/protocl etc modules last, and fixed a po... | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | 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-26 | Removed std::string and ci::string versions of LoadModuleList, we only need t... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-24 | Removed MARK_DEPRECATED from the OnDatabaseExpire events | Adam |
2010-07-08 | Added an epoll socket engine | Adam |
2010-07-05 | Removed OnEncryptInPlace, although it currently causes no problems it is just... | Adam |
2010-06-28 | Fix version system so it doesn't cause the entire build tree to get rebuilt j... | Naram Qashat |
2010-06-26 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |