Age | Commit message (Expand) | Author |
2008-02-08 | Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc... | w00t |
2008-02-07 | Sorta update this.. won't give a full file list as it's now kinda huge. | w00t |
2008-02-06 | Fix warnings (thanks owine) | w00t |
2008-02-06 | Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0ut | w00t |
2008-02-05 | More tweaks | brain |
2008-02-05 | This makes more sense | brain |
2008-02-05 | Add server.cpp, handles all stuff related to the server command. treesocket2.... | w00t |
2008-02-05 | We have two perfectly good macros, use them | w00t |
2008-02-05 | dz, you cant delete a nonpointer! | brain |
2008-02-05 | fixed std:: stuff | fez |
2008-02-05 | fixed more std:: stuff | fez |
2008-02-05 | fixed std:: stuff - that should be all of it | fez |
2008-02-04 | MODEACTION_ALLOW was being used instead of DENY, fixes bug #490 | brain |
2008-02-04 | Forward port crash fix on load of randquote from 1.1 (r8819). | w00t |
2008-02-04 | Fix exemptchanops for some modules, fixes bug #485 reported by John. Thanks. | w00t |
2008-02-04 | Clean up some FJOIN stuff | w00t |
2008-02-04 | Move a piece of HMAC to hmac.cpp | w00t |
2008-02-04 | Split treesocket2 into various smaller files | w00t |
2008-02-04 | Rename burst.cpp to netburst.cpp - it does not just contain burst handling. | w00t |
2008-02-04 | Split more of treesocket1 | w00t |
2008-02-03 | Fix trivial desync with FTOPIC: if topic is identical, we still need to broad... | w00t |
2008-02-03 | Split treesocket1 into a number of smaller files | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-02-03 | Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X... | w00t |
2008-02-03 | Whoops | brain |
2008-02-03 | What do you think of this, w00t? | brain |
2008-02-03 | Fix burst time indicator: set startburst in treeserver's constructor, BURST i... | w00t |
2008-02-03 | Show extra debug for burst time | w00t |
2008-02-03 | Broken, but.. show how many milliseconds a burst takes. Someone care to tell ... | w00t |
2008-02-03 | Remove an obsolete value | w00t |
2008-02-02 | Make m_password_hash able to pick up hasher modules after it's loaded, meanin... | aquanight |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-02-02 | Check for empty prefixes, and close server connections attempting to use them | w00t |
2008-02-02 | Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params... | w00t |
2008-01-31 | applink.c should be included in the link command, not #included in the source | fez |
2008-01-30 | Merge in patches to fix bug #487, submitted by dz, thanks :) | brain |
2008-01-27 | Forward port bug #484 patch from John, thanks | brain |
2008-01-27 | You left out the module name in the command, aquanight ;) | brain |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-26 | Fix for bug found by eLement, when an oper is on a notify list and the oper s... | brain |
2008-01-25 | Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e... | aquanight |
2008-01-21 | win32 compile error fix | brain |
2008-01-21 | win32 compilation errors: shadowing of variable 'i' isnt a good idea | brain |
2008-01-21 | Win32 compilation fixes | brain |
2008-01-20 | Update m_filter* to 1.2 API (it was still using Implements()), also implement... | aquanight |
2008-01-19 | Fix m_callerid not adding the usermode. | aquanight |
2008-01-19 | Initial implementation of callerid, provided by aquanight. Untested as of yet... | w00t |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |