summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2010-12-12Updated version.logAdam
2010-11-07Removed two primary keys on some metadata tables, they should not have themAdam
2010-11-06Updated version.logAdam
2010-10-31Made ns_set_misc workAdam
2010-10-31Fixed bug #1197 - Store vhosts in MySQLAdam
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-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
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-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-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-02Added os_modreload. Also allow unloading database and encryption modules ↵Adam
since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules.
2010-10-02Replaced globalnick and globaldescription with just nick and description, ↵Adam
since it's in its own block now
2010-10-02Made ChanServ optionalAdam
2010-10-02Made OperServ and Global optionalAdam
2010-10-02Made MemoServ optionalAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-19Added configuration for m_dnsbl for what return values get bannedAdam
2010-09-19Added some more variable fields for dnsbl akill reasonsAdam
2010-09-18Fixed some minor punctuation and logginglethality
2010-09-14Added a config option to make operserv not add users found in the dsnbl to ↵Adam
the akill list
2010-09-12Removed the --log command line option because its no longer necessary, and ↵Adam
updated example.conf
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against ↵Adam
DNS blacklists. Rewrote internal handling of IPs, we now properly support users using IPv6. Fixed a few problems with the UnrealIRCd protocol module.
2010-08-29Redo some of the sighandling code, and made anoperc rehash actually work.Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the ↵Adam
logchan bots join if the IRCd requires them to
2010-08-28Fixed two typos in example.confAdam
2010-08-28Do not log RAWIO messages to services log channels, added a config option on ↵Adam
whether or not to join bots to the log channels, and fixed two log messages in ns_identify
2010-08-27Removed options:keeplogs because its no longer usedAdam
2010-08-27Added a new logging systemAdam
2010-08-21Change default encryption module to enc_md5Charles Kingsley
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is ↵Adam
faster. Removed db_mysql_execute for now.
2010-08-02Log an error message if we are unable to load the socket engine module, and ↵Adam
changed the default engine to be select
2010-08-01Fixed botserv bots parting empty channels. This also allows setting ↵Adam
bsminusers to 0, which keeps the botserv bot in the channel at all times.
2010-07-26Added hostserv/del command permission, fixed example.conf to show that ↵Adam
hostserv/* is a command, not a permission
2010-07-11Added ns_set_misc.cpp which was missing from a previous commitAdam
2010-07-10Added options:hideprivilegedcommands config option to hide privileged ↵Adam
commands from normal users
2010-07-10Added ns_set_misc and cs_set_misc.Adam
These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq
2010-07-08Added an epoll socket engineAdam
2010-06-25Changed the versioning system to use gitAdam
2010-06-24fixed some typos in example.confDukePyrolator
2010-06-24The next of a few "CBX OCDing over code style" commits, focusing on ↵Naram Qashat
src/core/enc_*, plus fixing unintentional broken logic in said modules caused by my first OCD commit. Also added a note to example.conf about enc_sha1 being potentially broken, and slight code style OCD in hashcomp.cpp found by Adam.
2010-06-22Fixed a typo in the example.conf for m_helpchanAdam
2010-06-20Added m_helpchan to replace the cores helpchannel functionalityAdam
2010-06-20Fixed the name of cs_forbid in chanserv:modules so it really loadsAdam
2010-06-18Switched cs_set to the subcommand system and added cs_sasetAdam
2010-06-18Added in a subcommand system and switched ns_set and ns_saset to use itAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Allow enabling ssl on a per-uplink basisAdam