summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-08-28Actually set xline's manager...Adam
2012-08-09Fixed db_old loading encrypted passwords from 1.8Adam
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-07-01Actually the core can't handle empty realnames, just ignore themAdam
2012-07-01Remove some unused code in inspircd20 protocol module & allow ↵Adam
/chghost/ident/naming services clients
2012-07-01Don't crash on empty setnames on inspircd1.2Adam
2012-07-01Remove ExtensibleString everywhereAdam
2012-06-26Removed old set xop references and cleared up some other stuff.lethality
2012-06-26Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-06-25Fixed accidentally recursion in User::SendMessage from last commitAdam
2012-06-22Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-06-18Allow userless command sourcesAdam
2012-06-17Updated MODULES somewhatlethality
2012-06-11Split up bs_setAdam
2012-06-06Fixed fd leak in win32/pipe.cppAdam
2012-06-04Some more fantasy character help outputlethality
2012-06-04minor help output changes, including some confusion in fantasy charslethality
2012-06-01Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-06-01updated chanstatsDukePyrolator
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-24Added a ./Config option for using precompiled headersAdam
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable