summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-07-23Fix a bug reported downstream regarding cloaking keysw00t
2007-07-22Grrrbrain
2007-07-22m_testcommand deletes its command handler manually, no modules should do this...brain
2007-07-22Add syntax.peavey
2007-07-22Less WOOT more TAXANOMY :>peavey
2007-07-21oper-immune filters should be fixed nowbrain
2007-07-21le cleanuppeavey
2007-07-21push metadata out on title-uppeavey
2007-07-21Make it local only.peavey
2007-07-21Add Custom Titles as requested per bug #334peavey
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
2007-07-18Fixed m_messageflood to free the channel if it kicks the last user. This woul...special
2007-07-18there were two.. yes, you're right Specialpippijn
2007-07-18untested fix for "unused functions"pippijn
2007-07-17Stability fixes, some DELETEs here that dont belong any more.brain
2007-07-17publish "JSON-RPC" interfacepippijn
2007-07-17Now, json-rpc _ONLY_ supports member function pointers. An example is given inpippijn
2007-07-17#ifdeffed out gnu extensionpippijn
2007-07-17provide feedback to the user if json throws an exceptionpippijn
2007-07-17Ignore all exceptions for now.. m_rpc_json is rather willing to throwpippijn
2007-07-17Added a JSON-RPC module that can be used by other modules to provide a remotepippijn
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-16Add flags to /STATS s output, and nuke some ^Mpeavey
2007-07-16Made m_ssl_gnutls throw an exception when unable to load the certificate (sin...special
2007-07-15Fix for bug #349: NOTE there is important caveat about this in the example co...brain
2007-07-15Fix for minor memory leak on unloading module, bug #340brain
2007-07-12Apply patch from lain to fix multiple cgihosts not being read correctly.peavey
2007-07-11Fix for bug #347.brain
2007-07-10Clarifying commentbrain
2007-07-10This should fix the rest of remote kill nick hidingbrain
2007-07-07Implement /dalinfo, as a joke. Consider this an easter egg.brain
2007-07-07Added some missing parameter checking in m_swhoisspecial
2007-07-06Warning: Loads of craq logging in here atm. /connect with openssl is broken, ...brain
2007-07-06And fixed a race condition I introduced in the previous commit that could've ...special
2007-07-06Fixed the handling of the CTCP TIME reply in m_antibear - it could generate r...special
2007-07-04Init the sequence indicator to avoid undefined behaviour. Thx owine.peavey
2007-07-03Removed superfluous semicolonspippijn
2007-07-03Fix off-by-one reported by Darom in bug #339w00t
2007-06-26Made all of the error messages in chg* and set* a bit more uniform, and added...special
2007-06-26Added checks for empty ident/host/gecos in the chg* and set* commands. Patch ...special
2007-06-24Check for TS==0 in FJOINbrain
2007-06-24Drop fmode with TS of 0, just in case any craq smoking services devs get the ...brain
2007-06-24Fix for atheme support (and others) which makes sure CAPAB is always sent bef...brain
2007-06-22Fix for bug #332. Correctly invalidate old mode before updating it.peavey
2007-06-20Short circuit order as before, since they are prolly listed according to what...peavey
2007-06-20And remember it's not only colorcodes we strip :>.peavey
2007-06-20Fix problem where in certain cases a \0 would be sent out. Thx to network Hak...peavey
2007-06-19Support duration to set idletime as well as plain seconds. For you Zaba :>peavey
2007-06-18Add ISUPPORT SSL token requested by tabris.brain