summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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-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-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-07Merge remote branch 'remotes/attila/1.9+addline' into 1.9Adam
2012-10-07Release holds on a nick on identify, if there is oneAdam
2012-10-07InspIRCd: Make functions that send ADDLINE and DELLINE, call them from the ↵attilamolnar
rest of the module
2012-10-06Fixups and cleanup for the last few commitsAdam
2012-10-07InspIRCd: Add support for server side topic locks using METADATA topiclockattilamolnar
2012-10-07InspIRCd: Add support for sending detecting m_topiclock and sending SVSTOPIC ↵attilamolnar
when it is available
2012-10-07InspIRCd: Send channel METADATA using a dedicated functionattilamolnar
2012-10-06Parse and store the spanningtree protocol version for InspIRCdattilamolnar
2012-10-06InspIRCd: Add metadata handler to recognize when a module is loaded or ↵attilamolnar
unloaded on the ircd side and adjust our behavior accordingly
2012-10-06InspIRCd: Allow METADATA handler to differentiate between user, channel and ↵attilamolnar
other/server metadata
2012-10-06InspIRCd: Remove has_svshold, use IRCDProto::CanSVSHoldattilamolnar
2012-10-05Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-10-05Revert this strangeness I created ;)lethality
2012-10-05Add an event for when nick or channel options are setAdam
2012-10-03Some minor fixes/typoslethality
2012-10-02Attempt #2 at silly topic ts thing, this is actually must cleanerAdam
2012-10-02Revert "Fix topiclock on inspircd"Adam
This reverts commit 87478187af9f6f670ebf679ce7cc6cc29b21f7af.
2012-10-02Fix topiclock on inspircdAdam
2012-10-02Somehow the kick handler got lost in the confusion. Send the topic time with ↵Adam
ftopic on inspircd not the current time. Removed some unneeded protocol functions
2012-10-02Added operserv/logsearchAdam
2012-10-02Don't unassociate accounts with users on nick changesAdam
2012-10-02added an operserv/akill page to webcpanelDukePyrolator
2012-10-02modified the nickserv alist command to return nc->display instead of the ↵DukePyrolator
parameter provided by the user
2012-10-02Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2012-10-02fixed a small bug in the inspircd protocol modulesDukePyrolator
2012-10-01Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we ↵Adam
are synced, and fixed ts checking in Channel::SetModesInternal
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to ↵Adam
be a bit more C++ ish
2012-09-30timestamp column is a special case tooAdam
2012-09-30Bug #1445 - Empty out columns in SQL we have no data for onAdam
insert. This is caused from serialize() only setting a key on certain conditions and otherwise doing nothing at all.
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-30fixed nickserv alistDukePyrolator
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so ↵Naram Qashat
webcpanel.so can be compiled under Mac OS X.
2012-09-23make nickserv glist check if the given nickname is in the group of the user ↵DukePyrolator
before checking for services oper
2012-09-12Add m_sql_authentication to allow authenticating users against an external ↵Adam
SQL database