summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-14Make NickCore::aliases a vectorAdam
2013-02-09Fixed sepstream::GetToken logic failAdam
2013-02-07Use channel mode +r to determine if a channel has either been newly created orAdam
created while we were offline (eg, during the inital burst to the uplink). Fixes not knowing whether or not channels ops in non-secureop non-persistent channels obtained op while we were offline by creating the channel or legitimately by being set op by another channel op.
2013-02-05Made access del by nick and other functions from 326f1a really delete objectsAdam
2013-01-31Update src/config.cppartemiiav
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid ↵Robby-
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way.
2013-01-30Remove sendpass from the configs and the config reader since it no longer existsAdam
2013-01-30Made Anope::Duration also show yearsAdam
2013-01-27Old botserv flags need BS_ prepended to themAdam
2013-01-27Fix db_flatfile not clearing databases on save if there are no objects left ↵Adam
of that type (it will leave the old database with old objects currently)
2013-01-26Fixed db_sql etc being confused on empty vs not set metadataAdam
2013-01-25Made Anope::DoTime default to seconds to fix os_akill etc defaulting ↵Adam
expiries to days
2013-01-25I forgot to add this change to a634c7be65113c74736be0fb98f31b0c83ec2882Adam
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
check that it really returns a value before using it. Also fix memos to cleanup after themselves when deleted.
2013-01-24Fix memo signon and memo receive default flag namesAdam
2013-01-24Channel::HasUserStatus: Don't just return false if cms is NULL.CuleX
2013-01-22Fix some compile errorsAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last ↵Adam
quit field
2013-01-22Move channel mode set and unset events to be after the action has been done ↵Adam
internally to allow easially canceling it
2013-01-22Fix crash trying to unset the permanent channel mode during channel syncs of ↵Adam
empty channels
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-21Really fix Channel::GetModesAdam
2013-01-21Revert "Fix Channel::GetModes, we can never have a negative mode set on a ↵Adam
channel so this check is unnecessary" This reverts commit 678d27fdb74a3c73b696b6feffc00523f2c233b2.
2013-01-21Fix Channel::GetModes, we can never have a negative mode set on a channel so ↵Adam
this check is unnecessary
2013-01-21Fix not logging debug info to the logfile when debug mode is enabledAdam
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Allow the config parser to skip over gettext's _() to allow translating ↵Adam
config values
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2013-01-07Track +g on inspircd, fix saving/loading mode locks for generic modesAdam
2013-01-06Buggy compilers are buggyAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until ↵Adam
message processing is done
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-28Move some of CheckKick to the respective modulesAdam
2012-12-28Dumb iteratorsAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed ↵Adam
some valgrind errors with db_sql_live
2012-12-27When processing many modes don't enforce mlock until all are setAdam
2012-12-25Allow modules loaded after startup to magically reobtain their database ↵Adam
objects. Fix os_dns for sql(live)
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on ↵Naram Qashat
install.
2012-12-23Allow os_dns to manage multiple zonesAdam
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-19Add version flags for debug, git, and WindowsAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ↵Adam
by just moving pointers to the core
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-11IsNickValid() now accepts '[' and ']' in the nicknameDukePyrolator
2012-12-07Modified the Config scripts to ask the user explicitly for additional ↵Naram Qashat
include and library directories.