Age | Commit message (Expand) | Author |
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 all of the server handling code | Adam |
2010-06-18 | Made all modules version be VERSION_STRING | Adam |
2010-06-12 | Tell users to identify when they connect on InspIRCd | Adam- |
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change... | Adam- |
2010-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user... | Adam- |
2010-05-23 | Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+ | Adam- |
2010-05-10 | Fixed tracking of InspIRCd channel mode R | Adam- |
2010-05-10 | Fixed tracking of channel mode +L on InspIRCd 1.2 | Adam- |
2010-05-01 | Added support for InspIRCd 2.0 | Adam- |
2010-04-17 | fixed missing SID before FJOIN in the inspircd12 protocol module | DukePyrolator |
2010-04-11 | Fixed +q and +a channel modes on inspircd 1.2 if they have no prefixes | Adam- |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-03-20 | fixed sending CHGIDENT without parameter | DukePyrolator |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | Adam- |
2010-02-28 | Marked mode +f on inspircd1.2 as minusnoarg | 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-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-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 |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-25 | Send only the newly formatted users string to do_sjoin when using inspircd12,... | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-12-05 | Added options:mlock in the config so you can set what modes should be locked ... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-24 | Marked +l and +L on InspIRCd 1.2 as minus no arg | Adam- |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-02 | check for umode +r before sending svsmode -r | DukePyrolator |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-25 | Added MinusNoArg to insp modes Ffj and unreal mode j | Adam- |
2009-10-25 | Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes B... | Adam- |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-14 | Fixed inspircd12.cpp to actually work | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-11 | on inspircd12, we now check for m_servprotect and give +k to our pseudo clients | DukePyrolator |