Age | Commit message (Expand) | Author |
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile war... | cyberbotx |
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change... | Adam- |
2010-06-03 | Use pongs to determine when servers are done syncing in Unreal, fixes a probl... | Adam- |
2010-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user... | Adam- |
2010-05-28 | Rewrote some of the user nick changing code, enable vhosts for users on nick ... | Adam- |
2010-05-25 | Changed User::AutoID to always log in the user to the core, and to set usermo... | 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-19 | Moved opertype access checking to NickAlises constructor, cleans up some code... | Adam- |
2010-04-24 | Logout the SQLUser & any fake users after using commands | Adam- |
2010-04-24 | Fixed dropping nicks registered through MySQL | Adam- |
2010-04-22 | Actually use readtimeout from the config & fixed many valgrind errors | Adam- |
2010-04-11 | Correctly identify a user when they get autoidentified and made db_plain not ... | Adam- |
2010-04-11 | Return MOD_STOP in various places where the user executing the command had be... | 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 a crash when linking servers | Adam- |
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- |
2010-04-09 | added a new event OnFinishSync, that allows modules to send additional data t... | dukepyrolator |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-31 | Fixed windows build | 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 akicks into SQL | Adam- |
2010-03-31 | Added last used time to akick view | Adam- |
2010-03-28 | Finish rest of BotServ SQL stuff | Adam- |
2010-03-24 | Removed some unused externs from extern.h | 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 sending CHGIDENT without parameter | DukePyrolator |
2010-03-20 | Added in support for OperServ and MemoServ into SQL | 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-28 | Marked mode +f on inspircd1.2 as minusnoarg | 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-12 | Added generic support for unknown modes told to Anope at runtime by the IRCd | Adam- |
2010-02-10 | Changed up a small part of the mode API for preparation for dynamic mode supp... | Adam- |
2010-02-08 | Rewrote & fixed CAPAB support | Adam- |
2010-02-06 | Recieve the max number of modes we can set at once from the IRCd and use it | Adam- |
2010-02-06 | Remove protectbotserv option from modes, just use options:botmodes instead | Adam- |
2010-02-06 | Parse CAPAB from the server to determin what modes we know about | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-02-02 | Added options:botmodes to configure what modes BotServ bots should use in cha... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-16 | Added channels.h and moved channel stuff from services.h to it | Adam- |
2010-01-14 | Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st... | Adam- |