summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
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
2008-08-27USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks jil...w00t
2008-08-26Someone messed this upbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Implement /who 1d t (search for who matches for users connected for a given t...w00t
2008-08-25Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::...w00t
2008-08-23Remove unused itab arrayw00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20We can finally have percent cpu in the stats z on windows now, same as it is ...brain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-08-17These are not percentagesbrain
2008-08-07Always deny invite to users below halfop status, move OnUserPreInvite up to a...w00t
2008-08-06Hoorayw00t
2008-08-06Give feedback to remote usersw00t
2008-08-04Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i...w00t
2008-07-22Fix bug #579, missing end of stats and snomask when module returns 1 from OnS...brain
2008-07-20changed my email addresspippijn
2008-07-20Removed excess spaces before some lines in /info - thanks psychonspecial
2008-07-20More numerics.h conversionw00t
2008-07-16Add psychon to regular contributorsw00t
2008-07-15Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te...w00t
2008-07-13Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST...w00t
2008-07-12Don't add a 10 second penalty to all connecting users (this was accidental)w00t
2008-07-11Convert API to use std::string, fixes my slight bug from earlier and looks ti...w00t