summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-09-04Now uses Mutex class. No need for pthreads use directly in this lib. Needs te...brain
2008-09-04Thread is now a Thread derived class, now need to convert the mutexes. With t...brain
2008-09-02Change exception message: "You cannot load m_services.so and m_services_accou...brain
2008-09-01Make m_chanfilter grok globbing, meaning +g test?string?lol is now possible t...w00t
2008-08-31Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we...brain
2008-08-31More debugging mesages for troubleshooting invalid mode sequences in UIDbrain
2008-08-31I guess it makes sense never to let the gecos be parsed as a mode param, even...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Two fixes: First, change the error message for too few params for UID to now ...brain
2008-08-31What the fuck am I doing.w00t
2008-08-31Off-by-one on params also == masskill, woow00t
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-08-31Remove a redundant check, and fix user-mode change propegation. (closes bug #...w00t
2008-08-31Add <connect:useident> as part of m_ident, original suggestion from various p...w00t
2008-08-30Make m_alltime easier to scan read for discrepancies on larger networksw00t
2008-08-29Tidier /modules generation. faster for non-opers, neater for all, and doesnt ...brain
2008-08-29Make these more descriptive/easy to grokw00t
2008-08-29Safeguardsw00t
2008-08-29Don't try destroy on -P of a 0 user chan, as this causes problems during netm...w00t
2008-08-29Fix extra End of /STATS on spanningtree override of stats c and n.peavey
2008-08-29Some fixes for the ziplinks modules.psychon
2008-08-29Remove some old stuffw00t
2008-08-29Remove two unused parametersw00t
2008-08-28Newly revamped ziplinks module, work of psychon.. resolves (a lot) of problem...w00t
2008-08-28Fix: 'Notice' vs 'NOTICE' as a command. I bet this would break some client or...w00t
2008-08-28Fix aliases stuff.w00t
2008-08-28Patch modifying these modules to work on older gcc/openbsd, provided by Dagon...w00t
2008-08-28this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe...brain
2008-08-28Make this comply with the spec; that is - CAP may be requested after registra...w00t
2008-08-28Add CAP REQ tls support, thanks to psychonw00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t
2008-08-27Clean up opering a tiny bit.. pave the way for SVSOPERw00t
2008-08-27Fix ident using uninitialised memory, forward-port of r10321. Thanks psychon.w00t
2008-08-27USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks jil...w00t
2008-08-27Add <shun:notifyuser>, default on, which notifies the user that their command...w00t
2008-08-27Add and document <shun:enabledcommands>, allowing customisation of specifical...w00t
2008-08-27Delete R:Lines from memory on destroyw00t
2008-08-25Fix build.w00t
2008-08-25Fix a few malformed Id tagsw00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Add and document <permchannels> block for m_permchannels, which creates a cha...w00t
2008-08-24Forward port r10255: prevent redundant mode changes (thanks to mixx941 for my...w00t
2008-08-24Remove m_proxyscan; not functional and not targetted at 1.2 release anywayw00t
2008-08-23Move unused code to the bottom of the filew00t
2008-08-23Fix bug that would cause tags to be ignored (etc), thanks dzw00t
2008-08-23Convert m_chanlog from using logfile output (dangerous, not really that usefu...w00t
2008-08-23Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc...w00t
2008-08-22Nuke last references to MatchTextw00t
2008-08-22Match conversion stuff.w00t