summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Whoopsbrain
2008-02-03What do you think of this, w00t?brain
2008-02-03Fix burst time indicator: set startburst in treeserver's constructor, BURST i...w00t
2008-02-03Show extra debug for burst timew00t
2008-02-03Broken, but.. show how many milliseconds a burst takes. Someone care to tell ...w00t
2008-02-03Remove an obsolete valuew00t
2008-02-02Make m_password_hash able to pick up hasher modules after it's loaded, meanin...aquanight
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-02-02Check for empty prefixes, and close server connections attempting to use themw00t
2008-02-02Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params...w00t
2008-01-31applink.c should be included in the link command, not #included in the sourcefez
2008-01-30Merge in patches to fix bug #487, submitted by dz, thanks :)brain
2008-01-27Forward port bug #484 patch from John, thanksbrain
2008-01-27You left out the module name in the command, aquanight ;)brain
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-26Fix for bug found by eLement, when an oper is on a notify list and the oper s...brain
2008-01-25Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e...aquanight
2008-01-21win32 compile error fixbrain
2008-01-21win32 compilation errors: shadowing of variable 'i' isnt a good ideabrain
2008-01-21Win32 compilation fixesbrain
2008-01-20Update m_filter* to 1.2 API (it was still using Implements()), also implement...aquanight
2008-01-19Fix m_callerid not adding the usermode.aquanight
2008-01-19Initial implementation of callerid, provided by aquanight. Untested as of yet...w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-13I think (and Brain concurs) that B for blockcaps and P for permanent make a l...w00t
2008-01-10Add goodchan tags for m_denychans: Allows the use case of forbidding *warez*,...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Erase their quit count on banning (so they get another 10 or whatever attempt...w00t
2008-01-10Add m_quitban: Bans IPs that connect/disconnect more than X times per 3600 se...w00t
2008-01-10Add optional SAPART reason. No prefixing done yet.w00t
2008-01-10Register RLine factory on load, unregister it on unload.w00t
2008-01-10Fix bug in rline, xline derived class declared itself as xline type 'K' not 'R'brain
2008-01-09Fix some random crash due to my not knowing how to use STL *shrug*w00t
2008-01-09Correct a few things, and yay for code that randomly decides to work.w00t
2008-01-09Utterly untested RLINEw00t
2008-01-09Flesh this out a little more. Create our derived XLine and factory. Doesn't i...w00t
2008-01-09Add RLINE skeleton module to move it between PCs (I'm lazy :p)w00t
2008-01-09Fix for bug #464, taxonomy output spooled to target not to requestor, reporte...brain
2008-01-09Add OnExpireLine hook to xline db stuffw00t
2008-01-09Remove useless debug from here (finished with it), and add some debug that ma...w00t
2008-01-08Fix problem #2 (this means that xlinedb is essentially working and feature-co...w00t
2008-01-08Fix problem #1 by setting a lock on writes when we're reading. This means no ...w00t
2008-01-08xline.db reading. Two things I notice are funky in some way about this.. 1) d...w00t
2008-01-08Code to write xline.db.. reading is not yet handled.w00t