summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-06-18Allow attaching metadata to nickrequests and storing it in the databases and ...Adam
2010-06-18Store a plaintext version of mode names in the mode structures, removes alot ...Adam
2010-06-18Rewrote the mail system to use threadingAdam
2010-06-18Added the nickserv/ungroup commandAdam
2010-06-18Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplinkAdam
2010-06-18Added two events called in ns_info and cs_info that allows modules to easiall...Adam
2010-06-18Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user...Adam
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Added nickserv/auspex permission and fixed core modules so they buildAdam
2010-06-18Tell users when their nicks expire in /ns glist and /ns infoAdam
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-