summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-07Set sane default last_topic_setter and last_topic_time in the event an empty ↵Adam
topic is locked right after registering a channel without previously being set
2012-10-06Fixed module language file pathAdam
2012-10-07Add a config option for server side topic locksattilamolnar
2012-10-06Show the correct reciever nick when use strict privmsg is enabledAdam
2012-10-05Do not process() socket engine on shutdownAdam
2012-10-05Use memcpy for Anope::Unhex not strcpyAdam
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-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-01Fix a few problems found by Cronusa and KindOneAdam
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-30Place runtime module binaries in data/runtime instead of lib/ incase of a ↵Adam
system wide install where lib/ is not writable
2012-09-30Use RTLD_NOW when loading modules to resolve all symbols immediately.Adam
This prevents modules with unresolved symbols from loading instead of loading and crashing later.
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-10Fixed gettext on freebsd/any other system that uses LANG not LANGUAGEAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to ↵Adam
group multiple ips from one subnet to one session
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-07Allow ; and } in quoted stringsAdam
2012-09-02Version bump for 1.9.8-gitAdam
2012-09-02Anope 1.9.7 Release1.9.7Adam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-08-28Actually set xline's manager...Adam
2012-08-08Put motd in conf/ not data/ and fixed the default values in the configRobby
2012-08-08Update pid and motd file pathsCronus
2012-07-18Warn about really big integer values in the configAdam
2012-06-25Fixed accidentally recursion in User::SendMessage from last commitAdam
2012-06-18Allow userless command sourcesAdam
2012-06-06Fixed fd leak in win32/pipe.cppAdam
2012-05-26This should actually be LOG_TERMINAL, quitmsg isn't logged to terminal on ↵Adam
shutdown
2012-05-26Some access level fixes from Robby to more closely match the historic ↵Adam
levels, and some code cleanup
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable
2012-05-17reinterpret_cast off of a virtual base does Bad ThingsAdam
2012-05-10Fixed crash on access del + valgrind errorsAdam
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ↵Adam
be specified at runtime
2012-04-29Set quitmsg on ERRORAdam