Age | Commit message (Expand) | Author |
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- |
2010-03-21 | Added options:passlen | Adam- |
2010-03-21 | Made the database file name configurable | Adam- |
2010-03-21 | Made usermax and hostmax configurable | Adam- |
2010-03-20 | Fixed /ms list reply header to include the users nick | Adam- |
2010-03-20 | Fix loading akills/sxlines from plaintext database | Adam- |
2010-03-20 | Added in support for OperServ and MemoServ into SQL | Adam- |
2010-03-16 | Fixed bug #1141, reodered some access checks in cs_kick and cs_modes to hide ... | Adam- |
2010-03-09 | Fixed loading memo messages from the flatfile databases | Adam- |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | Adam- |
2010-02-08 | Rewrote & fixed CAPAB support | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-24 | Fixed db-convert and enc_old to work when converting databases using enc_old | Adam- |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | fixed a compile error on windows | DukePyrolator |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-15 | some code cleanup in enc_sha256 | DukePyrolator |
2010-01-14 | Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st... | Adam- |
2010-01-14 | Fixed crash caused by r2732 caused by adding someone to the exception list | Adam- |
2010-01-14 | Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new... | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |