summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-29Made anopesmtp less hard to debugAdam
2012-10-29readded ngircd protocol supportDukePyrolator
2012-10-27Fix cmake generation due to this if not being updated.Naram Qashat
2012-10-27Add a module log typeAdam
2012-10-27Ues timestamp for dns serial not yyyymmddnn.. there are too many problems ↵Adam
with this (restarts, >99 zone updates/day, etc)
2012-10-27Expand single digit serial revisions to match nnAdam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-26Sometimes zone transfers can be really bigAdam
2012-10-26Add sasl support to unreal, inspircdAdam
2012-10-26Don't attempt to process any query packets if we aren't explicitly given ↵Adam
permission to bind to a port (we do anyway currently for m_dnsbl to get replies)
2012-10-25This code isn't usedAdam
2012-10-25Fixed two memory leaks in cs_seenAdam
2012-10-25This version needs a better tag than "-git", so there.Naram Qashat
2012-10-25Default xlines to be set by OperServAdam
2012-10-25Fixed showing users from the right server on unreal/bahamutAdam
2012-10-25Fix handling clients on unreal that have no ip (it sends a *)Adam
2012-10-24Made access provider modules permanent. They don't cleanup their access ↵Adam
entries currently and if they did it would delete them.
2012-10-24When db_sql_live gets new objects immediately update cache on them to ↵Adam
prevent rewriting later if they aren't changed
2012-10-24BIND's forward ability did not work as I expectedAdam
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests.
2012-10-24InspIRCd: Add handler for FIDENT to 2.0 protocol, so we know when someone ↵attilamolnar
changes ident on the network
2012-10-24Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2012-10-24fixed calculating the correct channelcount for an user when loading the db. ↵DukePyrolator
fixes bug #1450
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-21Base has to destruct before Extensible does because objects that destruct ↵DukePyrolator
due to Extensible destructing don't have their references to the already destroyed object for Base invalidated. (fixed for NickAlias and NickCore)
2012-10-18Base has to destruct before Extensible does because objects that destruct ↵Adam
due to Extensible destructing don't have their references to the already destroyed object for Base invalidated
2012-10-17Fixed protoctl parsing on Unreal + fix SendLogout now the usage has changedAdam
2012-10-15Actually show the correct number of entries on /os logsearch outputAdam
2012-10-14Updated the hybrid protocol module, patch provided by MichaelDukePyrolator
- Change mode handler to use UIDs within SVSMODE messages - The IP can be 0 in UID messages depending whether or not a client is spoofed - Removed SendGlobopsInternal handler. Anope is using GLOBOPS by default - Set user's services timestamp/account to 0 instead of 1 on /ns logout, otherwise the UID message handler will
2012-10-14Use account name for svid on hybridAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an ↵Adam
ircd given value from NICK
2012-10-13Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at>Adam
2012-10-13Allow services operators to modify/view other users autojoin listsAdam
2012-10-13And update modules.example.confAdam
2012-10-13Add m_sql_operAdam
2012-10-13Simplify the db_sql_live code since this isn't actually necessary. Fixes a ↵Adam
problem internally ovwrwriting data on objects that we have modified and are queued because of assigning something to a serialize_obj reference
2012-10-12fixed MODE handling in the ratbox protocol moduleDukePyrolator
2012-10-10Fix m_ldap to reconnect automatically if the ldap server goes awayAdam
2012-10-09Merge remote branch 'attila/1.9+topiclockmsg' into 1.9Adam
2012-10-09Merge remote branch 'attila/1.9+msgfix' into 1.9Adam
2012-10-09Send privmsgs and notices to uids if applicableAdam
2012-10-09Fix wrong error message when --dbdir has no argumentattilamolnar
2012-10-09Cleanup ok if modules with pending identify requests are unloadedAdam
2012-10-09Made the warnings given by cmake for not havingAdam
the dependencies for modules look less scary as they confuse dumb people currently
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something ↵Adam
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
2012-10-07InspIRCd: Log when server-side topiclocking is enabled in the config but the ↵attilamolnar
module is not loaded
2012-10-07Fix compile from bda3b1fa3a396e19fb04eda2f66d246e49572c20Adam
2012-10-07updated docs/LANGUAGE to point to the right directory where users should put ↵DukePyrolator
module language files