summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-05-07Removed an unneeded static_cast in enc_noneAdam-
2010-05-07Removed the chanserv/aop/list command perm and switched it with chanserv/acce...Adam-
2010-05-05SVN Id keyword to .h/.c/.cpp filespimpmylinux
2010-04-30Fixed ms_rsend reply when sending a memo to a nickAdam-
2010-04-30Made ms_rsend workAdam-
2010-04-24Fixed the /nickserv help info output to services opers and the reply from /ch...Adam-
2010-04-24Fixed loading negatively mlocked modes from the DB and fixed loading access c...Adam-
2010-04-24Fix a potential crash when removing SQLinesAdam-
2010-04-24Fixed some typos in log messages, found by LethalityAdam-
2010-04-21Fixed cs_clear ops to not deop users twice on Unreal and made it always use s...Adam-
2010-04-15Fixed loading botserv bots time created & number of channels from the databas...Adam-
2010-04-13Fixed crash on /ns release and made release actually workAdam-
2010-04-11Correctly identify a user when they get autoidentified and made db_plain not ...Adam-
2010-04-11Don't backup the database and not rewrite a new one (oops?)Adam-
2010-04-11Return MOD_STOP in various places where the user executing the command had be...Adam-
2010-04-11Dont backup the database unless there is a database to backupAdam-
2010-04-10Fixed cs_modes to add commands after the modes requiring them are introducedAdam-
2010-04-10Made db_plain backup its databasesAdam-
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-04-09Fixed cs_ban, os_jupe, and os_restartAdam-
2010-04-09changed the way how the IV is stored with the password and renamed some varia...dukepyrolator
2010-04-09Made the mode stacker never send a mode change for something that is already ...Adam-
2010-04-09Fixed enc_none OnDecrypt to work correctly on WindowsAdam-
2010-04-09Fixed ns_getpass and ns_sendpass to not load when there is no supported encry...Adam-
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-31Fixed cs_xop to not add its commands until after it knows what modes as suppo...Adam-
2010-03-31Added last used time to akick viewAdam-
2010-03-31Marked mysql modules as a database module and fixed os_modlist to show databa...Adam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-03-21Added options:passlenAdam-
2010-03-21Made the database file name configurableAdam-
2010-03-21Made usermax and hostmax configurableAdam-
2010-03-20Fixed /ms list reply header to include the users nickAdam-
2010-03-20Fix loading akills/sxlines from plaintext databaseAdam-
2010-03-20Added in support for OperServ and MemoServ into SQLAdam-
2010-03-16Fixed bug #1141, reodered some access checks in cs_kick and cs_modes to hide ...Adam-
2010-03-09Fixed loading memo messages from the flatfile databasesAdam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-24Fixed db-convert and enc_old to work when converting databases using enc_oldAdam-
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16fixed a compile error on windowsDukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-15some code cleanup in enc_sha256DukePyrolator
2010-01-14Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st...Adam-