summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2009-03-29send ERR_NEEDMOREPARAMS if an empty parameter is given to STATS ('STATS :'), ...dz
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-19Show users their own server name in "/whois myself"danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Show the IP address only in zline added messages if *@ip was supplied.dz
2009-03-14Strip a zline target of anything resembling an ident prior to sanity checking...dz
2009-03-09Add Taros to regular contributors list, too.w00t
2009-03-09Fix bug #764 (/stats i outputs numerics with uppercase I), reported by KingTa...w00t
2009-03-03Restrict some /WHO options to opersdanieldg
2009-02-19Restrict /WHO <item> M to opersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-02-13Add security:genericoper as requested by Strawberry and TwinShadow.brain
2009-02-11Fix nick@server.target PRIVMSG and NOTICE, noticed by GeniusDex.w00t
2009-02-07Remove duplicate MacGyver.w00t
2009-02-04Add Ankit to regular contributors listw00t
2009-01-27Credits updates.w00t
2009-01-22Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, ...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-28Fix bug spotted by KingTarquin, if an empty string is given to /stats with "S...brain
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-12-01Rip flood/threshold out of config classes also.w00t
2008-11-10Add Phoenix to regular contributors listw00t
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-11-01Correct this error message to confuse people less.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-28dz added to /info, psychon (omitted?!) added to startup :)w00t
2008-10-26D'ohbrain
2008-10-26Epic fail, did someone order a shipment of fail?brain
2008-10-26This one toobrain
2008-10-26Fix obvious oversight spotted by Ankit, provide xline reasons when adding thembrain
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-22Only announce Q:Line hits on NICK from unregistered users, thanks satmd.w00t
2008-10-18Tie settings in mode and whowas to privs.w00t
2008-10-18Tie a number of /who settings to servers/auspex and users/auspex respectively.w00t
2008-10-18Tie display of realhost in USERHOST to users/auspex priv.w00t
2008-10-18Tie /stats that aren't explicitly marked for users into servers/auspex.w00t
2008-10-18Tie module version display to servers/auspex priv.w00t
2008-10-18Use servers/auspex and users/auspex privs where needed.w00t
2008-10-18Implement channels/auspex priv for /names and /list.w00t
2008-10-18Make use of privs for PRIVMSG also.w00t
2008-10-18Working privs implementation, and example usage in NOTICE for mass messaging.w00t
2008-09-25Fix faulty logic, glob patterns may not start with > or <. TODO: iterate comm...peavey
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-09-07Invite timeout on server-to-server is already a unix timestampw00t
2008-08-29Tidier /modules generation. faster for non-opers, neater for all, and doesnt ...brain
2008-08-29Fix extra End of /STATS on spanningtree override of stats c and n.peavey
2008-08-29I was told that a new dev's first action must be adding himself to /info, sopsychon
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-27Clean up opering a tiny bit.. pave the way for SVSOPERw00t