Age | Commit message (Expand) | Author |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-18 | Made all modules version be VERSION_STRING | Adam |
2010-06-18 | Merge svn with git | Charles |
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile war... | cyberbotx |
2010-06-16 | Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp | Adam |
2010-05-27 | Fixed some compiler warnings found on 64bit systems | Adam- |
2010-05-26 | Fixed some windows problems with db_mysql_execute | Adam- |
2010-05-26 | Fixed some windows problems with db_mysql_execute | Adam- |
2010-05-25 | Fixed a crash if /ns ghost is used without a password | Adam- |
2010-05-23 | Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support... | Adam- |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-05-21 | Fixed saving capsmin in the database, fixes the bug also fixed by the last co... | Adam- |
2010-05-19 | Moved opertype access checking to NickAlises constructor, cleans up some code... | Adam- |
2010-05-19 | Fixed a potential crash in os_szline because of a bad pointer passed to an event | Adam- |
2010-05-17 | Made is possible to change levels back to founder only and made founder only ... | Adam- |
2010-05-14 | You dont see this | Adam- |
2010-05-14 | Fixed many windows problems in the debug build | Adam- |
2010-05-14 | Finished r2957 | Adam- |
2010-05-14 | Reversed the autoop flag to make it more logical. In 1.8, we set this flag to... | DukePyrolator |
2010-05-10 | Changed the names of modes in the databases to be exactly the same way they a... | Adam- |
2010-05-10 | Save & load nick requests from db_plain | Adam- |
2010-05-07 | Removed an unneeded static_cast in enc_none | Adam- |
2010-05-07 | Removed the chanserv/aop/list command perm and switched it with chanserv/acce... | Adam- |
2010-05-05 | SVN Id keyword to .h/.c/.cpp files | pimpmylinux |
2010-04-30 | Fixed ms_rsend reply when sending a memo to a nick | Adam- |
2010-04-30 | Made ms_rsend work | Adam- |
2010-04-24 | Fixed the /nickserv help info output to services opers and the reply from /ch... | Adam- |
2010-04-24 | Fixed loading negatively mlocked modes from the DB and fixed loading access c... | Adam- |
2010-04-24 | Fix a potential crash when removing SQLines | Adam- |
2010-04-24 | Fixed some typos in log messages, found by Lethality | Adam- |
2010-04-21 | Fixed cs_clear ops to not deop users twice on Unreal and made it always use s... | Adam- |
2010-04-15 | Fixed loading botserv bots time created & number of channels from the databas... | Adam- |
2010-04-13 | Fixed crash on /ns release and made release actually work | Adam- |
2010-04-11 | Correctly identify a user when they get autoidentified and made db_plain not ... | Adam- |
2010-04-11 | Don't backup the database and not rewrite a new one (oops?) | Adam- |
2010-04-11 | Return MOD_STOP in various places where the user executing the command had be... | Adam- |
2010-04-11 | Dont backup the database unless there is a database to backup | Adam- |
2010-04-10 | Fixed cs_modes to add commands after the modes requiring them are introduced | Adam- |
2010-04-10 | Made db_plain backup its databases | Adam- |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-04-09 | Fixed cs_ban, os_jupe, and os_restart | Adam- |
2010-04-09 | changed the way how the IV is stored with the password and renamed some varia... | dukepyrolator |
2010-04-09 | Made the mode stacker never send a mode change for something that is already ... | Adam- |
2010-04-09 | Fixed enc_none OnDecrypt to work correctly on Windows | Adam- |
2010-04-09 | Fixed ns_getpass and ns_sendpass to not load when there is no supported encry... | Adam- |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-31 | Fixed cs_xop to not add its commands until after it knows what modes as suppo... | Adam- |
2010-03-31 | Added last used time to akick view | Adam- |
2010-03-31 | Marked mysql modules as a database module and fixed os_modlist to show databa... | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |