summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2012-10-08Made fantasy commands configurableAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-10-07InspIRCd: Log when server-side topiclocking is enabled in the config but the ...attilamolnar
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 re...attilamolnar
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
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 unload...attilamolnar
2012-10-06InspIRCd: Allow METADATA handler to differentiate between user, channel and o...attilamolnar
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
2012-10-02Fix topiclock on inspircdAdam
2012-10-02Somehow the kick handler got lost in the confusion. Send the topic time with ...Adam
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 para...DukePyrolator
2012-10-02Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope int...DukePyrolator
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 a...Adam
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 be...Adam
2012-09-30timestamp column is a special case tooAdam
2012-09-30Bug #1445 - Empty out columns in SQL we have no data for onAdam
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 webcp...Naram Qashat
2012-09-23make nickserv glist check if the given nickname is in the group of the user b...DukePyrolator
2012-09-12Add m_sql_authentication to allow authenticating users against an external SQ...Adam
2012-09-08Fixed os_defcon tooAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07These saset command stubs can go awayAdam
2012-09-07Fix os_session to really use ips for quits, don't enforce session for spoofed...Adam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to group...Adam
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-07Fixed m_ldap_authentication not returning anything if the search for an accou...Adam
2012-09-05Not quite sure what I was thinking hereAdam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam