2008-04-05 |
w00t | Fix multiple burst notifications in a better way (force... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Fix IDLE sending a nick rather than a uid. Atheme shoul... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
w00t | Fix bug (partially/accidentally) discovered by Bricker... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Only finish bursting once, thanks AnMaster |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Remove debug, thanks for reminding me danieldg |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Tweaks to make some errors show server name and not... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Make sure this is pushed too |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | More standardized version output in 002 and 004 to... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
w00t | Use 1.2, not VERSION constant for here. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
w00t | Update ModDesc and class name |
commit | commitdiff | tree | snapshot |
2008-04-05 |
w00t | Redo the MODE warning stuff. Don't do some extra unneed... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Document more stuff, correct some out of date text, |
commit | commitdiff | tree | snapshot |
2008-04-05 |
brain | Fix crash in MODE when sent for a user, with only one... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Add m_nickban and documentation. Implements +b n:,... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Off by one |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Only examine local messages |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | DOH |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Extra stuff for 005 numeric |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | m_quietban: implements snomask +b q: |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Remove debug printf |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Fix broken fjoin, looks like we forgot something when... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | The start of extended bans infrastructure: syntax is... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | See this brain |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Apply our own version of mminds patch that doesnt have... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Add simple modes to FJOIN instead of sending a seperate... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Dont check APrefix both times :p |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Better checks |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Throw exception if both the prefix chars are defined... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Allow for custom prefixes as status chars in /notice... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Document new logging and m_chanlog |
commit | commitdiff | tree | snapshot |
2008-04-04 |
peavey | Remove calls to deprecated InspIRCd::Log(), thanks... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Zap printfs |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Fix lost messages, thanks w00t and peavey |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | fix warnings |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Attempt to avoid infinite loops |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Fix this (thx danieldg and owine) |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Fix bad use of old event based api for spanningtree... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Remove deprecated InspIRCd::Log() method so people... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Whoops, thanks w00t |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Whoops, wrong pointer. write out 500 lines 'i will... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Make it buildable |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Whoops, this would be bad if not fixed :p |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Fix chanlog (NOTE: previous commit will require a FULL... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Remote server PRIVMSG/NOTICE to nickname support |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Remove two useless methods, chanlog is b0rked at the... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Support for remote NOTICE/PRIVMSG with server origin... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Add safety check for nonexistent server in receiving... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Modify chanlog to send message remotely, too. Logging... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Extra safety required by recent changes |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Add protocol api functions: PI->WriteChannelPrivmsg... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Server origin PRIVMSG and NOTICE now supported by proto... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Server origin privmsg, UNTESTED - will test in a min |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Change the function name because gcc is dumb :/ |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Whoops, fix typo |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | A convenience function for ProtocolInterface::SendMode... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Now rip out the old handler, and replace with an error... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Make all our modules use the new stuff rather than... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Match on nick change option for RLine, document m_rline... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | The rest of the server protocol interface and fix a... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
w00t | Check for match and apply R:Lines on connect |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Add basic stuff for protocol interface and implement... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
brain | Update sln |
commit | commitdiff | tree | snapshot |
2008-04-03 |
brain | Whoops, allow numeric 353 (names list) to be overridden... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
brain | Change the 'is not within the modules dir' message... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
brain | Patch to fix this module from flagging all client socke... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
brain | Fix socketengine select to work with arsey compilers... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
w00t | Fix a (long standing) tiny bug: wallops do not go out... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
peavey | remove references to maxclient we forgot here, thx... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Fixes for bug #493, tidyups to clearing of channel... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Fix brain's compile error :p |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Fix for bug #456 so we can be rid of it |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | This is better than using a const; Since 1.1 we don... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Remove unload_kludge: this still isn't handled in a... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Just use string literal instead of declaring a var... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Fix peavey and w00ts bug they found by removing the... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Depreciated ServerInstance->Log() seems to crash config... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Move this message so it actually displays when we're... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | DOH! Fix my muppetry of a segfault, and fix some warnings |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Fix yet another warning. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Fix another warning |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | make sure we include the right headers and fix a warnin... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Proper sysctl stuff to work with bsd. It seems that... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Fix stats, this has never actually displayed the per... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Squish a warning |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Remove MAXCLIENTS, this is supported at runtime by... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Remove all compile-time max client and max fd's configu... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
brain | Automatic detection and allocation of max fds. No longe... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Fix all this crap - it actually works now (we pray..) |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Better generation. This is still fucked up, but less... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Fuck. STOP committing first thing after waking up. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | As part of this... don't give fake client a valid UID... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Bah |
commit | commitdiff | tree | snapshot |
2008-04-02 |
w00t | Unneeded |
commit | commitdiff | tree | snapshot |
2008-04-01 |
w00t | Only setup fakeclient once. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
w00t | Initialise a variable correctly to avoid valgrind warning |
commit | commitdiff | tree | snapshot |
2008-04-01 |
w00t | Don't fuck up the map by inserting 0 |
commit | commitdiff | tree | snapshot |
2008-04-01 |
w00t | Same as 9249 |
commit | commitdiff | tree | snapshot |
2008-04-01 |
w00t | Remove call to FlushWriteBuffer from BufferedSocket... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
w00t | Remove deprecated BufferedSocket::MarkAsClosed() |
commit | commitdiff | tree | snapshot |
2008-04-01 |
brain | Some metadata commands were using nicknames to identify... |
commit | commitdiff | tree | snapshot |
next |