summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-06-18Made all modules version be VERSION_STRINGAdam
2010-06-18Merge svn with gitCharles
2010-06-16Minor edits to fix compile errors/warnings with clang and a small compile war...cyberbotx
2010-06-16Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cppAdam
2010-05-27Fixed some compiler warnings found on 64bit systemsAdam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-25Fixed a crash if /ns ghost is used without a passwordAdam-
2010-05-23Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...Adam-
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-05-21Fixed saving capsmin in the database, fixes the bug also fixed by the last co...Adam-
2010-05-19Moved opertype access checking to NickAlises constructor, cleans up some code...Adam-
2010-05-19Fixed a potential crash in os_szline because of a bad pointer passed to an eventAdam-
2010-05-17Made is possible to change levels back to founder only and made founder only ...Adam-
2010-05-14You dont see thisAdam-
2010-05-14Fixed many windows problems in the debug buildAdam-
2010-05-14Finished r2957Adam-
2010-05-14Reversed the autoop flag to make it more logical. In 1.8, we set this flag to...DukePyrolator
2010-05-10Changed the names of modes in the databases to be exactly the same way they a...Adam-
2010-05-10Save & load nick requests from db_plainAdam-
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-