Age | Commit message (Expand) | Author |
2007-10-11 | Silent CHGIDENT for ulines to prevent noisyness from anope | brain |
2007-10-11 | Check is off by one, this wont break anything but will cut a character off th... | brain |
2007-10-11 | Fix for bug #435 and fix return codes (these cannot be localonly for add/remo... | brain |
2007-10-09 | Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH... | brain |
2007-10-09 | sanity check for existing server in DoFailOver seems to have vanished! | brain |
2007-10-07 | dz is determined to crash your ircd :P | special |
2007-10-07 | Fixed bug #434 (cycle allows bypassing modes for users outside of the channel... | special |
2007-10-03 | PROPAGATE this fix | brain |
2007-10-03 | Cut out redundant loop from nickname introductions, also ensure that each UID... | brain |
2007-10-02 | Someone please bp this | brain |
2007-09-30 | Users were also being attached to the wrong server names (by uid and not by s... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-30 | Minor change, param for local PING wasnt an SID and should be | brain |
2007-09-30 | parameters[0] -> parameter.c_str() | brain |
2007-09-29 | Removed extremely verbose debugging from the SSL modules, as I believe that b... | special |
2007-09-27 | Forgot part of the fix for bug #404 | special |
2007-09-25 | Fix compile error | brain |
2007-09-25 | Fix for bug #415, affects only trunk (wish i'd known this before i started!) | brain |
2007-09-24 | Fix for bug #424 | brain |
2007-09-23 | Seems nobody tested this in windows at all, Module::Module(Inst) is not valid... | brain |
2007-09-23 | Fix dodgy constructor | brain |
2007-09-23 | More compile fixes | brain |
2007-09-20 | Thanks dz, forgot uppercase equivalent of AEIOU in the strchr | brain |
2007-09-20 | As per request from Bricker, change the format of the 'you are now an oper of... | brain |
2007-09-19 | Fixed m_saquit to direct the command to the user's server and from there send... | special |
2007-09-13 | Fixed a compile error in m_ident on ipv6 | special |
2007-09-13 | Made m_ident bind ident requests to the same IP the user is connected on, whi... | special |
2007-09-13 | Redesigned m_rpc_json to work properly in a modular environment, and added th... | special |
2007-09-13 | Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since try... | special |
2007-09-12 | Modified m_cloaking to not use need_positive (instead, cast to an unsigned in... | special |
2007-09-11 | Fixed the order of signon/signoff messages in m_watch (bug #410) | special |
2007-09-08 | Forward port r8021: fixes bug #408 reported and patched by Switch | w00t |
2007-09-04 | * Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by... | burlex |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-09-02 | Fixed an issue that could cause empty parameters in module commands to not be... | special |
2007-09-02 | Completely rewrote m_ident; the old one was written long ago and had a histor... | special |
2007-08-31 | Fixed a double free in m_ident. Found by AnMaster | special |
2007-08-31 | Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ... | special |
2007-08-29 | I lose for being slow. also tidyup a bit, still needs to fix that sizeof.. | peavey |
2007-08-29 | Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it... | brain |
2007-08-29 | Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else. | brain |
2007-08-29 | This needs to be sent in burst too | brain |
2007-08-29 | Some modules forgotten for conversion to ModuleManager | brain |
2007-08-29 | Fix to compile with new module api | peavey |
2007-08-29 | We really should SEND it too, if we're looking for it... :p | brain |
2007-08-29 | IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon... | brain |
2007-08-29 | Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ... | brain |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Tidy up here, same tidyup cannot go back to stable as it involves uids | brain |
2007-08-28 | Add SVSPART at request of the Anope team - You can tell if the server has SVS... | brain |