summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-19Fixed parsing cidr masksAdam
2010-11-18Fixed some mysql queriesAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-14Delete users and channels from the modestacker when they are destructedAdam
2010-11-14Fixed ban and kick from showing up twice in /cs helpAdam
2010-11-11Removed an unused variableAdam
2010-11-11Fixed possible unsafe iteration when purging dns cache, and fixed the dns ↵Adam
cache to not expire all of the records for specific hosts if the records have different TTLs (cherry picked from commit 736df4bd98b952aad459fdf7914735e88f97c4b2)
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
(cherry picked from commit 438ae629e51b519d0d5f70531d0262be1b9fe2bc)
2010-11-09Fixed a crash in the DNS engine when using cached resultsAdam
2010-11-07Removed two primary keys on some metadata tables, they should not have themAdam
2010-11-07Fixed the OnPostCommand event overload in db_mysqlAdam
2010-11-06Updated version.logAdam
2010-11-06Regenerated lang filesAdam
2010-11-05Fixed /ms sendall syntax error messageAdam
2010-11-04Made Base not virtual, prevents us from having to dynamic cast in the mode ↵Adam
stacker on release builds
2010-11-02Fixed anopesmtp. Again. It works on Windows nowAdam
2010-11-01Fixed calculate_depends again, now it worksAdam
2010-11-01Fixed make install because Changes.lang is deadAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with ↵Adam
calculate_depends, and fixed building without gettext
2010-10-31Made ns_set_misc workAdam
2010-10-31Fixed replacing %R's in email messages and fixed anopesmtp to really workAdam
2010-10-31Updated ChangesAdam
2010-10-31Fixed bug #1197 - Store vhosts in MySQLAdam
2010-10-30Fixed build on cmake2.6Adam
2010-10-30Updated TODOAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.
2010-10-29Removed the example anope_commands php code, it was removed in favor of xmlrpcAdam
2010-10-28Made gettext work on Debian and updated some documentationAdam
2010-10-28removed an extra space from db-convertDukePyrolator
2010-10-28do not store memo numbers on db-convertDukePyrolator
2010-10-27Removed memo number from databases. Since we already have db-upgrade we ↵Adam
might as well make that update memos too. Users using the top of git will need to run sed -i 's/MD MI [0-9]* /MD MI /' anope.db on their database.
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-26Modules to not need to include libintl.h because they are not linked to ↵Adam
libintl and do not directly call its code. #define _(x) to x just so xgettext is able to pick out language strings.
2010-10-26Fixed Windows build with gettextAdam
2010-10-24Fixed the other half of bug #1200Adam
2010-10-24Fixed bug #1200Adam
2010-10-23Made the language system still work even if the locales are not installed on ↵Adam
the system
2010-10-23Fixed a crash on some usages of /cs akick viewAdam
2010-10-23Fixed a crash on inspircd if we get a join without a TSAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-21Changed the log:normal config directive to a list like the other log values, ↵Adam
and fixed a potential crash from rehashing while sending mail
2010-10-16Made /cs help levels desc not case sensitiveAdam
2010-10-15Fixed an wrong logging example in example.conf and fixed misc messages being ↵Adam
not logged as normal
2010-10-13Added ns_set_hide to the example configuration, for some reason it was missingAdam
2010-10-13Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6aAdam
2010-10-13Fixed a crash if an invalid expiry time is given to a number of commandsAdam
2010-10-13Fixed saset noexpire to set noexpire on the nick it is used on not just the ↵Adam
display name
2010-10-13Changed cs/ns_set_misc operonly config directive to better reflect what it ↵Adam
really does
2010-10-12Made the SQL tables use foriegn keys and references to each other, removed ↵Adam
many now unnecessary queries from db_mysql
2010-10-11Fixed Windows againAdam