summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-03Some minor fixes/typoslethality
2012-10-03Fixed parsing squit (it has a reason)Adam
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-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-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-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-30Add webpanel contributors to readme and remove todo since its way out of ↵Adam
date and has nothing more in it we want
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-30fixed nickserv alistDukePyrolator
2012-09-29added some example sql querieslethality
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-22Forgot to delete a line in the last commit.Naram Qashat
2012-09-22OK, so the FIND sub-command of string() in CMake was only added with 2.8.5, ↵Naram Qashat
change this to use the REGEX sub-commands instead. Also while I'm at it, make -pthread only get added when not on Mac OS X, it's auto-included there.
2012-09-22Fix issues with CMake trying to add ↵Naram Qashat
/System/Library/Frameworks/Kernel.framework/Headers/sys to the include paths.
2012-09-13Updated example query to include a valid valuelethality
2012-09-12Add m_sql_authentication to allow authenticating users against an external ↵Adam
SQL database
2012-09-10Fixed gettext on freebsd/any other system that uses LANG not LANGUAGEAdam
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 ↵Adam
spoofed users/other users who have no ip, clean up warnings
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-07Fixed m_ldap_authentication not returning anything if the search for an ↵Adam
account game back empty
2012-09-07Allow ; and } in quoted stringsAdam
2012-09-05Not quite sure what I was thinking hereAdam
2012-09-03updated example.confDukePyrolator
2012-09-02Windows cares this is escaped + chmod tooAdam
2012-09-02Fix CMake to actually make directories on install .....Adam
2012-09-02Version bump for 1.9.8-gitAdam
2012-09-02Anope 1.9.7 Release1.9.7Adam
2012-09-02Update version.logAdam
2012-09-02Update ChangesAdam
2012-09-02Regenerate language filesAdam