Age | Commit message (Expand) | Author |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Added some global variables for the core pseudo clients, keeps us from having... | Adam |
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ... | Adam |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ... | Adam |
2010-06-18 | Rewrote the mail system to use threading | Adam |
2010-06-18 | Removed old config.h and moved configreader.h to config.h | Adam |
2010-06-18 | Allow enabling ssl on a per-uplink basis | Adam |
2010-06-18 | Made opertypes inheritable | Adam |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam |
2010-06-18 | Added two events called in ns_info and cs_info that allows modules to easiall... | Adam |
2010-06-18 | Renamed the init_module function to AnopeInit - Some systems have an init_mod... | Adam |
2010-06-18 | Merged branch threadingengine with master - Added a threading engine | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Moved Commands stuff to its own file and changed Command::name to be ci::stri... | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
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- |